*/.wow {
    visibility: hidden;
}
img[data-lazy-src] {
    opacity: 0;
}
img.lazyloaded {
    -webkit-transition: opacity 0.5s linear 0.2s;
    -moz-transition: opacity 0.5s linear 0.2s;
    transition: opacity 0.5s linear 0.2s;
    opacity: 1;
}
#customColourPickersContainer span,
.ctaText,
.header-phone-link,
.row-mobile-homepage-hero-top h1,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
body.home .row-hero h1,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
table tbody tr,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
html,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
div {
    display: block;
    position: relative;
    box-sizing: border-box;
}
.row {
    width: 100%;
}
.row .row-inner {
    width: 100%;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 5%;
}
.row .row-inner::after {
    content: "";
    clear: both;
    display: table;
}
.row .row-inner.row-intro + .row-inner {
    padding-top: 35px;
}
.row .row-inner.offset-row-inner-left {
    padding-right: 0;
    width: 95%;
    margin-left: 0;
}
.row .row-inner.offset-row-inner-right {
    padding-left: 0;
    width: 95%;
    margin-right: 0;
}
@media only screen and (max-width: 1024px) {
    .row .row-inner {
        flex-wrap: wrap;
    }
    .row .row-inner.row-md {
        padding-bottom: 0;
        align-items: flex-start;
        justify-content: space-between;
    }
    .row .row-inner.row-md .col {
        margin-right: 0;
    }
}
.row.col-cntr .row-inner {
    justify-content: center;
}
.row.col-right .row-inner {
    justify-content: flex-end;
}
.row.col-left .row-inner {
    justify-content: flex-start;
}
.row.vert-mid .row-inner {
    align-items: center;
}
@media (max-width: 768px) {
    .row .row-inner {
        display: block;
    }
    .row.hero .row-inner {
        display: flex;
    }
    .row .row-inner.row-md:not(.no-pd-btm) {
        padding-bottom: 70px;
    }
    .row .offset-left .row-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}
.row.cntr-txt {
    text-align: center;
}
.no-pd-top,
.no-pd-top .row-inner,
.row-inner.no-pd-top {
    padding-top: 0;
}
.no-pd-btm,
.no-pd-btm .row-inner,
.row-feed .row-inner:not(:last-of-type),
.row-feed .row-inner:not(:last-of-type) .row-inner,
.row-gallery .row-inner:not(:last-of-type),
.row-gallery .row-inner:not(:last-of-type) .row-inner,
.row-inner.no-pd-btm,
.row-logo-cloud .row-inner:not(:last-of-type),
.row-logo-cloud .row-inner:not(:last-of-type) .row-inner {
    padding-bottom: 0;
}
.col {
    float: left;
    margin-right: 4%;
    display: block;
    position: relative;
}
.col:last-of-type {
    margin-right: 0;
}
.col.col-box {
    padding: 30px;
}
.col.col-no-margin {
    margin-right: 0;
}
.row.col-repeat .row-inner {
    flex-wrap: wrap;
}
.row.col-repeat .row-inner .col-2:nth-of-type(6n + 0) {
    margin-right: 0;
}
.row.col-repeat .row-inner .col-3:nth-of-type(4n + 0) {
    margin-right: 0;
}
.row.col-repeat .row-inner .col-4:nth-of-type(3n + 0) {
    margin-right: 0;
}
.row.col-repeat .row-inner .col-6:nth-of-type(2n + 0) {
    margin-right: 0;
}
.col-1 {
    width: 4.66667%;
}
.col-2 {
    width: 13.33333%;
}
.col-3 {
    width: 22%;
}
.col-4 {
    width: 30.66667%;
}
.col-5 {
    width: 39.33333%;
}
.col-6 {
    width: 48%;
}
.col-7 {
    width: 56.66667%;
}
.col-8 {
    width: 65.33333%;
}
.col-9 {
    width: 74%;
}
.col-10 {
    width: 82.66667%;
}
.col-11 {
    width: 91.33333%;
}
.col-12 {
    width: 100%;
}
.offset-left .col:first-of-type {
    margin-left: -5.595%;
}
.offset-left .col-1:first-of-type {
    width: calc(4.66667% + 5.595%);
}
.offset-left .col-2:first-of-type {
    width: calc(13.33333% + 5.595%);
}
.offset-left .col-3:first-of-type {
    width: calc(22% + 5.595%);
}
.offset-left .col-4:first-of-type {
    width: calc(30.66667% + 5.595%);
}
.offset-left .col-5:first-of-type {
    width: calc(39.33333% + 5.595%);
}
.offset-left .col-6:first-of-type {
    width: calc(48% + 5.595%);
}
.offset-left .col-7:first-of-type {
    width: calc(56.66667% + 5.595%);
}
.offset-left .col-8:first-of-type {
    width: calc(65.33333% + 5.595%);
}
.offset-left .col-9:first-of-type {
    width: calc(74% + 5.595%);
}
.offset-left .col-10:first-of-type {
    width: calc(82.66667% + 5.595%);
}
.offset-left .col-11:first-of-type {
    width: calc(91.33333% + 5.595%);
}
.offset-left .col-12:first-of-type {
    width: calc(100% + 5.595%);
}
.offset-right .col:last-of-type {
    margin-right: -5.595%;
}
.offset-right .col-1:last-of-type {
    width: calc(4.66667% + 5.595%);
}
.offset-right .col-2:last-of-type {
    width: calc(13.33333% + 5.595%);
}
.offset-right .col-3:last-of-type {
    width: calc(22% + 5.595%);
}
.offset-right .col-4:last-of-type {
    width: calc(30.66667% + 5.595%);
}
.offset-right .col-5:last-of-type {
    width: calc(39.33333% + 5.595%);
}
.offset-right .col-6:last-of-type {
    width: calc(48% + 5.595%);
}
.offset-right .col-7:last-of-type {
    width: calc(56.66667% + 5.595%);
}
.offset-right .col-8:last-of-type {
    width: calc(65.33333% + 5.595%);
}
.offset-right .col-9:last-of-type {
    width: calc(74% + 5.595%);
}
.offset-right .col-10:last-of-type {
    width: calc(82.66667% + 5.595%);
}
.offset-right .col-11:last-of-type {
    width: calc(91.33333% + 5.595%);
}
.offset-right .col-12:last-of-type {
    width: calc(100% + 5.595%);
}
@media only screen and (max-width: 1024px) {
    .col-md-1 {
        width: 4.66667%;
        margin-bottom: 70px;
    }
    .col-md-2 {
        width: 13.33333%;
        margin-bottom: 70px;
    }
    .col-md-3 {
        width: 22%;
        margin-bottom: 70px;
    }
    .col-md-4 {
        width: 30.66667%;
        margin-bottom: 70px;
    }
    .col-md-5 {
        width: 39.33333%;
        margin-bottom: 70px;
    }
    .col-md-6 {
        width: 48%;
        margin-bottom: 70px;
    }
    .col-md-7 {
        width: 56.66667%;
        margin-bottom: 70px;
    }
    .col-md-8 {
        width: 65.33333%;
        margin-bottom: 70px;
    }
    .col-md-9 {
        width: 74%;
        margin-bottom: 70px;
    }
    .col-md-10 {
        width: 82.66667%;
        margin-bottom: 70px;
    }
    .col-md-11 {
        width: 91.33333%;
        margin-bottom: 70px;
    }
    .col-md-12 {
        width: 100%;
        margin-bottom: 70px;
    }
    .row-md-col-collapse .col {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: none;
        width: 100%;
        margin: 0 0 70px 0;
    }
    .col-10:last-of-type,
    .col-11:last-of-type,
    .col-12:last-of-type,
    .col-1:last-of-type,
    .col-2:last-of-type,
    .col-3:last-of-type,
    .col-4:last-of-type,
    .col-5:last-of-type,
    .col-6:last-of-type,
    .col-7:last-of-type,
    .col-8:last-of-type,
    .col-9:last-of-type,
    .col-md-10:last-of-type,
    .col-md-11:last-of-type,
    .col-md-12:last-of-type,
    .col-md-1:last-of-type,
    .col-md-2:last-of-type,
    .col-md-3:last-of-type,
    .col-md-4:last-of-type,
    .col-md-5:last-of-type,
    .col-md-6:last-of-type,
    .col-md-7:last-of-type,
    .col-md-8:last-of-type,
    .col-md-9:last-of-type,
    .col:last-of-type {
        margin-bottom: 0;
    }
    .offset-left .col:first-of-type,
    .offset-right .col:last-of-type {
        width: calc(100% + 5.595%);
    }
    .row-sm-col-collapse .row-inner .col,
    .row-sm-col-collapse.row-inner .col {
        margin-bottom: 0;
    }
    .col.col-blank {
        margin-bottom: 0;
    }
    .row-text-columns.row-sm-col-collapse .row-inner .col,
    .row-textImage.row-sm-col-collapse .row-inner .col {
        margin-bottom: 40px;
    }
}
.split .row-inner {
    max-width: none;
    padding: 0;
}
.split .col {
    width: 50%;
    margin: 0;
    background-position: center;
    background-size: cover;
}
.split .col:last-of-type {
    background-color: #dddde1;
}
.split .col .inner {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 720px;
    width: 100%;
}
.split .col:first-of-type .inner {
    padding-left: 10%;
    padding-right: 2.5%;
    float: right;
}
@media (max-width: 1024px) {
    .split .col:first-of-type .inner {
        float: none;
    }
}
.split .col:last-of-type .inner {
    padding-right: 10%;
    padding-left: 2.5%;
}
.split .col::after {
    content: "";
    clear: both;
    display: table;
}
.split .col-6 {
    padding-right: 36px;
    padding-left: 0;
}
.split h3 {
    padding-top: 40px;
}
@media (max-width: 768px) {
    .split .col {
        width: 100%;
        min-height: 300px;
    }
    .split .col .inner {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}
@media (min-width: 1024px) {
    .lg-hide {
        display: none !important;
    }
}
@media only screen and (max-width: 1024px) {
    .lg-hide {
        display: block;
    }
}
@media (max-width: 768px) {
    .lg-hide {
        display: block;
    }
}
.md-hide {
    display: block;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .md-hide {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .md-hide {
        display: block;
    }
}
.sm-hide {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .sm-hide {
        display: block;
    }
}
@media (max-width: 768px) {
    .sm-hide {
        display: none !important;
    }
}
.row.offset-thirds .col {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.row.offset-thirds .col .inner {
    padding: 70px 0;
    box-sizing: border-box;
}
.row.offset-thirds .col:first-of-type {
    width: 66.6%;
    background-color: tomato;
}
.row.offset-thirds .col:first-of-type .inner {
    max-width: 960px;
    float: right;
    padding-left: 6.7%;
    padding-right: 30px;
    width: calc(65.33333% + 5.595%);
    background: #ff0;
    color: #000;
}
.row.offset-thirds .col:last-of-type {
    width: 33.4%;
    background-color: #0ff;
}
.row.offset-thirds .col:last-of-type .inner {
    max-width: 480px;
    padding-left: 30px;
    padding-left: 8.3%;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
img.alignright {
    float: right;
    margin: 0 0 15px 30px;
}
img.alignleft {
    float: left;
    margin: 0 30px 15px 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a img.alignright {
    float: right;
    margin: 0 0 15px 30px;
}
a img.alignleft {
    float: left;
    margin: 0 30px 15px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
    display: inline-block;
    width: auto;
    padding: 15px 0;
}
#customColourPickersContainer span.wp-caption-text,
.wp-caption-text.header-phone-link,
p.wp-caption-text,
table tbody tr.wp-caption-text {
    display: block;
    padding: 15px;
    font-size: 0.8em;
    background-color: #f1f1f1;
}
body.single .wp-post-image {
    margin: 15px 0;
}
body,
html {
    color: #f1f1f1;
    background-color: #7E57C2;
    font-size: 1em;
    font-family: FSMeWeb-Bold, sans-serif;
    z-index: 0;
}
a.logo {
    width: 207px;
    height: 50px;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
    text-align: left;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
a.logo svg {
    height: 100%;
}
@media (max-width: 768px) {
    a.logo {
        height: 30px;
    }
}
#header {
    position: fixed;
    background-color: #727272;
    z-index: 2000;
    transition: all 0.3s ease-in-out;
    width: 100%;
    top: 0;
}
#header .row-inner {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
#header a.logo {
    top: 10px;
    margin-top: 0;
}
@media (max-width: 768px) {
    #header a.logo {
        top: 20px;
    }
}
#content {
    color: inherit;
    background-color: #F4F4F4 ;
    z-index: 1;
    margin: 0 auto;
}
.social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social ul li {
    display: inline-block;
}
.social ul li a {
    display: block;
    text-decoration: none;
}
.social ul li a span {
    display: block;
    width: 0;
    height: 0;
    text-align: left;
    overflow: hidden;
    text-transform: capitalize;
    text-indent: -9999px;
}
.social ul li i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.4em;
    border: 2px solid;
    box-sizing: border-box;
    display: block;
    border-radius: 30px;
    margin: 0 3px;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
.nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.nav ul li a {
    color: inherit;
    display: block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
#header .nav {
    width: auto;
    z-index: 0;
    margin-left: 222px;
    text-align: right;
    height: 50px;
}
#header .nav ul {
    text-align: right;
}
#header .nav ul li a {
    line-height: 50px;
    padding: 0 15px;
    transition: none;
}
#header .nav ul li:last-of-type a {
    padding-right: 0;
}
#header .nav ul li.social-link a {
    padding: 0 5px;
}
#header .nav ul li ul {
    display: none;
    position: absolute;
    text-align: left;
    padding: 7.5px 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#header .nav ul li ul li {
    display: block;
    padding: 0;
}
#header .nav ul li ul li a {
    text-align: left;
    line-height: normal;
    height: auto;
    padding: 7.5px 15px;
    color: #5b5858;
}
#header .nav ul li ul li:last-of-type a {
    padding-right: 15px;
}
#header .nav ul li:hover ul {
    display: block;
}
#header .nav ul li.showing {
    background: #5b5858;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
@media (max-width: 768px) {
    #header .nav ul li.showing {
        background: 0 0;
    }
}
a#mb-nav {
    display: none;
    float: right;
    text-decoration: none;
    z-index: 20;
    position: relative;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    width: 50px;
}
a#mb-nav i {
    display: block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 1.2em;
}
a#mb-nav em {
    display: block;
    width: 33px;
    height: 4px;
    background-color: #7E57C2;
    overflow: hidden;
    text-indent: -9999px;
    text-transform: capitalize;
    top: 25px;
    position: absolute;
    left: 9px;
    transition: all 0.25s ease-in-out;
}
a#mb-nav::before {
    content: "";
    display: block;
    width: 33px;
    height: 4px;
    top: 13px;
    background-color: #7E57C2;
    position: absolute;
    left: 9px;
    transition: all 0.25s ease-in-out;
}
a#mb-nav::after {
    content: "";
    display: block;
    width: 33px;
    height: 4px;
    top: 37px;
    background-color: #7E57C2;
    position: absolute;
    left: 9px;
    transition: all 0.25s ease-in-out;
}
a#mb-nav.mb-nav-closing em {
    background: 0 0 !important;
}
a#mb-nav.mb-nav-closing::before {
    top: 23px;
    bottom: auto;
    background-color: #F4F4F4 ;
}
a#mb-nav.mb-nav-closing::after {
    top: 23px;
    bottom: auto;
    background-color: #F4F4F4 ;
}
a#mb-nav.mb-nav-close em {
    background: 0 0;
}
a#mb-nav.mb-nav-close::before {
    transform: rotate(45deg);
    background-color: #F4F4F4 ;
}
a#mb-nav.mb-nav-close::after {
    transform: rotate(-45deg);
    background-color: #F4F4F4 ;
}
.mobile-navigation-overlay {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .mobile-navigation-overlay {
        display: none;
        position: fixed;
        top: 0;
        right: 420px;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: 0 0;
    }
    .mobile-navigation-overlay.active {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    a#mb-nav {
        display: inline-block;
        transform: scale(1);
        transition: transform 1s;
    }
    a#mb-nav i {
        transform: scale(1);
    }
    #header .nav {
        z-index: 10;
        width: 100%;
        max-width: 420px;
        padding: 79px 0 0 0;
        transition: right 0.5s;
        right: -420px;
        display: block;
        position: fixed;
        margin: 0;
        height: 100%;
        top: 0;
        background-color: #7E57C2;
        padding-bottom: 45px;
        overflow-y: scroll;
    }
    #header .nav ul {
        text-align: left;
    }
    #header .nav ul li {
        opacity: 0;
        width: 100%;
        transition: all 0.5s ease-out;
        margin-left: 30px;
        margin-bottom: 10px;
    }
    #header .nav ul li.nav-fade {
        opacity: 1;
        margin-left: 0;
    }
    #header .nav ul li.social-link {
        display: inline-block;
        float: left;
        width: initial;
        margin-top: 20px;
        margin-left: 10px;
    }
    #header .nav ul li a {
        line-height: normal;
        height: auto;
        padding: 5px 15px 0 15px;
        text-align: left;
        font-family: FSMeWeb-Regular, sans-serif;
        font-size: 1.3em;
        line-height: 33px;
        display: inline-block;
    }
    #header .nav ul li:last-of-type a {
        padding-right: 15px;
    }
    #header .nav ul li ul {
        display: block;
        position: relative;
        text-align: left;
        padding-top: 5px;
    }
    #header .nav ul li ul li a {
        font-family: FSMeWeb-Light, sans-serif;
        font-size: 18px;
        text-align: left;
        padding: 0;
    }
    #header .nav ul li ul li a:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 1px;
        top: -6px;
        width: 6px;
        margin-left: 40px;
        margin-right: 10px;
    background-color: #F4F4F4 
    }
    #header.scrolled .nav {
        height: 100%;
    }
}
#customColourPickersContainer span,
.ctaText,
.header-phone-link,
.row-mobile-homepage-hero-top h1,
body.home .row-hero h1,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table tbody tr,
ul {
    padding: 15px 0 5px 0;
}
#customColourPickersContainer span,
.ctaText,
.header-phone-link,
.row-mobile-homepage-hero-top h1,
body.home .row-hero h1,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table tbody tr {
    max-width: none;
}
#customColourPickersContainer .cntr-txt span,
.cntr-txt #customColourPickersContainer span,
.cntr-txt .ctaText,
.cntr-txt .header-phone-link,
.cntr-txt .row-mobile-homepage-hero-top h1,
.cntr-txt body.home .row-hero h1,
.cntr-txt h1,
.cntr-txt h2,
.cntr-txt h3,
.cntr-txt h4,
.cntr-txt h5,
.cntr-txt h6,
.cntr-txt p,
.cntr-txt table tbody tr,
.row-mobile-homepage-hero-top .cntr-txt h1,
body.home .row-hero .cntr-txt h1,
table tbody .cntr-txt tr {
    margin-left: auto;
    margin-right: auto;
}
#customColourPickersContainer .header-phone-link + span,
#customColourPickersContainer p + span,
#customColourPickersContainer span + .header-phone-link,
#customColourPickersContainer span + p,
#customColourPickersContainer span + span,
#customColourPickersContainer table tbody span + tr,
#customColourPickersContainer table tbody tr + span,
.header-phone-link + .header-phone-link,
.header-phone-link + p,
p + .header-phone-link,
p + p,
table tbody #customColourPickersContainer span + tr,
table tbody #customColourPickersContainer tr + span,
table tbody .header-phone-link + tr,
table tbody p + tr,
table tbody tr + .header-phone-link,
table tbody tr + p,
table tbody tr + tr {
    padding: 7.5px 0 15px 0;
}
.ctaText,
.row-mobile-homepage-hero-top h1,
body.home .row-hero h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}
h1 span.red-txt {
    background: 0 0 !important;
}
.ctaText,
.row-mobile-homepage-hero-top h1,
body.home .row-hero h1,
h2,
h3 {
    padding-top: 22.5px;
}
.ctaText + h3,
.ctaText:first-of-type,
.row-mobile-homepage-hero-top h1 + h3,
.row-mobile-homepage-hero-top h1:first-of-type,
body.home .row-hero h1 + h3,
body.home .row-hero h1:first-of-type,
h2 + h3,
h2:first-of-type {
    padding-top: 15px;
}
#customColourPickersContainer span,
.header-phone-link,
ol,
p,
table tbody tr,
ul {
    line-height: 1.5em;
    font-family: FSMeWeb-Light, sans-serif;
    font-size: 18px;
    line-height: 25px;
}
ol,
ul {
    padding-left: 45px;
}
ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(
        .gform_fields
    ):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav) {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(
        .gform_fields
    ):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav)
    li {
    padding-left: 20px;
    padding-bottom: 10px;
}
ul:not(.menu):not(.sub-menu):not(.social-list):not(.social):not(.cat-nav):not(
        .gform_fields
    ):not(.color-picker):not(.footerContacts):not(.bio-links):not(.dsa-nav)
    li:before {
    content: "";
    height: 5px;
    width: 5px;
    position: relative;
    background: #ff5240;
    display: inline-block;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
    border-radius: 100%;
    top: -4px;
}
ol {
    list-style: decimal;
    margin: 0;
    padding: 0 16px;
}
ol li {
    padding-bottom: 10px;
}
.footerContacts {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footerContacts li {
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .footerContacts {
        text-align: left;
    }
}
.ctaText,
.row-mobile-homepage-hero-top h1,
body.home .row-hero h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FSMeWeb-Bold, sans-serif;
    font-weight: 400;
}
h1 {
    font-family: FSMeWeb-Bold, sans-serif;
    font-size: 4.4em;
    line-height: 80px;
}
@media (max-width: 768px) {
    h1 {
        font-family: FSMeWeb-Bold, sans-serif;
        font-size: 2.6em;
        line-height: 50px;
    }
}
.ctaText,
.h2,
.row-mobile-homepage-hero-top h1,
body.home .row-hero h1,
h2 {
    font-family: Northwoods-Bold, sans-serif;
    font-size: 2.7em;
    line-height: 55px;
}
@media (max-width: 768px) {
    .ctaText,
    .h2,
    .row-mobile-homepage-hero-top h1,
    body.home .row-hero h1,
    h2 {
        font-size: 2em;
        line-height: 38px;
    }
}
.h3,
h3 {
    font-family: FSMeWeb-Bold, sans-serif;
    font-size: 1.6em;
    line-height: 35px;
}
h4 {
    font-family: FSMeWeb-Bold, sans-serif;
    font-size: 1.2em;
}
h5,
h6 {
    font-family: FSMeWeb-Bold, sans-serif;
    font-size: 1.1em;
}
.row-title {
    font-family: FSMeWeb-Bold, sans-serif;
    font-size: 2.7em;
    line-height: 50px;
}
b,
strong {
    font-family: FSMeWeb-Bold, sans-serif;
}
em {
    font-style: italic;
}
hr {
    border: none;
    border-top: 1px solid #ff5240;
    margin: 15px 0;
}
blockquote {
    display: block;
    text-align: left;
    padding: 30px 0;
}
#customColourPickersContainer blockquote span em,
blockquote #customColourPickersContainer span em,
blockquote .header-phone-link em,
blockquote p em,
blockquote table tbody tr em,
table tbody blockquote tr em {
    font-style: normal;
    font-family: Northwoods-Bold, sans-serif;
    font-size: 2.5em;
    line-height: 50px;
    letter-spacing: -2%;
}
#customColourPickersContainer blockquote span em::before,
blockquote #customColourPickersContainer span em::before,
blockquote .header-phone-link em::before,
blockquote p em::before,
blockquote table tbody tr em::before,
table tbody blockquote tr em::before {
    content: "\201C";
}
#customColourPickersContainer blockquote span em::after,
blockquote #customColourPickersContainer span em::after,
blockquote .header-phone-link em::after,
blockquote p em::after,
blockquote table tbody tr em::after,
table tbody blockquote tr em::after {
    content: "\201D";
}
#customColourPickersContainer span.date,
.date.header-phone-link,
p.date,
table tbody tr.date {
    font-size: 0.8em;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
#customColourPickersContainer .testimonialContainer span,
.gform_description,
.introduction,
.testimonialContainer #customColourPickersContainer span,
.testimonialContainer .header-phone-link,
.testimonialContainer p,
.testimonialContainer table tbody tr,
table tbody .testimonialContainer tr {
    font-family: FSMeWeb-Regular, sans-serif;
    font-size: 1.3em;
    line-height: 33px;
}
.testimonial {
    font-family: Northwoods-Bold, sans-serif;
    font-size: 2.5em;
    line-height: 50px;
    letter-spacing: -2%;
}
@media (max-width: 768px) {
    .testimonial {
        font-size: 2em;
        line-height: 38px;
    }
}
#customColourPickersContainer span + ul,
.ctaText + ul,
.header-phone-link + ul,
.row-mobile-homepage-hero-top h1 + ul,
body.home .row-hero h1 + ul,
h2 + ul,
h3 + ul,
p + ul,
table tbody tr + ul {
    margin-top: 20px !important;
}
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #00cc9a;
}
a:not(.button):not(.button-alt):hover {
    text-decoration: underline;
}
.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}
a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}
.button,
button,
input[type="submit"] {
    padding: 7px 30px 15px 30px;
    border: none;
    text-align: center;
    min-width: 160px;
    font-family: FSMeWeb-Bold, sans-serif;
    border-radius: 8px;
    margin-top: 30px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #7E57C2;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position: relative;
    line-height: normal;
    font-size: 18px;
    cursor: pointer;
}
.button::after,
button::after,
input[type="submit"]::after {
    content: ">";
    position: relative;
    right: -8px;
    font-size: 26px;
    line-height: 22px;
    transition: right 0.3s;
}
.button.button-prev::after,
button.button-prev::after,
input[type="submit"].button-prev::after {
    content: none;
}
.button.button-prev::before,
button.button-prev::before,
input[type="submit"].button-prev::before {
    content: "<";
    position: relative;
    left: -8px;
    font-size: 26px;
    line-height: 22px;
    transition: left 0.3s;
}
.button.scroll::after,
button.scroll::after,
input[type="submit"].scroll::after {
    content: "\00a0\00a0\f078";
}
.button.download::after,
button.download::after,
input[type="submit"].download::after {
    content: "\00a0\00a0\f019";
}
.button.red,
button.red,
input[type="submit"].red {
    background: #ff5240;
    color: #fff;
}
.button.pink,
button.pink,
input[type="submit"].pink {
    background: #fcccc7;
    color: #7E57C2;
}
.button.lavender,
button.lavender,
input[type="submit"].lavender {
    background: #7373e5;
    color: #7E57C2;
}
.button.orange,
button.orange,
input[type="submit"].orange {
    background: #ff5240;
    color: #fff;
}
@media (min-width: 1024px) {
    .button:hover:after,
    button:hover:after,
    input[type="submit"]:hover:after {
        right: -12px;
    }
}
.button-alt {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding: 0 20px 0 5px;
    font-size: 18px;
    font-family: FSMeWeb-Regular, sans-serif;
    margin-top: 30px;
    display: inline-block;
}
.button-alt::before {
    content: ">";
    position: absolute;
    right: 5px;
    transition: right 0.3s;
}
.button-alt:after {
    content: "";
    width: 100%;
    height: 7px;
    background-image: url(../images/button_alt_bkg.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    max-width: 180px;
}
@media (min-width: 1024px) {
    .button-alt:hover:before {
        right: -4px;
    }
}
.button-alt.blue {
    color: #7E57C2;
}
.button-alt.blue:after {
    background-image: url(../images/button_alt_bkg_blue.svg);
}
button,
input[type="submit"] {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
}
button:hover,
input[type="submit"]:hover {
    background: #ff5240;
}
#customColourPickersContainer span.back,
.back.header-phone-link,
p.back,
table tbody tr.back {
    text-align: right;
}
#customColourPickersContainer span.back a::before,
.back.header-phone-link a::before,
p.back a::before,
table tbody tr.back a::before {
    content: "\f053\00a0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    opacity: 0.5;
}
.site-search .btn-primary {
    margin-top: 0;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="datetime-local"],
input[type="url"],
select,
textarea {
    background-color: #F4F4F4 ;
    border-radius: 8px;
    background-image: url(../images/field-bg.png);
    border-width: 2px;
    border-color: #5b5858;
    border-style: solid;
    box-sizing: border-box;
    padding: 15px;
    height: 45px;
    font-family: FSMeWeb-Light, sans-serif;
    width: 100%;
    font-size: 1em;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #ff5240;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: rgba(31, 31, 56, 0.3);
    font-family: FSMeWeb-Light, sans-serif;
}
select {
    padding-top: 0;
    padding-bottom: 0;
}
textarea {
    height: 150px;
}
.gform_title {
    font-size: 50px;
    line-height: 50px;
    font-family: FSMeWeb-Bold, sans-serif;
}
div.gform_wrapper {
    padding: 23.33333px 0 46.66667px 0;
    background-color: transparent;
    margin: 15px auto;
    text-align: left;
}
span.gform_description {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.gform_body {
    padding: 15px 0;
}
.gform_body label {
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 33px;
}
.gform_body .ginput_container_checkbox label,
.gform_body .ginput_container_consent label,
.gform_body .ginput_container_radio label {
    display: inline;
    padding-left: 5px;
}
.gform_body .ginput_container_checkbox ul,
.gform_body .ginput_container_consent ul,
.gform_body .ginput_container_radio ul {
    list-style: none;
    padding-left: 0;
}
.gform_body .gfield_description {
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-top: 7.5px;
}
.gform_body select {
    height: 45px;
}
.gform_body select[multiple] {
    height: auto;
}
ul.gform_fields {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.gform_fields li {
    padding: 0 0 15px 0;
}
ul.gform_fields .clear-multi,
ul.gform_fields .ginput_complex,
ul.gform_fields .ginput_container_date,
ul.gform_fields .ginput_container_time {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 768px) {
    ul.gform_fields .clear-multi,
    ul.gform_fields .ginput_complex,
    ul.gform_fields .ginput_container_date,
    ul.gform_fields .ginput_container_time {
        display: block;
    }
}
ul.gform_fields .clear-multi span,
ul.gform_fields .ginput_complex span,
ul.gform_fields .ginput_container_date span,
ul.gform_fields .ginput_container_time span {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    ul.gform_fields .clear-multi span,
    ul.gform_fields .ginput_complex span,
    ul.gform_fields .ginput_container_date span,
    ul.gform_fields .ginput_container_time span {
        display: block;
        width: 100%;
    }
}
ul.gform_fields .clear-multi span:nth-of-type(odd),
ul.gform_fields .ginput_complex span:nth-of-type(odd),
ul.gform_fields .ginput_container_date span:nth-of-type(odd),
ul.gform_fields .ginput_container_time span:nth-of-type(odd) {
    padding-right: 2%;
}
@media (max-width: 768px) {
    ul.gform_fields .clear-multi span:nth-of-type(odd),
    ul.gform_fields .ginput_complex span:nth-of-type(odd),
    ul.gform_fields .ginput_container_date span:nth-of-type(odd),
    ul.gform_fields .ginput_container_time span:nth-of-type(odd) {
        padding-right: 0;
    }
}
ul.gform_fields .clear-multi span:nth-of-type(even),
ul.gform_fields .ginput_complex span:nth-of-type(even),
ul.gform_fields .ginput_container_date span:nth-of-type(even),
ul.gform_fields .ginput_container_time span:nth-of-type(even) {
    padding-left: 2%;
}
@media (max-width: 768px) {
    ul.gform_fields .clear-multi span:nth-of-type(even),
    ul.gform_fields .ginput_complex span:nth-of-type(even),
    ul.gform_fields .ginput_container_date span:nth-of-type(even),
    ul.gform_fields .ginput_container_time span:nth-of-type(even) {
        padding-left: 0;
    }
}
ul.gform_fields .clear-multi span label,
ul.gform_fields .ginput_complex span label,
ul.gform_fields .ginput_container_date span label,
ul.gform_fields .ginput_container_time span label {
    display: block;
    width: 100%;
    font-size: 0.8em;
    padding-bottom: 0;
    padding-top: 5px;
}
ul.gform_fields .ginput_container_date label,
ul.gform_fields .ginput_container_time label {
    padding-right: 2%;
    font-size: 0.8em;
    padding-bottom: 0;
    width: auto;
    padding-top: 0;
    height: 45px;
    line-height: 45px;
}
ul.gform_fields .ginput_container_date input,
ul.gform_fields .ginput_container_date select,
ul.gform_fields .ginput_container_time input,
ul.gform_fields .ginput_container_time select {
    width: 80%;
}
ul.gform_fields .ginput_container_date .gfield_date_dropdown_day select,
ul.gform_fields .ginput_container_date .gfield_date_dropdown_month select,
ul.gform_fields .ginput_container_date .gfield_date_dropdown_year select,
ul.gform_fields .ginput_container_time .gfield_date_dropdown_day select,
ul.gform_fields .ginput_container_time .gfield_date_dropdown_month select,
ul.gform_fields .ginput_container_time .gfield_date_dropdown_year select {
    width: 100%;
}
ul.gform_fields .ginput_container_date input.datepicker,
ul.gform_fields .ginput_container_time input.datepicker {
    width: 100%;
}
ul.gform_fields .ginput_container_date i,
ul.gform_fields .ginput_container_time i {
    display: none;
}
ul.gform_fields .gform_validation_container {
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
ul.gform_fields .ginput_container_address {
    flex-wrap: wrap;
}
.gfield_label {
    display: block;
    padding-top: 5px;
    font-weight: 700;
    margin: 0;
}
.ginput_container_date,
.ginput_container_time {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
}
.gfield_error .validation_message {
    padding: 5px 15px;
    background-color: #ff5240;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
}
.gfield_error .validation_message::before {
    content: "\f06a\00a0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.gfield_error input,
.gfield_error textarea {
    border-color: #ff5240;
}
.gform_footer {
    padding-top: 0;
    text-align: right;
}
.gform_confirmation_message {
    padding: 15px;
    background-color: #00ff4c;
    color: #7E57C2;
}
span.screen-reader-text {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.ui-datepicker {
    width: 300px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #242460;
    color: #fff;
}
.ui-datepicker td,
.ui-datepicker th {
    padding: 5px;
    text-align: center;
}
.ui-datepicker td.ui-datepicker-unselectable,
.ui-datepicker th.ui-datepicker-unselectable {
    color: #e6e6e6;
}
.ui-datepicker td a,
.ui-datepicker th a {
    text-decoration: none;
}
.ui-datepicker td.ui-datepicker-current-day,
.ui-datepicker th.ui-datepicker-current-day {
    background-color: #ff5240;
}
.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker th.ui-datepicker-current-day a {
    color: #000;
}
.ui-datepicker td.ui-datepicker-today a,
.ui-datepicker th.ui-datepicker-today a {
    text-decoration: underline;
}
.ui-datepicker .ui-datepicker-title select {
    width: 48%;
}
.ui-datepicker .ui-datepicker-title select:last-of-type {
    float: right;
}
.ui-datepicker a.ui-datepicker-next,
.ui-datepicker a.ui-datepicker-prev {
    padding: 0 0 15px 0;
    display: inline-block;
    cursor: pointer;
}
.ui-datepicker a.ui-datepicker-prev::before {
    content: "\f104\00a0\00a0";
    font-family: "Font Awesome 5 Pro";
}
.ui-datepicker a.ui-datepicker-next {
    float: right;
}
.ui-datepicker a.ui-datepicker-next::after {
    content: "\00a0\00a0\f105";
    font-family: "Font Awesome 5 Pro";
}
body.error404 .input-group {
    padding: 35px 0;
}
.gsection {
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}
.gsection .gsection_title {
    font-size: 1.5em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #F4F4F4 ;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
        linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: 0;
}
.select-css option {
    font-weight: 400;
}
.select-css::-ms-expand {
    display: none;
}
.input-group {
    display: flex;
    justify-content: space-between;
}
.input-group input[type="search"],
.input-group select {
    margin-right: 4%;
}
@media (max-width: 768px) {
    .input-group {
        display: block;
    }
    .input-group input[type="search"],
    .input-group select {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .input-group button,
    .input-group input[type="submit"] {
        width: 100%;
    }
}
a.search-result {
    background-color: #f1f1f1;
    border-left: 4px solid #ff5240;
    display: block;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 23.33333px;
    color: #7E57C2;
    text-decoration: none;
}
a.search-result h3 {
    padding-top: 0;
}
#customColourPickersContainer a.search-result span,
a.search-result #customColourPickersContainer span,
a.search-result .header-phone-link,
a.search-result p,
a.search-result table tbody tr,
table tbody a.search-result tr {
    padding: 0;
}
a.search-result:last-of-type {
    margin-bottom: 0;
}
.tile {
    color: #7E57C2;
    text-decoration: none;
    padding-bottom: 23.33333px;
}
.tile.tile-resources {
    background-color: transparent;
    color: inherit;
    border-bottom: none;
}
.tile.tile-resources a:first-of-type h3 {
    position: relative;
}
.tile.tile-resources a:first-of-type h3:after {
    content: "";
    width: 20%;
    height: 10px;
    background-image: url(../images/button_alt_bkg_pink.svg);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
}
@media (max-width: 768px) {
    .tile.tile-resources {
        padding-bottom: 0;
        margin-bottom: 35px;
    }
}
.tile-resources-tags-container {
    padding: 20px 0;
}
.tag-label {
    background: #fcccc7;
    color: #000;
    font-family: FSMeWeb-Light, sans-serif;
    padding: 0 10px;
    line-height: 36px;
    border-radius: 20px;
    margin-right: 5px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 8px;
}
.tag-label.active {
    background: rgba(210, 210, 238, 0.3) !important;
}
.row-feed-team .row-inner:last-of-type {
    padding-bottom: 70px;
}
.tile-team {
    text-align: center;
}
.tile-team img {
    width: 100%;
    border-radius: 100%;
}
.tile-team h3 {
    position: relative;
    color: #7E57C2;
    font-family: FSMeWeb-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}
.tile-team h3:after {
    content: "";
    width: 100%;
    height: 7px;
    max-width: 75px;
    background-image: url(../images/button_alt_bkg.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: -16px;
    display: none;
}
.tile-team:hover {
    text-decoration: none !important;
}
.tile-team:hover h3:after {
    display: block;
}
#tile-team-overlay {
    background: linear-gradient(
        180deg,
        rgba(31, 31, 56, 0) 0,
        #5b5858 100%
    ) !important;
}
.tile-service {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tile-service h3 {
    padding-top: 0;
}
.tile-service i {
    position: relative;
    left: 0;
    font-size: 20px;
    transition: left 0.3s;
}
.tile-service:hover i {
    left: 10px;
}
@media (max-width: 768px) {
    .tile-service {
        box-sizing: border-box;
        margin-bottom: 35px;
    }
}
a.tile:not(.tile-team):hover .img-container img {
    transform: scale(1.1);
}
a.tile:not(.tile-team) .img-container {
    overflow: hidden;
}
a.tile:not(.tile-team) img {
    transform: scale(1) rotate(0);
    transition: transform 0.3s;
}
img.testimonial-thumb {
    max-width: 150px;
}
.tile-testimonial {
    border-bottom: solid 1px #ff5240;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tile hr {
    clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    margin: 0 5px;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 4px solid;
    text-decoration: none;
    background-color: #f1f1f1;
    position: relative;
}
@media (max-width: 768px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        margin-bottom: 10px;
    }
}
.breadcrumbs nav {
    width: 100%;
}
.breadcrumbs ol.breadcrumb {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.breadcrumbs ol.breadcrumb li {
    display: inline-block;
    padding: 15px 0 15px 15px;
}
.breadcrumbs ol.breadcrumb li:first-of-type {
    padding-left: 0;
}
.breadcrumbs ol.breadcrumb li::after {
    content: "\f105";
    display: inline-block;
    padding-left: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.breadcrumbs ol.breadcrumb li:last-of-type::after {
    content: none;
}
@media (max-width: 768px) {
    li.breadcrumb-item.active {
        display: none !important;
    }
    li.breadcrumb-item:not(:nth-last-of-type(2)) {
        display: none !important;
    }
    li.breadcrumb-item {
        padding-left: 0 !important;
    }
    li.breadcrumb-item:after {
        display: none !important;
    }
    li.breadcrumb-item:before {
        content: "\f053";
        display: inline-block;
        padding-right: 10px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
    }
}
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#footer {
    color: inherit;
    background-color: #2b2b73;;
    z-index: 0;
    padding-bottom: 105px;
    font-size: 0.9em;
    font-family: FSMeWeb-Light, sans-serif;
}
@media (max-width: 768px) {
    #footer {
        padding-top: 20px;
        text-align: left;
    }
}
#footer a {
    color: inherit;
}
#footer a:not(.button-alt):hover {
    text-decoration: underline;
}
#footer .row-inner {
    padding-bottom: 0;
}
#customColourPickersContainer #footer span,
#footer #customColourPickersContainer span,
#footer .header-phone-link,
#footer p,
#footer table tbody tr,
table tbody #footer tr {
    padding: 0;
}
#footer .button-alt {
    display: inline-block;
    margin-top: 30px;
}
#footer .footerContacts i {
    margin-right: 10px;
}
#footer .footerMenu li {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    #footer .footerMenu li {
        text-align: left;
    }
}
#footer .footerMenu:after {
    content: "";
    display: block;
    clear: both;
}
#footer .no-pd-top {
    padding-top: 20px;
}
@media (max-width: 768px) {
    #footer .md-hide:first-of-type {
        margin-bottom: 20px;
    }
}
table {
    table-layout: fixed;
    width: 100%;
    background-color: transparent;
    margin: 15px 0;
}
table thead {
    background-color: #7E57C2;
    color: #fff;
}
table tbody tr {
    background-color: rgba(0, 0, 0, 0.05);
}
table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.025);
}
table td {
    padding: 15px;
}
th {
    text-align: left;
    padding: 15px;
    font-family: FSMeWeb-Bold, sans-serif;
}
.responsive-table {
    overflow-x: auto;
}
.row.hero {
    display: flex;
    flex-direction: row;
}
.row.hero .row-hero-side {
    min-height: 50vh;
    height: 50vh;
background-color: #F4F4F4 
}
.row.hero .row-hero-side.left {
    width: 66.666vw;
}
.row.hero .row-hero-side.right {
    width: 33.333vw;
}
.row.hero .row-hero-side .row-hero-left-inner {
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.row.hero .row-inner {
    position: relative;
    z-index: 100;
}
.row-hero-sides-container {
    position: absolute;
    background: orange;
    width: 100%;
    height: 100%;
}
.hero-video {
    width: 100%;
}
.hero-post-title {
    font-family: FSMeWeb-Bold, sans-serif;
    position: relative;
    margin-bottom: 30px;
}
.hero-post-title:after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/button_alt_bkg.svg);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
}
.row-services-hero .row-inner {
    padding: 90px 5%;
}
@media (max-width: 768px) {
    .row-services-hero .row-inner {
        padding: 35px 5%;
    }
    .row-services-hero .services-hero-icon {
        width: 50%;
    }
}
.homepage-hero-heading span {
    display: none;
    margin-bottom: 40px;
    font-family: FSMeWeb-Bold, sans-serif;
    font-size: 120px;
    line-height: 110px;
}
@media (max-width: 768px) {
    .homepage-hero-heading span {
        font-size: 60px;
        line-height: 70px;
    }
}
body[data-theme="pink"] .homepage-hero-heading span {
    display: block;
}
body[data-theme="yellow"] .homepage-hero-heading span {
    display: block;
}
body[data-theme="blue"] .homepage-hero-heading span {
    display: block;
}
@media (max-width: 768px) {
    .row-logo-cloud .row-inner.row-inner-logo-cloud {
        display: flex;
        justify-content: flex-start;
    }
    .row-logo-cloud .row-inner.row-inner-logo-cloud .col {
        width: 50%;
        float: left;
    }
}
.row-tabs.vertical .tab {
    padding: 15px;
    display: inline-block;
    border: solid 1px #727272;
    border-bottom: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.row-tabs.vertical .tab:hover {
    background-color: #00cc9a;
}
.row-tabs.vertical .tab.active {
    background: #ff5240;
}
.row-tabs.vertical .tab-panel {
    display: none;
    padding: 15px 30px 25px;
    border: solid 1px #727272;
    margin-right: 0;
}
.row-tabs.vertical .tab-panel.active {
    display: block;
}
.row-tabs.horizontal .tab {
    padding: 15px;
    display: block;
    border: solid 1px #727272;
    transition: all 0.3s ease-in-out;
    border-right: none;
    cursor: pointer;
}
.row-tabs.horizontal .tab:not(:last-of-type) {
    border-bottom: none;
}
.row-tabs.horizontal .tab:hover {
    background-color: #00cc9a;
}
.row-tabs.horizontal .tab.active {
    background: #ff5240;
}
@media (max-width: 768px) {
    .row-tabs.horizontal .tab {
        border-right: solid 1px #727272;
    }
    .row-tabs.horizontal .tab:last-of-type {
        border-bottom: 0;
    }
}
.row-tabs.horizontal .tab-panel {
    display: none;
    padding: 15px 30px 25px;
    border: solid 1px #727272;
    margin-right: 0;
}
.row-tabs.horizontal .tab-panel.active {
    display: block;
}
.row-accordion {
    padding-bottom: 70px;
}
.row-accordion.no-pd-btm,
.row-feed .row-accordion.row-inner:not(:last-of-type),
.row-gallery .row-accordion.row-inner:not(:last-of-type),
.row-logo-cloud .row-accordion.row-inner:not(:last-of-type) {
    padding-bottom: 15px;
}
.row-accordion.no-pd-top {
    padding-top: 15px;
}
.row-accordion .row-inner.accordion-head .col {
    padding: 15px;
    border: solid 1px #727272;
    margin-top: -1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: FSMeWeb-Bold, sans-serif;
}
.row-accordion .row-inner.accordion-head.active .col {
    border-bottom: solid 1px #727272;
}
.row-inner.accordion-body {
    display: none;
}
.row-inner.accordion-body .col {
    padding: 20px;
    border: solid 1px #7E57C2;
    border-top: none;
    border-bottom: none;
}
.row-inner.accordion-body:last-of-type .col {
    border-bottom: solid 1px #7E57C2;
}
.row-inner.accordion-body.active {
    display: flex;
}
#map {
    min-height: 600px;
}
.carousel-container {
    min-height: 440px;
    background: 0 0;
    position: relative;
}
.carousel-slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s;
}
.carousel-slide.active {
    opacity: 1;
}
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}
.carousel-control.prev {
    left: 10px;
}
.carousel-control.next {
    right: 10px;
}
.carousel-control i {
    color: #ff5240;
}
.carousel-control:hover i {
    color: #00cc9a;
}
.row-inner-carousel-indicators {
    text-align: center;
    padding-top: 10px !important;
}
.row-inner-carousel-indicators .carousel-indicator {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #f1f1f1;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
    transition: background 1s, color 1s;
}
.row-inner-carousel-indicators .carousel-indicator.active {
    background: #727272;
    color: #fff;
}
.row-inner-carousel-indicators .carousel-indicator:hover {
    background: #00cc9a;
    color: #fff;
}
ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}
ol.commentlist li {
    padding: 30px;
    background-color: #f1f1f1;
    margin: 15px 0;
    display: block;
    position: relative;
}
ol.commentlist li ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
ol.commentlist li ul li {
    border-top: 1px solid #727272;
}
ul.bio-links {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    margin-top: 0 !important;
}
ul.bio-links li {
    display: inline-block;
}
ul.bio-links li a {
    font-size: 1.5em;
    display: block;
    padding: 5px;
}
ul.event-info {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}
ul.event-info li {
    display: block;
    padding-bottom: 15px;
}
#cookie-bar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #242460;
    color: #fff;
}
#cookie-bar.show-cookie-bar {
    display: block;
}
#cookie-bar a {
    margin-top: 0;
}
#cookie-bar #customColourPickersContainer span,
#cookie-bar .header-phone-link,
#cookie-bar p,
#cookie-bar table tbody tr,
#customColourPickersContainer #cookie-bar span,
table tbody #cookie-bar tr {
    padding: 15px 0;
}
@media (max-width: 768px) {
    #cookie-bar #customColourPickersContainer span,
    #cookie-bar .header-phone-link,
    #cookie-bar p,
    #cookie-bar table tbody tr,
    #customColourPickersContainer #cookie-bar span,
    table tbody #cookie-bar tr {
        text-align: center;
    }
}
#cookie-bar .col:last-of-type {
    text-align: right;
}
@media (max-width: 768px) {
    #cookie-bar .col:last-of-type #customColourPickersContainer span,
    #cookie-bar .col:last-of-type .header-phone-link,
    #cookie-bar .col:last-of-type p,
    #cookie-bar .col:last-of-type table tbody tr,
    #customColourPickersContainer #cookie-bar .col:last-of-type span,
    table tbody #cookie-bar .col:last-of-type tr {
        padding-bottom: 15px;
        padding-top: 0;
    }
}
.color-picker {
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.color-picker .colorChoice {
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 10px;
    margin-right: 11px;
}
.color-picker .colorChoice.active {
    border: solid 2px #fff;
}
.color-picker .colorChoice[data-theme="standard"] {
    background: #7E57C2 !important;
    color: #fff !important;
}
.color-picker .colorChoice[data-theme="yellow"] {
    background: #333333 !important;
    color: #f9d343 !important;
}
.color-picker .colorChoice[data-theme="pink"] {
    background: #fbeaeb !important;
    color: #141a46 !important;
}
.color-picker .colorChoice[data-theme="blue"] {
    background: #5b5858 !important;
    color: #fff !important;
}
.color-picker .openColorPicker {
    cursor: pointer;
    display: inline-block;
    border: solid 1px #fff;
    padding: 4px 8px;
    border-radius: 10px;
    margin-right: 11px;
}
body.home .row.breadcrumbs {
    display: none;
}
.row-header-top {
    color: inherit;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
}
.row-header-top .row-inner {
    padding-top: 17px !important;
    padding-bottom: 16px !important;
}
.row-header-top button:not(.sp-choose) {
    height: 29px;
    padding: 0 30px;
}
.row-header-top button:not(.sp-choose) span {
    position: relative;
    top: -3px;
}
@media (max-width: 768px) {
    .row-header-top .header-phone-link {
        display: none;
    }
    .row-header-top .col {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    .row-header-top .colorChoice {
        margin-right: 2px;
        padding: 0 2px;
    }
    .row-header-top .openColorPicker {
        display: none;
    }
    .row-header-top button {
        padding: 0 !important;
        font-size: 11px;
    }
}
.header-row-inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.row-header-main {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 5;
    padding: 10px 0;
}
@media (max-width: 768px) {
    .row-header-main {
        padding: 0;
    }
    .row-header-main #mb-nav {
        top: -2px;
    }
}
.row-header-main .row-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.header-phone-link {
    margin-right: 20px;
    padding: 5px 0;
}
#customColourPickersContainer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    border-radius: 8px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 400;
    background: #7E57C2;
    padding: 30px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
#customColourPickersContainer span.customColourPickersContainerHeading {
    padding-top: 0;
    display: inline-block;
    margin-bottom: 10px;
}
#customColourPickersContainer .header-phone-link:first-of-type,
#customColourPickersContainer p:first-of-type,
#customColourPickersContainer span:first-of-type,
#customColourPickersContainer table tbody tr:first-of-type,
table tbody #customColourPickersContainer tr:first-of-type {
    padding: 0;
}
#customColourPickersContainer .colorPickerLabel {
    margin-left: 5px;
}
#customColourPickersContainer.shown {
    display: block;
}
.customColourPickersContainerClose {
    cursor: pointer;
}
.row-header-top-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.row-header-top-right .button {
    margin-top: 0;
}
@media (max-width: 768px) {
    .row-header-top-right .button {
        display: none;
    }
}
.row.breadcrumbs {
    background: rgba(210, 210, 238, 0.3);
}
.row.breadcrumbs .breadcrumb-item {
    font-family: FSMeWeb-Regular, sans-serif;
    font-size: 16px;
}
.header-consultation {
    position: relative;
    background: #ff5240;
    border-radius: 20px;
    padding: 0 20px;
    cursor: pointer;
}
.header-consultation.active {
    background: #db4b3c;
}
#customColourPickersContainer .header-consultation span,
.header-consultation #customColourPickersContainer span,
.header-consultation .header-phone-link,
.header-consultation p,
.header-consultation table tbody tr,
table tbody .header-consultation tr {
    padding: 10px 0;
    position: relative;
    top: 1px;
}
#customColourPickersContainer .header-consultation span i,
.header-consultation #customColourPickersContainer span i,
.header-consultation .header-phone-link i,
.header-consultation p i,
.header-consultation table tbody tr i,
table tbody .header-consultation tr i {
    margin-left: 5px;
}
@media (max-width: 768px) {
    .header-consultation {
        display: none;
    }
}
.header-consultation .header-consultation-dropdown {
    position: absolute;
    background: #db4b3c;
    border-radius: 20px;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 20px;
    margin-top: 5px;
    display: none;
}
.header-consultation .header-consultation-dropdown a {
    color: #fff;
}
.row-resources-filters {
    display: none;
    position: relative;
    top: 0;
    z-index: 200;
}
.resources-master-container {
    position: relative;
}
#resources-search-input {
    border: none;
    width: 80%;
}
.resources-tags-container .tag-label {
    background: 0 0;
    cursor: pointer;
}
.row-filter-controls {
    font-family: FSMeWeb-Light, sans-serif;
}
.row-inner-ordering {
    padding-top: 15px !important;
}
.row-inner-tags {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
ul.cat-nav {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    text-align: right;
}
ul.cat-nav li {
    display: inline-block;
}
ul.cat-nav li a {
    display: block;
    padding: 15px;
    cursor: pointer;
}
@media (max-width: 768px) {
    ul.cat-nav {
        text-align: left;
    }
}
.filtersCloseBtn {
    cursor: pointer;
}
.row-filter-controls {
    border: 1px solid #7373e5;
}
.row-filter-controls .col {
    padding: 20px 0;
    border-left: 1px solid #7373e5;
}
@media (max-width: 768px) {
    .row-filter-controls .col {
        border-left: none !important;
    }
}
.row-filter-controls .col.filter-search {
    padding: 20px;
}
.row-filter-controls .col.filter-dropdown {
    border-right: 1px solid #7373e5;
    padding: 20px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .row-filter-controls .col.filter-dropdown {
        border-right: none !important;
    }
}
@media (max-width: 768px) {
    .row-filter-controls {
        border-left: none;
        border-right: none;
        border-top: 1px solid #7373e5;
        border-bottom: 1px solid #7373e5;
    }
}
@media (max-width: 768px) {
    .row-inner-tags {
        padding-top: 0 !important;
    }
}
.row-resources-filters {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
.order-selector {
    margin-left: 10px;
    cursor: pointer;
}
.order-selector.active {
    text-decoration: underline;
}
.showMoreLess {
    font-family: FSMeWeb-Regular, sans-serif;
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}
.row-resources-tiles-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(31, 31, 56, 0.3);
}
.no-results-message {
    display: none;
}
#content {
    margin-top: 168px;
}
@media (max-width: 768px) {
    #content {
        margin-top: 128px;
    }
}
body.admin-bar #content {
    margin-top: 136px;
}
.row.breadcrumbs .row-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.row-image img {
    width: 100%;
}
.row.hasTears:before {
    content: "";
    display: block;
    height: 10px;
    position: relative;
    top: -10px;
}
.row.hasTears:after {
    content: "";
    display: block;
    height: 10px;
    position: relative;
    bottom: -10px;
    z-index: 1;
    transform: rotate(180deg);
}
.quoteName {
    margin-top: 30px;
    font-family: FSMeWeb-Regular, sans-serif;
}
.ctaText {
    text-align: center;
}
.cta-btn {
    display: inline-block;
    margin-top: 40px;
}
.offset-thirds {
    background: red;
    min-height: 700px;
}
.offset-thirds:after {
    content: "";
    display: table-cell;
    clear: both;
}
#customColourPickersContainer .header-consultation span,
.header-consultation #customColourPickersContainer span,
.header-consultation .header-phone-link,
.header-consultation p,
.header-consultation table tbody tr,
.noSelect,
table tbody .header-consultation tr {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.social.share {
    margin-top: 30px;
}
.social.share ul li:before {
    display: none !important;
}
.social.share ul li:first-of-type {
    padding-left: 0 !important;
}
@media (max-width: 768px) {
    .hero-mobile-top .row-inner {
        padding-bottom: 0;
    }
    .hero-mobile-bottom .row-inner {
        padding-top: 0;
    }
}
.image-contains-text-heading {
    display: none !important;
}
.image-contains-text-heading .image-contains-text-heading-head {
    font-family: FSMeWeb-Bold, sans-serif;
    font-size: 150px;
    line-height: 150px;
}
@media (max-width: 768px) {
    .image-contains-text-heading .image-contains-text-heading-head {
        font-size: 80px;
        line-height: 80px;
    }
}
.imageContainsText {
    display: block;
}
.link-button a {
    background: #ff5240;
    display: inline-block;
    padding: 5px;
    border-radius: 20px;
    line-height: 30px;
    position: relative;
    left: 15px;
    top: 30px;
}
body[data-theme="pink"] .image-contains-text-heading {
    display: block !important;
}
body[data-theme="pink"] .imageContainsText {
    display: none;
}
body[data-theme="yellow"] .image-contains-text-heading {
    display: block !important;
}
body[data-theme="yellow"] .imageContainsText {
    display: none;
}
body[data-theme="blue"] .image-contains-text-heading {
    display: block !important;
}
body[data-theme="blue"] .imageContainsText {
    display: none;
}
@media (max-width: 1024px) {
    .row-text-columns img {
        width: 100%;
    }
}
#customColourPickersContainer .row-textImage span.gform_description,
#customColourPickersContainer .row-textImage span.introduction,
#customColourPickersContainer .testimonialContainer .row-textImage span,
.row-textImage #customColourPickersContainer .testimonialContainer span,
.row-textImage #customColourPickersContainer span.gform_description,
.row-textImage #customColourPickersContainer span.introduction,
.row-textImage .gform_description.header-phone-link,
.row-textImage .introduction.header-phone-link,
.row-textImage .testimonialContainer #customColourPickersContainer span,
.row-textImage .testimonialContainer .header-phone-link,
.row-textImage .testimonialContainer p,
.row-textImage .testimonialContainer table tbody tr,
.row-textImage p.gform_description,
.row-textImage p.introduction,
.row-textImage table tbody .testimonialContainer tr,
.row-textImage table tbody tr.gform_description,
.row-textImage table tbody tr.introduction,
.testimonialContainer #customColourPickersContainer .row-textImage span,
.testimonialContainer .row-textImage .header-phone-link,
.testimonialContainer .row-textImage p,
.testimonialContainer table tbody .row-textImage tr,
table tbody .row-textImage tr.gform_description,
table tbody .row-textImage tr.introduction,
table tbody .testimonialContainer .row-textImage tr {
    padding-top: 40px;
}
#map * {
    background: 0 0 !important;
}
ul.dsa-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #5b5858;
    border-radius: 8px;
    align-items: center;
}
ul.dsa-nav li {
    width: 20%;
    text-align: center;
}
ul.dsa-nav li a {
    color: #fff;
    background-color: #5b5858;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    font-family: FSMeWeb-Light, sans-serif;
}
ul.dsa-nav li a:hover {
    text-decoration: none !important;
    background-color: #ff5240;
}
ul.dsa-nav li a.current {
    background-color: #ff5240;
}
@media (max-width: 768px) {
    ul.dsa-nav {
        display: block;
        background-color: transparent;
    }
    ul.dsa-nav li {
        width: 100%;
        margin-bottom: 3px;
    }
}
.dsa-content .wp-caption {
    max-width: 800px;
    margin: 15px auto;
    border: 15px solid rgba(31, 31, 56, 0.3);
    padding: 0;
    display: block;
}
#customColourPickersContainer .dsa-content .wp-caption span.wp-caption-text,
.dsa-content .wp-caption #customColourPickersContainer span.wp-caption-text,
.dsa-content .wp-caption .wp-caption-text.header-phone-link,
.dsa-content .wp-caption p.wp-caption-text,
.dsa-content .wp-caption table tbody tr.wp-caption-text,
table tbody .dsa-content .wp-caption tr.wp-caption-text {
    background-color: rgba(31, 31, 56, 0.3);
    font-size: 1rem;
    padding-bottom: 0;
}
.dsa-content h3 {
    border-bottom: 1px solid;
    margin-top: 30px;
    margin-bottom: 15px;
}
body[data-theme="standard"] .row-title {
    color: #ff5240;
}
body[data-theme="standard"] .bg-light {
    background-color: #F4F4F4 ;
    color: #5b5858;
}
body[data-theme="standard"] .bg-light.hasTears:after,
body[data-theme="standard"] .bg-light.hasTears:before {
    background-image: url(../images/tear-bkg-white.svg);
}
body[data-theme="standard"] .bg-light .tile-resources a {
    color: #7E57C2;
}
body[data-theme="standard"] .bg-light span.highlight {
    color: #7E57C2;
    text-decoration: underline;
}
body[data-theme="standard"] .bg-light .ctaText {
    color: #ff5240;
}
body[data-theme="standard"] .bg-light .cta-btn {
    color: #7E57C2;
}
body[data-theme="standard"] .bg-mid {
    background-color: #ff5240;
    color: #7E57C2;
}
body[data-theme="standard"] .bg-mid.hasTears:after,
body[data-theme="standard"] .bg-mid.hasTears:before {
    background-image: url(../images/tear-bkg-red.svg);
}
body[data-theme="standard"] .bg-mid .tile-resources a {
    color: #7E57C2;
}
body[data-theme="standard"] .bg-mid span.highlight {
    color: #fff;
    text-decoration: underline;
}
body[data-theme="standard"] .bg-mid .cta-btn {
    color: #7E57C2;
}
body[data-theme="standard"] .bg-pink {
    background-color: #fcccc7;
    color: #7E57C2;
}
body[data-theme="standard"] .bg-pink.hasTears:after,
body[data-theme="standard"] .bg-pink.hasTears:before {
    background-image: url(../images/tear-bkg-pink.svg);
}
body[data-theme="standard"] .bg-pink .tile-resources a {
    color: #7E57C2;
}
body[data-theme="standard"] .bg-pink span.highlight {
    color: #fff;
    text-decoration: underline;
}
body[data-theme="standard"] .bg-pink .cta-btn {
    color: #7E57C2;
}
body[data-theme="standard"] .bg-pink .button-alt {
    color: #7E57C2;
}
body[data-theme="standard"] .bg-pink .button-alt:after {
    background-image: url(../images/button_alt_bkg_blue.svg);
}
body[data-theme="standard"] .bg-pink .hero-post-title:after {
    background-image: url(../images/button_alt_bkg_blue.svg);
}
body[data-theme="standard"] .bg-dark {
    background-color: #7E57C2;
    color: #fff;
}
body[data-theme="standard"] .bg-dark .button {
    background-color: #26A69A;
    color: #7E57C2;
}
body[data-theme="standard"] .bg-dark.hasTears:after,
body[data-theme="standard"] .bg-dark.hasTears:before {
    background-image: url(../images/tear-bkg-blue.svg);
}
#customColourPickersContainer
    body[data-theme="standard"]
    .bg-dark
    .tile-resources
    span,
body[data-theme="standard"] .bg-dark .tile h3,
body[data-theme="standard"]
    .bg-dark
    .tile-resources
    #customColourPickersContainer
    span,
body[data-theme="standard"] .bg-dark .tile-resources .header-phone-link,
body[data-theme="standard"] .bg-dark .tile-resources a,
body[data-theme="standard"] .bg-dark .tile-resources p,
body[data-theme="standard"] .bg-dark .tile-resources table tbody tr,
table tbody body[data-theme="standard"] .bg-dark .tile-resources tr {
    color: #fff;
}
body[data-theme="standard"] .bg-dark span.highlight {
    color: #ff5240;
    text-decoration: underline;
}
body[data-theme="standard"] .bg-dark .cta-btn {
    color: #fff;
}
body[data-theme="standard"] a {
    color: #ff5240;
}
body[data-theme="standard"] a.button,
body[data-theme="standard"] button {
    color: #fff;
}
body[data-theme="standard"] .row-header-top {
    background: #7E57C2;
}
body[data-theme="standard"] .row-header-main {
background-color: #F4F4F4 
}
body[data-theme="standard"] .header-phone-link {
    color: #fff;
}
body[data-theme="standard"] #header .nav ul li a {
    color: #7E57C2;
    font-weight: 700;
}
body[data-theme="standard"] #header .nav ul li a:hover {
    color: #ff5240 !important;
}
body[data-theme="standard"] .nav.visi-nav ul li a {
    color: #fff !important;
}
body[data-theme="standard"] #header .nav ul li ul li a {
    color: #fff;
}
@media (min-width: 1024px) {
    body[data-theme="standard"] #header .nav ul li ul.sub-menu {
        background: #5b5858;
    }
    body[data-theme="standard"] .nav.visi-nav ul li a {
        color: initial !important;
    }
}
body[data-theme="standard"] .tile-team {
    color: #fff;
}
body[data-theme="standard"] .tile {
    color: #5b5858;
}
body[data-theme="standard"] .breadcrumb-item {
    color: #7E57C2;
}
body[data-theme="standard"] .breadcrumb-item a {
    color: #ff5240;
}
body[data-theme="standard"] .resources-tags-container .tag-label {
    border: solid 2px #fcccc7;
}
body[data-theme="standard"] .resources-tags-container .tag-label.active {
    background: #fcccc7;
}
body[data-theme="standard"] .resources-orders-container,
body[data-theme="standard"] .row-inner-ordering,
body[data-theme="standard"] .showMoreLess {
    color: #7E57C2;
}
body[data-theme="standard"] #resources-search-input {
    color: #fff;
    background: #7E57C2;
}
body[data-theme="standard"] #resources-search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
body[data-theme="standard"] #resources-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
body[data-theme="standard"] #resources-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
body[data-theme="standard"] #resources-search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
body[data-theme="standard"] .red-txt {
    color: #ff5240;
}
body[data-theme="standard"] a.tile-service {
    background: #5b5858;
}
body[data-theme="standard"] a.tile-service h3 {
    color: #fff;
}
body[data-theme="standard"] .gform_title {
    color: #ff5240;
}
body[data-theme="standard"] .row-inner.accordion-head {
background-color: #F4F4F4 
}
body[data-theme="standard"] .row-inner.accordion-head:hover .col {
    background-color: #7E57C2;
    color: #fff;
}
body[data-theme="standard"] .row-inner.accordion-head.active .col {
    background: #ff5240;
}
body[data-theme="standard"] .wp-pagenavi {
    color: #ff5240;
    font-family: FSMeWeb-Light, sans-serif;
}
body[data-theme="pink"] * {
    color: #141a46 !important;
}
body[data-theme="pink"] #content,
body[data-theme="pink"] #footer,
body[data-theme="pink"] .row,
body[data-theme="pink"] body,
body[data-theme="pink"]
    div:not(.tile-team-overlay):not(.header-consultation):not(
        .mobile-navigation-overlay
    ):not(.tile-team-overlay):not(.gm-style):not(.col):not(.map):not(
        .sp-val
    ):not(.sp-hue) {
    background: #fbeaeb;
}
body[data-theme="pink"] .bg-light:not(.withBackground):not(.row-hero-col-4) {
    background: #fdf3f3 !important;
}
body[data-theme="pink"]
    .bg-light:not(.withBackground):not(.row-hero-col-4)
    :not(.red-txt):not(.tag-label):not(.button) {
    background: #fdf3f3 !important;
}
body[data-theme="pink"] #header {
    border-bottom: solid 1px #141a46;
}
body[data-theme="pink"] .row-header-top {
    border-bottom: solid 1px #141a46;
}
body[data-theme="pink"] #footer {
    border-top: solid 1px #141a46;
}
body[data-theme="pink"] .button {
    background: #141a46 !important;
    color: #fbeaeb !important;
}
body[data-theme="pink"] .tag-label {
    background: #fbeaeb;
    color: #141a46;
    border: solid 1px #141a46;
}
body[data-theme="pink"] path.logoPath {
    fill: #141a46;
}
body[data-theme="pink"] div.row {
    background: #fbeaeb;
}
body[data-theme="pink"] .header-consultation {
    background: #141a46 !important;
}
#customColourPickersContainer body[data-theme="pink"] .header-consultation span,
#customColourPickersContainer
    body[data-theme="pink"]
    .header-consultation
    span
    i,
body[data-theme="pink"] .header-consultation #customColourPickersContainer span,
body[data-theme="pink"]
    .header-consultation
    #customColourPickersContainer
    span
    i,
body[data-theme="pink"] .header-consultation .header-phone-link,
body[data-theme="pink"] .header-consultation .header-phone-link i,
body[data-theme="pink"] .header-consultation p,
body[data-theme="pink"] .header-consultation p i,
body[data-theme="pink"] .header-consultation table tbody tr,
body[data-theme="pink"] .header-consultation table tbody tr i,
table tbody body[data-theme="pink"] .header-consultation tr,
table tbody body[data-theme="pink"] .header-consultation tr i {
    color: #fbeaeb !important;
}
body[data-theme="pink"] .row-filter-controls .col {
    border-left: 1px solid #141a46;
}
body[data-theme="pink"] .row-filter-controls .col.filter-dropdown {
    border-right: 1px solid #141a46;
}
body[data-theme="pink"] .row-filter-controls {
    border: 1px solid #141a46;
}
@media (max-width: 768px) {
    body[data-theme="pink"] .row-filter-controls {
        border-left: none;
        border-right: none;
        border-top: 1px solid #141a46;
        border-bottom: 1px solid #141a46;
    }
}
body[data-theme="pink"] input#resources-search-input {
    background: #fbeaeb;
}
body[data-theme="pink"]
    input#resources-search-input::-webkit-input-placeholder {
    color: #141a46;
}
body[data-theme="pink"] input#resources-search-input:-moz-placeholder {
    color: #141a46;
}
body[data-theme="pink"] input#resources-search-input::-moz-placeholder {
    color: #141a46;
}
body[data-theme="pink"] input#resources-search-input:-ms-input-placeholder {
    color: #141a46;
}
body[data-theme="pink"] .wp-pagenavi a,
body[data-theme="pink"] .wp-pagenavi span {
    background: 0 0;
}
body[data-theme="pink"] .tile-service {
    border: solid 1px #141a46;
}
body[data-theme="pink"] input,
body[data-theme="pink"] textarea {
    background: 0 0;
    border: solid 1px #141a46;
}
@media (min-width: 1024px) {
    body[data-theme="pink"] #header .nav ul li ul {
        background-color: #f3bfc2;
    }
    body[data-theme="pink"] .nav ul li:hover {
        background-color: #f3bfc2 !important;
    }
    body[data-theme="pink"] .nav.visi-nav ul li a {
        color: #141a46 !important;
    }
}
body[data-theme="pink"] .row-hero .col-8 img {
    display: none;
}
body[data-theme="pink"] .row-hero .col-8 img:before {
    content: attr(data-alt);
    display: block;
    color: #f9d343;
}
body[data-theme="pink"] .row-mobile-homepage-hero-top img {
    display: none;
}
body[data-theme="pink"] a#mb-nav em,
body[data-theme="pink"] a#mb-nav:after,
body[data-theme="pink"] a#mb-nav:before {
    background-color: #141a46;
}
body[data-theme="pink"] .mb-nav-close,
body[data-theme="pink"] .mb-nav-closing {
    background-color: transparent !important;
}
body[data-theme="pink"] .visi-nav {
    background-color: #fbeaeb !important;
}
body[data-theme="pink"] input[type="submit"] {
    color: #141a46 !important;
}
body[data-theme="pink"] input[type="submit"]:hover {
    background: #141a46 !important;
    color: #fbeaeb !important;
}
body[data-theme="pink"] .row-hero-background-blocks {
    display: none;
}
body[data-theme="pink"] h1 span.red-txt {
    background: 0 0 !important;
}
body[data-theme="blue"] * {
    color: #fff !important;
}
body[data-theme="blue"] #content,
body[data-theme="blue"] #footer,
body[data-theme="blue"] body,
body[data-theme="blue"]
    div:not(.tile-team-overlay):not(.header-consultation):not(
        .mobile-navigation-overlay
    ):not(.tile-team-overlay):not(.gm-style) {
    background: #5b5858;
}
body[data-theme="blue"] .bg-light:not(.withBackground):not(.row-hero-col-4) {
    background: #282848 !important;
}
body[data-theme="blue"]
    .bg-light:not(.withBackground):not(.row-hero-col-4)
    :not(.red-txt):not(.tag-label):not(.button) {
    background: #282848 !important;
}
body[data-theme="blue"] #header {
    border-bottom: solid 1px #fff;
}
body[data-theme="blue"] .row-header-top {
    border-bottom: solid 1px #fff;
}
body[data-theme="blue"] #footer {
    border-top: solid 1px #fff;
}
body[data-theme="blue"] .button {
    background: #fff !important;
    color: #5b5858 !important;
}
body[data-theme="blue"] .tag-label {
    background: #5b5858;
    color: #fff;
    border: solid 1px #fff;
}
body[data-theme="blue"] path.logoPath {
    fill: #fff;
}
body[data-theme="blue"] div.row {
    background: #5b5858;
}
body[data-theme="blue"] .header-consultation {
    background: #fff !important;
}
#customColourPickersContainer body[data-theme="blue"] .header-consultation span,
#customColourPickersContainer
    body[data-theme="blue"]
    .header-consultation
    span
    i,
body[data-theme="blue"] .header-consultation #customColourPickersContainer span,
body[data-theme="blue"]
    .header-consultation
    #customColourPickersContainer
    span
    i,
body[data-theme="blue"] .header-consultation .header-phone-link,
body[data-theme="blue"] .header-consultation .header-phone-link i,
body[data-theme="blue"] .header-consultation p,
body[data-theme="blue"] .header-consultation p i,
body[data-theme="blue"] .header-consultation table tbody tr,
body[data-theme="blue"] .header-consultation table tbody tr i,
table tbody body[data-theme="blue"] .header-consultation tr,
table tbody body[data-theme="blue"] .header-consultation tr i {
    color: #5b5858 !important;
}
body[data-theme="blue"] .row-filter-controls .col {
    border-left: 1px solid #fff;
}
body[data-theme="blue"] .row-filter-controls .col.filter-dropdown {
    border-right: 1px solid #fff;
}
body[data-theme="blue"] .row-filter-controls {
    border: 1px solid #fff;
}
@media (max-width: 768px) {
    body[data-theme="blue"] .row-filter-controls {
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
body[data-theme="blue"] input#resources-search-input {
    background: #5b5858;
}
body[data-theme="blue"]
    input#resources-search-input::-webkit-input-placeholder {
    color: #fff;
}
body[data-theme="blue"] input#resources-search-input:-moz-placeholder {
    color: #fff;
}
body[data-theme="blue"] input#resources-search-input::-moz-placeholder {
    color: #fff;
}
body[data-theme="blue"] input#resources-search-input:-ms-input-placeholder {
    color: #fff;
}
body[data-theme="blue"] .wp-pagenavi a,
body[data-theme="blue"] .wp-pagenavi span {
    background: 0 0;
}
body[data-theme="blue"] .tile-service {
    border: solid 1px #fff;
}
body[data-theme="blue"] input,
body[data-theme="blue"] select,
body[data-theme="blue"] textarea {
    background: 0 0;
    border: solid 1px #fff;
}
@media (min-width: 1024px) {
    body[data-theme="blue"] #header .nav ul li ul {
        background-color: #0d0d17;
    }
    body[data-theme="blue"] .nav ul li:hover {
        background-color: #0d0d17 !important;
    }
    body[data-theme="blue"] .nav.visi-nav ul li a {
        color: #fff !important;
    }
}
body[data-theme="blue"] .row-hero .col-8 img {
    display: none;
}
body[data-theme="blue"] .row-hero .col-8 img:before {
    content: attr(data-alt);
    display: block;
    color: #f9d343;
}
body[data-theme="blue"] .row-mobile-homepage-hero-top img {
    display: none;
}
body[data-theme="blue"] a#mb-nav em,
body[data-theme="blue"] a#mb-nav:after,
body[data-theme="blue"] a#mb-nav:before {
    background-color: #F4F4F4 ;
}
body[data-theme="blue"] .mb-nav-close,
body[data-theme="blue"] .mb-nav-closing {
    background-color: transparent !important;
}
body[data-theme="blue"] .visi-nav {
    background-color: #5b5858 !important;
}
body[data-theme="blue"] input[type="submit"] {
    color: #fff !important;
}
body[data-theme="blue"] input[type="submit"]:hover {
    background: #fff !important;
    color: #5b5858 !important;
}
body[data-theme="blue"] .row-hero-background-blocks {
    display: none;
}
body[data-theme="blue"] h1 span.red-txt {
    background: 0 0 !important;
}
body[data-theme="yellow"] * {
    color: #f9d343 !important;
}
body[data-theme="yellow"] #content,
body[data-theme="yellow"] #footer,
body[data-theme="yellow"] body,
body[data-theme="yellow"]
    div:not(.tile-team-overlay):not(.header-consultation):not(
        .mobile-navigation-overlay
    ):not(.withBackground):not(.tile-team-overlay):not(.gm-style):not(
        .tile-team-overlay
    ) {
    background: #333333;
}
body[data-theme="yellow"] .bg-light:not(.withBackground):not(.row-hero-col-4) {
    background: #1a1a1a !important;
}
body[data-theme="yellow"]
    .bg-light:not(.withBackground):not(.row-hero-col-4)
    :not(.red-txt):not(.tag-label):not(.button) {
    background: #1a1a1a !important;
}
body[data-theme="yellow"] .row-hero-background-blocks {
    display: none;
}
body[data-theme="yellow"] #header {
    border-bottom: solid 1px #f9d343;
}
body[data-theme="yellow"] .row-header-top {
    border-bottom: solid 1px #f9d343;
}
body[data-theme="yellow"] #footer {
    border-top: solid 1px #f9d343;
}
body[data-theme="yellow"] .button {
    background: #f9d343 !important;
    color: #000 !important;
}
body[data-theme="yellow"] .tag-label {
    background: #333333;
    color: #f9d343;
    border: solid 1px #f9d343;
}
body[data-theme="yellow"] path.logoPath {
    fill: #f9d343;
}
body[data-theme="yellow"] div.row {
    background: #333333;
}
body[data-theme="yellow"] .header-consultation {
    background: #f9d343 !important;
}
#customColourPickersContainer
    body[data-theme="yellow"]
    .header-consultation
    span,
#customColourPickersContainer
    body[data-theme="yellow"]
    .header-consultation
    span
    i,
body[data-theme="yellow"]
    .header-consultation
    #customColourPickersContainer
    span,
body[data-theme="yellow"]
    .header-consultation
    #customColourPickersContainer
    span
    i,
body[data-theme="yellow"] .header-consultation .header-phone-link,
body[data-theme="yellow"] .header-consultation .header-phone-link i,
body[data-theme="yellow"] .header-consultation p,
body[data-theme="yellow"] .header-consultation p i,
body[data-theme="yellow"] .header-consultation table tbody tr,
body[data-theme="yellow"] .header-consultation table tbody tr i,
table tbody body[data-theme="yellow"] .header-consultation tr,
table tbody body[data-theme="yellow"] .header-consultation tr i {
    color: #000 !important;
}
body[data-theme="yellow"] .row-filter-controls .col {
    border-left: 1px solid #f9d343;
}
body[data-theme="yellow"] .row-filter-controls .col.filter-dropdown {
    border-right: 1px solid #f9d343;
}
body[data-theme="yellow"] .row-filter-controls {
    border: 1px solid #f9d343;
}
@media (max-width: 768px) {
    body[data-theme="yellow"] .row-filter-controls {
        border-left: none;
        border-right: none;
        border-top: 1px solid #f9d343;
        border-bottom: 1px solid #f9d343;
    }
}
body[data-theme="yellow"] input#resources-search-input {
    background: #333333;
}
body[data-theme="yellow"]
    input#resources-search-input::-webkit-input-placeholder {
    color: #f9d343;
}
body[data-theme="yellow"] input#resources-search-input:-moz-placeholder {
    color: #f9d343;
}
body[data-theme="yellow"] input#resources-search-input::-moz-placeholder {
    color: #f9d343;
}
body[data-theme="yellow"] input#resources-search-input:-ms-input-placeholder {
    color: #f9d343;
}
body[data-theme="yellow"] .wp-pagenavi a,
body[data-theme="yellow"] .wp-pagenavi span {
    background: 0 0;
}
body[data-theme="yellow"] .tile-service {
    border: solid 1px #f9d343;
}
body[data-theme="yellow"] input,
body[data-theme="yellow"] textarea {
    background: 0 0;
    border: solid 1px #f9d343;
}
@media (min-width: 1024px) {
    body[data-theme="yellow"] #header .nav ul li ul {
        background-color: #1a1a1a;
    }
    body[data-theme="yellow"] .nav ul li:hover {
        background-color: #1a1a1a !important;
    }
    body[data-theme="yellow"] .nav.visi-nav ul li a {
        color: #f9d343 !important;
    }
}
body[data-theme="yellow"] .row-mobile-homepage-hero-top img {
    display: none;
}
body[data-theme="yellow"] a#mb-nav em,
body[data-theme="yellow"] a#mb-nav:after,
body[data-theme="yellow"] a#mb-nav:before {
    background-color: #f9d343;
}
body[data-theme="yellow"] .mb-nav-close,
body[data-theme="yellow"] .mb-nav-closing {
    background-color: transparent !important;
}
body[data-theme="yellow"] .visi-nav {
    background-color: #000 !important;
}
body[data-theme="yellow"] input[type="submit"] {
    color: #f9d343 !important;
}
body[data-theme="yellow"] input[type="submit"]:hover {
    background: #f9d343 !important;
    color: #000 !important;
}
body[data-theme="yellow"] .row-hero-background-blocks {
    display: none;
}
body[data-theme="yellow"] h1 span.red-txt {
    background: 0 0 !important;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #333333;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
