/*!
Theme Name: turquoisepr
Theme URI: http://underscores.me/
Author: Jason Rawsterne
Author URI: http://www.rawsterne.com
Description: Theme for Turquoisepr
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: turquoisepr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

turquoisepr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    background: #1d1d1b;
    color: #fff;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #1d1d1b
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15)
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

p {
    margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #1d1d1b;
    cursor: help
}

mark,
ins {
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box;
    font-size: 16px
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff;
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

blockquote,
q {
    quotes: "" ""
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

hr {
    background-color: #1d1d1b;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

img {
    height: auto;
    max-width: 100%
}

ul,
ol {
    margin: 0 0 0 0
}

ul li,
ol li {
    margin-bottom: 10px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #1d1d1b;
    border: 1px solid #1d1d1b;
    border-radius: 3px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #1d1d1b
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px
}

textarea {
    padding-left: 3px;
    width: 100%
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    letter-spacing: 1px;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-content,
.entry-content,
.entry-summary {
    margin: 2em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

body,
button,
input,
select,
textarea {
    color: #1d1d1b;
    font-size: 18px;
}

img,
picture {
    margin: 0;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    float: none;
    line-height: 1.5;
    margin-bottom: 1em;
    font-family: "dejanire-headline", serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 32px;
    font-size: 2rem;
}

h2 {
    font-size: 28px;
    font-size: 1.75rem;
}

h3 {
    font-size: 26px;
    font-size: 1.625rem;
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

h6 {
    font-size: 18px;
    font-size: 1.125rem;
}

blockquote {
    border-left: solid 10px #0097CD;
    font-style: italic;
    padding: 20px;
    color: #0097CD
}

dfn,
cite,
em,
i {
    font-style: italic
}

.widget select {
    max-width: 100%
}

.widget_search .search-submit {
    display: none
}

@media screen and (min-width: 1070px) {
    html {
        font-size: 16px
    }
}

@media screen and (max-width: 1070px) {
    html {
        font-size: 16px
    }
}

@media screen and (max-width: 850px) {
    html {
        font-size: 15px
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 14px
    }
}

.top-bar-white-stripe {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    /* height: 17px; */
    z-index: 200;
    /* background-color: #ff00e6 */
}

@media screen and (max-width: 28.0625em) {
    .top-bar-white-stripe {
        display: none !important
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .top-bar-white-stripe {
        display: none !important
    }
}

.admin-bar .top-bar-white-stripe {
    position: fixed;
    right: 0;
    left: 0;
    top: 32px;
    height: 17px;
    z-index: 200;
    background-color: #0097CD;
	display: none !important
}

@media screen and (max-width: 28.0625em) {
    .admin-bar .top-bar-white-stripe {
        display: none !important
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .admin-bar .top-bar-white-stripe {
        display: none !important
    }
}

.pos-relative {
    position: relative
}

.top-bar {
    position: fixed;
    right: 0;
    left: 0;
    top: 0px;  
    z-index: 200;
    height: 0px;
}

@media screen and (max-width: 28.0625em) {
    .top-bar {
        top: 0px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .top-bar {
        top: 0px
    }
}

.top-bar .top-bar-text-wrapper {
    position: absolute;
    right: 0;
    z-index: 100;
    background-color: #c830d5;
    float: left;
    display: block; 
    margin-right: 1.69492%;
    width: 38.13559%;
    margin-left: 61.86441%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 4px;
    padding-top: 5px;
    color: #1d1d1b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    opacity: 0.9;
}


.top-bar .top-bar-text-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .top-bar .top-bar-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 47.45763%;
        margin-left: 52.54237%;
        padding-left: 20px;
        padding-right: 20px
    }

    .top-bar .top-bar-text-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .top-bar .top-bar-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%;
        margin-left: 50.84746%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center
    }

    .top-bar .top-bar-text-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 34.375em) {
    .top-bar .top-bar-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-left: 0%;
        padding-left: 4px;
        padding-right: 4px;
        text-align: center
    }

    .top-bar .top-bar-text-wrapper:last-child {
        margin-right: 0
    }
}

.top-bar .top-bar-text-wrapper .telephone-float {
    float: left;
    font-size: 15px;
    font-size: 0.9375rem
}

.top-bar .top-bar-text-wrapper .telephone-float i {
    padding-right: 5px
}

.top-bar .top-bar-text-wrapper .telephone-float .hide-for-mobile {
    display: inline-block
}

@media screen and (max-width: 53.125em) {
    .top-bar .top-bar-text-wrapper .telephone-float .hide-for-mobile {
        display: none
    }
}

@media screen and (max-width: 53.125em) {
    .top-bar .top-bar-text-wrapper .telephone-float {
        float: left;
        text-align: center
    }
}

.top-bar .top-bar-text-wrapper .telephone-float a {
    text-decoration: none;
    padding: 0px 10px;
    color: #fff
}

@media screen and (max-width: 53.125em) {
    .top-bar .top-bar-text-wrapper .telephone-float a {
        display: block;
        color: #fff
    }
}

.top-bar .top-bar-text-wrapper .discuss-float {
    float: right;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-right: 14px;
}

.discuss-float i {
    padding-right: 4px;
}

@media screen and (max-width: 53.125em) {
    .top-bar .top-bar-text-wrapper .discuss-float {
        display: inline-block;
        padding-top: 7px
    }
}

.top-bar .top-bar-text-wrapper .discuss-float a {
    text-decoration: none;
    padding: 3px 10px;
    color: #fff
}

.top-bar .top-bar-text-wrapper .discuss-float .pinch-up {
    position: absolute;
    top: -4px;
    right: 0px;
    font-size: 1 rem;
    font-size: 1 rem
}

@media screen and (max-width: 53.125em) {
    .top-bar .top-bar-text-wrapper .discuss-float .pinch-up {
        top: 2px
    }
}

.admin-bar .top-bar {
    position: fixed;
    right: 0;
    left: 0;
    top: 32px;
    z-index: 200;
    height: 16px
}

@media screen and (max-width: 28.0625em) {
    .admin-bar .top-bar {
        top: 32px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .admin-bar .top-bar {
        top: 32px
    }
}

header#masthead {
    position: relative;
    margin-top: 32px
}

header#masthead .masthead-column-left {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 23.72881%
}

header#masthead .masthead-column-left:last-child {
    margin-right: 0
}

header#masthead .masthead-column-right {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 74.57627%;
    text-align: right
}

header#masthead .masthead-column-right:last-child {
    margin-right: 0
}

div.abs-hr {
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 125px;
    width: 100%;
    z-index: 20;
    opacity: 0.6;
}


@media screen and (max-width: 28.0625em) {
    div.abs-hr {
        top: 105px
    }
}

#logo {
    background-image: url('images/TurquoisePR_Logo_new_white_pinki_580x120.png');
    background-size: 290px 60px;
    width: 290px;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 31px;
    z-index: 120
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    #logo {
        background-image: url('images/TurquoisePR_Logo_new_white_pinki_580x120.png');
        background-size: 290px 60px;
        width: 290px;
        height: 60px;
    }
}

@media screen and (max-width: 28.0625em) {
    #logo {
        width: 193px;
        height: 40px;
        background-size: 100%
    }
}

#logo a {
    display: inline-block
}

#logo .text-hide {
    display: none
}

.row-outer {
    display: block
}

.row-outer::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width: 28.0625em) {
    .section-wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .section-wrapper {
        max-width: 1230px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 25px
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .section-wrapper {
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 35px
    }
}

@media screen and (min-width: 66.875em) {
    .section-wrapper {
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 35px
    }
}

.section-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.section-container::after {
    clear: both;
    content: "";
    display: table
}

.m-scene .scene_element {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.m-scene .scene_element--fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.m-scene.is-exiting .scene_element {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse
}

.site-content {
    transition: opacity .28s, -webkit-transform .28s;
    transition: transform .28s, opacity .28s;
    transition: transform .28s, opacity .28s, -webkit-transform .28s
}

.slide-out .site-content {
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.sample-library-header {
    margin-top: -16px;
    padding: 140px 0 45px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: none
}

.sample-library-header #primary {
    padding-top: 70px;
    padding-bottom: 10px
}

.search-results .sample-library-header {
    margin-top: -16px;
    padding: 140px 0 25px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: none
}

.search-results .sample-library-header #primary {
    padding-top: 70px;
    padding-bottom: 10px
}

.tax-techniques .sample-library-header {
    margin-top: -16px;
    padding: 140px 0 25px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: none
}

.tax-techniques .sample-library-header #primary {
    padding-top: 70px;
    padding-bottom: 10px
}

.search-form-wrapper {
    width: 100%
}

.search-form-wrapper h4 {
    margin-top: 0px
}

.search-form-wrapper .search-form-field-container {
    vertical-align: middle;
    position: relative
}

.search-form-wrapper .icon {
    position: absolute;
    top: 0;
    left: 20px;
    margin-left: 0px;
    margin-top: 8px;
    z-index: 1;
    color: #0097CD
}

.search-form-wrapper .search-form {
    width: 100%;
    text-align: center
}

.search-form-wrapper .search-form input[type="search"] {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    box-sizing: border-box;
    padding-left: 45px
}

.search-form-wrapper .search-form .search-submit {
    width: 100%;
    background-color: #0097CD;
    border: 0;
    border-radius: 0;
    padding: 10px 10px;
    margin-top: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out
}

.search-form-wrapper .search-form .search-submit:hover {
    background-color: black
}

.sample-title-container {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
    min-height: 100px
}

.sample-title-container:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .sample-title-container {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .sample-title-container:last-child {
        margin-right: 0
    }
}

.sample-title-container h1 {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 30px
}

@media screen and (max-width: 28.0625em) {
    .sample-title-container h1 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.sample-title-container .sample-header-backlink {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
}

.sample-library-outer {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #D7D7D7
}

.sample-library-outer .sample-description-header {
    position: relative;
    height: 125px
}

.sample-library-outer .sample-description-header h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #D7D7D7;
    z-index: 10;
    color: #1d1d1b
}

.sample-library-outer .sample-description-header .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.sample-library-outer .sample-text-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%
}

.sample-library-outer .sample-text-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .sample-library-outer .sample-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%
    }

    .sample-library-outer .sample-text-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .sample-library-outer .sample-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%
    }

    .sample-library-outer .sample-text-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 46.875em) {
    .sample-library-outer .sample-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .sample-library-outer .sample-text-wrapper:last-child {
        margin-right: 0
    }
}

.sample-library-outer .sample-text-wrapper .what-we-did-copy {
    padding-right: 20px
}

@media screen and (max-width: 46.875em) {
    .sample-library-outer .sample-text-wrapper .what-we-did-copy {
        padding-right: 0px
    }
}

.sample-library-outer .sample-text-wrapper .what-we-did-copy h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    margin-bottom: 10px
}

.sample-library-outer .sample-text-wrapper .what-we-did-copy h3 {
    font-size: 24px;
    font-size: 1.5rem
}

.sample-library-outer .sample-text-wrapper .what-we-did-copy ul {
    margin: 0 0;
    padding: 0 0;
    list-style: disc;
    margin-left: 20px
}

.sample-library-outer .sample-text-wrapper .what-we-did-copy ul li {
    font-size: 18px;
    font-size: 1.125rem
}

.sample-library-outer .sample-text-wrapper .what-we-did-copy p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0px 0px 1.5em 0px
}

.sample-library-outer .search-box-wrapper {
    font-size: 16px;
    font-size: 1rem;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.sample-library-outer .search-box-wrapper .search-box-header {
    position: relative;
    height: 125px
}

.sample-library-outer .search-box-wrapper .search-box-header h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 30px 40px 0;
    background: #D7D7D7;
    z-index: 10
}

.sample-library-outer .search-box-wrapper .search-box-header .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.sample-library-outer .search-box-wrapper p {
    margin-top: 4px;
    margin-bottom: 15px
}

.sample-library-outer .search-box-wrapper .videowrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 48.5%
}

.sample-library-outer .search-box-wrapper .category-image {
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    width: 100%;
    padding-bottom: 73.5%
}

.sample-library-outer .search-box-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .sample-library-outer .search-box-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .sample-library-outer .search-box-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .sample-library-outer .search-box-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .sample-library-outer .search-box-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 46.875em) {
    .sample-library-outer .search-box-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .sample-library-outer .search-box-wrapper:last-child {
        margin-right: 0
    }
}

.tax-techniques .lb-dataContainer {
    background-color: black;
    opacity: 0.6
}

.tax-techniques .lb-dataContainer .lb-data .lb-caption {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 10px;
    padding-right: 10px
}

.tax-techniques .lb-dataContainer .lb-data .lb-caption p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0px !important;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 10px
}

.techniques-loop {
    background-color: #D7D7D7;
    padding-bottom: 40px
}

.techniques-loop .techniques-loop-inner {
    position: relative;
    height: 125px
}

.techniques-loop .techniques-loop-inner h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #D7D7D7;
    z-index: 10
}

.techniques-loop .techniques-loop-inner .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.techniques-wrapper .column-image {
    height: 325px;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    margin-bottom: 20px
}

