/*  
Created & Built by Star Mountain
Theme Name: Base C Theme
Theme URI: 
Description: Base C theme for  company websites.
Version: 3.1
Author: Lauren Sternberg
Author URI: Starmountain.co.uk
*/

/*—————————————————————————————————————————————————————————————————*/

/* ———————————————————————————— template notes ***********************
#wrap                   *all content

header                  h1, p
                        blog title (h1), blog description (p)
            
nav                     ul
                        categories, then pages
aside                   ul [inc dynamicSidebars & widgets if in use]
                        sidbar with search, links + additional 
                        (postlists etc, see extra ids/classes)
            
#content                *all page content (+ classes assigned by WP)
                        article > post on category page
                        article h3 > post title (+ link) on category page
                        article.pagepost > post on page
                        article.pagepost h2 > post title on page
            
footer                  ul

*** extras ***

form#searchform         searchbox
input#searchsubmit      submit button, searchbox

*********************** END template notes ———————————————————————————— */

/*—————————————————————————————————————————————————————————————————*/

/* ———————————————————————————— COLOURS ***********************
#383838                 text colour
#383838                 headers
#FFFFFF                 inverted headers and colour of text on buttons
#3e6f42                 Links
#4d6b4f                 Links

*********************** END template notes ———————————————————————————— */

/*-—————————————————————————————————————————————————————————————————*/

/* thanks, Eric :-)
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
    font-size: 1em;
    line-height: 1.59375rem;    
    font-family: sans-serif;
    color: #383838;
    background-color: #f9f9df;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: 500;
}

/*-———————-—-———————-—————-———————-———————————CORE STYLES-———————-———-———————-——-———————-———————————*/
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@keyframes caption-left {
0%{ transform:translate(-2000px,0);opacity:0;}
100%{transform:translate(0,0);opacity:1;}
}
@-moz-keyframes caption-left {
0% {transform:translate(-2000px,0);opacity:0;}
100% {transform:translate(0,0);opacity:1;}
}
@-webkit-keyframes caption-left {
0% {transform:translate(-2000px,0);opacity:0;}
100% {transform:translate(0,0);opacity:1;}
}
@-o-keyframes caption-left {
0% {transform:translate(-2000px,0);opacity:0;}
100% {transform:translate(0,0);opacity:1;}
}
@-ms-keyframes caption-left {
0% {transform:translate(-2000px,0);opacity:0;}
100% {transform:translate(0,0);opacity:1;}
}

@keyframes caption-right {
0%{transform:translate(2000px,0);opacity:0;} 
100%{transform:translate(0,0);opacity:1;}
}
@-moz-keyframes caption-left {
0%{transform:translate(2000px,0);opacity:0;} 
100%{transform:translate(0,0);opacity:1;}
}
@-webkit-keyframes caption-left {
0%{transform:translate(2000px,0);opacity:0;} 
100%{transform:translate(0,0);opacity:1;}
}
@-o-keyframes caption-left {
0%{transform:translate(2000px,0);opacity:0;} 
100%{transform:translate(0,0);opacity:1;}
}
@-ms-keyframes caption-left {
0%{transform:translate(2000px,0);opacity:0;} 
100%{transform:translate(0,0);opacity:1;}
}
body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', 'Lato', 'Trebuchet MS', 'Arial', sans-serif;
}
.navbar-item.logo h1 {
    color: #4ad196;
    font-size: 1.5em !important;
    font-weight: 600 !important;
    margin: 0px !important;
    line-height: 0px !important;
    text-transform: none;
}
h1 a:link, h1 a:visited {
    text-decoration: none;
}
h1 {
    color: #404040;
    font-size: 2em;
    font-weight: 600;
    margin: 3rem 0 0.7rem;
    line-height: 1.3;
    text-transform: none;
}
h2 {
    color: #222222;
    font-size: 1.625em;
    line-height: 1.50em;
    font-weight: 200;
    /*margin: 3rem 0 0.7rem;*/
}

h3:first-of-type {
    margin: 0rem 0 1rem;
}
h3 {
    color: #222222;
    font-size: 1.475em;
    line-height: 1.60em;
    font-weight: 500;
    margin: 3rem 0 1rem;
}
h4 {
    color: #222222;
    font-size: 1.325em;
    line-height: 1.578em;
    font-weight: 500;
    margin: 1.75rem 0 0.7rem;
}
h5 {
    color: #222222;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 500;
    margin: 1.75rem 0 0.7rem;
}
p {
    color: #222222;
    font-size: 0.95em;
    line-height: 1.8em;
    font-weight: 300;
    margin-bottom: 1.25em;
}
p.sub-text:empty {
    content: "";
    display: inline-block;
    width: 0px;
}
ul {
    list-style: disc;
    font-size: 1em;
    padding-left: 20px;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
ul li {
    font-size: 1em;
    line-height: 1.867em;
    font-weight: 300;
    margin-bottom: 0.5em;
}
img.restrict {
    max-width: 450px;
    width: 100%;
}
img.restrict-phone {
    width: 100%;
    max-width: 600px;
    margin-top: 0px;
}
img.small-badge{
    max-width: 120px !important;
    height: auto;
}
div#wonderplugintabs-container-2 {
    margin: 0px !important;
}
div#home_about .flex-column {
    padding: 0px 20px !important;
}
.text-left{
    text-align: left;
}
section.page-banner h2 {
    color: #ffffff;
    /*font-size: 1.802em;
    margin: 3rem 0 0.7rem;
    line-height: 1.3;*/
    text-shadow:0px 0px 4px rgb(0 0 0 / 30%);
    animation: caption-left 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -webkit-animation:caption-left 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -moz-animation: caption-left 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -o-animation: caption-left 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -ms-animation: caption-left 1s 1 cubic-bezier(0.985,0.005,0.265,1);
}
h2.sub-text.white {
    font-size: 26px;
    margin: 0.5em 0em 1em 0em;
    color: #FFFFFF;
}
p.hero-pre-title {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
}*/
div.info h4 {
    margin: 0.3em 0em 0.25em 0em;
}
a:link, a:visited {
    color: #4ad195;
    text-decoration: underline;
}
a.external-icon-link.wpel-icon-right:link, a.external-icon-link.wpel-icon-right:visited {
    color: #222222;
    text-decoration: underline;
}
i.wpel-icon.fa.fa-external-link {
    font-size: 14px;
    color: #4ad196;
}
a.external-icon-link.wpel-icon-right:hover {
    color: #4ad196;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
div.clear {
    clear: both;
}
div.button-container {
    margin: 15px 0px;
}
a.button-curve {
    color: #FFFFFF !important;
    background-color: #4ad196;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    padding: 10px 25px;
    text-decoration: none;
    line-height: 1.5;
    cursor: pointer;
}
a.button-curve-small {
    color: #FFFFFF !important;
    background-color: #4ad196;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 1.5;
    cursor: pointer;
}
a.button-curve:hover, a.button-curve-small:hover {
    background-color: #29a16b;
}
a.button-square {
    color: #FFFFFF;
    background-color: #4ad196;
    font-size: 1.1em;
    border: 2px solid #FFFFFF;
    text-shadow: none;
    line-height: 1.8em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: uppercase;
    padding: 8px 35px;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
    display: inline-block;
}
a.button-square:hover {
    background-color: #29a16b;
}
a.button, a.button.smaller, a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium {
    color: #404040;
    background-color: #ffffff;
    font-size: 1em;
    border: 2px solid #404040;
    text-shadow: none;
    line-height: 1.8em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
    display: inline-block;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #FFFFFF !important;
    background-color: #4ad196 !important;
    font-size: 15px !important;
    text-shadow: none !important;
    line-height: 1.8em !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: center !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    position: relative !important;
    border-radius: 0px !important;
    display: inline-block !important;
    border: none !important;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #29a16b !important;
}
a.button.smaller {
    font-size: 0.85em;
}
a.button:hover, a.button.smaller:hover, a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium:hover {
    background-color: #404040 !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
}
p.pre-text {
    color: #88BD31;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.8em;
}
h2:empty {
    display: none;
}
p:empty {
    display: none;
}
p.section-name {
    color: #88BD31;
    font-weight: bold;
    padding: 0px 20px;
    margin-bottom: 0px;  
    font-size: 1em;
}
img.rounded {
    border-radius: 16px;
}
p a.cta {
    font-weight: bold;
    font-size: 1em;
}
p a.cta::after {
    content: ' \00bb';
}
p a.cta[href='']{
    display:none;
}
div.pre-heading:empty {
    display: none;
}
div.pre-heading {
    max-width: 500px;
    margin: 0px auto;
}
div.pre-heading > p {
    font-size: 1em;
    line-height: 1.8em;
}
p.pre-heading {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    color:#88BD31;
}
p.pre-heading:empty {
   display: none;
}
p.pre-heading::before {
    content: '\2014 \0020';
}
/*-———————-—-———————-—————-———————-———————————DESKTOP MENU-———————-———-———————-——-———————-———————————*/
/** topbar **/
    div.topbar-container {
        background-color: #4ad196;
        padding: 6px 10px 0px 10px;
    }
    .topbar {
      display: flex;
      flex-flow: column;
      justify-content: center;
      max-width: 1600px;
      margin: 0px auto;
    }
    .left-section {
      display: flex;
      justify-content: flex-start;
    }
    .right-section {
    }
    .right-section .topbar-item:first-of-type {
        float: left;
        min-height: 42px;
    }
    .right-section .topbar-item:last-of-type {
        float: right;
        min-height: 42px;
    }
    .icon-box {
        display: flex;
    }
   .topbar-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0px 10px;
        color: #FFFFFF;
        font-size: 14px;
    }
    .topbar a:link, .topbar a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }
    .topbar a:hover {
        text-decoration: underline;
    }
    .topbar-item p.text {
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 0px;
        padding-left: 10px;
        line-height: 20px;
    }
    .topbar-item .icon {
        width: 20px;
        height: 20px;
    }
    .topbar-item .icon svg#linkedin:hover path, .icon svg#linkedin:hover path{
        fill: #0A66C2;
    }
    .topbar-item .icon svg#twitter:hover path, .icon svg#twitter:hover path{
        fill: #1DA1F2;
    }
    svg#twitter {
    padding-top: 2px;
}
.top-scrolling {
    background-color: #FFFFFF !important;
    transition: background-color .4s !important;
}
.top-open {
    background-color: #FFFFFF !important;
    transition: background-color .4s !important;
}
div.navbar-container {
    background-color: #FFFFFF;
    height: 80px;
    width: 100%;
    transition: background-color 0s;
    display: block;
    border-bottom: 1px solid #eaeaea;
}
div.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 80px;
    padding: 10px 10px 10px 10px;
    text-align: right;
    max-width: 1600px;
    margin: 0px auto;
}
div.navbar-item.logo {
    height: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    }
div.navbar-item.logo a.desktop img {
    display: none;
}
span.diamond {
    font-size: 0.625em;
    vertical-align: top;
}
div.flex-break {
    display: none;
}/*
.navbar-menu{
    background-color: transparent;
    opacity: 0;
    display: none;
    transition: background-color 0s;
}*/
.navbar-menu-active {
    opacity: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: rgb(22 22 22);
    transition: background-color .4s;
    z-index: 99999;
}

.bellows {
  margin: 0px 0px !important;
}

/*-———————-—-———————-—————-———————-———————————MOBILE MENU-———————-———-———————-——-———————-———————————*/
div.navbar-item.logo a.mobile img {
    display: block;
}
/*-———————-—-———————-—————-———————-———————————CONTENT STRUCTURE-———————-———-———————-——-———————-———————————*/
div.page-wrapper {

}
div.content {
    max-width: 1600px;
    margin: 0px auto;
}
div.centered-content {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 10px 0px;
}
div.flex {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
/* Page Banner */
section.page-banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}
section.page-banner {
    background-color:#000000;
    min-height: 250px;
}
section.page-banner > div.overlay {
    background-color: rgb(45 45 45 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.hero {
    padding: 0px 20px;
}
section.page-banner > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 250px;
    max-width: 1600px;
    margin: 0px auto;
}
/*
section.page-banner h1 {
    margin: 25px 0px 25px 0px;
}*/
p.sub-text, p.sub-text.page-description {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 400;
    animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -webkit-animation:caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -moz-animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -o-animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -ms-animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
}
p.sub-text.page-quote {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 400;
    font-style: italic;
    animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -webkit-animation:caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -moz-animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -o-animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
    -ms-animation: caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);
}
p.sub-text.page-quote:before {
    content: open-quote;
}
p.sub-text.page-quote:after {
    content: close-quote;
}
p.sub-text.page-quote:before,  p.sub-text.page-quote:after {
    font-size: 1.875em;
    font-family: 'Monsterrat', sans-serif;
    padding: 5px 5px 5px 0px;
    vertical-align: sub;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px !important;
}

/*-———————-—-———————-————— GENERAL BLOCK STYLES ——-——-———————-———————————*/
.container {
    padding: 1em 1.5em 2em 1.5em;
}
.container#classic {
    max-width: 1600px;
    margin: 0px auto;
    padding: 3em 1.5em 2em 1.5em;
}
.heading-content {
    margin: 0px auto;
    text-align: center;
}
.heading-content h2 {
    margin-top: 0px;
}
.flex-row {
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.flex-column {
    width: 100%;
    padding: 0px 0px;
}/*
.flex-column p {
    margin-bottom: 1em !important;
}*/
.acf-seventy-thirty-column-block div.flex-column:first-of-type {
    width: 100%;
    padding: 0px 0px;
}
.acf-seventy-thirty-column-block div.flex-column:nth-of-type(2n) {
    width: 100%;
    padding: 0px 0px;
}
.acf-sixty-fourty-column-block div.flex-column:first-of-type {
    width: 100%;
    padding: 0px 0px;
}
.acf-sixty-fourty-column-block div.flex-column:nth-of-type(2n) {
    width: 100%;
    padding: 0px 0px;
}
/*-———————-—-———————-————— SPECFIC BLOCK STYLES ——-——-———————-———————————*/
p.heading-subtext {
    margin-bottom: 1.5em !important;
}
.container .heading-content {
    padding: 24px 0px 8px 0px;
}
.container .heading-content h2.text-left {
    text-align: left !important;
}
.container .heading-content h2.text-center {
    text-align: center !important;
}
.container .heading-content h2.text-left span.underline:after{
    content: "";
    display: block;
    margin: 5px 0px;
    width: 20%;
    border-bottom: 4px solid #88bd31;
    padding: 0px !important;
    margin-bottom: -2px;
}
.container .heading-content h2.text-center span.underline:after{
    content: "";
    display: block;
    margin: 5px auto;
    width: 20%;
    border-bottom: 4px solid #88bd31;
    padding: 0px !important;
    margin-bottom: -2px;
}
.container .heading-content h2 span:empty {
    display: none;
}
/*** ACF Headline Block ***/
.acf-headline-block .container {
    padding-top: 0em;
    padding-bottom: 0em;
}
.acf-headline-block .container .heading-content {
    padding-bottom: 0em;
}
.acf-headline-block .container .heading-content h2 {
    margin-bottom: 0em;
}
/*** ACF One Column Block ***/
.acf-one-column-block .container {
    padding: 1em 1.5em 1em 1.5em;
}
/*** ACF Two Column Block ***/
.acf-two-column-block .container {
    padding: 1em 1.5em 1em 1.5em;
}
.acf-seventy-thirty-column-block .container {
    padding: 1em 1.5em 1em 1.5em;
}
.acf-sixty-fourty-column-block .container {
    padding: 1em 1.5em 1em 1.5em;
}
div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row {
    flex-flow: column-reverse;
}
div.content .acf-two-column-block:nth-of-type(even) .container .flex-row {
    flex-flow: column;
}
/*** ACF Three Column Block ***/
.acf-three-column-block div.flex-column {
    margin-bottom: 1em;
}
.acf-three-column-block div.flex-column img {
    margin: 0px auto;
    display: block;
}
/*** ACF Four Column Block ***/
.acf-four-column-block div.flex-column {
    margin-bottom: 1em;
}
.acf-four-column-block div.flex-column img {
    margin: 0px auto;
    display: block;
}
/*** ACF Services Block ***/

.acf-services-block .container .heading-content {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}
.acf-services-block .flex-row {
    flex-flow: column;
    justify-content: space-between;
    margin: 10px auto 20px auto;
    padding: 0px 0px;
}
/*** ACF Portfolio Block ***/
.acf-portfolio-block .container {
    padding: 1.5em 1.5em 3em 1.5em;
}
/*
.acf-portfolio-block .container .heading-content {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}*/
.acf-portfolio-block .container {

}
/*** ACF Contact Block ***/
.acf-contact-block {
    border: 1px solid #efefef;
    box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
    max-width: 960px;
}
/*** ACF CTA Block ***/
.acf-cta-block {

}
.acf-cta-block .container .heading-content {
    padding-bottom: 0em;
}

.text-center {
    text-align: center !important;
}

p.description {
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
    font-size: 1em;
    line-height: 1.8em;
    color: #383838;
}
/*** Featured/Services ***/
.acf-services-block .flex-row {
    flex-flow: column;
    justify-content: center;
    margin: 10px auto 20px auto;
    padding: 0px 0px;
}
.acf-services-card {
    width: 100%;
    max-width: 500px;
    height: auto;
    background-color: white;
    margin: 20px auto;
    box-shadow: 0px 0px 12px 0px #e6e6e6;
}
.card-content h3 {
    font-size: 11.09375em;
    margin: 0.5em 0em 0.58em 0em;
}
.card-content p {
    font-size: 0.9375em;
    line-height: 1.85em;
    font-weight: 400;
}
div.acf-cta-block {
    width: 100%;
    background-color: #F6FBEB;
    text-align: center;
    margin: 0px auto;
    box-shadow: 0px 0px 4px 0px rgb(128 128 128 / 28%);
}
.wp-block-two-column-image-content:nth-child(even) div.container {
    flex-flow: row-reverse !important;
}
.wp-block-two-column-image-content:nth-child(odd) div.container {
    flex-flow: row !important;
}
/**** Portfolio ****/
/*** Portfolio General Styles ***/
div.acf-portfolio {
  background-color: #F7F6F6;
}
div.acf-portfolio-grid{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-flow: wrap;
    max-width: 1000px;
    margin: 0px auto;
}
.portfolio-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    flex: 100%;
}
.portfolio-card {
    background-color: transparent;
    width: 100%;
    max-width: 500px;
    height: auto;
    perspective: 1000px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.portfolio-card .portfolio-img {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    background-size: cover !important;
    background-position: center !important;
    height: 250px;
    background-repeat: no-repeat !important;
}
div.portfolio-overlay h4 {
    font-size: 1.625em;
    color: #fff;
    line-height: 1.50em;
    transition: left .2s;
}
div.portfolio-overlay p,  div.portfolio-overlay p.portfolio-cta-link {
    font-size: 0.9375em;
    color: #CCCCCC;
    line-height: 1.85em
}
div.portfolio-overlay p.portfolio-cta-link {
    margin-bottom :0em;
}
div.portfolio-overlay p.portfolio-cta-link {
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 0.9375em;
}
p.portfolio-cta-link:after {
    margin-left: 15px;
    font-family: 'FontAwesome';
    content: '\f061';
    color: #87bd31;
}
/*** Text Hidden Until Hover ***/
.portfolio-card.hidden-text .portfolio-img::before {
    content: "";
    background: rgba(33, 33, 33, 0.77);
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}
.portfolio-card.hidden-text .portfolio-img:hover::before {
    right: 0;
    cursor: pointer;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.hidden-text .portfolio-img .portfolio-overlay {
    opacity: 0;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    padding: 10px 20px;
    text-align: left;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.hidden-text .portfolio-img:hover .portfolio-overlay {
    opacity: 1;
}
/*** Text Visible ***/
.portfolio-card.visible-text .portfolio-img::before {
    content: "";
    background: rgba(33, 33, 33, 0.77);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}
.portfolio-card.visible-text .portfolio-img:hover::before {
    opacity: 0.5;
    cursor: pointer;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.visible-text .portfolio-img .portfolio-overlay {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    padding: 10px 20px;
    text-align: left;
}
.acf-portfolio-grid .portfolio-wrap .portfolio-card.visible-text .portfolio-img:hover .portfolio-overlay {
    opacity: 1;
}
p.post-info {
    font-size: 0.75em;
    text-transform: uppercase;
    color: white;
    line-height: 1.95em;
    color: #404040;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0px;
}
p#breadcrumbs span.arrow {
    padding: 0px 5px;
    color: #c1c1c1;
}
span.breadcrumb_last {
    color: #c1c1c1;
}
section.page-banner.single-portfolio#page > div.overlay > div.hero > div.flex-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin: 0px auto;
}
div.flex-column#small {
    width: 100%;
}
div.flex-column#large {
    width: 100%;
}
div.content#single-portfolio h3 {
    margin-top: 0px;
}
div.content#single-portfolio div.container {
        padding: 3em 1.5em 1em 1.5em;
}
div.content#single-portfolio > div.acf-two-column-block > div.container > h3 {
    padding: 0px 0px;
}

.masonry {
 line-height: 40px;
  /* Prevent vertical gaps */
  -webkit-column-count: 1;
  -webkit-column-gap:   20px;
  -moz-column-count:    1;
  -moz-column-gap:      20px;
  column-count:         1;
  column-gap:           20px;  
}

.masonry div.img-container img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 0px;
}
/*-———————-—-———————-—————-———————-———————————SERVICES PAGE-———————-———-———————-——-———————-———————————*/
h2#programs {
    margin-top: 40px !important;
}
div#service-listing:first-of-type {
    margin-top: 20px;
}
div#service-listing {
    margin-top: 40px;
}
/*-———————-—-———————-—————-———————-———————————BLOG ELEMENTS-———————-———-———————-——-———————-———————————*/
a.active-item:link, a.active-item:visited {
    color: #4ad196;
}

.searchandfilter ul li input[type="text"] {
    width: 170px;
    height: 35px;
    background-color: #FFFFFF;
}
aside#sidebar {
    display: flex;
}
div#categories-2, div#search-2 {
    padding: 20px;
}
h3.widget--title {
    display: none;
}
div#annual_archive_widget-2 h3.widget--title {
    display: block;
    font-size: 0.85em;
    text-align: left;
    font-weight: 400;
    color: #969696;
    margin-bottom: 5px;
    padding-left:2px;
}
label.screen-reader-text {
    display: none;
}
input[type="text"], select {
    padding: 6px 20px 6px 6px;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 12%);
    border-width: 1px;
    border-style: solid;
    border-color: white;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 0.85em;
    color: #383838;
    text-align: left;
    border: 1px solid #eaeaea;
}
input[type="text"]::placeholder , select::placeholder, ::placeholder {
    color: #747474;
}
select.postform option {
    color: #383838 !important;
}
select.postform option[value="0"] {
    color: #747474 !important;
}
select.postform option.level-0 {
    font-weight: 500;
}
select.postform:invalid { color: red; }

form.searchandfilter {
    height: 55.5px;
}
div.page-wrapper#news div.content div.flex, div.page-wrapper#archive div.content div.flex, div.page-wrapper#category div.content div.flex, div.page-wrapper#search div.content div.flex {
    margin: 0px auto;
    justify-content: center;
    max-width: 400px;
}
div.featured-post {
    margin: 20px 0px;
    width: 100%;
    box-shadow: 0px 0px 12px 0px #e6e6e6;
    background-color: #FFFFFF;
}
div.featured-post div.meta div.category {
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0px 15px 0px;
}
div.featured-post div.meta div.category span a {
    padding: 5px;
    font-size: 0.75em;
    background-color: #86bd31;
    color: #FFFFFF;
}
div.featured-post div.thumbnail {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 240px;
}
div.featured-post div.meta {
    padding: 15px 12px;
}
div.featured-post div.meta h3 {
    font-size: 1.09375em;
    text-align: left;
    line-height: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
    min-height: 50px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
div.featured-post div.meta h3 a:link, div.featured-post div.meta h3 a:visited {
    color: #222222;
    text-decoration: none;
}
div.featured-post div.meta h3 a:hover, div.featured-post div.meta h3 a:active {
    color: #4ad196;
}
div.featured-post div.meta p {
    margin: 0px;
    text-align: left !important;
    font-size: 0.85em;
    line-height: 1.8em;
}
div.featured-post div.details {
    min-height: 110px;
}
div.featured-post p.date {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 0.8125em;
    text-align: center;
    font-weight: 300;
    border-top: 1px solid #cccccc;
    padding-top: 5px;
}
div.navigation {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 20px;
    margin-top: 25px;
}
nav.navigation.post-navigation .nav-links {
    width: 100%;
    border: 0px !important;
}
.pagination {
    text-align: center;
    margin: 25px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgb(197 223 156 / 0%), rgb(197 223 156), rgb(197 223 156 / 0%));
    margin: 45px auto;
    width: 100%;
    max-width: 1050px;
    padding: 0px 40px;
}
.sfwppa-navi-style.sfwppa-style-5 .nav-links, .sfwppa-navi-style.sfwppa-style-5 .wp-pagenavi {
    border: 1px solid #86bd31;
    background-color: #fafbf5;
}
div.subscribe p {
    margin: 0px;
}
div.subscribe {
    background-color: #fafbf5;
    border: 1px solid #87bd3142;
    padding: 5px;
    text-align: center;
    width: 220px;
    margin: 0px auto;
}
div.subscribe span#icon, div.subscribe span {
    vertical-align: middle;
}
.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}
article#content {
    max-width: 900px;
    margin: 20px auto;
    padding: 25px 20px 0px 20px;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
    margin-bottom: 25px;
}
div.single-nav {
    max-width: 900px;
    margin: 20px auto;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
}
div.banner-author {
    position: absolute;
    bottom: 12%;
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div.post-date p {
    font-size: 14px;
    line-height: 1.2;
    color: #d6cecc;
    text-align: center;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    padding: 0px 20px;
}
div.post-author p {
    font-size: 14px;
    line-height: 1.2;
    color: #d6cecc;
    text-align: center;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}
div#comments {
    padding: 25px 0px;
    background-color: #fafbf5;
    border-top: 1px solid #87bd3142;
}
.comment-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #bbd989;
}
ul.children {
    margin-left: 50px;
}
.comment-body {
    font-size: 14px;
    color: #555;
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.comment-body .avatar {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    border: 2px solid #bbd989;
    background-color: #bbd989;
}
.comment.bypostauthor > .comment-body .avatar {
    border-color: #74b178;
}
h3.comments-title {
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: center;
}
div.reply {
    padding-top: 10px;
    float: left;
}
div.clear {
    clear:both;
}
.comment-reply-link {
    text-decoration: none;
    font-size: .85em;
}
.comment-author {
    font-size: 1em;
    font-weight: 700;
    color: #1d2733;
    padding-top: 4px;
    margin-bottom: 2px;
}
.comment-meta.commentmetadata a:link, .comment-meta.commentmetadata a:visited {
    text-decoration: none;
    font-size: .85em;
}
.comment-meta.commentmetadata a:hover{
    text-decoration: underline;
}
.comment-text > p {
    margin-top: 1em;
    margin-bottom: 0px;
    font-size: 0.938em;
}
h3#reply-title {
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: center;
}
p.comment-notes {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 35px;
    text-align: center;
}
div#respond {
    padding: 20px 0px;
}
.comment-form-author {
    width: 49%;
    float: left;
}
.comment-form-email {
    width: 49%;
    float: right;
}
.comment-form-comment {
    clear: both;
}
.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #637381;
    font-weight: 600;
    text-transform: uppercase;
}
.comment-form input, .comment-form textarea {
    border-radius: 4px;
}
.comment-form input {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px !important;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], textarea {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px !important;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: #fff;
    border-radius: 0;
}
.comment-form input, .comment-form textarea {
    border-radius: 4px;
}
.comment-form textarea {
    margin-bottom: 25px;
}
textarea {
    width: 100%;
}

.comment-form input[type=submit] {
    width: auto;
    padding: 15px 20px;
    font-size: 12px;
}
.comment-form input, .comment-form textarea {
    border-radius: 4px;
}
.comment-form input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
}
button[type=submit], input[type=button], input[type=submit], .theme-button {
    position: relative;
    overflow: hidden;
    display: inline-block !important;
    line-height: normal;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #4ad196;
    font-size: 13px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    transition: opacity .15s;
    display: inline-block;
    margin: 0px;
}
 button[type=button] {
    position: relative;
    overflow: hidden;
    line-height: normal;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #4ad196;
    font-size: 13px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    transition: opacity .15s;
    display: inline-block;
    margin: 0px;
}
button[type=submit]:hover, button[type=button]:hover, input[type=button]:hover, input[type=submit]:hover, .theme-button:hover {
    background-color: #29a16b;
}
a.comment-reply-link {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: normal;
    padding: 4px 10px;
    color: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #4ad196;
    font-size: 11px;
    letter-spacing: .5px;
    cursor: pointer;
    font-weight: 400;
    right: 0px;
    text-align: center;
    border: 0;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity .15s;
}
span.meta-text#tags {
    font-size: 14px;
    color: #222222;
}
span.meta-icon > svg {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: sub;
    fill: #4d6b4f;
}
span.meta-text {
    padding-left: 5px;
    color:#222222;
}
span.meta-text a:link, a:visited {
    text-decoration: none;
}
span.meta-text a:hover {
    text-decoration: underline;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
ul.post-meta {
    padding: 20px 0px !important;
    list-style: none;
}
.navigation {
    padding: 10px 20px;
    margin: 0px auto 0px auto;
}
.nav-previous {
    padding: 10px 0px;
    text-align: left;
    float: left;
}
.nav-next {
    padding: 10px 0px;
    text-align: right;
    float: right;
}
div.content-author {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}
div.content-author div.author-avatar img {
    border-radius: 100%;
}
div.author-name {
    padding: 10px;
}
.blog-navigation {
    margin: 45px auto 0px auto;
}
.blog-navigation ul {
    text-align: center;
}
.blog-navigation li a,
.blog-navigation li a:hover,
.blog-navigation li.active a,
.blog-navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.blog-navigation li {
    display: inline;
    font-size: 14px;
}
.blog-navigation li a,
.blog-navigation li a:hover,
.blog-navigation li.active a,
.blog-navigation li.disabled {
    background-color: #f1c5c6;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.5rem;
}
.blog-navigation li a:hover,
.blog-navigation li.active a {
    background-color: #d89597;
}
p.sub-text#post-date {
    margin-top: 0.5em !important;
}
.acf-portfolio-block div.featured-post {
    box-shadow: 0px 3px 10px rgb(74 208 148 / 31%) !important;
}
/*-———————-—-———————-—————-———————-———————————FOOTER-———————-———-———————-——-———————-———————————*/
footer {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    background-color: #4ad196;
}
div.footer-wrapper {
    margin: 0px auto;
    max-width: 1600px;
    position: relative;
    padding: 10px 10px 0px 10px;
}
div.footer-flex-row {
    display:flex;
    justify-content:center;
    flex-flow: row wrap;
    margin: 0px auto;
}
div.footer-flex-column {
    padding: 10px 10px;
    width: 260px;
    margin: 0px auto;
}
div.footer-flex-column#contact-details {
    order: 2;
}
div.footer-flex-column#sitemap {
    order: 1;
}
div.footer-flex-column#twitter-embed{
    order: 3;
}
footer p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6em;
}
footer ul {
    list-style: none;
    padding-left: 0px;
}
footer p.footer-heading {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0.5em;
}
div.footer-flex-column#contact-details div, div.footer-flex-column#sitemap div {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.icon-box {
    padding: 8px 0px;
}
div.footer-flex-column div.icon-box div.icon {
    /*padding: 0px 8px 0px 0px;*/
    display: inline;
}
div.footer-item div.icon {
    padding: 0px 8px 0px 0px;
}
div.footer-flex-column div.footer-item p.text {
    line-height: 1.45em;
    height: 25px;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 0.5em;
}

ul#menu-sitemap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0px;
    height: auto;
}
footer ul li {
    text-align: center;
    height: 25.5px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
}
footer div.copyright {
    font-size: 12px;
    padding: 5px 15px;
    border-top: 1px solid white;
    margin-top: 10px;
}
footer p, footer span, footer li {
    color: #ffffff;
}
footer a:link, footer a:visited {
    color: #ffffff;
    text-decoration: underline;
}
div.footer-wrapper span {
    font-weight: 400;
}
p.footer-item.span-flex {
    display: block;
    justify-content: normal;
}
p.footer-item.span-flex span.text#times {
    text-align: left;
}
div.icon img {
    width: 20px;
    height: 20px;
}
div.icon svg {
    width: 20px;
    height: 20px;
}
div.icon-box span {
    padding: 0px 6px;
    color: #ffffff;
    color: rgb(255 255 255 / 42%);
    font-weight: 100;
}
p.supported {
    margin: 0px !important;
    padding-left:10px;
    font-size: 0.85em;
}
.footnote-bar {
    background-color: #363636;
    min-height: 55px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}
.footnote {
    padding: 5px 10px;
    border-right: 1px dotted #c3c3c3;
}
.footnote:last-of-type {
    border-right: none;
}
img.sponsor {
    height: 40px;
    width: auto;
}
img.iwfm {
    height: 60px;
    width: auto;
}
footer .footnote-bar p {
    text-align: left;
    font-weight: 300;
    font-size: 10px;
    margin-bottom: 0px;
}
aside#rotatingtweets_widget-2 {
    background-color: white;
    width: 250px;
    height: 160px;
}
li.signin-link {
    order: 8;
}
li.joinus-link {
    order: 7;
}
/***** Homepage ******/
section.homepage-hero {
    height: auto;
    display: flex;
    flex-flow: column-reverse;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
    max-width: 1600px;
    margin: 0px auto;
}
div.hero-text, div.hero-image {
    width: 100%;
}
div.hero-image {
    padding: 20px 20px 0px 20px;
}
div.hero-text {
    text-align: center;
    top: -15px;
    position: relative;
    padding: 0px 20px;
}
div.hero-text h1 {
    color: #404040;
    font-weight: 300;
    margin-top: 0.75em;
    margin-bottom: 1em;
    font-size: 2em;
}
div.page-wrapper#research h2 {
    font-weight: 600;
    color: #222222;
}
div.hero-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
    display: block;
    margin: 0px auto;
}
span.bold-highlight {
    font-weight: 600;
    color: #4ad196;
}
h2.news a:link, h2.news a:visited {
    text-decoration: none;
    color: #222222 !important;
}
h2.news a:hover {
    text-decoration: underline;
}
/*-———————-—-———————-—————-———————-———————————CORE STYLES-———————-———-———————-——-———————-———————————*/

/*-———————-—-———————-—————-———————-———————————PAGE BUILDER -———————-———-———————-——-———————-———————————*/

/*-———————-—-———————-—————-———————-CONTACT BLOCK-———————-———-———————-——-———————-———————————*/
div.contact-item {
    margin-bottom: 0.5em;
}
div.info {
    width: 100%;
}
div.contact-item div.info p {
    font-size: 0.9em;
    line-height: 26px;
}
div.contact-item div.info h5 {
    margin-top: 0px;
}
div.contact-item div.info ul li {
    font-size: 0.9em;
    line-height: 26px;
}
div.contact-form {
    width: 100%;
    margin: 0px auto 25px auto !important;
    position: relative;
    max-width: 650px;
}
div.contact-form div.form {
    box-shadow: 0px 20px 80px 0 rgba(0,0,0,0.1);
    padding: 2.5em 1.5em;
    min-height: 460px;
}
span.small-print {
    font-size:14px;
}
div.contact-details .flex-container {
    display: flex;
    align-items: baseline;
}

div.contact-details .flex-container .icon {
    padding: 0px 20px 5px 0px;
}
div.contact-details .flex-container .info p {
    font-weight: 400 !important;
}
.contact-item .icon svg {
    width: 20px;
    height: 20px;
}
div#wpforms-262, div#wpforms-332{
    border: 1px solid #efefef;
    box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
    padding: 20px 20px;
}
.contact-item i.wpel-icon.fa.fa-external-link {
    display: none;
}
.flex-container.contact-item:first-of-type {
    padding-top: 20px;
}
a.no-decor {
    text-decoration: none !important;
}
/*-———————-—-———————-—————-———————-———————————404 PAGE-———————-———-———————-——-———————-———————————*/

div.wrapper.error-page div#content article {
    min-height:250px;
}
div.wrapper.error-page div#content article h2 {
    text-align: center;
    margin-top:25px;
}
div.wrapper.error-page div#content article p.error-image img {
    display:block;
    margin:0px auto;
}
.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}
.wp-block-image .alignright, .wp-block-image .alignleft {
    float: none;
    margin: 0em;
}
.wp-block-columns.contact-grid {
    flex-flow: column;
    justify-content: center;
}
.wp-block-columns.contact-grid > .wp-block-column.Contact-form {
    flex-basis: 100%;
}
.wp-block-columns.contact-grid > .wp-block-column {
    flex-basis: 100%;
}
div.page-wrapper#news section.page-banner.standard-style, div.page-wrapper#archive section.page-banner.standard-style, div.page-wrapper#category section.page-banner.standard-style, div.page-wrapper#search section.page-banner.standard-style { 
    border-bottom: none;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation:none;
    min-height: 225px;
}
div#annual_archive_widget-2 select {
    margin-bottom: 13px;
}
.filtering {
    margin: 0px auto;
    text-align: center;
    background-color: #fcfcfc;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 16%);
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 15px;
    display: flex;
}
.filtering aside#sidebar {
    margin-left: 20px;
    display: block;
}
.filtering ul.page-links li {
    font-size: 0.9em;
}
form.searchandfilter ul, .searchandfilter ul {
    margin-top: 10px;
    margin-bottom: 10px;
    height:35.5px;
    display: flex !important;
    justify-content: center;
    flex-flow: row;
    align-items: center;
}
form.searchandfilter ul li {
    margin-bottom: 0em;
}
.bg-wrapper {
    background-color: #F7F6F6;
}
.flex-column img {
    width: 100%;
    height: auto;  
}   
.acf-two-column-block#home_about .flex-row{
    flex-flow: column;
}
/*** Services homepage ***/
.acf-three-column-block#home_service div.heading-content {
    margin-bottom: 1em;
}
.acf-three-column-block#home_service h2 {
    color: #4ad094;
    text-align: center;
    font-weight: 600;
}
.service-tier {
    max-width: 340px;
    margin: 0px auto;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 20px 20px;
    box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
    min-height: 280px;
}
.service-tier .round-icon {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
    margin: 10px auto 20px auto;
}
.service-tier .round-icon svg {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0px auto;
}
.service-tier .text {
    margin-bottom: 10px;
    font-weight: 300;
    color: #222222;
}
.service-tier:hover {
    box-shadow: 0px 3px 10px rgb(74 208 148 / 58%);
    border: 1px solid #4ad094;
}
.service-tier:hover .round-icon {
    background-color: #4ad094;
    border: none;
}
.service-tier:hover .round-icon svg path {
    fill: #FFFFFF;
}

/*** CTA homepage ***/
.acf-cta-block#home_cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dceaf0;
    width: 100%;
    height: 282px;
    background-position: center;
}
.acf-cta-block#home_cta h2 {
    font-size: 1.65em;
    margin-top: 0.5em;
    line-height: 1.35em;
    font-weight: 300;
    color: #222222;
}

/*** General Page banner ***/
section.page-banner h1 {
    font-weight: 300;
    text-align: left;
    text-transform: unset;
}
.back-a-step-link {
    margin: 20px 0px;
}
.back-a-step-link a:link, .back-a-step-link a:visited {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}
.back-a-step-link a:link span.arrow, .back-a-step-link a:visited span.arrow {
    color: #4ad196;
    text-decoration: none;
}
.back-a-step-link a:link span.text, .back-a-step-link a:visited span.text {
    color: #FFFFFF;
    text-decoration: underline;
}
/*** Services Page ***/
.acf-services-card-block#services div.container {
    padding: 2em 3em 2em 3em;
}
.acf-services-card-container {
    position: relative;
    margin: 20px 10px;
}
.acf-services-card {
    position: relative;
    max-width: 320px;
    height: auto;
    min-height: 272px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 0px 20px 20px 20px;
    box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
}
.acf-services-card-container a:link, .acf-services-card-container a:visited {
    text-decoration: none !important;
}
.acf-services-card div.title h3 {
    font-weight: 500;
    color: #222222;
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
    top: -25px;
}
.acf-services-card .round-icon {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
    margin: 0px auto 20px auto;
    position: relative;
    top: -25px;
}
.acf-services-card .round-icon svg {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0px auto;
}
.acf-services-card .page-link {
    position: relative;
    top: -25px;
}
.acf-services-card:hover {
    box-shadow: 0px 3px 10px rgb(74 208 148 / 58%);
    border: 1px solid #4ad094;
}
.acf-services-card:hover .round-icon {
    background-color: #4ad094;
    border: none;
}
.acf-services-card:hover .round-icon svg path {
    fill: #FFFFFF;
}
.acf-seventy-thirty-column-block#services div.container {
    padding: 2.5em 1.5em 1em 1.5em;
}

.acf-seventy-thirty-column-block#services div.flex-column svg {
    max-width: 125px;
    display: block;
    margin: 0px 0px 20px 0px;
}
.acf-seventy-thirty-column-block#services div.flex-column svg:hover path {
    fill: #4ad196 !important;
}
section.page-banner.standard-style {
    border-bottom: 1px solid #eaeaea;
    background-color: #fcfcfc;
    min-height: 250px;
}
section.page-banner.standard-style > div.overlay {
    background-color: #fcfcfc;
}
section.page-banner.standard-style h2 {
    color: #404040;
    text-shadow: none;
}
section.page-banner.standard-style h2 {
    color: #222222;
}
h2.news {
    color: #222222;
    text-shadow: none;
    font-weight: 600;
}
section.page-banner.standard-style .back-a-step-link a:link span.text, section.page-banner.standard-style .back-a-step-link a:visited span.text {
    color: #222222;
}
section.page-banner.standard-style p.sub-text, section.page-banner.standard-style p.sub-text.page-description, section.page-banner.standard-style p.quote{
    color: #969696;
    text-shadow: none;
}
section.page-banner.standard-style > div.overlay > div.hero > div.flex-wrapper {
    height: 250px;
}
/*** wp forms ***/
/** contact form **/
.acf-contact-block .flex-row {
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin: 0px auto;
}
div.wpforms-container {
    max-width: 600px;
}
div.wpforms-container-full {
    margin: 0px !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    border: none !important;
    padding: 10px 10px !important;
}
div.contact-box {
    width: 100%;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eaeaea;
    border-right: none;
}
div.contact-details {
    padding: 20px 20px 0px 20px;
}
div.contact-form {
    width: 100%;
    max-width: none;
}
div.contact-form div.form {
    padding: 20px;
    box-shadow: none;
}
div#wpforms-249 {
    padding: 10px 0px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0 12px 0px !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #FFFFFF !important;
    border: 1px solid #e6e6e6 !important;
    font-size: 14px !important;
    color: #222222 !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 300 !important;
}
label.wpforms-field-label {
    font-weight: 300 !important;
    font-size: 14px !important;
    letter-spacing: 0.25px !important;
    color: #222222 !important;
    margin-bottom: 6px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #222222 !important;
}
input.wpforms-field-name-first::placeholder, input.wpforms-field-name-last::placeholder {
    color: #ababab;
}
.wp-forms-container input::placeholder {
    color: #ababab;
}
.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
   color: #ababab;
}
 
.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ababab;
   opacity: 1;
}
 
.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ababab;
   opacity: 1;
}
 
.wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ababab;
}
.wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
   color: #ababab;
}
input#wpforms-249-field_3 {
    padding-left: 50px !important;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #4ad196 !important;
    border: 1px solid #29a16b !important;
}
.wpforms-confirmation-container-full p:last-of-type, div[submit-success]>.wpforms-confirmation-container-full p:last-of-type {
    margin: 0;
    color: white !important;
}
div.map {
    width: 100%;
}
div.map iframe {
    max-width:none;
    width: 100%;
    padding: 0px 20px 20px 20px;
}
div.map p {
    margin: 0px !important;
    line-height: 0px;
}
li.active-div a
{
    color: #4ad196!important;
}

.acf-one-column-block-sidebar .sidebar {
    margin-top: 25px;
    padding-left: 0px;
    width: 100%;
}
.acf-one-column-block-sidebar div.flex-column {
    width: 100%;
}
    .page-filter {
        box-shadow: unset !important;
        background-color: none !important;
        padding: 0px 0px;
        margin: 0px;
        border: none !important;
    }
    .page-filter ul.page-links {
        padding-left: 0px !important;
        display: flex;
        justify-content: center;
        flex-flow: row;
        align-items: center;
    }
    .page-filter ul.page-links li{
        padding: 13px 10px;
        border-bottom: none !important;
    }
    .page-filter ul.page-links span.divider{
        padding: 13px 10px;
    }
    .page-menu {
        box-shadow: 0px 0px 0px rgb(187 187 187 / 57%);
        background-color: #f6f6f6;
        padding: 0px 0px;
        margin: 20px;
        border: 1px solid #efefef;
    }
    ul.page-links {
        display: flex;
        justify-content: flex-start;
        flex-flow: column;
        margin: 0px;
        padding-left:0px;
    }
    ul.page-links li {
            list-style: none;
            padding-left:0px;
            padding: 20px 20px;
            border-bottom: 1px solid #efefef;
            margin-bottom: 0px;
        }
ul.page-links li a {
    color: #222222;
}
    ul.page-links li:hover a {
        color: #4ad196 !important;
    }
    ul.page-links li:hover {
        background-color: white !important;
    }
    span.divider {display:none;}
span.divider:last-of-type {
    display: none;
}
    /*** Solutions ***/
        .acf-one-column-block#solutions h4:empty, .acf-two-column-block#solutions h4:empty, .acf-three-column-block#solutions h4:empty, .acf-sixty-fourty-column-block#solutions h4:empty {
        display: none !important;
    }
    .acf-one-column-block#solutions .heading-content, .acf-two-column-block#solutions .heading-content, .acf-three-column-block#solutions .heading-content, .acf-sixty-fourty-column-block#solutions .heading-content{
        padding: 20px 20px 0px 20px !important;
    }
    .acf-one-column-block#solutions div.heading-content h3 {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .acf-one-column-block#solutions h3 span.title-icon img{
        width: 100px;
        padding-right: 20px;
    }
    .acf-three-column-block#solutions div.flex-column {
    padding: 20px;
}.acf-three-column-block#solutions div.flex-column img {
    width: auto;
    max-height: 167px;
}
.acf-three-column-block#solutions {
    background-color: #f6f6f6;
}
.acf-three-column-block#solutions h4 {
        padding-top: 20px;
}
.acf-one-column-block#solutions .container, .acf-two-column-block#solutions .container, .acf-three-column-block#solutions .container, .acf-sixty-fourty-column-block#solutions .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*** featured jobs ***/
div.featured-job-container {
        width: 350px;
        margin: 20px;
        background-color: #ffffff;
        border: 1px solid #efefef;
        box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
        min-height: 240px;
    }
    div.featured-job-container a {
        cursor: pointer;
    }
    div.featured-job {
        padding: 20px 20px;
    }
    div.featured-job h5 {
        text-align: left;
        margin-top: 0px;
        min-height: 52px;
    }
    div.featured-job h5 a {
        text-decoration: none;
        color: #222222;
    }
    div.featured-job div.meta {
        text-align: left;
        font-size: 0.95em;
    }
    div.featured-job div.meta div.details p {
        margin-bottom: 5px;
        font-size: 0.9em;
        line-height: 1.5em;
    }
    div.featured-job div.meta p.date {
        font-size: 0.85em;
        font-weight: 400;
        color: #969696;
        margin-bottom: 5px;
    }
    div.featured-job div.button-container {
        margin: 25px 0px 0px 0px;
        text-align: left;
    }
    /** Single job post **/
        div.page-wrapper#job-post p {
        margin-bottom: 1em;
    }
    section.job-post-banner {
        margin-top: 2em;
    }
    article#job-content {
        background-color: #fbfbfb;
        border: 1px solid #efefef;
        box-shadow: 0px 3px 10px rgb(229 229 229 / 57%);
        max-width: 900px;
        margin: 20px auto 25px auto;
        padding: 25px 25px;
    }
    div.page-wrapper#Post section.page-banner > div.overlay > div.hero > div.flex-wrapper {
        align-items: center !important;
    }
    div.contact-details .flex-container div.info a:hover {
    color: #4ad196;
}
/*-———————-—-———————-—————-———————-———————————Media Queries Start Here-———————-———-———————-——-———————-———————————*/
@media only screen and (min-device-width : 320px) and (max-device-width : 850px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
@media screen and (min-width: 420px) {
    div.footer-flex-row {
        display:flex;
        justify-content: center;
        flex-flow: column;
        margin: 0px auto;
    }
    div.footer-flex-olumn {
        padding: 20px 0px 20px 0px !important;
        flex: 1 1 50%;
    }
}
/*-———————-———————Mobile-landscape (and larger)-———————-——————*/
@media screen and (min-width: 480px) {
    div.page-container {
        margin-top: 40px;
        padding: 0px 20px;
    }
    a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium {
        min-width: 265px;
        width: auto;
        max-width: none;
    }
}
@media screen and (min-width: 576px) {
    .right-section {
      display: flex;
      justify-content: flex-end;
    }
    .right-section .topbar-item:first-of-type {
        float: none;
        min-height: none;
    }
    .right-section .topbar-item:last-of-type {
        float: none;
        min-height: none;
    }
    div.hero {
        padding: 0px 40px;
    }
    .topbar-item:first-of-type {
        padding-left: 17px;
    }
    .topbar-item:last-of-type {
        padding-right: 0px;
    }
    .wp-block-image .alignright {
        float: right;
        margin: .5em 0 .5em 1em;
    }
    .wp-block-image .alignleft {
        float: left;
        margin: .5em 1em .5em 0;
    }
    div.container {
        padding: 2em 2.5em 2em 2.5em;
    }
    .masonry {
      -moz-column-count:    2;
      -webkit-column-count: 2;
      column-count:         2;
     }
     .topbar {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
    }
    .acf-seventy-thirty-column-block#services div.flex-row {
        flex-flow: row;
    }
    .acf-seventy-thirty-column-block#services div.flex-column:first-of-type {
        width: 30%;
        padding: 10px 20px;
    }
    .acf-seventy-thirty-column-block#services div.flex-column:nth-of-type(2n) {
        width: 70%;
        padding: 10px 20px;
    }
    .acf-seventy-thirty-column-block#services div.flex-column svg {
        margin: 0px auto 20px auto;
    }
    .acf-cta-block#home_cta h2 {
        margin-top: 0em;
    }
}
@media screen and (max-width: 767px) {
    section.homepage-hero {
        background-image: none !important;
    }
}
/*-———————-———————Tablet-portrait (and larger)-———————-——————*/
@media screen and (min-width: 768px) {
        div.page-wrapper#news div.content div.flex, div.page-wrapper#archive div.content div.flex, div.page-wrapper#category div.content div.flex, div.page-wrapper#search div.content div.flex {
        max-width: 800px;
    }
    div#home_about .flex-column:first-of-type {
        text-align: right;
        padding: 0px 0px !important;
    }
    div#home_about .flex-column:last-of-type {
        padding: 0px 40px 0px 0px !important;
    }
    .acf-portfolio-block div.heading-content {
        margin-bottom: 20px;
    }
    .page-filter ul.page-links {
        display: flex;
        justify-content: flex-start;
    }
    .filtering ul.page-links li {
        font-size: 1em;
    }
    .filtering {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        padding: 0px 40px;
        align-items: flex-end;
    }
    .page-wrapper#home .content {
    margin: -40px auto;
}
/*div#home_about div.flex-column:nth-of-type(2n) {
    align-self: center;
    }  */
    .acf-sixty-fourty-column-block div.flex-row {
        flex-flow: row;
    }
    .acf-sixty-fourty-column-block div.flex-column:first-of-type {
        width: 40%;
        padding: 10px 20px;
    }
    .acf-sixty-fourty-column-block div.flex-column:nth-of-type(2n) {
        width: 60%;
        padding: 10px 20px;
    }
    .acf-two-column-block#home_about .flex-row{
    flex-flow: row;
}
    .acf-one-column-block-sidebar div.flex-column {
        width: 72%;
    }
.acf-one-column-block-sidebar div.sidebar {
    width: 28%;
    padding-left: 25px;
    margin-top: 0px;
}
        ul.page-links {
        display: flex;
        justify-content: flex-start;
        flex-flow: row;
        margin: 0px;
        padding: 0px 20px;
    }
    .page-menu {
        margin: 0px;
    }
    ul.page-links li {
        border: none !important;
    }
        span.divider {
        color: #a0a0a0;
        display:block;
        line-height: 1.867em;
        padding: 20px;
        }
    section.homepage-hero {
        height: 400px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        display: block;
        flex-flow: unset;
    }
    div.hero-text, div.hero-image {
        width: 50%;
        padding: 20px 35px;
    }
    div.hero-image img {
        display: none;
    }
    div.hero-text {
        text-align: left;
        top: 0px;
        position: relative;
        margin-left: 20px;
    }
    div.hero-text h1 {
        font-size: 2.375em;
        max-width: 355px;
        margin-bottom: 0.5em;
    }
    div.topbar-container {
        padding: 0px 20px;
    }
    div#header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    div.navbar {
        padding: 10px 20px 10px 20px;
    }
    div.wrapper.Blog div#content div.flex {
        max-width: none;
        margin: 0px auto;
    }
    div.featured-post {
        width: 360px;
        margin: 20px 10px;
    }
    div.featured-post div.thumbnail {
        background-size: cover !important;
        background-position: center !important;
        width: 360px;
        height: 235px;
    }
    .acf-cta-block#home_cta h2 {
        margin-top: 0em;
        font-size: 1.8em;
        line-height: 1.35em;
    }
    div.footer-wrapper {
        padding: 10px 30px 0px 30px;
    }
    div.footer-flex-row {
        display:flex;
        justify-content:space-between;
        flex-flow: row wrap;
        margin: 0px auto;
    }
    div.footer-flex-column {
        padding: 20px 20px 0px 20px !important;
        flex: none;
    }
    div.footer-flex-column p.footer-heading {
        text-align: left;
    }
    footer p {
        text-align: left;
    }
    footer ul {
        text-align: left;
    }
    footer ul li {
        text-align: left;
        padding: 0px 15px 0px 0px;
    }
    div.footer-flex-column#contact-details div, div.footer-flex-column#sitemap div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    p.footer-item.span-flex {
        display: flex;
        justify-content: flex-start;
    }
    li.signin-link, li.joinus-link {
        order: 0;
    }
    ul#menu-sitemap {
        height: 130px;
    }
    article#content {
        padding: 40px 40px 0px 40px;
    }
    div#comments {
        padding: 25px 25px;
    }
    .navigation {
        padding: 10px 20px;
    }
    /** Desktop **/
    .flex-row {
        display: flex;
        justify-content: center;
        flex-flow: row;
        margin: 0px auto;
    }
    .acf-services-block .flex-row {
        flex-flow: row;
    }
    /** One Column Block **/
    .acf-one-column-block div.flex-column {
        width: 100%;
        padding: 10px 20px;
    }
    /** Two Column Block **/
    .acf-two-column-block div.flex-column {
        width: 50%;
        padding: 10px 20px;
    }
    /** Three Column Block **/
    .acf-three-column-block div.flex-column {
        width: 33.3333%;
        padding: 10px 10px;
        margin-bottom: 0em;
    }
    /** Four Column Block **/
    .acf-four-column-block div.flex-column {
        width: 25%;
        padding: 10px 20px;
        margin-bottom: 0em;
    }
    /** Services Block ***/
    .acf-services-card .card-image {
        height: 225px; 
    }
    /** Two Column Block **/
    .acf-seventy-thirty-column-block div.flex-column:first-of-type {
        width: 30%;
        padding: 10px 20px;
    }
    .acf-seventy-thirty-column-block div.flex-column:nth-of-type(2n) {
        width: 70%;
        padding: 10px 20px;
    }
    div.portfolio-wrap {
        flex: 50%;
    }
    div#wpforms-262, div#wpforms-332{
        padding: 40px 40px;
    }
    div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row {
        flex-flow: row;
    }
    div.content .acf-two-column-block:nth-of-type(even) .container .flex-row {
        flex-flow: row;
    }
    .container .heading-content h2.text-left span.underline:after{
        content: "";
        display: block;
        margin: 5px 0px;
        width: 10%;
        border-bottom: 4px solid #88bd31;
        padding: 0px !important;
        margin-bottom: -2px;
    }
    .container .heading-content h2.text-center span.underline:after{
        content: "";
        display: block;
        margin: 5px auto;
        width: 10%;
        border-bottom: 4px solid #88bd31;
        padding: 0px !important;
        margin-bottom: -2px;
    }
    .container .heading-content {
        padding: 24px 20px 8px 20px;
    }
    div.flex-column#small {
        width: 30%;
    }
    div.flex-column#large {
        width: 70%;
    }
    .masonry {
      -moz-column-count:    1;
      -webkit-column-count: 1;
      column-count:         1;
     }
    div.content#single-portfolio > div.acf-two-column-block > div.container > h3 {
        padding: 0px 20px;
    }
    .container#classic {
        padding: 3em 3em 2em 3em;
    }
    div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row .flex-column:first-of-type{
    width:55%;
}
div.content .acf-two-column-block:nth-of-type(odd) .container .flex-row .flex-column:nth-of-type(2n){
    width:45%;
}

div.content .acf-two-column-block:nth-of-type(even) .container .flex-row .flex-column:first-of-type{
    width:45%;
}
div.content .acf-two-column-block:nth-of-type(even) .container .flex-row .flex-column:nth-of-type(2n){
    width:55%;
} 
.acf-seventy-thirty-column-block#services div.flex-column svg {
    max-width: 225px;
}
}
@media screen and (min-width: 854px) {
    img.restrict-phone {
        margin-top: -105px;
    }
    div.map iframe {
        max-width:382px;
        padding: 0px 40px 40px 40px;
    }
    div.contact-details {
        padding: 40px 40px 0px 40px;
    }
    section.homepage-hero {
        height: 500px;
    }
    div.hero-text h1 {
        font-size: 40px;
    }
      div.footer-flex-column#contact-details {
    order: 3;
    }
    div.footer-flex-column#sitemap {
        order: 1;
    }
    div.footer-flex-column#twitter-embed{
        order: 2;
    }
    footer p {
        text-align: left;
    }
    .acf-contact-block .flex-row {
        display: flex;
        justify-content: center;
        flex-flow: row;
        margin: 0px auto;
    }  
    div.contact-box {
        width: 40%;
        border-right: 1px solid #eaeaea;
        border-bottom: none;
    }
    div.contact-form {
        width: 60%;
        max-width: none;
    }
    div.contact-form div.form {
        padding: 40px;
        box-shadow: none;
    }
}
/*-———————-———————Tablet-landscape (and larger)-———————-——————*/
@media screen and (min-width: 992px) {
        ul.page-links li {
        padding: 20px;
    }
       section.homepage-hero {
        height: 550px;
    }
    div.hero-text h1 {
        font-size: 3em;
        line-height: 1.3em;
        max-width: 410px;
    }
    h2 {
        font-size: 2em;
        line-height: 1.588em;
    }
    h3 {
        font-size: 1.625em;
        line-height: 1.50em;
    }
    h4 {
        font-size: 1.375em;
        line-height: 1.627em;
    }
    h5 {
        font-size: 1.125em;
        line-height: 1.678em;
    }
    p {
        font-size: 0.95em;
        line-height: 1.867em;
        margin-bottom: 1.25em;
    }
    p.sub-text.page-quote, p.sub-text.page-description, p.sub-text {
        font-size: 1.125em;
        line-height: 1.678em;
        text-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    }
    p.sub-text.page-quote:before, p.sub-text.page-quote:after {
        font-size: 40px;
        padding: 10px 10px 10px 0px;
    }
    .topbar-item:last-of-type {
        padding-right: 10px;
    }
    div.footer-flex-column {
        padding: 10px 40px;
    }
    .wp-block-columns.contact-grid {
        flex-flow: row;
        justify-content: space-between;
    }
    .wp-block-columns.contact-grid > .wp-block-column.Contact-form {
        flex-basis: 70%;
    }
    .wp-block-columns.contact-grid > .wp-block-column {
        flex-basis: 30%;
    }
    .flex-container .icon {
        padding: 0px 15px 5px 0px;
    }
    .icon img {
        width: 55px;
        height: 55px;
    }
    .masonry {
      -moz-column-count:    2;
      -webkit-column-count: 2;
      column-count:         2;
     }
     /*** Nav ***/
    div.navbar-item.logo {
        margin-left: 0px;
        padding: 0px;
    }
}
@media screen and (min-width: 1150px) {
       section.homepage-hero {
        height: 650px;
    }
    div.page-wrapper#news div.content div.flex, div.page-wrapper#archive div.content div.flex, div.page-wrapper#category div.content div.flex, div.page-wrapper#search div.content div.flex {
        max-width: 1200px;
    }
}
/*-———————-———————Laptops (and larger)-———————-——————————-————*/
@media screen and (min-width: 1200px) {

    div.navbar {
        padding: 10px 30px 10px 30px;
    }
    div.topbar-container {
        padding: 0px 30px;
    }
    ul#menu-main.menu li a {
        padding: 15px 20px;
        font-size: 16.5px;
    }
    a.fasc-button.fasc-size-medium.fasc-type-flat.fasc-rounded-medium {
        min-width: auto !important;
    }
    div.page-wrapper#news div.content div.container,  div.page-wrapper#archive div.content div.container, div.page-wrapper#category div.content div.container, div.page-wrapper#search div.content div.container  {
        padding: 2em 2em 2em 2em;
    }
    div.page-wrapper#news div.featured-post, div.page-wrapper#archive div.featured-post, div.page-wrapper#category div.featured-post, div.page-wrapper#search div.featured-post {
        margin: 20px 12px;
    }
}
@media screen and (min-width: 1216PX) {
    div.page-wrapper#news div.content div.flex, div.page-wrapper#archive div.content div.flex, div.page-wrapper#category div.content div.flex, div.page-wrapper#search div.content div.flex {
        margin: 0px auto;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 600px) {
    div.wpforms-container-full .wpforms-form .wpforms-field {
        overflow-x: visible !important;
    }
}
iframe.instagram-media {
    min-width: auto !important;
}
.fb-post span {
    width: 100% !important;
}
.fb-post span iframe {
    width: 100% !important;
}
.fb_iframe_widget iframe {
    position: relative !important;
}
@media screen and (min-width: 1600px) {

    div.navbar {
        padding: 10px 0px 10px 0px;
    }
}
aside#rotatingtweets_widget-3 {
    background-color: #FFFFFF;
    width: 100%;
    color: #222222 !important;
    padding: 9px 12px 5px !important;
    background-color: #fff;
    border: 1px solid #ebebeb;
    max-height: 165px;
}
aside#rotatingtweets_widget-4 {
    background-color: #FFFFFF;
    width: 100%;
    color: #222222 !important;
    padding: 9px 12px 5px !important;
    background-color: #fff;
    border: 1px solid #ebebeb;
    max-height: 232px !important;
}
.rotatingtweet {
    background-color: #FFFFFF;
}
aside#rotatingtweets_widget-4 div.rotatingtweets {
    height: 180px !important;
}
#content p.rtw_main, p.rtw_main, div.rtw_main {
    margin-bottom: 0.6em;
    white-space: normal;
    color: #222222 !important;
}
div.rotatingtweet {
    text-align: left !important;
}
.rtw_follow.follow-button {
    text-align: left !important;
    padding: 8px 0px !important;
}
div.rtw_timestamp {
    font-size: 10px !important;
}
aside#rotatingtweets_widget-3 i.wpel-icon.fa.fa-external-link::before, div.rtw_id i.wpel-icon.fa.fa-external-link::before, div.rtw_name i.wpel-icon.fa.fa-external-link::before, div.rtw_main i.wpel-icon.fa.fa-external-link::before, div.rtw_timestamps i.wpel-icon.fa.fa-external-link::before {
    content: '' !important;
}
aside#rotatingtweets_widget-4 i.wpel-icon.fa.fa-external-link::before, div.rtw_id i.wpel-icon.fa.fa-external-link::before, div.rtw_name i.wpel-icon.fa.fa-external-link::before, div.rtw_main i.wpel-icon.fa.fa-external-link::before, div.rtw_timestamps i.wpel-icon.fa.fa-external-link::before {
    content: '' !important;
}
  li.mega-current_page_item > a, li.mega-current-menu-item > a, li.mega-current-menu-parent > a{
    color: #4ad196 !important;
}
.rotatingtweet p.rtw_main {
    clear: both;
    font-size: 12px !important;
    text-align: left !important;
}

.rotatingtweet p.rtw_main a, p.rtw_meta, div.rtw_meta {
    font-size: 10px !important;
    text-align: left !important;
}
.rtw_name a {
    text-decoration: none !important;
        font-size: 12px !important;
    font-weight: 500;
}
.rtw_id a {
    font-size: 10px !important;
}  

.wonderplugintabs-header-li-active.wonderplugintabs-header-li-active-first div.wonderplugintabs-header-caption > div.wonderplugintabs-header-title, .wonderplugintabs-header-li-active.wonderplugintabs-header-li-active-last div.wonderplugintabs-header-caption > div.wonderplugintabs-header-title {
    color: #4ad196 !important;
}
.wonderplugintabs-header-wrap .wonderplugintabs-header-li:hover .wonderplugintabs-header-title {
        color: #4ad196 !important;

}
.acf-cta-block#home_cta div.heading-content {
    max-width: 770px;
    padding-top: 0px;
}
.contact-item a {
    color: #222222;
}
ul li ul li {
    list-style: circle;
}
div.rotatingtweets {
    height: 120px !important;
}
#mega-menu-wrap-sitenav #mega-menu-sitenav {
    padding: 10px 0px 0px 0px !important;
}

#mega-menu-wrap-sitenav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-top: 6px;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #4ad196 !important;
}
.cli-style-v2 .cli-bar-message {
    line-height: 1.6em;
}
span.title-icon img[src=""] {
    display: none !important;
}
/*** END OF CSS ***/