@media screen and (max-width: 28.0625em) {
    .techniques-wrapper .column-image {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .techniques-wrapper .column-image:last-child {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(1n) {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .techniques-wrapper .column-image {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .techniques-wrapper .column-image:last-child {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(1n) {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .techniques-wrapper .column-image {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 31.53846%
    }

    .techniques-wrapper .column-image:last-child {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(3n) {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .techniques-wrapper .column-image {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .techniques-wrapper .column-image:last-child {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(3n) {
        margin-right: 0
    }

    .techniques-wrapper .column-image:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (max-width: 28.0625em) {
    .techniques-wrapper .column-image {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .techniques-wrapper .column-image {
        margin-bottom: 20px
    }
}

.techniques-wrapper .column-image:hover {
    opacity: 0.8
}

.techniques-wrapper h3 {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    font-size: 2.5rem;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7)
}

@media screen and (max-width: 46.875em) {
    .techniques-wrapper h3 {
        padding-top: 60px;
        font-size: 36px;
        font-size: 2.25rem
    }
}

.techniques-wrapper a {
    text-decoration: none
}

.techniques-wrapper .button-cta {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 40px;
    display: inline;
    padding: 10px 20px;
    background-color: #ff00ee;
    color: #fff
}

.tax-techniques .techniques-wrapper-taxonomy .column-image {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    margin-bottom: 20px
}

@media screen and (max-width: 28.0625em) {
    .tax-techniques .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(1n) {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .tax-techniques .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 47.36842%
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(2n) {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .tax-techniques .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 23.07692%
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(4n) {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .tax-techniques .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 23.72881%
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(4n) {
        margin-right: 0
    }

    .tax-techniques .techniques-wrapper-taxonomy .column-image:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (max-width: 28.0625em) {
    .tax-techniques .techniques-wrapper-taxonomy .column-image {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .tax-techniques .techniques-wrapper-taxonomy .column-image {
        margin-bottom: 20px
    }
}

.tax-techniques .techniques-wrapper-taxonomy .column-image:hover {
    opacity: 0.8
}

.tax-techniques .techniques-wrapper-taxonomy .column-image .bottom-card-text {
    padding: 0 10px
}

.tax-techniques .techniques-wrapper-taxonomy .column-image h3 {
    text-align: left;
    margin-top: 10px;
    color: #1d1d1b;
    padding: 0;
    margin-bottom: 10px
}

.tax-techniques .techniques-wrapper-taxonomy .column-image .image-crop {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.tax-techniques .techniques-wrapper-taxonomy .column-image .image-crop .centered-vertical-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
}

.tax-techniques .techniques-wrapper-taxonomy .column-image .image-crop .centered-horizontal-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.search .techniques-wrapper-taxonomy .sample-text-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%
}

.search .techniques-wrapper-taxonomy .sample-text-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .search .techniques-wrapper-taxonomy .sample-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%
    }

    .search .techniques-wrapper-taxonomy .sample-text-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .search .techniques-wrapper-taxonomy .sample-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%
    }

    .search .techniques-wrapper-taxonomy .sample-text-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 46.875em) {
    .search .techniques-wrapper-taxonomy .sample-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .search .techniques-wrapper-taxonomy .sample-text-wrapper:last-child {
        margin-right: 0
    }
}

.search .techniques-wrapper-taxonomy .sample-text-wrapper .what-we-did-copy {
    padding-right: 20px
}

@media screen and (max-width: 46.875em) {
    .search .techniques-wrapper-taxonomy .sample-text-wrapper .what-we-did-copy {
        padding-right: 0px
    }
}

.search .techniques-wrapper-taxonomy .sample-text-wrapper .what-we-did-copy h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    margin-bottom: 10px
}

.search .techniques-wrapper-taxonomy .sample-text-wrapper .what-we-did-copy ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

.search .techniques-wrapper-taxonomy .sample-text-wrapper .what-we-did-copy p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0px 0px 1.5em 0px
}

.search .techniques-wrapper-taxonomy .search-box-wrapper {
    font-size: 18px;
    font-size: 1.125rem;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .search-box-header {
    position: relative;
    height: 125px
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .search-box-header h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 30px 40px 0;
    background: #D7D7D7;
    z-index: 10
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .search-box-header .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.search .techniques-wrapper-taxonomy .search-box-wrapper p {
    margin-top: 4px;
    margin-bottom: 15px
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .videowrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 48.5%
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .category-image {
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    width: 100%;
    padding-bottom: 73.5%
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .column-image {
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 20px
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .column-image:hover {
    opacity: 0.8
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .column-image .bottom-card-text {
    padding: 0 10px
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .column-image h3 {
    text-align: left;
    margin-top: 10px;
    color: #1d1d1b;
    padding: 0;
    margin-bottom: 10px
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .column-image .image-crop {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .column-image .image-crop .centered-vertical-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
}

.search .techniques-wrapper-taxonomy .search-box-wrapper .column-image .image-crop .centered-horizontal-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.search .techniques-wrapper-taxonomy .search-box-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .search .techniques-wrapper-taxonomy .search-box-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .search .techniques-wrapper-taxonomy .search-box-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .search .techniques-wrapper-taxonomy .search-box-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .search .techniques-wrapper-taxonomy .search-box-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 46.875em) {
    .search .techniques-wrapper-taxonomy .search-box-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-top: 50px
    }

    .search .techniques-wrapper-taxonomy .search-box-wrapper:last-child {
        margin-right: 0
    }
}

.search .techniques-wrapper-taxonomy .column-image {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width: 28.0625em) {
    .search .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .search .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(1n) {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .search .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 47.36842%
    }

    .search .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(2n) {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .search .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 23.07692%
    }

    .search .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(4n) {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(4n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .search .techniques-wrapper-taxonomy .column-image {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 23.72881%
    }

    .search .techniques-wrapper-taxonomy .column-image:last-child {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(4n) {
        margin-right: 0
    }

    .search .techniques-wrapper-taxonomy .column-image:nth-child(4n+1) {
        clear: left
    }
}

.search .techniques-wrapper-taxonomy .column-image:hover {
    opacity: 0.8
}

.search .techniques-wrapper-taxonomy .column-image .bottom-card-text {
    padding: 0 10px
}

.search .techniques-wrapper-taxonomy .column-image h3 {
    text-align: left;
    margin-top: 10px;
    color: #1d1d1b;
    padding: 0;
    margin-bottom: 10px
}

.search .techniques-wrapper-taxonomy .column-image .image-crop {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.search .techniques-wrapper-taxonomy .column-image .image-crop .centered-vertical-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
}

.search .techniques-wrapper-taxonomy .column-image .image-crop .centered-horizontal-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

a.image-link {
    height: 100%;
    display: block
}

.projects-related {
    background: #fff;
    min-height: 140px
}

.projects-related .pages-projects {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    padding: 140px 0 0px 0
}

.projects-related .pages-projects h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #fff;
    z-index: 10
}

.projects-related .pages-projects .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.projects-related .child-pages-projects {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 50px
}

.projects-related .child-pages-projects .child-wrapper {
    background: #000;
    color: #fff;
    min-height: 380px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out
}

@media screen and (min-width: 53.1875em) {
    .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(3n) {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(2n) {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 28.0625em) {
    .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .projects-related .child-pages-projects .child-wrapper:nth-child(3n) {
        display: none
    }
}

.projects-related .child-pages-projects .child-wrapper:hover {
    opacity: 0.8
}

.projects-related .child-pages-projects .child-wrapper .preview-image {
    width: 100%;
    padding-bottom: 320px
}

@media screen and (max-width: 46.875em) {
    .projects-related .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 260px
    }
}

@media screen and (max-width: 34.375em) {
    .projects-related .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 200px
    }
}

.projects-related .child-pages-projects .child-wrapper a.link-fill {
    color: #fff;
    display: block
}

.projects-related .child-pages-projects .child-wrapper h4 {
    padding: 0 10px;
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 20px 0 0 0;
    min-height: 100px
}

.projects-related .child-pages-projects .child-wrapper p {
    padding: 0 10px;
    margin: 16px 0 0 0;
    font-size: 17px;
    font-size: 1.0625rem
}

.projects-related .child-pages-projects .child-wrapper .read-more-cats {
    position: absolute;
    bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 95%;
    left: 10px
}

.projects-related .child-pages-projects .child-wrapper .read-more-cats a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #fff;
    color: #0097CD;
    text-decoration: none;
    padding: 0 10px
}

.projects-related .child-pages-projects .child-wrapper .black-mask {
    background-color: #000;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 150
}

.projects-related .child-pages-projects a {
    color: #fff;
    text-decoration: none
}

.projects-related .child-pages-projects a:hover {
    color: #fff
}

.projects-related .child-pages-projects .news-title-link {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #0097CD;
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem
}

.blog-header {
    margin-top: -16px;
    padding: 140px 0 45px 0;
    background-image: url(images/header-news-short.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: none
}

.blog-title-container {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
    min-height: 100px
}

.blog-title-container:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .blog-title-container {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .blog-title-container:last-child {
        margin-right: 0
    }
}

.blog-title-container h1 {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: 0px;
    color: #fff;
}

@media screen and (max-width: 28.0625em) {
    .blog-title-container h1 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.blog,
.category {
    background: #fff
}

.blog #primary,
.category #primary {
    padding-top: 70px;
    padding-bottom: 10px
}

.blog .news-cards article,
.category .news-cards article {
    transition: all 0.3s ease-in-out;
    margin-bottom: 60px
}

@media screen and (max-width: 28.0625em) {

    .blog .news-cards article,
    .category .news-cards article {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .blog .news-cards article:last-child,
    .category .news-cards article:last-child {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(1n),
    .category .news-cards article:nth-child(1n) {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(1n+1),
    .category .news-cards article:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {

    .blog .news-cards article,
    .category .news-cards article {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .blog .news-cards article:last-child,
    .category .news-cards article:last-child {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(1n),
    .category .news-cards article:nth-child(1n) {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(1n+1),
    .category .news-cards article:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {

    .blog .news-cards article,
    .category .news-cards article {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 31.53846%
    }

    .blog .news-cards article:last-child,
    .category .news-cards article:last-child {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(3n),
    .category .news-cards article:nth-child(3n) {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(3n+1),
    .category .news-cards article:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {

    .blog .news-cards article,
    .category .news-cards article {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .blog .news-cards article:last-child,
    .category .news-cards article:last-child {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(3n),
    .category .news-cards article:nth-child(3n) {
        margin-right: 0
    }

    .blog .news-cards article:nth-child(3n+1),
    .category .news-cards article:nth-child(3n+1) {
        clear: left
    }
}

.blog .news-cards article:hover,
.category .news-cards article:hover {
    opacity: 0.8
}

.blog .news-cards article .image-holder,
.category .news-cards article .image-holder {
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    width: 100%;
    padding-bottom: 75%
}

.blog .news-cards article .bottom-article-wrap,
.category .news-cards article .bottom-article-wrap {
    padding-bottom: 50px;
    position: relative;
    min-height: 280px
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {

    .blog .news-cards article .bottom-article-wrap,
    .category .news-cards article .bottom-article-wrap {
        min-height: 100px
    }
}

@media screen and (max-width: 28.0625em) {

    .blog .news-cards article .bottom-article-wrap,
    .category .news-cards article .bottom-article-wrap {
        min-height: 50px
    }
}

.blog .news-cards article .bottom-article-wrap h3,
.category .news-cards article .bottom-article-wrap h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1em;
    min-height: 120px;
    margin-top: 15px;
    margin-bottom: 0px
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {

    .blog .news-cards article .bottom-article-wrap h3,
    .category .news-cards article .bottom-article-wrap h3 {
        min-height: 0px;
        padding-bottom: 15px
    }
}

@media screen and (max-width: 28.0625em) {

    .blog .news-cards article .bottom-article-wrap h3,
    .category .news-cards article .bottom-article-wrap h3 {
        min-height: 0px;
        padding-bottom: 15px
    }
}

.blog .news-cards article .bottom-article-wrap p,
.category .news-cards article .bottom-article-wrap p {
    margin: 0 0
}

.blog .news-cards article .bottom-article-wrap a,
.category .news-cards article .bottom-article-wrap a {
    text-decoration: none
}

.blog .news-cards article .bottom-article-wrap .button-cta,
.category .news-cards article .bottom-article-wrap .button-cta {
    position: absolute;
    bottom: 0px;
    text-align: center;
    display: inline;
    padding: 10px 20px;
    background-color: #ef42e0;
    color: #fff
}

.projects-archive {
    background: #D7D7D7;
    min-height: 140px
}

.projects-archive .pages-projects {
    background: #D7D7D7;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    padding: 140px 0 0px 0
}

.projects-archive .pages-projects h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #D7D7D7;
    z-index: 10
}

.projects-archive .pages-projects .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.projects-archive .child-pages-projects {
    background: #D7D7D7;
    padding-top: 0px;
    padding-bottom: 50px
}

.projects-archive .child-pages-projects .child-wrapper {
    background: #000;
    color: #fff;
    min-height: 380px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(1) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(1):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(2) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(2):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(3) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(3):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(4) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(4):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(5) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(5):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(6) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(6):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(7) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(7):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(8) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(8):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(9) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(9):last-child {
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(10) {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-right: 0
}

.projects-archive .child-pages-projects .child-wrapper:nth-child(10):last-child {
    margin-right: 0
}

@media screen and (max-width: 46.875em) {
    .projects-archive .child-pages-projects .child-wrapper:nth-child(1) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(1):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(2) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(2):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(3) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(3):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(4) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(4):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(5) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(5):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(6) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(6):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(7) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(7):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(8) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(8):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(9) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(9):last-child {
        margin-right: 0
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(10) {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-archive .child-pages-projects .child-wrapper:nth-child(10):last-child {
        margin-right: 0
    }
}

.projects-archive .child-pages-projects .child-wrapper:hover {
    opacity: 0.8
}

.projects-archive .child-pages-projects .child-wrapper .preview-image {
    width: 100%;
    padding-bottom: 320px
}

@media screen and (max-width: 46.875em) {
    .projects-archive .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 260px
    }
}

@media screen and (max-width: 34.375em) {
    .projects-archive .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 200px
    }
}

.projects-archive .child-pages-projects .child-wrapper a.link-fill {
    color: #fff;
    display: block
}

.projects-archive .child-pages-projects .child-wrapper h4 {
    padding: 0 10px;
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 20px 0 0 0;
    min-height: 100px
}

.projects-archive .child-pages-projects .child-wrapper p {
    padding: 0 10px;
    margin: 16px 0 0 0;
    font-size: 17px;
    font-size: 1.0625rem
}

.projects-archive .child-pages-projects .child-wrapper .read-more-cats {
    position: absolute;
    bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 95%;
    left: 10px
}

.projects-archive .child-pages-projects .child-wrapper .read-more-cats a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #fff;
    color: #0097CD;
    text-decoration: none;
    padding: 0 10px
}

.projects-archive .child-pages-projects .child-wrapper .black-mask {
    background-color: #000;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 150
}

.projects-archive .child-pages-projects a {
    color: #fff;
    text-decoration: none
}

.projects-archive .child-pages-projects a:hover {
    color: #fff
}

.projects-archive .child-pages-projects .news-title-link {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #0097CD;
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem
}

html,
body {
    height: 100%
}

body.overflow-hidden {
    overflow: hidden
}

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto
}

.cd-container::after {
    clear: both;
    content: "";
    display: table
}

.cd-primary-nav li a {
    color: #fff
}

.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(2, 23, 37, 0.85);
    height: 50px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 80px;
        background: transparent;
        box-shadow: none
    }
}

@media only screen and (min-width: 1170px) {
    .cd-header {
        transition: background-color 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .cd-header.is-fixed {
        position: fixed;
        top: -80px;
        background-color: rgba(2, 23, 37, 0.96);
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s
    }

    .cd-header.is-visible {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    .cd-header.menu-is-open {
        background-color: rgba(2, 23, 37, 0.96)
    }
}

.cd-secondary-nav {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10em;
    display: none
}

.cd-secondary-nav li {
    display: inline-block;
    margin-left: 2.2em
}

.cd-secondary-nav a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

@media only screen and (min-width: 768px) {
    .cd-secondary-nav {
        display: block
    }
}

.cd-primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 30px;
    height: 100%;
    width: 50px;
    background-color: #1d1d1b;
    z-index: 120;
    display: none
}

.cd-primary-nav-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.3s
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s
}

.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -7px
}

.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 7px
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0)
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color: white
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.cd-primary-nav-trigger {
    background-color: #1d1d1b;
    height: 40px;
    line-height: 40px;
    right: 1.2em;
    top: 50px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 120
}

.cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(74, 56, 77, 0.95);
    z-index: 118;
    text-align: center;
    padding: 100px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.4s
}

ul.cd-primary-nav {
    margin: 0 0 !important;
    padding: 160px 0 0 0 !important
}

ul.cd-primary-nav ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

ul.cd-primary-nav ul li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-size: 1rem
}

.cd-primary-nav li {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize
}

.cd-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    transition: background 0.2s;
    text-decoration: none
}

.cd-primary-nav a:hover {
    background-color: #1e1e1e
}

.no-touch .cd-primary-nav a:hover {
    background-color: #fff
}

.cd-primary-nav .cd-label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 2.4em 0 .8em
}

.cd-primary-nav .cd-social {
    display: inline-block;
    margin: 0 .4em
}

.cd-primary-nav .cd-social a {
    width: 44px;
    height: 44px;
    padding: 0;
    background-image: url("images/cd-socials.svg");
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.cd-primary-nav .cd-facebook a {
    background-position: 0 0
}

.cd-primary-nav .cd-instagram a {
    background-position: -44px 0
}

.cd-primary-nav .cd-dribbble a {
    background-position: -88px 0
}

.cd-primary-nav .cd-twitter a {
    background-position: -132px 0
}

.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        padding: 80px 0
    }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        font-size: 30px;
        font-size: 1.875rem
    }

    .cd-primary-nav .cd-label {
        font-size: 16px;
        font-size: 1rem
    }
}
video .background-video {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
}
.background-video {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
}
.fullwidth-video-header {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;

}

.page-id-1818 .header-two-column-normal h4 {
    margin-top: 0px
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 25px;
    margin-bottom: 25px
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

ul.ac_results {
    position: absolute;
    background: white;
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    box-shadow: 0px 0px 3px 2px #a6a6a6
}

ul.ac_results li {
    padding: 10px 10px
}

.ac_match {
    background-color: #0097CD;
    color: white;
    padding: 0 1px 1px 1px;
    letter-spacing: 1px
}

.error-404 {
    background: #333;
    margin-top: -32px
}

.error-404 .not-found {
    padding: 200px 0 40px 0;
    text-align: center;
    background: #333;
    color: white
}

.error-404 .not-found a {
    color: white
}

.widget_recent_entries {
    text-align: left
}

.widget_categories {
    text-align: left
}

.widget_archive {
    text-align: left
}

.pageheader {
    background: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    margin-top: -32px
}


.pageheader .headerimage {
    min-height: 450px
}

.pageheader .headerimage .section-container .bottom-padding {
    padding-bottom: 50px
}

.pageheader h1 {
    font-size: 54px;
    font-size: 3.375rem;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 206px 0 30px 0;
    margin: 0 0
}

@media screen and (max-width: 28.0625em) {
    .pageheader h1 {
        padding: 172px 0 30px 0
    }
}

.pageheader h2 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px
}

.pageheader blockquote {
    border: none;
    color: #fff;
    padding: 0px;
    margin: 0px 15px 0px 15px
}

.rowspanfour {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    color: #fff
}

.rowspanfour:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .rowspanfour {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .rowspanfour:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .rowspanfour {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .rowspanfour:last-child {
        margin-right: 0
    }
}

.rowspanfour a {
    color: #fff
}

.rowspanfour a:hover {
    color: #fff
}

.rowspanfour ul {
    margin: 0;
    padding: 0 0 0 20px
}

.rowspanfour h2.widgettitle {
    margin-bottom: 15px
}

.rowspaneight {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    color: #fff;
    padding-left: 30px;
    margin-top: -15px
}

.rowspaneight:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .rowspaneight {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%
    }

    .rowspaneight:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .rowspaneight {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .rowspaneight:last-child {
        margin-right: 0
    }
}

.rowspaneight p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0px;
    margin-left: 30px
}

.rowspaneight h2 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px
}

.rowspanthree {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 19.49153%;
    color: #fff
}

.rowspanthree:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .rowspanthree {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 40.67797%
    }

    .rowspanthree:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .rowspanthree {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .rowspanthree:last-child {
        margin-right: 0
    }
}

.rowspanthree a {
    color: #fff
}

.rowspanthree a:hover {
    color: #fff
}

.pageheader-noimage {
    background: #D7D7D7
}

.pageheader-noimage .headerimage {
    height: 240px;
    background-size: cover;
    background-position: center top;
    background-repeat: none
}

.pageheader-noimage h1 {
    font-size: 56px;
    font-size: 3.5rem;
    color: #1d1d1b;
    display: inline-block;
    text-decoration: none;
    border-bottom: 3px solid #1d1d1b;
    margin: 80px 0
}

@media screen and (max-width: 53.125em) {
    .pageheader-noimage h1 {
        font-size: 40px;
        font-size: 2.5rem;
        border-bottom: 1px solid #1d1d1b
    }
}

.latest-news {
    background: #e0f5ff;
    min-height: 140px
}

.latest-news .news-title {
    position: relative;
    padding: 140px 0 0px 0
}

.latest-news .news-title h1 {
    font-family: "basic-sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #e0f5ff;
    z-index: 10
}

.latest-news .news-title .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.latest-news .news-cards article {
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px
}

@media screen and (max-width: 28.0625em) {
    .latest-news .news-cards article {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .latest-news .news-cards article:last-child {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(1n) {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .latest-news .news-cards article {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .latest-news .news-cards article:last-child {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(1n) {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .latest-news .news-cards article {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 31.53846%
    }

    .latest-news .news-cards article:last-child {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(3n) {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .latest-news .news-cards article {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .latest-news .news-cards article:last-child {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(3n) {
        margin-right: 0
    }

    .latest-news .news-cards article:nth-child(3n+1) {
        clear: left
    }
}

.latest-news .news-cards article:hover {
    opacity: 0.8
}

.latest-news .news-cards article .image-holder {
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    width: 100%;
    padding-bottom: 75%
}

.latest-news .news-cards article .bottom-article-wrap {
    padding-bottom: 50px;
    position: relative;
    min-height: 260px
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .latest-news .news-cards article .bottom-article-wrap {
        min-height: 100px
    }
}

@media screen and (max-width: 28.0625em) {
    .latest-news .news-cards article .bottom-article-wrap {
        min-height: 50px
    }
}

.latest-news .news-cards article .bottom-article-wrap h3 {
    font-size: 28px;
    line-height: 1.3em;
    min-height: 90px;
    margin-top: 15px;
    margin-bottom: 0px
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .latest-news .news-cards article .bottom-article-wrap h3 {
        min-height: 0px;
        padding-bottom: 15px
    }
}

@media screen and (max-width: 28.0625em) {
    .latest-news .news-cards article .bottom-article-wrap h3 {
        min-height: 0px;
        padding-bottom: 15px
    }
}

.latest-news .news-cards article .bottom-article-wrap p {
    margin: 0 0;
    font-size: 15px;
    line-height: 1.5em;
}

.latest-news .news-cards article .bottom-article-wrap a {
    text-decoration: none
}

.latest-news .news-cards article .bottom-article-wrap .button-cta {
    position: absolute;
    bottom: 0px;
    text-align: center;
    display: inline;
    padding: 10px 20px;
    background-color: #c830d5;
    color: #fff
}

.our-people-page {
    padding: 20px 0 30px 0
}

.our-people-title {
    padding: 10px 0 50px 0
}

.our-people-title h2 {
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    color: #1d1d1b
}

.teamlinks {
    padding: 40px 0px 20px 0px;
    float: left
}

.allteammemberpicture {
    margin-bottom: 10px
}

.our-people-page ul {
    margin: 0px
}

.our-people-page .inline-ul-center {
    margin: 0;
    text-align: center;
    padding: 0
}

.our-people-page .inline-ul-center .li-outer-people {
    display: inline-block;
    width: 290px;
    color: #1d1d1b;
    text-align: center;
    margin: 0 0;
    padding: 0 15px;
    min-height: 415px;
    vertical-align: top;
    position: relative
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .our-people-page .inline-ul-center .li-outer-people {
        min-height: auto;
        padding: 10px 0px
    }
}

@media screen and (max-width: 28.0625em) {
    .our-people-page .inline-ul-center .li-outer-people {
        min-height: auto;
        padding: 10px 0px
    }
}

.our-people-page .inline-ul-center .li-outer-people h3 {
    width: 100%;
    color: #1d1d1b;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 0;
    text-align: left
}

.our-people-page .inline-ul-center .li-outer-people .team-position {
    font-size: 20px;
    font-size: 1.25rem
}

.our-people-page .inline-ul-center .li-outer-people p {
    font-size: 15px;
    font-size: 0.925rem;
    text-align: left
}

.our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn {
    background: #0097CD;
    text-align: left;
    transition: all 0.6s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 20px;
    border: 1px solid white
}

.our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn i {
    padding: 10px 15px;
    color: white
}

.our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn i:hover,
.our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn i:focus {
    color: #0097CD
}

.our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn:hover,
.our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn:focus {
    transition: all 0.6s ease-in-out;
    background: white;
    border: 1px solid #0097CD
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn {
        position: static;
        text-align: left;
        float: left
    }
}

@media screen and (max-width: 28.0625em) {
    .our-people-page .inline-ul-center .li-outer-people .linkedin-profile-link-btn {
        position: static;
        text-align: left;
        float: left
    }
}

.contact-title {
    position: relative;
    padding: 120px 0 0px 0
}

.contact-title h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #fff;
    z-index: 10
}

.contact-title .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.contact-page {
    padding-bottom: 50px
}

.contact-page .contact-container .office-locations-maps {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    padding-right: 20px
}

.contact-page .contact-container .office-locations-maps:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .contact-page .contact-container .office-locations-maps {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-right: 0px
    }

    .contact-page .contact-container .office-locations-maps:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-page .contact-container .office-locations-maps {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-right: 0px
    }

    .contact-page .contact-container .office-locations-maps:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-page .contact-container .office-locations-maps {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-right: 0px
    }

    .contact-page .contact-container .office-locations-maps:last-child {
        margin-right: 0
    }
}

.contact-page .contact-container .office-locations-maps h2 {
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    color: #0097CD;
    text-transform: uppercase
}

.contact-page .contact-container .office-locations-maps .officewrapper {
    padding: 0 0 50px 0
}

.contact-page .contact-container .office-locations-maps .officewrapper .intro {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
}

.contact-page .contact-container .office-locations-maps .officewrapper .intro:last-child {
    margin-right: 0
}

.contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 23.72881%;
    padding-bottom: 35px
}

.contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-bottom: 0px
    }

    .contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-bottom: 0px
    }

    .contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper:last-child {
        margin-right: 0
    }
}

.contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper h2 {
    margin: 10px 0;
    text-transform: none
}

.contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper p {
    margin: 10px 0
}

.contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper a {
    margin-bottom: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out
}

.contact-page .contact-container .office-locations-maps .officewrapper .addresswrapper a:hover {
    text-decoration: underline
}

.contact-page .contact-container .office-locations-maps .officewrapper .telemailwrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 40.67797%
}

.contact-page .contact-container .office-locations-maps .officewrapper .telemailwrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-page .contact-container .office-locations-maps .officewrapper .telemailwrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .contact-page .contact-container .office-locations-maps .officewrapper .telemailwrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-page .contact-container .office-locations-maps .officewrapper .telemailwrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .contact-page .contact-container .office-locations-maps .officewrapper .telemailwrapper:last-child {
        margin-right: 0
    }
}

.contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-right: 0
}

.contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-bottom: 35px
    }

    .contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-bottom: 35px
    }

    .contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper:last-child {
        margin-right: 0
    }
}

.contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper .margin-right {
    margin-right: 8px
}

.contact-page .contact-container .office-locations-maps .officewrapper .socialwrapper .margin-right-small {
    margin-right: 5px
}

.contact-page .contact-container .office-locations-maps .officewrapper .map-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%
}

.contact-page .contact-container .office-locations-maps .officewrapper .map-wrapper:last-child {
    margin-right: 0
}

.contact-page .contact-container .office-locations-maps .officewrapper .acf-map .wrapperformarker {
    z-index: 999;
    margin: 0 auto
}

.contact-page .contact-container .contact-form {
    background-color: #0097CD;
    padding: 15px 15px 20px 15px;
    position: relative;
    margin-top: 10px;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.contact-page .contact-container .contact-form:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .contact-page .contact-container .contact-form {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-top: 50px
    }

    .contact-page .contact-container .contact-form:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-page .contact-container .contact-form {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-top: 50px
    }

    .contact-page .contact-container .contact-form:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-page .contact-container .contact-form {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-top: 50px
    }

    .contact-page .contact-container .contact-form:last-child {
        margin-right: 0
    }
}

.contact-page .contact-container .contact-form .read-more-wop {
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid #fff
}

.contact-page .contact-container .contact-form h2 {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #0097CD;
    text-transform: uppercase;
    background-color: #fff;
    color: #0097CD
    
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-page .contact-container .contact-form h2 {
        top: 2px
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-page .contact-container .contact-form h2 {
        top: 3px
    }
}

.contact-page .contact-container .contact-form p {
    margin: 5px 0
}

.fa-marker-style {
    display: inline;
    color: #0097CD;
    margin-right: 10px
}

input.wpcf7-text {
    width: 100%;
    border: solid 1px #0097CD;
    min-height: 35px;
    border-radius: 0px;
    color: #0097CD;
    padding: 10px 10px;
    margin: 4px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

.wpcf7-textarea {
    width: 100%;
    border: solid 1px #0097CD;
    min-height: 35px;
    border-radius: 0px;
    color: #0097CD;
    padding: 10px 10px;
    margin: 0px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

.wpcf7 .watermark {
    color: #0097CD !important;
    text-transform: uppercase
}

::-webkit-input-placeholder {
    color: #0097CD !important
}

:-moz-placeholder {
    color: #0097CD !important
}

::-moz-placeholder {
    color: #0097CD !important
}

:-ms-input-placeholder {
    color: #0097CD !important
}

input.wpcf7-submit {
    background-color: #fff !important;
    color: #0097CD;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    min-width: 220px;
    padding: 15px 15px;
    float: right;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    font-size: 1.25rem
}

input.wpcf7-submit:hover {
    color: #fff;
    background-color: #333 !important
}

.contact-form-only {
    padding-bottom: 50px
}

.contact-form-only .contact-container .contact-form {
    background-color: #0097CD;
    padding: 15px 15px 20px 15px;
    position: relative;
    margin-top: 50px;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%
}

.contact-form-only .contact-container .contact-form:last-child {
    margin-right: 0
}

.contact-form-only .contact-container .contact-form .read-more-wop {
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid #fff
}

.contact-form-only .contact-container .contact-form h2 {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 3px 10px 0px 10px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #0097CD;
    text-transform: uppercase;
    background-color: #fff;
    color: #0097CD;
    font-family: "basic-sans", sans-serif;
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-form-only .contact-container .contact-form h2 {
        top: 2px
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-form-only .contact-container .contact-form h2 {
        top: 3px
    }
}

.contact-form-only .contact-container .contact-form p {
    margin: 5px 0
}

.fa-marker-style {
    display: inline;
    color: #0097CD;
    margin-right: 10px
}

input.wpcf7-text {
    width: 100%;
    border: solid 1px #0097CD;
    min-height: 35px;
    border-radius: 0px;
    color: #0097CD;
    padding: 10px 10px;
    margin: 4px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

.wpcf7-textarea {
    width: 100%;
    border: solid 1px #0097CD;
    min-height: 35px;
    border-radius: 0px;
    color: #0097CD;
    padding: 10px 10px;
    margin: 0px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem
}

.wpcf7 .watermark {
    color: #0097CD !important;
    text-transform: uppercase
}

::-webkit-input-placeholder {
    color: #0097CD !important
}

:-moz-placeholder {
    color: #0097CD !important
}

::-moz-placeholder {
    color: #0097CD !important
}

:-ms-input-placeholder {
    color: #0097CD !important
}

input.wpcf7-submit {
    background-color: #fff !important;
    color: #0097CD;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    min-width: 220px;
    padding: 15px 15px;
    float: right;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    font-size: 1.25rem
}

input.wpcf7-submit:hover {
    color: #fff;
    background-color: #333 !important
}

div.wpcf7-validation-errors {
    float: left;
    color: white
}

.ctaemail {
    padding-top: 75px;
    background: #D7D7D7;
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    min-height: 300px
}

.ctaemail h4 {
    font-size: 54px;
    font-size: 3.375rem;
    color: #FFF;
    text-align: center;
    margin: 0 0 35px 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .ctaemail h4 {
        font-size: 44px;
        font-size: 2.75rem
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .ctaemail h4 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media screen and (max-width: 28.0625em) {
    .ctaemail h4 {
        font-size: 32px;
        font-size: 2rem
    }
}

.ctaemail .button-cta {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: inline;
    padding: 10px 15px;
    background-color: #c830d5;
    color: #fff
}

.header-two-column-normal {
    padding-bottom: 35px
}

.header-two-column-normal .header-text-wrapper {
    padding: 35px 0 0 0
}

.header-two-column-normal .left-column-bn {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-left: 16.94915%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.35em
}

.header-two-column-normal .left-column-bn:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .header-two-column-normal .left-column-bn {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-left: 0%
    }

    .header-two-column-normal .left-column-bn:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .header-two-column-normal .left-column-bn {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 83.05085%;
        margin-left: 8.47458%
    }

    .header-two-column-normal .left-column-bn:last-child {
        margin-right: 0
    }
}

.header-two-column-normal .left-column-bn ul {
    margin: 0 0 0 10px
}

.header-two-column-normal .left-column-bn ol {
    margin: 0 0 0 10px
}

.header-two-column-normal .left-column-bn li {
    margin: 0 0 15px 0
}

.header-two-column-normal .left-column-bn .sub-copy-header-wrapper p {
    margin-top: 10px
}

.header-one-column {
    background-color: #D7D7D7
}

.header-one-column .subtitle-wrapper {
    padding: 70px 0 30px 0
}

.header-one-column .subtitle-wrapper h2 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #0097CD;
    text-transform: uppercase
}

.header-one-column .header-text-wrapper {
    padding: 0 0 85px 0
}

.header-one-column .full-width-column {
    width: 100%;
    font-size: 34px;
    font-size: 2.125rem;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5em
}

.header-one-column .full-width-column .sub-copy-header-wrapper {
    border-bottom: 1px solid #1d1d1b
}

.header-one-column .full-width-column .sub-copy-header-wrapper p {
    margin-top: 0
}

.header-one-column .full-width-column .sub-copy-header-wrapper a {
    text-decoration: none;
    color: #0097CD
}

.header-one-column .full-width-column .sub-copy-header-wrapper a:hover {
    text-decoration: underline
}

.cta-image-left-image-right {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px
}

.cta-image-left-image-right .left-column-image {
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 325px;
    background-position: center center;
    background-repeat: none;
    background-size: cover
}

@media screen and (max-width: 28.0625em) {
    .cta-image-left-image-right .left-column-image {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .cta-image-left-image-right .left-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(1n) {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .cta-image-left-image-right .left-column-image {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .cta-image-left-image-right .left-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(1n) {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .cta-image-left-image-right .left-column-image {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%
    }

    .cta-image-left-image-right .left-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(2n) {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .cta-image-left-image-right .left-column-image {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .cta-image-left-image-right .left-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(2n) {
        margin-right: 0
    }

    .cta-image-left-image-right .left-column-image:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 28.0625em) {
    .cta-image-left-image-right .left-column-image {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .cta-image-left-image-right .left-column-image {
        margin-bottom: 20px
    }
}

.cta-image-left-image-right .left-column-image:hover {
    opacity: 0.8
}

.cta-image-left-image-right .right-column-image {
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 325px;
    background-position: center center;
    background-repeat: none;
    background-size: cover
}

@media screen and (max-width: 28.0625em) {
    .cta-image-left-image-right .right-column-image {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .cta-image-left-image-right .right-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(1n) {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .cta-image-left-image-right .right-column-image {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .cta-image-left-image-right .right-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(1n) {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .cta-image-left-image-right .right-column-image {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%
    }

    .cta-image-left-image-right .right-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(2n) {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .cta-image-left-image-right .right-column-image {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .cta-image-left-image-right .right-column-image:last-child {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(2n) {
        margin-right: 0
    }

    .cta-image-left-image-right .right-column-image:nth-child(2n+1) {
        clear: left
    }
}

.cta-image-left-image-right .right-column-image:hover {
    opacity: 0.8
}

.cta-image-left-image-right h3 {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    font-size: 54px;
    font-size: 3.375rem
}

@media screen and (max-width: 46.875em) {
    .cta-image-left-image-right h3 {
        padding-top: 60px;
        font-size: 44px;
        font-size: 2.75rem
    }
}

.cta-image-left-image-right a {
    text-decoration: none
}

.cta-image-left-image-right .button-cta {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: inline;
    padding: 10px 20px;
    background-color: #0097CD;
    color: #fff
}

a.image-link {
    height: 100%;
    display: block
}

.featured-projects {
    background: #D7D7D7;
    min-height: 140px
}

.featured-projects .projects {
    position: relative;
    padding: 140px 0 0px 0
}

.featured-projects .projects h1 {
    font-family: "basic-sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #D7D7D7;
    z-index: 10
}

.featured-projects .projects .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.featured-projects .featured-pad {
    padding-bottom: 85px;
}

.featured-projects .featured-pad .featured-projects-wrapper {
    transition: all 0.3s ease-in-out;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.featured-projects .featured-pad .featured-projects-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.featured-projects .featured-pad .featured-projects-wrapper:hover {
    opacity: 0.8
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper {
     /* padding-bottom: 20px */
    }
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-image {
    height: 400px;
    background-position: center center;
    background-repeat: none;
    background-size: cover
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-image {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        height: 300px
    }

    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-image:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 46.9375em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-image {
        float: left;
        display: block;
        width: 59.32203%
    }

    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-image:last-child {
        width: 57.62712%
    }
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info {
    height: 400px;
    padding: 20px 70px 70px 70px;
    position: relative
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding: 40px 30px 60px 30px;
        height: 360px
    }

    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 46.9375em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info {
        float: left;
        display: block;
        width: 42.37288%
    }

    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info:last-child {
        width: 40.67797%
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info {
        padding: 40px 30px 60px 30px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info {
        padding: 40px 30px 60px 30px
    }
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info a {
    text-decoration: none;
    display: block
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 40px 0
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info h5 {
        margin: 0 0 20px 0
    }
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info h2 {
    font-size: 33px;
    line-height: 1.3em;
    margin: 0 0 0 0;
    min-height: 120px
}

@media screen and (max-width: 28.0625em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info h2 {
        font-size: 36px;
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info h2 {
        font-size: 36px;
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info h2 {
        min-height: 80px
    }
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5em;
    margin: 0 0
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info a {
    color: #3d3e43
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wop {
    position: absolute;
    bottom: 50px;
    border-bottom: 2px solid #3d3e43;
    width: 75%;
    right: 0;
    left: 60px
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wop a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #3d3e43;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px 2px 10px;
    display: inline-block
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wop {
        left: 30px
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wop {
        left: 30px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wop {
        left: 30px
    }
}




.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wopa {
    position: absolute;
    bottom: 50px;
    border-bottom: 1px solid #993b21;
    width: 75%;
    right: 0;
    left: 60px
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wopa a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #993b21;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px 0px 10px;
    display: inline-block
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wopa {
        left: 30px
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wopa {
        left: 30px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-wopa {
        left: 30px
    }
}





.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-bop {
    position: absolute;
    bottom: 50px;
    border-bottom: 2px solid #3d3e43;
    width: 75%;
    right: 0;
    left: 60px
}

.featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-bop a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #3d3e43;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px 2px 10px;
    display: inline-block;
}

@media screen and (max-width: 46.875em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-bop {
        left: 30px
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-bop {
        left: 30px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .featured-projects .featured-pad .featured-projects-wrapper .featured-projects-info .read-more-bop {
        left: 30px
    }
}

.featured-projects .featured-pad .featured-projects-wrapper .purple {
    background-color: #0096cd;
    color: #fff
}

.featured-projects .featured-pad .featured-projects-wrapper .white {
    background-color: #42beed;
    color: #fff
}

.featured-projects .featured-pad .featured-projects-wrapper .black {
    background-color: #42beed;
    color: #fff
}

a.image-link {
    height: 100%;
    display: block
}

a.black-link {
    color: #3d3e43 !important
}

@media screen and (min-width: 46.9375em) {
    .large-hide {
        display: none !important
    }
}

@media screen and (max-width: 46.875em) {
    .large-hide {
        display: block
    }
}

@media screen and (max-width: 46.875em) {
    .small-hide {
        display: none !important
    }
}

@media screen and (min-width: 46.9375em) {
    .small-hide {
        display: block
    }
}

.child-pages {
    background: #1e1e1e;
    padding-top: 70px;
    padding-bottom: 50px
}

.child-pages .child-wrapper {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 18.36735%;
    background: #000;
    color: #fff;
    min-height: 380px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out
}

.child-pages .child-wrapper:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .child-pages .child-wrapper {
        width: 100%
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .child-pages .child-wrapper {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 47.36842%
    }

    .child-pages .child-wrapper:last-child {
        margin-right: 0
    }

    .child-pages .child-wrapper:nth-child(2n) {
        margin-right: 0
    }

    .child-pages .child-wrapper:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .child-pages .child-wrapper {
        float: left;
        display: block;
        margin-right: 2.27273%;
        width: 31.81818%
    }

    .child-pages .child-wrapper:last-child {
        margin-right: 0
    }

    .child-pages .child-wrapper:nth-child(3n) {
        margin-right: 0
    }

    .child-pages .child-wrapper:nth-child(3n+1) {
        clear: left
    }
}

.child-pages .child-wrapper:hover {
    opacity: 0.6
}

.child-pages .child-wrapper .preview-image {
    width: 100%;
    padding-bottom: 66%
}

.child-pages .child-wrapper h4 {
    padding: 0 10px;
    font-size: 34px;
    font-size: 2.125rem;
    margin: 20px 0 0 0
}

.child-pages .child-wrapper p {
    padding: 0 10px;
    margin: 16px 0 0 0;
    font-size: 17px;
    font-size: 1.0625rem
}

.child-pages a {
    color: #fff;
    text-decoration: none
}

.child-pages a:hover {
    color: #fff
}

.child-pages .news-title-link {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #0097CD;
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem
}

.child-pages-clients {
    background: #D7D7D7;
    padding-top: 70px;
    padding-bottom: 50px
}

.child-pages-clients .child-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 40.67797%;
    background: #000;
    color: #fff;
    min-height: 380px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out
}

.child-pages-clients .child-wrapper:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .child-pages-clients .child-wrapper:nth-child(odd) {
        margin-left: 0%
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .child-pages-clients .child-wrapper:nth-child(odd) {
        margin-left: 0%
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .child-pages-clients .child-wrapper:nth-child(odd) {
        margin-left: 8.47458%
    }
}

@media screen and (min-width: 66.875em) {
    .child-pages-clients .child-wrapper:nth-child(odd) {
        margin-left: 8.47458%
    }
}

@media screen and (max-width: 28.0625em) {
    .child-pages-clients .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .child-pages-clients .child-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .child-pages-clients .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .child-pages-clients .child-wrapper:last-child {
        margin-right: 0
    }

    .child-pages-clients .child-wrapper:nth-child(2n) {
        margin-right: 0
    }

    .child-pages-clients .child-wrapper:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .child-pages-clients .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 40.67797%
    }

    .child-pages-clients .child-wrapper:last-child {
        margin-right: 0
    }
}

.child-pages-clients .child-wrapper:hover {
    opacity: 0.8
}

.child-pages-clients .child-wrapper .preview-image {
    width: 100%;
    padding-bottom: 50%
}

.child-pages-clients .child-wrapper h4 {
    padding: 0 10px;
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 20px 0 0 0;
    min-height: 100px;
    display: block
}

.child-pages-clients .child-wrapper h4 a {
    color: #fff
}

.child-pages-clients .child-wrapper p {
    padding: 0 10px;
    margin: 16px 0 0 0;
    font-size: 17px;
    font-size: 1.0625rem
}

.child-pages-clients .child-wrapper .read-more-cats {
    position: absolute;
    bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 95%;
    left: 10px
}

.child-pages-clients .child-wrapper .read-more-cats a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #fff;
    color: #0097CD;
    text-decoration: none;
    padding: 0 10px
}

.child-pages-clients a {
    color: #fff;
    text-decoration: none
}

.child-pages-clients a:hover {
    color: #fff
}

.child-pages-clients .news-title-link {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #0097CD;
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem
}

.supplier-logos .logo-container {
    padding-bottom: 50px
}

.supplier-logos .logo-container .inline-ul-center {
    overflow: hidden;
    text-align: center;
    margin: 0 0;
    margin-top: -20px;
    padding: 0px 0 0 0;
    list-style: none
}

.supplier-logos .logo-container .inline-ul-center img {
    width: 100%
}

.supplier-logos .logo-container .inline-ul-center li {
    padding: 0 30px;
    margin-top: -20px;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.supplier-logos .logo-container .inline-ul-center li:last-child {
    margin-right: 0
}

@media screen and (min-width: 66.875em) {
    .supplier-logos .logo-container .inline-ul-center li:nth-child(3n) {
        margin-right: 0
    }

    .supplier-logos .logo-container .inline-ul-center li:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .supplier-logos .logo-container .inline-ul-center li:nth-child(3n) {
        margin-right: 0
    }

    .supplier-logos .logo-container .inline-ul-center li:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .supplier-logos .logo-container .inline-ul-center li {
        padding: 0 10px;
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .supplier-logos .logo-container .inline-ul-center li:last-child {
        margin-right: 0
    }

    .supplier-logos .logo-container .inline-ul-center li:nth-child(2n) {
        margin-right: 0
    }

    .supplier-logos .logo-container .inline-ul-center li:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 28.0625em) {
    .supplier-logos .logo-container .inline-ul-center li {
        padding: 10px 10px;
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .supplier-logos .logo-container .inline-ul-center li:last-child {
        margin-right: 0
    }
}

.title-container {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 83.05085%;
    margin-left: 8.47458%;
    min-height: 150px
}

.title-container:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .title-container {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-left: 0%
    }

    .title-container:last-child {
        margin-right: 0
    }
}

.title-container h1 {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: 0px;
    color: #fff;
}

@media screen and (max-width: 28.0625em) {
    .title-container h1 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.single-header {
    margin-top: -16px;
    padding: 180px 0 60px 0;
    background: #0097CD
}

.date-container {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 6.77966%;
    min-height: 60px
}

.date-container:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .date-container {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .date-container:last-child {
        margin-right: 0
    }
}

.date-container .mobile-date {
    display: none;

    color: #fff
}

@media screen and (max-width: 28.0625em) {
    .date-container .mobile-date {
        display: inline-block
    }
}

.date-container .day-display {
    font-size: 60px;
    font-size: 3.75rem;

    color: #fff
}

@media screen and (max-width: 28.0625em) {
    .date-container .day-display {
        display: none
    }
}

.date-container .month-display {
    font-size: 25px;
    font-size: 1.5625rem;

    color: #fff
}

@media screen and (max-width: 28.0625em) {
    .date-container .month-display {
        display: none
    }
}

.date-container .year-display {
    font-size: 25px;
    font-size: 1.5625rem;

    color: #fff
}

@media screen and (max-width: 28.0625em) {
    .date-container .year-display {
        display: none
    }
}

.article-image {
    margin: 60px 0 30px 0;
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center center
}

span.bold {

}

figure.wp-caption {
    float: left
}

.css-columns {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
    margin-left: 25.42373%
}

.css-columns:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .css-columns {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
        margin-left: 16.94915%
    }

    .css-columns:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .css-columns {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-left: 0%
    }

    .css-columns:last-child {
        margin-right: 0
    }
}

.css-columns figure {
    width: 100% !important
}

.css-columns figure img {
    width: 100%
}

.css-columns p {

    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    margin-top: 0
}

.social-subscribe-wrapper {
    display: block;
    padding-bottom: 10px
}

.social-subscribe-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.subscribe-button-container {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
    text-align: right;
    padding: 20px 0 30px 0
}

.subscribe-button-container:last-child {
    margin-right: 0
}

.subscribe-button-container h3 {

    font-size: 20px;
    font-size: 1.25rem
}

@media screen and (max-width: 28.0625em) {
    .subscribe-button-container {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        text-align: left
    }

    .subscribe-button-container:last-child {
        margin-right: 0
    }
}

.tax-techniques .projects-related {
    background: #fff;
    min-height: 140px
}

.tax-techniques .projects-related .pages-projects {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    padding: 140px 0 0px 0
}

.tax-techniques .projects-related .pages-projects h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #fff;
    z-index: 10
}

.tax-techniques .projects-related .pages-projects .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.tax-techniques .projects-related .child-pages-projects {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 50px
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper {
    background: #000;
    color: #fff;
    min-height: 380px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out
}

@media screen and (min-width: 53.1875em) {
    .tax-techniques .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .tax-techniques .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }

    .tax-techniques .projects-related .child-pages-projects .child-wrapper:nth-child(3n) {
        margin-right: 0
    }

    .tax-techniques .projects-related .child-pages-projects .child-wrapper:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .tax-techniques .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .tax-techniques .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }

    .tax-techniques .projects-related .child-pages-projects .child-wrapper:nth-child(2n) {
        margin-right: 0
    }

    .tax-techniques .projects-related .child-pages-projects .child-wrapper:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 28.0625em) {
    .tax-techniques .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .tax-techniques .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .tax-techniques .projects-related .child-pages-projects .child-wrapper:nth-child(3n) {
        display: block
    }
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper:hover {
    opacity: 0.8
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper .preview-image {
    width: 100%;
    padding-bottom: 320px
}

@media screen and (max-width: 46.875em) {
    .tax-techniques .projects-related .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 260px
    }
}

@media screen and (max-width: 34.375em) {
    .tax-techniques .projects-related .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 200px
    }
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper a.link-fill {
    color: #fff;
    display: block
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper h4 {

    padding: 0 10px;
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 20px 0 0 0;
    min-height: 100px
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper p {
    padding: 0 10px;
    margin: 16px 0 0 0;
    font-size: 17px;
    font-size: 1.0625rem
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper .read-more-cats {
    position: absolute;
    bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 95%;
    left: 10px
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper .read-more-cats a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #fff;
    color: #0097CD;
    text-decoration: none;

    padding: 0 10px
}

.tax-techniques .projects-related .child-pages-projects .child-wrapper .black-mask {
    background-color: #000;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 150
}

.tax-techniques .projects-related .child-pages-projects a {
    color: #fff;
    text-decoration: none
}

.tax-techniques .projects-related .child-pages-projects a:hover {
    color: #fff
}

.tax-techniques .projects-related .child-pages-projects .news-title-link {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #0097CD;
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem
}

.projects-related {
    background: #fff;
    min-height: 140px
}

.projects-related .pages-projects {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    padding: 140px 0 0px 0
}

.projects-related .pages-projects h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #fff;
    z-index: 10
}

.projects-related .pages-projects .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.projects-related .child-pages-projects {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 50px
}

.projects-related .child-pages-projects .child-wrapper {
    background: #000;
    color: #fff;
    min-height: 380px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out
}

@media screen and (min-width: 53.1875em) {
    .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(3n) {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(2n) {
        margin-right: 0
    }

    .projects-related .child-pages-projects .child-wrapper:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 28.0625em) {
    .projects-related .child-pages-projects .child-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .projects-related .child-pages-projects .child-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .projects-related .child-pages-projects .child-wrapper:nth-child(3n) {
        display: none
    }
}

.projects-related .child-pages-projects .child-wrapper:hover {
    opacity: 0.8
}

.projects-related .child-pages-projects .child-wrapper .preview-image {
    width: 100%;
    padding-bottom: 320px
}

@media screen and (max-width: 46.875em) {
    .projects-related .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 260px
    }
}

@media screen and (max-width: 34.375em) {
    .projects-related .child-pages-projects .child-wrapper .preview-image {
        padding-bottom: 200px
    }
}

.projects-related .child-pages-projects .child-wrapper a.link-fill {
    color: #fff;
    display: block
}

.projects-related .child-pages-projects .child-wrapper h4 {

    padding: 0 10px;
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 20px 0 0 0;
    min-height: 100px
}

.projects-related .child-pages-projects .child-wrapper p {
    padding: 0 10px;
    margin: 16px 0 0 0;
    font-size: 17px;
    font-size: 1.0625rem
}

.projects-related .child-pages-projects .child-wrapper .read-more-cats {
    position: absolute;
    bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 95%;
    left: 10px
}

.projects-related .child-pages-projects .child-wrapper .read-more-cats a {
    font-size: 17px;
    font-size: 1.0625rem;
    background-color: #fff;
    color: #0097CD;
    text-decoration: none;

    padding: 0 10px
}

.projects-related .child-pages-projects .child-wrapper .black-mask {
    background-color: #000;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 150
}

.projects-related .child-pages-projects a {
    color: #fff;
    text-decoration: none
}

.projects-related .child-pages-projects a:hover {
    color: #fff
}

.projects-related .child-pages-projects .news-title-link {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #0097CD;
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem
}

.design-brief-wrapper {
    background-color: #D7D7D7
}

.design-brief-wrapper .split-top {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%
}

.design-brief-wrapper .split-top:last-child {
    margin-right: 0
}

.design-brief-wrapper .split-top .we-did-contact-title {
    position: relative;
    padding: 120px 0 0px 0
}

.design-brief-wrapper .split-top .we-did-contact-title h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #D7D7D7;
    z-index: 10
}

.design-brief-wrapper .split-top .we-did-contact-title .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.we-did-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%
}

.we-did-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .we-did-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 57.62712%
    }

    .we-did-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .we-did-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%
    }

    .we-did-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 46.875em) {
    .we-did-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .we-did-wrapper:last-child {
        margin-right: 0
    }
}

.we-did-wrapper .we-did-contact-title {
    position: relative;
    padding: 120px 0 0px 0
}

.we-did-wrapper .we-did-contact-title h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 38px 0;
    background: #D7D7D7;
    z-index: 10
}

.we-did-wrapper .we-did-contact-title .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.we-did-wrapper .we-did-contact-title .what-we-did-copy h5 {
    font-size: 14px;
    font-size: 0.875rem;

    margin-top: 5px;
    margin-bottom: 10px
}

.we-did-wrapper .we-did-contact-title .what-we-did-copy ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

.we-did-wrapper .we-did-contact-title .what-we-did-copy p {
    margin: 0px 0px 1.5em 0px
}

.we-did-wrapper .we-did-contact-title .what-we-did-copy .split-details {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.we-did-wrapper .we-did-contact-title .what-we-did-copy .split-details:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .we-did-wrapper .we-did-contact-title .what-we-did-copy .split-details {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-top: 25px
    }

    .we-did-wrapper .we-did-contact-title .what-we-did-copy .split-details:last-child {
        margin-right: 0
    }
}

.contact-form-bottom {
    background-color: #0097CD;
    padding: 15px 15px 20px 15px;
    position: relative;
    margin-bottom: 50px;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%
}

.contact-form-bottom:last-child {
    margin-right: 0
}

@media screen and (min-width: 66.875em) {
    .contact-form-bottom {
        display: none
    }
}

.contact-form-bottom .read-more-wop {
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid #fff
}

.contact-form-bottom h2 {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.125rem;

    color: #0097CD;
    text-transform: uppercase;
    background-color: #fff;
    color: #0097CD
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .contact-form-bottom h2 {
        top: 2px
    }
}

@media screen and (max-width: 28.0625em) {
    .contact-form-bottom h2 {
        top: 3px
    }
}

.contact-form-bottom p {
    margin: 5px 0
}

.what-we-did-contact-page {
    padding-bottom: 10px;
    background-color: #D7D7D7
}

.what-we-did-contact-page .contact-container .project-details-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%
}

.what-we-did-contact-page .contact-container .project-details-wrapper .we-did-contact-title {
    position: relative;
    padding: 120px 0 0px 0
}

.what-we-did-contact-page .contact-container .project-details-wrapper .we-did-contact-title h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 38px 0;
    background: #D7D7D7;
    z-index: 10
}

.what-we-did-contact-page .contact-container .project-details-wrapper .we-did-contact-title .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy {
    overflow: hidden
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy h5 {
    font-size: 15px;
    font-size: 0.95rem;

    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    letter-spacing: -0.5px
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy p {
    margin-bottom: 1.5em
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
    margin-bottom: 20px;
    clear: none !important
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details:last-child {
    margin-right: 0
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details:nth-child(2n) {
    margin-right: 0
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details:nth-child(2n+1) {
    clear: left
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 46.875em) {
    .what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details:last-child {
        margin-right: 0
    }
}

.what-we-did-contact-page .contact-container .project-details-wrapper .what-we-did-copy .split-details ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

.what-we-did-contact-page .contact-container .project-details-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .what-we-did-contact-page .contact-container .project-details-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 40.67797%
    }

    .what-we-did-contact-page .contact-container .project-details-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .what-we-did-contact-page .contact-container .project-details-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .what-we-did-contact-page .contact-container .project-details-wrapper:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 46.875em) {
    .what-we-did-contact-page .contact-container .project-details-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .what-we-did-contact-page .contact-container .project-details-wrapper:last-child {
        margin-right: 0
    }
}

.what-we-did-contact-page .contact-container .project-details-wrapper .read-more-wop {
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid #fff
}

.what-we-did-contact-page .contact-container .project-details-wrapper .techniques-card {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%
}

.what-we-did-contact-page .contact-container .project-details-wrapper .techniques-card:last-child {
    margin-right: 0
}

.masonry-style {
    background: #D7D7D7
}

.masonry-style .gallery-header {
    position: relative;
    padding: 120px 0 10px 0
}

.masonry-style .gallery-header h1 {
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: #D7D7D7;
    z-index: 10
}

.masonry-style .gallery-header .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.grid-sizer,
.grid-item {
    width: 33%;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px
}

.grid-sizer img,
.grid-item img {
    width: 100%
}

.masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding-bottom: 30px
}

.item {
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%
}

.item img {
    width: 100%
}

body:after {
    content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
    display: none
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url('images/prev.png') left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url('images/next.png') right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url('images/close.png') top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: opacity 0.2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.row-outer-team {
    display: block;
    background-color: #D7D7D7
}

.row-outer-team::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width: 28.0625em) {
    .row-outer-team .singleteam {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .row-outer-team .singleteam {
        max-width: 1230px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 25px
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .row-outer-team .singleteam {
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 35px
    }
}

@media screen and (min-width: 66.875em) {
    .row-outer-team .singleteam {
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 35px
    }
}

.row-outer-team .singleteam .single-team-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.row-outer-team .singleteam .single-team-container::after {
    clear: both;
    content: "";
    display: table
}

.row-outer-team .singleteam .single-team-container .team-header-title {
    display: block;
    padding: 100px 0
}

.row-outer-team .singleteam .single-team-container .team-header-title::after {
    clear: both;
    content: "";
    display: table
}

.row-outer-team .singleteam .single-team-container .team-header-title h2 {
    font-size: 56px;
    font-size: 3.5rem;

    display: inline-block;
    margin: 0 0;
    border-bottom: 2px solid #1d1d1b
}

.row-outer-team .singleteam .single-team-container .team-header-title h3 {

    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #0097CD;
    margin: 30px 0 0 0
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper {
    display: block
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width: 28.0625em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(1n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(1n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(2n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(2n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left:nth-child(2n+1) {
        clear: left
    }
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-left .teammemberpicture {
    max-width: 100%;
    margin-bottom: 30px
}

@media screen and (max-width: 28.0625em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(1n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(1n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(2n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(2n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right:nth-child(2n+1) {
        clear: left
    }
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right p {
    font-size: 20px;
    font-size: 1.25rem;

    margin: 20px 0
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right p:first-of-type {

    margin-top: 0
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right p:last-of-type {
    margin-bottom: 30px
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row {
    display: block;
    border-top: 1px solid #1d1d1b;
    padding: 0 0 40px 0
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width: 28.0625em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(1n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(1n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(2n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) {
    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:last-child {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(2n) {
        margin-right: 0
    }

    .row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single:nth-child(2n+1) {
        clear: left
    }
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single h5 {
    margin: 10px 0 10px 0;
    color: #0097CD
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single p {
    margin: 5px 0 5px 0
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single a {
    font-size: 16px;
    font-size: 1rem;

    text-decoration: none
}

.row-outer-team .singleteam .single-team-container .teamsingle-contentwrapper .teamsingle-right .team-member-details-row .teamlinks-single span {
    margin-right: 10px
}

.hr-footer {
    width: 100%;
    border-bottom: 2px solid #000;
    padding-top: 40px
}

.footer-logos .logo-container {
    padding-bottom: 40px
}

.footer-logos .logo-container .inline-ul-center {
    text-align: center;
    margin: 0 0;
    padding: 40px 0 0 0;
    list-style: none
}

.footer-logos .logo-container .inline-ul-center img {
    width: 100%
}

.footer-logos .logo-container .inline-ul-center li {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 15.25424%;
    padding: 0 15px
}

.footer-logos .logo-container .inline-ul-center li:last-child {
    margin-right: 0
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .footer-logos .logo-container .inline-ul-center li {
        padding: 0 10px;
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 23.72881%
    }

    .footer-logos .logo-container .inline-ul-center li:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) {
    .footer-logos .logo-container .inline-ul-center li {
        padding: 10px 10px;
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .footer-logos .logo-container .inline-ul-center li:last-child {
        margin-right: 0
    }

    .footer-logos .logo-container .inline-ul-center li:nth-child(2n) {
        margin-right: 0
    }

    .footer-logos .logo-container .inline-ul-center li:nth-child(2n+1) {
        clear: left
    }
}

.footer-logos .logo-container .inline-ul-center li:first-child {
    margin-left: 16.94915%
}

@media screen and (max-width: 53.125em) {
    .footer-logos .logo-container .inline-ul-center li:first-child {
        margin-left: 0%
    }
}

.footer-outer {
    background-color: #3d3e43;
}

.footer-outer .footer-wrapper {
    background-color: #3d3e43;
}

.footer-outer .footer-wrapper .footer-right {
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width: 28.0625em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 66.875em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 53.125em) and (max-width: 28.0625em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 53.125em) and (min-width: 28.125em) and (max-width: 53.125em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 53.125em) and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 53.125em) and (min-width: 66.875em) {
    .footer-outer .footer-wrapper .footer-right {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .footer-outer .footer-wrapper .footer-right:last-child {
        margin-right: 0
    }
}

#logo-footer {
    background-image: url('images/TurquoisePR_Logo_new_white_pinki_580x120.png');
    background-size: 290px 60px;
    width: 290px;
    height: 60px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    #logo-footer {
        background-image: url('images/TurquoisePR_Logo_new_white_pinki_580x120.png');
        background-size: 290px 60px
    }
}

@media screen and (max-width: 28.0625em) {
    #logo-footer {
        width: 193px;
        height: 40px;
        background-size: 100%
    }
}

#logo-footer a {
    display: inline-block
}

#logo-footer .text-hide {
    display: none
}

.widget1 {
    font-size: 17px;
    font-size: 1.0625rem;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-top: 20px;
    padding-bottom: 20px;

}

.widget1:last-child {
    margin-right: 0
}

@media screen and (max-width: 53.125em) {
    .widget1 {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .widget1:last-child {
        margin-right: 0
    }
}

.widget1 p {
    margin: 0;
    padding: 0
}

.widget2 {
    font-size: 17px;
    font-size: 1.0625rem;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 15.25424%;
    margin-top: 20px;

}

.widget2:last-child {
    margin-right: 0
}

@media screen and (max-width: 53.125em) {
    .widget2 {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-right: 0
    }

    .widget2:last-child {
        margin-right: 0
    }
}

.widget2 p {
    color: #fff;
    margin: 0;
    padding: 0
}

.widget3 {
    font-size: 17px;
    font-size: 1.0625rem;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 23.72881%;
    margin-top: 20px
}

.widget3:last-child {
    margin-right: 0
}

.widget3 a {
    color: #fff;
    text-decoration: none
}

.widget3 a:hover {
    text-decoration: underline;
    color: #fff
}

.widget3 a:visited {
    color: #fff
}

@media screen and (max-width: 53.125em) {
    .widget3 {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .widget3:last-child {
        margin-right: 0
    }
}

.widget3 p {
    margin: 0;
    padding: 0 0 20px 0
}

.widget4 {
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 23.72881%;
    margin-top: 20px;
    padding-left: 44px;
    text-align: right
}

.widget4:last-child {
    margin-right: 0
}

.widget4 .fa {
    margin-right: 10px
}

@media screen and (max-width: 53.125em) {
    .widget4 {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        margin-right: 0;
        padding-left: 0px;
        border-top: 1px solid white;
        padding-top: 20px;
        text-align: left
    }

    .widget4:last-child {
        margin-right: 0
    }
}

.widget4 a {
    color: #fff;
    text-decoration: none
}

.widget4 a:hover {
    text-decoration: underline;
    color: #4d4d4d
}

.widget4 a:visited {
    color: white
}

.widget4 a i {
    color: #fff
}

.widget4 a i:hover {
    color: #4d4d4d
}

h3.widget-title {

    color: white;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.textwidget {

    color: white
}

.lower-footer-outer {
    background-color: #0d066a
}

.lower-footer-outer .lower-footer-wrapper {
    background-color: #0d066a
}

.lower-footer-outer .lower-footer-wrapper .lower-footer-inner .lower-footer-right {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 20px;
    padding-bottom: 30px;
    color: white
}

.lower-footer-outer .lower-footer-wrapper .lower-footer-inner .lower-footer-right:last-child {
    margin-right: 0
}

.madein-outer {
    background: #fff
}

.madein-outer .madein-wrapper .madein {
    font-size: 12px;
    font-size: 0.75rem;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.madein-outer .madein-wrapper .madein::after {
    clear: both;
    content: "";
    display: table
}

.madein-outer .madein-wrapper .madein p {
    margin: 10px 0
}

.madein-outer .madein-wrapper .madein a {
    transition: all 0.3s ease-in-out;
    color: #1d1d1b;
    text-decoration: none
}

.madein-outer .madein-wrapper .madein a:hover {
    text-decoration: underline;
    color: #61bb46
}

.left-column-bn div.full-width-title {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%
}

.left-column-bn div.full-width-title:last-child {
    margin-right: 0
}

.left-column-bn div.full-width-title .show-for-mobile {
    display: none
}

@media screen and (max-width: 34.375em) {
    .left-column-bn div.full-width-title .show-for-mobile {
        display: block
    }
}

.left-column-bn div.sub-copy-image-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 40.67797%
}

.left-column-bn div.sub-copy-image-wrapper:last-child {
    margin-right: 0
}

@media screen and (max-width: 34.375em) {
    .left-column-bn div.sub-copy-image-wrapper {
        display: none
    }
}

.left-column-bn div.sub-copy-text-wrapper {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 57.62712%;
    padding-left: 10px
}

.left-column-bn div.sub-copy-text-wrapper:last-child {
    margin-right: 0
}

@media screen and (max-width: 34.375em) {
    .left-column-bn div.sub-copy-text-wrapper {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%;
        padding-left: 0px
    }

    .left-column-bn div.sub-copy-text-wrapper:last-child {
        margin-right: 0
    }
}

.left-column-bn div.sub-copy-text-wrapper p:first-child {
    margin-top: 0px
}

@media screen and (max-width: 34.375em) {
    .left-column-bn div.sub-copy-text-wrapper p:first-child {
        margin-top: 10px
    }
}

.left-column-bn h3 {
    margin-top: 0px;
    font-size: 26px;
    font-size: 1.625rem
}

.left-column-bn ul {
    padding: 0px 0px 20px 20px
}

@media screen and (max-width: 34.375em) {
    .left-column-bn ul {
        margin: 20px 0px
    }
}

.pad-bottom {
    padding-bottom: 20px;
    padding-top: 25px
}

.page-id-578 .pad-bottom {
    padding-top: 10px
}

.page-id-556 .pad-bottom {
    padding-top: 45px
}

a {
    color: #1d1d1b
}

a:hover,
a:focus,
a:active {
    color: #0097CD
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

.main-navigation {
    clear: both;
    float: right;
    position: absolute;
    height: 30px;
    top: 54px;
    right: 0;
    z-index: 110;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;}

@media screen and (max-width: 1000px) {
    .main-navigation {
        display: none
    }
}

.main-navigation ul {
    list-style: none;
    margin: 0 -20px 0 0;
    padding-left: 0;
    z-index: 999
}

.main-navigation ul ul {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    float: left;
    position: absolute;
    top: 28px;
    left: -999em;
    z-index: 99999;
    font-size: 16px;
    font-size: 1rem;
    text-align: left
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    text-align: left
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
    color: #fff
}

.main-navigation ul ul a {
    color: #1d1d1b;
    width: 300px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 16px 10px 16px 10px;
    border-left: none;
    height: 46px !important;
    transition: all 0.2s linear;
    border-bottom: none
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus,
.main-navigation ul ul a:active {
    background-color: #1d1d1b;
    border-left: none;
    height: 46px !important;
    color: #fff;
    border-bottom: none
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 0px
}

.main-navigation li {
    float: left;
    position: relative;
    color: #fff;
    margin-bottom: 0
}

@media screen and (max-width: 37.5em) {
    .main-navigation li {
        background: #fff;
        float: none;
        padding: 5px 5px 5px 5px;
        position: relative
    }
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
    color: #fff
}

.main-navigation li>a {
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 0.9em;
    margin-right: 26px;
    height: 30px;
    transition: all 0.2s linear
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .main-navigation li>a {
        margin-right: 17px
    }
}

.main-navigation li>a:hover,
.main-navigation li>a:active {
    color: #fff;
    border-bottom: 2px solid #fff
}

div#global_wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    opacity: 1
}

div#global_wrapper div#mobile_menu_off_menu_click_layer {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100
}

div#global_wrapper div#mobile_menu_wrapper {
    margin: 0;
    padding: 0;
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    background-color: #0097CD;
    height: 100%;
    z-index: 200;
    transition: all 0.4s ease-in-out
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu {
    margin: 0;
    padding: 0;
    height: 100%
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container {
    margin: 0;
    padding: 0;
    height: 100%
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu {
    margin: 0;
    padding: 0;
    height: 100%;
    box-shadow: 20px 0 20px -20px rgba(0, 0, 0, 0.4) inset
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li.menu-item-has-children>a {
    padding: 8px 49px 8px 13px
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a {
    border-bottom: 1px solid #666;
    color: #fff;
    display: block;
    margin: 0;
    padding: 8px 13px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4em;
    text-decoration: none;
    width: 199px;
    position: relative
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a:hover {
    background-color: #666
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a span.submenu_trigger {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 36px;
    background-color: #555;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    display: block
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a span.submenu_trigger:hover {
    background-color: #ccc;
    cursor: pointer
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: -265px;
    transition: all 0.4s ease-in-out;
    background-color: #0097CD;
    height: 100%;
    z-index: 1;
    box-shadow: 20px 0 20px -20px rgba(0, 0, 0, 0.4) inset
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li {
    margin: 0;
    padding: 0
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger {
    padding: 0px 13px;
    font-size: 13px;
    line-height: 34px;
    color: #fff;
    border-bottom: 1px solid #666
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger i {
    font-size: 26px;
    line-height: 34px;
    vertical-align: middle
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger span.label {
    font-weight: bold;
    margin-left: 4px;
    vertical-align: middle
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger:hover {
    background-color: #ccc;
    cursor: pointer
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li.active>a {
    background-color: #666
}

div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li.active>ul.sub-menu {
    right: 0
}

div#global_wrapper div#mobile_menu_wrapper a#mobile_menu_trigger {
    top: 52px;
    font-size: 28px;
    height: 45px;
    left: -90px;
    line-height: 45px;
    width: 46px;
    position: absolute;
    background-color: #000;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer
}

@media screen and (max-width: 28.0625em) {
    div#global_wrapper div#mobile_menu_wrapper a#mobile_menu_trigger {
        left: -60px;
        top: 52px
    }
}

div#global_wrapper div#mobile_menu_wrapper a#mobile_menu_trigger:hover {
    background-color: #0097CD
}

div#global_wrapper.mobile-menu-active div#site_wrapper {
    margin: 0 200px 0 -200px;
    opacity: 1;
    transition: all 0.4s ease-in-out
}

div#global_wrapper.mobile-menu-active div#mobile_menu_off_menu_click_layer {
    display: block;
    background-color: #1d1d1b;
    opacity: 0.3
}

div#global_wrapper.mobile-menu-active div#mobile_menu_wrapper {
    right: 0;
    transition: all 0.4s ease-in-out
}

div#global_wrapper.mobile-menu-active div#mobile_menu_wrapper a#mobile_menu_trigger {
    left: -53px;
    transition: all 0.4s ease-in-out
}

body.logged-in.admin-bar div#global_wrapper div#mobile_menu_wrapper {
    top: 32px
}

@media screen and (max-width: 782px) {
    body.logged-in.admin-bar div#global_wrapper div#mobile_menu_wrapper {
        top: 46px
    }

    body.logged-in.admin-bar div#wpadminbar {
        position: fixed
    }
}

@media screen and (min-width: 1000px) {
    div#global_wrapper.mobile-menu-active div#site_wrapper {
        display: none
    }

    div#global_wrapper div#mobile_menu_wrapper {
        display: none
    }
}

.nav-links {
    text-align: center;
    margin: 5px 2px;
    padding-bottom: 20px
}

.nav-links .page-numbers {
    color: #1d1d1b;
    text-decoration: none;
    padding: 5px 8px
}

.nav-links a.page-numbers {
    color: #1d1d1b;
    text-decoration: none;
    padding: 5px 8px
}

.nav-links a.page-numbers:hover {
    color: #0097CD
}

.nav-links .current {
    color: #0097CD;
    text-decoration: underline
}

a.next {
    background: #0097CD;
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 60px;
    color: #fff
}

a.next:before {
    border-left: 17px solid #0097CD;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: "";
    top: 0;
    height: 0;
    position: absolute;
    right: -17px;
    width: 0
}

a.prev {
    background: #0097CD;
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 80px;
    color: #fff
}

a.prev:before {
    border-right: 17px solid #0097CD;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: "";
    top: 0;
    height: 0;
    position: absolute;
    left: -17px;
    width: 0
}

a.next.page-numbers,
a.prev.page-numbers {
    color: #fff;
    
}

a.next.page-numbers:hover,
a.prev.page-numbers:hover {
    color: #1d1d1b;
    border: 0px;
}

.categories {
    padding: 10px 0 25px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categories h4 {
    text-align: left;
    font-size: 16px;
    color: #0097CD;
    margin: 0;
    padding: 0;
    display: none
}

.categories ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0
}

.categories ul li {
    display: inline-block;
    text-align: center;
    background: #0097CD;
    color: white;
    margin: 15px 10px 0 10px;
    border: 1px solid #0097CD;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categories ul li:hover {
    background: none;
    border: 1px solid #0097CD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 28.0625em) {
    .categories ul li {
        font-size: 19px;
        font-size: 1.2rem;
        line-height: 40px;
        width: 100px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .categories ul li {
        font-size: 22px;
        font-size: 1.4rem;
        line-height: 50px;
        width: 140px
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .categories ul li {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 55px;
        width: 170px
    }
}

@media screen and (min-width: 66.875em) {
    .categories ul li {
        font-size: 26px;
        font-size: 1.6rem;
        line-height: 60px;
        width: 190px
    }
}

.categories ul li a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block
}

.categories ul li a.activelink {
    color: #0097CD
}

.categories ul li a.activelink:hover {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categories ul li a:hover {
    color: #0097CD
}

.categories .active {
    background: none;
    border: 1px solid #0097CD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categories .active h4 {
    color: #0097CD
}

.form-form {
    text-align: right;
    margin-top: 10px
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .form-form {
        display: none
    }
}

@media screen and (min-width: 66.875em) {
    .form-form {
        display: none
    }
}

.form-form .greyselector {
    min-width: 130px
}

.categories-projects {
    text-align: right;
    margin-left: 142px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 28.0625em) {
    .categories-projects {
        display: none
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .categories-projects {
        display: none
    }
}

.categories-projects h4 {
    text-align: left;
    display: inline;

    font-size: 18px;
    font-size: 1.125rem;
    color: #0097CD;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .categories-projects h4 {
        display: none
    }
}

.categories-projects ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    display: inline
}

.categories-projects ul li {
    display: inline-block;
    text-align: center;
    background: #1d1d1b;
    color: white;
    margin: 0px 0px 10px 15px;
    padding: 2px 10px;
    border: 1px solid #0097CD;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categories-projects ul li:hover {
    background: none;
    border: 1px solid #1d1d1b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 28.0625em) {
    .categories-projects ul li {
        font-size: 13px;
        font-size: 0.825rem;
        line-height: 20px;
        min-width: 100px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .categories-projects ul li {
        font-size: 13px;
        font-size: 0.825rem;
        line-height: 20px;
        min-width: 100px
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .categories-projects ul li {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 25px;
        min-width: 100px
    }
}

@media screen and (min-width: 66.875em) {
    .categories-projects ul li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px;
        min-width: 100px
    }
}

.categories-projects ul li a {
    color: white;
    text-decoration: none;

    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block
}

.categories-projects ul li a.activelink {
    color: #0097CD
}

.categories-projects ul li a.activelink:hover {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categories-projects ul li a:hover {
    color: #0097CD
}

.categories-projects .active {
    background: none;
    border: 1px solid #0097CD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categories-projects .active h4 {
    color: #0097CD
}

.nav-next-article {
    width: 40%;
    text-align: right;
    padding-left: 10%;
    float: right;
    display: inline
}

.nav-next-article a {
    color: #0097CD;
    display: inline;
    text-decoration: none
}

.nav-previous-article {
    width: 40%;
    text-align: left;
    padding-right: 10%;
    float: left;
    display: inline
}

.nav-previous-article a {
    color: #0097CD;
    display: inline;
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #1d1d1b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

div.acf-map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 0.75rem
}

div.acf-map h5 {
    margin: 5px 0 !important;
    padding: 0 0 !important;
    font-size: 16px;
    font-size: 1rem
}

div.acf-map a {
    margin: 10px 0;
    font-size: 12px;
    font-size: 0.75rem
}

div.acf-map p {
    font-size: 10px;
    font-size: 0.625rem
}

.slider-wrapper {
    display: block;
    position: relative
}

.slider-wrapper::after {
    clear: both;
    content: "";
    display: table
}

.slider {
    background-color: #fff;
    height: 600px;
    min-height: 260px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media screen and (max-width: 28.0625em) {
    .slider {
        height: 300px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .slider {
        height: 450px
    }
}

.slide {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    float: left;
    position: relative;
    background-blend-mode: multiply
}

.slidecontent {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 15px;
    left: 0;
    right: 0
}

.slidecontent::after {
    clear: both;
    content: "";
    display: table
}

.slidecontent h2 {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 80%;
    bottom: 180px;

    font-size: 60px;
    font-size: 3.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 28.0625em) {
    .slidecontent h2 {
        font-size: 28px;
        font-size: 1.75rem;
        bottom: 100px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .slidecontent h2 {
        font-size: 40px;
        font-size: 2.5rem;
        bottom: 140px
    }
}

#slideposition {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    bottom: 160px
}

@media screen and (max-width: 28.0625em) {
    #slideposition {
        bottom: 100px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    #slideposition {
        bottom: 130px
    }
}

#slideposition ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

#slideposition ul li {
    margin: 2px 3px
}

#slideposition ul li.indicator {
    display: inline
}

#slideposition ul li.indicator:before {
    content: '\f10c';
    font-family: FontAwesome;
    display: inline-block;
    text-decoration: inherit;
    font-size: 18px;
    color: #fff
}

@media screen and (max-width: 28.0625em) {
    #slideposition ul li.indicator:before {
        font-size: 12px
    }
}

#slideposition ul li.active:before {
    content: '\f111';
    font-family: FontAwesome;
    display: inline-block;
    text-decoration: inherit;
    color: #0097CD;
    font-size: 18px
}

@media screen and (max-width: 28.0625em) {
    #slideposition ul li.active:before {
        font-size: 12px
    }
}

.cards {
    display: block;
    padding: 40px 0
}

.cards::after {
    clear: both;
    content: "";
    display: table
}

.card {
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 20px 10px;
    cursor: pointer;
    position: relative
}

@media screen and (max-width: 28.0625em) and (max-width: 28.0625em) {
    .card {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) and (min-width: 28.125em) and (max-width: 53.125em) {
    .card {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .card {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 28.0625em) and (min-width: 66.875em) {
    .card {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) and (max-width: 28.0625em) {
    .card {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) and (min-width: 28.125em) and (max-width: 53.125em) {
    .card {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .card {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) and (min-width: 66.875em) {
    .card {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) and (max-width: 28.0625em) {
    .card {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) and (min-width: 28.125em) and (max-width: 53.125em) {
    .card {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .card {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) and (min-width: 66.875em) {
    .card {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 49.15254%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) and (max-width: 28.0625em) {
    .card {
        float: left;
        display: block;
        margin-right: 11.11111%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) and (min-width: 28.125em) and (max-width: 53.125em) {
    .card {
        float: left;
        display: block;
        margin-right: 5.26316%;
        width: 100%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(1n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .card {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 31.53846%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 66.875em) and (min-width: 66.875em) {
    .card {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%
    }

    .card:last-child {
        margin-right: 0
    }

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

    .card:nth-child(3n+1) {
        clear: left
    }
}

.card .card-image {
    max-width: 100%;
    padding-bottom: 90%;
    transition: all 0.2s ease-in-out
}

.card .card-image img {
    transition: all 0.2s ease-in-out;
    width: 100%;
    opacity: 1
}

.card .card-header {
    transition: all 0.2s ease-in-out;
    padding-top: 10px;
    background-color: #fff;
    border-bottom: none;
    color: #0097CD;
    line-height: 1.5em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.card .card-copy p {
    margin: 0 0 3em
}

.card .bottom-link {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}

.card:focus,
.card:hover {
    cursor: pointer;
    opacity: 0.6
}

.card:focus img,
.card:hover img {
    opacity: 0.6
}

.card:active {
    background-color: #fff
}

.month-display {

    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding-left: 2px
}

.day-display {

    font-size: 40px;
    font-size: 2.5rem;
    text-align: center
}

.year-display {

    font-size: 14px;
    font-size: 0.875rem;
    text-align: center
}

.card-header-date {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 15.25424%;
    border-bottom: 1px solid #0097CD;
    text-align: left;
    padding-top: 8px;
    min-height: 180px
}

.card-header-date:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .card-header-date {
        min-height: 100px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .card-header-date {
        min-height: 140px
    }
}

.card-header-title {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 74.57627%;
    margin-left: 8.47458%;
    border-bottom: 1px solid #0097CD;
    min-height: 180px
}

.card-header-title:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .card-header-title {
        min-height: 100px
    }
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .card-header-title {
        min-height: 140px
    }
}

.card-header-title h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0 0;
    padding: 0 0 30px 0
}

.card-header-title h2 a {
    text-decoration: none
}

.read-more {
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
    color: #1d1d1b
}

.read-more a {
    text-decoration: none
}

.read-more a:hover {
    color: #0097CD
}

.cd-testimonials-wrapper {
    position: relative;
    width: 100%;
    background-color: #0097CD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 45px 40px 30px;
    z-index: 1
}

.cd-testimonials-wrapper::after {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    margin-left: -25px;

    color: #fff;
    font-size: 90px;
    font-size: 5.625rem;
    text-align: center;
    display: none
}

.cd-testimonials-wrapper::before {
    content: '\201D';
    position: absolute;
    bottom: 72px;
    left: 50%;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    margin-left: -25px;

    color: #fff;
    font-size: 90px;
    font-size: 5.625rem;
    text-align: center;
    display: none
}

@media only screen and (min-width: 768px) {
    .cd-testimonials-wrapper {
        margin: 0 auto;
        padding: 50px 50px 30px
    }
}

@media only screen and (min-width: 480px) {
    .cd-testimonials-wrapper::after {
        display: block
    }

    .cd-testimonials-wrapper::before {
        display: block
    }
}

.cd-testimonials {
    color: #fff;
    text-align: center
}

.cd-testimonials::after {
    clear: both;
    content: "";
    display: table
}

.cd-testimonials>li {
    position: absolute;
    opacity: 0
}

.cd-testimonials>li:first-child {
    position: relative;
    opacity: 1
}

.cd-testimonials p {

    line-height: 1.4;
    margin-bottom: 1em;
    padding: 0 20px;
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (min-width: 768px) {
    .cd-testimonials p {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials p {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.6
    }
}

.cd-author img,
.cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle
}

.cd-author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3)
}

.cd-author .cd-author-info {
    text-align: left;
    line-height: 1.2
}

.cd-author .cd-author-info li:first-child {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase
}

.cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .cd-author .cd-author-info {
        line-height: 1.4
    }

    .cd-author .cd-author-info li:first-child {
        font-size: 14px;
        font-size: 0.875rem
    }

    .cd-author .cd-author-info li:last-child {
        font-size: 14px;
        font-size: 0.875rem
    }
}

.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0
}

.flex-direction-nav li:first-child {
    left: 0
}

.flex-direction-nav li:last-child {
    right: 0
}

.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: background-color 0.2s
}

.no-touch .flex-direction-nav li a:hover {
    background-color: #413244
}

.flex-direction-nav li a::before,
.flex-direction-nav li a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #fff
}

.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg)
}

.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg)
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg)
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg)
}

@media only screen and (min-width: 768px) {
    .flex-direction-nav li {
        width: 50px
    }
}

@media only screen and (min-width: 1170px) {

    .flex-direction-nav li a::before,
    .flex-direction-nav li a::after {
        background-color: #755879;
        transition: background-color 0.2s
    }

    .flex-direction-nav li a:hover::before,
    .flex-direction-nav li a:hover::after {
        background-color: #fff
    }
}

.testimonials hr {
    border-top: 1px solid #0097CD
}

.testimonials h3 {
    padding: 30px 0 30px 0;

    color: #1d1d1b;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem
}

.testimonials .cd-container {
    background: #0097CD
}

.testimonials .cd-container ul {
    padding: 0px 0;
    list-style: none;
    margin: 0
}

.testimonials .cd-container ul li {
    margin: 0;
    padding: 0 0px
}

.testimonials .cd-container ul li p {
    padding: 0 20px
}

.testimonials .cd-container ul li ul {
    text-align: center;
    margin-top: 40px
}

.testimonials .cd-container ul li ul li {
    display: inline-block;
    margin: 0 5px
}

.testimonials .cd-container ul li ul span.divider {
    margin-left: 2px;
    color: #9c7da1
}

@media screen and (max-width: 28.0625em) {
    .testimonials .cd-container ul li ul span.divider {
        display: none
    }
}

.page-id-90 .testimonials hr {
    border-top: 0px solid #0097CD;
    background-color: #fff !important
}

:focus {
    outline: -webkit-focus-ring-color none 0 !important;
    outline-width: 0 !important
}

.ssba {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
    padding: 20px 0 20px 0
}

.ssba:last-child {
    margin-right: 0
}

@media screen and (max-width: 28.0625em) {
    .ssba {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 100%
    }

    .ssba:last-child {
        margin-right: 0
    }
}

.ssba h3 {

    text-align: left;
    font-size: 20px;
    font-size: 1.25rem
}

.facebook {
    transition: all 0.3s ease-in-out
}

.twitter {
    transition: all 0.3s ease-in-out
}

.linkedin {
    transition: all 0.3s ease-in-out
}

.social-icon-wrapper {
    display: inline;
    padding: 10px 2px
}

.social-icon-wrapper a:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(29, 29, 27, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #1d1d1b;
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width: 1170px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }
}

.modal label {
    cursor: pointer;
    margin-bottom: 0;
    color: white;
}

.modal label img {
    border-radius: 150px;
    display: block;
    max-width: 300px
}

.modal .wpcf7-list-item-label {
    color: #0097CD;
    font-size: 14px;
    font-size: 0.85rem
}

.modal .wpcf7-list-item {
    margin-left: 20px
}

.modal .wpcf7-list-item.first {
    margin-left: 0px
}

.modal .modal-state {
    display: none
}

.modal .modal-trigger {
    padding: 0;
    font-size: 1.1em
}

.modal .modal-fade-screen,
.modal .modal-fade-screen2 {
    transition: opacity 0.25s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    padding-top: 0.5em;
    text-align: left;
    visibility: hidden;
    z-index: 9999999999999
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {

    .modal .modal-fade-screen,
    .modal .modal-fade-screen2 {
        padding-top: 3em
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {

    .modal .modal-fade-screen,
    .modal .modal-fade-screen2 {
        padding-top: 4em
    }
}

@media screen and (min-width: 66.875em) {

    .modal .modal-fade-screen,
    .modal .modal-fade-screen2 {
        padding-top: 5em
    }
}

.modal .modal-fade-screen .modal-bg,
.modal .modal-fade-screen2 .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.modal .modal-close,
.modal .modal-close2 {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 1.5em;
    width: 1.5em;
    background: #0097CD;
    cursor: pointer;
    z-index: 9999999999999
}

.modal .modal-close:after,
.modal .modal-close:before,
.modal .modal-close2:after,
.modal .modal-close2:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #ddd;
    content: '';
    display: block;
    margin: -3px 0 0 -1px
}

.modal .modal-close:hover:after,
.modal .modal-close:hover:before,
.modal .modal-close2:hover:after,
.modal .modal-close2:hover:before {
    background: #c4c4c4
}

.modal .modal-close:before,
.modal .modal-close2:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal .modal-inner {
    transition: opacity 0.25s ease;
    background: #0097CD;
    border-radius: 5px;
    margin-top: 0;
    margin: auto;
    max-height: 100%;
    overflow: auto;
    padding: 0.25em;
    position: relative;
    width: 95%
}

@media screen and (min-width: 28.125em) and (max-width: 53.125em) {
    .modal .modal-inner {
        margin-top: 0;
        max-height: 95%;
        padding: 0.5em;
        width: 85%
    }
}

@media screen and (min-width: 53.1875em) and (max-width: 66.8125em) {
    .modal .modal-inner {
        margin-top: 0;
        max-height: 100%;
        width: 75%
    }
}

@media screen and (min-width: 66.875em) {
    .modal .modal-inner {
        margin-top: 0;
        max-height: 100%;
        width: 65%
    }
}

.modal .modal-inner h1 {
    color: #1d1d1b;
    margin-bottom: 0 0 0.6em 0;
    text-align: left;
    text-transform: capitalize
}

.modal .modal-inner p {
    color: #1d1d1b;
    line-height: 1.3
}

.modal .modal-inner .modal-intro {
    margin-bottom: 1em
}

.modal .modal-state:checked+.modal-fade-screen {
    opacity: 1;
    visibility: visible
}

.modal-open {
    overflow: hidden
}

.modal-button-cta {
    text-align: center;
    padding: 10px 20px;
    background-color: #0097CD;
    color: #fff;
    max-width: 250px
}

.modal-button-cta:hover,
.modal-button-cta:active {
    background-color: #1d1d1b
}

.form-change textarea {
    max-height: 90px;
    width: 100%
}

.logo-row-container {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
}

.logo-row-container h1 {
    font-family: "basic-sans", sans-serif;
    font-weight: 700;
}

.logo-row {
    display: grid;
    gap: 0em 1em;
    grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
}
.logo-row-block {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 8.5em;
}

.post-60 > .entry-content > .css-grid {
    display: grid;
    gap: 2em;
    max-width: 800px;

    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    width: 90vw;
    justify-items: center;
}

.post-60 > .entry-content > .css-grid > div.flex {
    /* display: flex; */
    
}

.post-73 .entry-content {
    max-width: 800px;
    margin: 0 auto 0 auto;
}

div.entry-meta {
    display: none;
}

img, picture {
    margin: 0 auto;
}

footer .cat-links {
    display: none;
}

.nav-links {
	text-align: center;
}

.nav-links .page-numbers {
    background: #fff;
    border-radius: 3px;
    border: 1px solid;
    outline: none;
    padding: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.nav-links .current {
    background: white;
}

.nav-links .page-numbers:active {
    color: #FFF;
}

.nav-links .page-numbers .current {
    color:  #0097CD;
    background: $white;
}

.textwidget h4 {
    font-family: "basic-sans", sans-serif;
    font-weight: 700;
}

.latest-news {
    background: #e0f5ff;
    min-height: 140px
}

.logo-row-container .logo-title {
    position: relative;
    padding: 100px 0px 0px 0px
}

.logo-row-container .logo-title h1 {
    font-family: "basic-sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    font-size: 2.125rem;
    position: absolute;
    top: 0;
    margin: 0 0;
    padding: 43px 40px 40px 0;
    background: white;
    z-index: 10
}

.logo-row-container .logo-title .hr-featured {
    position: absolute;
    top: 66px;
    height: 2px;
    border-bottom: 2px solid #1d1d1b;
    width: 100%
}

.child-loop-background {
    background-color: #fff;
  }
  .child-loop-wrapper {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
  }
  .child-loop-container {
    padding: 40px 0 40px 0;
    padding: 4rem 0 4rem 0;
  }
  .child-loop-container:after {
    clear: both;
    content: "";
    display: block;
  }
  .child-loop-container.column {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .child-loop-container h3 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .child-loop-container .subtitle {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 10px;
  }
  .child-loop-container:first-child {
    padding: 0 0 40px 0;
    padding: 0 0 4rem 0;
  }
  .child-loop-background .child-loop-container:first-child {
    padding: 40px 0 40px 0;
    padding: 4rem 0 4rem 0;
  }
  .childloop-card-wrapper {
    font-size: 20px;
    font-size: 2rem;
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative;
  }
  .childloop-card-wrapper.column {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  .childloop-card-wrapper p.min-height {
    min-height: 150px;
  }
  @media screen and (max-width: 850px) {
    .childloop-card-wrapper.column {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 500px) {
    .childloop-card-wrapper.column {
      width: calc(100% - 30px);
      float: left;
      margin-left: 15px;
    }
  }
  .childloop-card-wrapper.full-width {
    width: calc(25% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
  .page-id-2882 .childloop-card-wrapper.full-width {
    width: calc(33% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
  @media screen and (max-width: 850px) {
    .childloop-card-wrapper.full-width {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 500px) {
    .childloop-card-wrapper.full-width {
      width: calc(100% - 30px);
      float: left;
      margin-left: 15px;
    }
  }
  .childloop-card-wrapper img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .childloop-card-wrapper  {
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
    font-size: 19px;
  }
  .childloop-card-wrapper p {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4em;

    color: #ffffff;
  }
  .childloop-card-wrapper a {
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .childloop-card-wrapper:nth-child(odd) {
    background-color: #3e7998;
  }
  .childloop-card-wrapper:nth-child(2n) {
    background-color: #00646a;
  }
  .childloop-card-wrapper:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .childloop-card-wrapper .text-holder-childloop {
    padding: 25px 15px 50px 15px;
  }
  .childloop-card-wrapper .bottom-link {
    position: absolute;
    bottom: 15px;
    width: 93%;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .childloop-card-wrapper .white-border {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
    color: #ffffff;
  }
  .childloop-card-wrapper .white-border a {
    display: block;
    padding: 5px 0;
  }
  .childloop-card-wrapper .white-border a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    position: absolute;
    right: 0;
  }
  .child-loop-wrapper .child-loop-container h3 {
    color: #000000;
    font-size: 49px;
    font-size: 4.9rem;
    margin-bottom: 5px;
  }
  .child-loop-wrapper .child-loop-container .childloop-card-wrapper h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 24px;
    min-height: 70px;
    margin-bottom: 10px;
  }
  .child-loop-wrapper .child-loop-container .childloop-card-wrapper p {
    color: #000000;
  }
  .child-loop-wrapper .child-loop-container .childloop-card-wrapper a {
    color: #000000;
  }
  .child-loop-wrapper
    .child-loop-container
    .childloop-card-wrapper:nth-child(odd) {
    background-color: #ffffff;
  }
  .child-loop-wrapper
    .child-loop-container
    .childloop-card-wrapper:nth-child(2n) {
    background-color: #ffffff;
  }
  .child-loop-wrapper
    .child-loop-container
    .childloop-card-wrapper
    .white-border {
    color: #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .childloop-card-team-wrapper {
    font-size: 20px;
    font-size: 2rem;
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative;
  }
  .childloop-card-team-wrapper.column {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  @media screen and (max-width: 1300px) {
    .childloop-card-team-wrapper.column {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 850px) {
    .childloop-card-team-wrapper.column {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 500px) {
    .childloop-card-team-wrapper.column {
      width: calc(100% - 30px);
      float: left;
      margin-left: 15px;
    }
  }
  .childloop-card-team-wrapper.full-width {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  @media screen and (max-width: 850px) {
    .childloop-card-team-wrapper.full-width {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 500px) {
    .childloop-card-team-wrapper.full-width {
      width: calc(100% - 30px);
      float: left;
      margin-left: 15px;
    }
  }
  .childloop-card-team-wrapper img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .childloop-card-team-wrapper h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .childloop-card-team-wrapper p {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    color: #00646a;
    margin-bottom: 10px;
  }
  .childloop-card-team-wrapper a {
    color: #00646a;
    text-decoration: none;
    display: block;
  }
  .childloop-card-team-wrapper .image-crop {
    padding-bottom: 100%;
  }
  .childloop-card-team-wrapper:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .childloop-card-team-wrapper .text-holder-childloop {
    padding: 30px 0 50px 0;
  }
  .childloop-card-team-wrapper .bottom-link {
    position: absolute;
    bottom: 15px;
    width: 93%;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .childloop-card-team-wrapper .blue-border {
    border-top: 1px solid #00646a;
    border-bottom: 1px solid #00646a;
    margin-bottom: 0;
    color: #00646a;
  }
  .childloop-card-team-wrapper .blue-border a {
    display: block;
    padding: 5px 0;
  }
  .childloop-card-team-wrapper .blue-border a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    position: absolute;
    right: 0;
  }

  .image-crop {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .image-crop .centered-vertical-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    -webkit-transform-origin: 300% 300% 0;
    -ms-transform-origin: 300% 300% 0;
    transform-origin: 300% 300% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .image-crop .centered-horizontal-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 300% 300% 0;
    -ms-transform-origin: 300% 300% 0;
    transform-origin: 300% 300% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .image-crop-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .centered-vertical-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
  }
  .centered-horizontal-crop {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }


/* cta */


.cta-block-wrapper {
    background-color: #009f5d;
  }
  .cta-block-wrapper .cta-block-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 0px 0;
  }
  .cta-block-wrapper .cta-block-container:after {
    clear: both;
    content: "";
    display: block;
  }
  .cta-block-wrapper .cta-block-container .grid-container {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    font-size: 42px;
    font-size: 4.2rem;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    padding: 30px 0px 20px 0;
  }
  @media screen and (max-width: 1300px) {
    .cta-block-wrapper .cta-block-container .grid-container {
      font-size: 36px;
      font-size: 3.6rem;
    }
  }
  @media screen and (max-width: 850px) {
    .cta-block-wrapper .cta-block-container .grid-container {
      font-size: 30px;
      font-size: 3rem;
    }
  }
  @media screen and (max-width: 450px) {
    .cta-block-wrapper .cta-block-container .grid-container {
      font-size: 24px;
      font-size: 2.4rem;
    }
  }
  .cta-block-wrapper .cta-block-container .grid-container a {
    color: #ffffff;
  }
  .cta-block-wrapper .cta-block-container .grid-container a:hover {
    color: #122941;
  }
  .cta-block-wrapper .cta-block-container .grid-container p {
    margin-bottom: 20px;
  }

  .intro-container {
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }