@font-face {
    font-family: Avenir;
    src: url(../fonts/AvenirLTStd-Book.otf);
}
@font-face {
    font-family: Avenir;
    font-weight: bold;
    src: url(../fonts/AvenirLTStd-Black.otf);
}
:root {
    --black: #000000;
    --primary: #781d7e;
    --secondary: #1c3f94;
    --tertiary: #f6a700;
    --grey: #efedf4;
    --darkGrey: #000000;
    --dark: #781d7e;
    --yellow: #f6a700;
    --white: white;
}
body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body *,
html * {
    box-sizing: inherit;
}
html {
    scroll-behavior: smooth;
    font-family: Avenir, sans-serif !important;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    font-size: 14px;
}
.bg-float:before {
    background: 0 0 !important;
}
iframe {
    margin-bottom: -8px;
}
.bg-grey .hic-content {
    background: var(--darkGrey);
}
p:empty {
    display: none;
}
a:focus,
a:hover {
    color: var(--primary);
}
.w-100 {
    width: 100%;
}
section {
    scroll-margin-top: 60px;
}
@media (min-width: 768px) {
    section {
        scroll-margin-top: 120px;
    }
}
::-moz-selection {
    color: var(--dark);
    background-color: var(--white);
}
::selection {
    color: var(--white);
    background-color: var(--secondary);
}
.floating-icon-widget span.item-count {
    padding-top: 0;
    line-height: 19px;
}
.hic-image {
    background-repeat: no-repeat;
}
.header .top-header p,
.primary-section p {
    color: var(--white);
}
.bold,
strong {
    font-weight: 700;
}
.entry-content ol li,
.entry-content ul li {
    overflow: unset;
}
@media only screen and (min-width: 640px) {
    html {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 18px;
    }
}
.default-section .h1,
.default-section .h2,
.default-section .h3,
.default-section .h4,
.default-section .h5,
.default-section .h6,
.default-section h1,
.default-section h2,
.default-section h3,
.default-section h4:not(.sub-heading),
.default-section h5,
.default-section h6,
.default-section input:not(.button),
.grey-section .h1,
.grey-section .h2,
.grey-section .h3,
.grey-section .h4,
.grey-section .h5,
.grey-section .h6,
.grey-section h1,
.grey-section h2,
.grey-section h3,
.grey-section h4:not(.sub-heading),
.grey-section h5,
.grey-section h6,
.grey-section input:not(.button) {
    color: var(--secondary);
}
.dark-section .h1,
.dark-section .h2,
.dark-section .h3,
.dark-section .h4,
.dark-section .h5,
.dark-section .h6,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4:not(.sub-heading),
.dark-section h5,
.dark-section h6,
.dark-section input:not(.button),
.primary-section .h1,
.primary-section .h2,
.primary-section .h3,
.primary-section .h4,
.primary-section .h5,
.primary-section .h6,
.primary-section h1,
.primary-section h2,
.primary-section h3,
.primary-section h4:not(.sub-heading),
.primary-section h5,
.primary-section h6,
.primary-section input:not(.button),
section.content-box-element .cell.primary-box:not(.cross-box) .hic-box h3,
section.content-box-element .cell.primary-box:not(.cross-box) .hic-box p {
    color: var(--white);
}
.button {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Avenir, sans-serif !important;
    text-overflow: ellipsis;
    overflow: hidden;
}
h1,
h2,
h3,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: capitalize;
}
h2,
h3,
h5,
h6 {
    line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h4 {
    font-weight: 300;
    font-size: 18px !important;
    line-height: 1.5;
    max-width: 805px;
    margin-bottom: 12px;
}
.button:not(.slick-arrow),
button:not(.slick-arrow) {
    margin: 0 0 12px;
    line-height: 1.1;
    text-transform: capitalize;
    font-family: Avenir, sans-serif !important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}
.button:not(.slick-arrow) a,
button:not(.slick-arrow) a {
    font-weight: inherit;
}
h4.sub-heading,
li:not(.menu-item),
p{
    font-family: Avenir, sans-serif !important;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 805px;
    margin-bottom: 20px;
}
li {
    overflow: inherit;
}
.client-name,
body,
li {
    font-family: Avenir, sans-serif !important;
    font-weight: 300;
}
em {
    font-style: italic;
    margin-right: 0.2em;
}
.uppercase {
    text-transform: uppercase;
}
.h1,
.hero .hero-banner-message h1,
h1 {
    font-size: 40px;
    line-height: 1;
    padding-bottom: 6px;
}
@media only screen and (min-width: 640px) {
    .h1,
    .hero .hero-banner-message h1,
    h1 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 1024px) {
    .h1,
    .hero .hero-banner-message h1,
    h1 {
        font-size: 70px;
    }
}
.h2,
.split-50-50.grid:not(.h3) .hic-title > h3,
h2 {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
    .h2,
    .split-50-50.grid:not(.h3) .hic-title > h3,
    h2 {
        font-size: 46px;
    }
}
.h3,
.split-50-50.grid.h3 .hic-title > h3,
h3 {
    font-size: 16px;
}
@media only screen and (min-width: 1024px) {
    .h3,
    .split-50-50.grid.h3 .hic-title > h3,
    h3 {
        font-size: 22px;
    }
}
h4,
.h4 {
    font-size: 16;
}
@media only screen and (min-width: 1024px) {
    .h4,
    h4 {
        font-size: 20px;
    }
}
section.text-center h4.sub-heading,
section.title-left-blurb h3 .text-center .hic-blurb > p {
    margin-left: auto;
    margin-right: auto;
}
h4.sub-heading {
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (min-width: 1024px) {
    h4.sub-heading {
        font-size: 18px;
    }
}
.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
@media only screen and (min-width: 1024px) {
    .lead {
        font-size: 24px;
        line-height: 1.2;
    }
}
p.large {
    font-size: 22px !important;
    line-height: 28px !important;
}
.h3-text-primary h3,
.header .menu .menu-button.light a:hover,
.text-primary {
    color: var(--primary) !important;
}
.text-secondary,
body section.dark-section .button {
    color: var(--secondary) !important;
}
.menu-item > a > i.fa.fa-map-marker,
.text-dark {
    color: var(--dark) !important;
}
.page-child .hero-banner-message h1,
.text-white {
    color: #fff !important;
}
.text-bold {
    font-weight: 700 !important;
}
.gform_wrapper li.gfield,
.grid.mobile-3-per-row .grid-x.grid-padding-x.section-body,
.section-header-mb-0 .section-header,
ul.pcb-gallery-slider.slick-initialized.slick-slider h4.sub-heading,
ul.pcb-gallery-slider.slick-initialized.slick-slider li,
ul.pcb-gallery-slider.slick-initialized.slick-slider p {
    margin-bottom: 0;
}
.d-none {
    display: none;
}
.mr-0 {
    margin-right: 0;
}
.ml-18 {
    margin-left: 18px;
}
.section-body-verticial-center .section-body {
    align-items: center;
}
.d-flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
@media print, screen and (max-width: 640px) {
    .grid.mobile-2-per-row .grid-x.grid-padding-x.section-body > .cell {
        width: 50%;
    }
}
.grid.col-lg-7-per-row .gallery-image:before,
.grid.col-lg-7-per-row .hic-image:before,
.grid.mobile-2-per-row .gallery-image:before,
.grid.mobile-2-per-row .hic-image:before,
.grid.mobile-3-per-row .gallery-image:before,
.grid.mobile-3-per-row .hic-image:before,
.grid.mobile-5-per-row .gallery-image:before,
.grid.mobile-5-per-row .hic-image:before {
    padding-top: 100%;
}
@media print, screen and (max-width: 640px) {
    .grid.mobile-3-per-row .grid-x.grid-padding-x.section-body > .cell {
        width: 33.3%;
    }
}
@media print, screen and (max-width: 640px) {
    .grid.mobile-5-per-row .grid-x.grid-padding-x.section-body > .cell {
        width: 20%;
    }
}
.grid.col-xs-4-per-row .grid-x.grid-padding-x.section-body > .cell {
    width: 25%;
}
@media print, screen and (min-width: 1025px) {
    .grid.col-lg-7-per-row .grid-x.grid-padding-x.section-body > .cell {
        width: 14.28%;
    }
}
.floating-box {
    background: linear-gradient(180deg, #00000000 50%, white 50%);
    margin-top: -80px;
    width: 100%;
}
.one-line {
    white-space: nowrap;
    overflow: hidden;
    color: inherit !important;
}
.heading2.cell .hic-title > h3 {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
    .heading2.cell .hic-title > h3 {
        font-size: 46px;
    }
}
.heading3section .section-title {
    font-size: 16px;
}
@media only screen and (min-width: 1024px) {
    .heading3section .section-title {
        font-size: 22px;
    }
}
.font-weight-500 {
    font-weight: 500;
}
.justify-center {
    justify-content: center;
}
.hic-button-wrap.d-flex .button:not(:last-child) {
    margin-right: 12px;
}
.bottom-footer .cell {
    flex-direction: row-reverse;
}
.bottom-footer {
    margin-top: -1px;
}
.form h2.section-title {
    margin-bottom: 50px;
}
h2 {
    margin-top: 0;
}
@media (max-width: 639px) {
    .home-banner .grid-x.grid-padding-x.section-body {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-banner .grid-x.grid-padding-x.section-body .cell:first-child {
        padding-top: 24px;
    }
}
.off-canvas-content header.header ul.menu.top button::after {
    background-color: var(--dark);
    box-shadow: 0 7px 0 var(--dark), 0 14px 0 var(--dark);
}
@media (max-width: 1023px) {
    .header-transparent.page-banner-hidden .page-element:first-child {
        padding-top: 95px;
    }
}
div#off-canvas .menu-item a {
    font-weight: 300 !important;
}
.floating-box .hic-box {
    padding: 24px;
}
@media (min-width: 640px) {
    .floating-box .hic-box {
        padding: 39px 41px;
    }
}
form.search-form {
    width: fit-content;
}
form.search-form .input-group {
    padding: 8px;
    border-radius: 35px;
    overflow: hidden;
    background-color: #fff;
    width: auto;
}
form.search-form .input-group input {
    margin: 0;
    border: unset;
}
form.search-form .input-group input:not([type="submit"]) {
    padding-left: 14px;
}
form.search-form .input-group ::placeholder {
    color: var(--black);
}
body footer .search-submit.button,
body section .search-submit.button {
    background-color: var(--yellow) !important;
}
.page-id-250 #hero {
    padding-bottom: 144px;
}
@media (min-width: 325px) {
    .page-id-250 #hero {
        padding-bottom: 144px;
    }
}
@media (min-width: 423px) {
    .page-id-250 #hero {
        padding-bottom: 144px;
    }
}
@media (min-width: 778px) {
    .page-id-250 #hero {
        padding-bottom: 116px;
    }
}
@media (min-width: 640px) {
    #right-for-you {
        margin-top: 67px;
    }
    #right-for-you .hic-image {
        margin-top: -67px;
    }
}
#right-for-you .hic-content {
    max-width: 527px;
}
@media (min-width: 640px) {
    #right-for-you .hic-content {
        margin-left: auto;
    }
}
h4.sub-heading {
    margin-bottom: 12px;
}
@media (min-width: 640px) {
    h4.sub-heading {
        margin-bottom: 36px;
    }
}
.social-media {
    display: flex;
}
.social-media i,
.social-mediai {
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
}
.social-media i:not(:first-child) {
    margin-left: 12px;
}
.social-media i.fab.fa-linkedin {
    padding-left: 1px;
}
span.br {
    display: block;
    margin-top: -18px;
}
form.search-form .input-group ::placeholder,
form.search-form .input-group input[type="text"],
form.search-form .input-group input[type="number"] {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

form.search-form .input-group input[type="number"]{
    box-shadow: none;
}

@media (min-width: 640px) {
    form.search-form .input-group {
        width: max-content;
    }
    form.search-form .input-group ::placeholder,
    form.search-form .input-group input[type="text"],
    form.search-form .input-group input[type="number"] {
        font-size: 18px;
    }
}
.input-group {
    margin-bottom: 12px;
}
.top-header .cell.small-6:nth-child(1) > div {
    margin-right: -10px;
}
.top-header .cell.small-6:nth-child(1) > div > p {
    max-width: unset;
}
.location-banner h1 {
    font-size: 46px;
}
.location-banner .hic-content {
    min-height: 532px;
}
.location-banner .hic-blurb {
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: space-between;
}
.page-id-457 .accordion-content li > a:last-child:before {
    content: "Office information";
    font-size: 18px;
}
.page-id-457 .accordion-content li > a:last-child {
    font-size: 0;
}
.hero.page-banner.default-height {
    min-height: 600px;
}
.hero.page-banner.default-height .hero-banner-message {
    display: flex;
    flex-direction: column-reverse;
}
.hero.page-banner.default-height .hero-banner-message > div {
    margin-bottom: 25px;
    display: block;
}
.hero.page-banner.default-height .hero-banner-message > div a {
    color: #fff;
}
.hero.page-banner.default-height .hero-banner-message > div i {
    font-size: 8px;
    vertical-align: middle;
    padding-left: 11px;
    padding-right: 11px;
}
.hero.page-banner.default-height h1 {
    font-weight: 900;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .hero.page-banner.default-height h1 {
        font-size: 70px;
    }
}
#team .hic-image {
    height: 318px;
    margin-bottom: 24px;
}
@media (min-width: 640px) and (max-width: 1024px) {
    #team .medium-4 {
        width: 50%;
    }
    #team .hic-image {
        height: 363px;
    }
}
@media (min-width: 1024px) {
    .resources-banner {
        padding-top: 0;
    }
    .resources-banner .cell {
        margin-top: -58px;
    }
}
section.flexible-content .cell:first-child h3 {
    font-size: 34px;
}
section.flexible-content .cell:last-child h3 {
    margin-top: 7px;
}
#brochures .hic-image {
    border-radius: 10px;
    height: 323.48px;
    width: 152.61px;
}
.page-id-625 #brochures .cell:first-child .hic-image {
    width: 228px;
}
.special-content .hic-image-container {
    width: unset !important;
    flex: unset;
}
.grid-padding-x .slick-track > .cell,
.grid-padding-x > .cell {
    padding-right: 24px;
    padding-left: 24px;
}
.container {
    display: block;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1080px;
}
@media (max-width: 640px) {
    .cell.medium-12 .hic-box {
        display: flex;
        flex-direction: column-reverse;
    }
}
.menu-button-outline {
    margin-left: 20px;
    margin-right: 20px;
}
.menu-button-outline a {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    border-radius: 30px;
    background-color: var(--primary) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
}
a.added_to_cart.wc-forward {
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}
section .default-section .button,
section .default-section .woocommerce a.button,
section .default-section .woocommerce button.button,
section .default-section a.added_to_cart.wc-forward,
section .default-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button),
section .grey-section .button,
section .grey-section .woocommerce a.button,
section .grey-section .woocommerce button.button,
section .grey-section a.added_to_cart.wc-forward,
section
    .grey-section
    button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not([title="Close"]):not(.close-button):not([title="Show satellite imagery"]):not([title="Show street map"]):not([title="Zoom in"]):not([title="Zoom out"]):not([title="Show satellite imagery"]):not([title="Toggle fullscreen view"]):not([title="Keyboard shortcuts"]),
section.button-primary .button,
section.button-primary .woocommerce a.button,
section.button-primary .woocommerce button.button,
section.button-primary a.added_to_cart.wc-forward,
section.button-primary button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button),
section.default-section .button,
section.default-section .woocommerce a.button,
section.default-section .woocommerce button.button,
section.default-section a.added_to_cart.wc-forward,
section.default-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button),
section.grey-section .button,
section.grey-section .woocommerce a.button,
section.grey-section .woocommerce button.button,
section.grey-section a.added_to_cart.wc-forward,
section.grey-section
    button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button):not([title="Show satellite imagery"]):not([title="Show street map"]):not([title="Zoom in"]):not([title="Zoom out"]):not([title="Show satellite imagery"]):not([title="Toggle fullscreen view"]):not([title="Keyboard shortcuts"]):not([title="Close"]) {
    border-radius: 30px;
    background-color: var(--primary) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
    min-width: 104px;
}
.button.secondary .button .button:active,
.button.secondary .button :hover,
.button.secondary .woocommerce a.button .button:active,
.button.secondary .woocommerce a.button :hover,
.button.secondary .woocommerce button.button .button:active,
.button.secondary .woocommerce button.button :hover,
.button.secondary a.added_to_cart.wc-forward .button:active,
.button.secondary a.added_to_cart.wc-forward :hover,
.button.secondary button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
.button.secondary button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section .dark-section .button .button:active,
section .dark-section .button :hover,
section .dark-section .woocommerce a.button .button:active,
section .dark-section .woocommerce a.button :hover,
section .dark-section .woocommerce button.button .button:active,
section .dark-section .woocommerce button.button :hover,
section .dark-section a.added_to_cart.wc-forward .button:active,
section .dark-section a.added_to_cart.wc-forward :hover,
section .dark-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section .dark-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section .default-section .button .button:active,
section .default-section .button :hover,
section .default-section .woocommerce a.button .button:active,
section .default-section .woocommerce a.button :hover,
section .default-section .woocommerce button.button .button:active,
section .default-section .woocommerce button.button :hover,
section .default-section a.added_to_cart.wc-forward .button:active,
section .default-section a.added_to_cart.wc-forward :hover,
section .default-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section .default-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section .grey-section .button .button:active,
section .grey-section .button :hover,
section .grey-section .woocommerce a.button .button:active,
section .grey-section .woocommerce a.button :hover,
section .grey-section .woocommerce button.button .button:active,
section .grey-section .woocommerce button.button :hover,
section .grey-section a.added_to_cart.wc-forward .button:active,
section .grey-section a.added_to_cart.wc-forward :hover,
section .grey-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section .grey-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section .theme-section .button .button:active,
section .theme-section .button :hover,
section .theme-section .woocommerce a.button .button:active,
section .theme-section .woocommerce a.button :hover,
section .theme-section .woocommerce button.button .button:active,
section .theme-section .woocommerce button.button :hover,
section .theme-section a.added_to_cart.wc-forward .button:active,
section .theme-section a.added_to_cart.wc-forward :hover,
section .theme-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section .theme-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section.button-default .button .button:active,
section.button-default .button :hover,
section.button-default .woocommerce a.button .button:active,
section.button-default .woocommerce a.button :hover,
section.button-default .woocommerce button.button .button:active,
section.button-default .woocommerce button.button :hover,
section.button-default a.added_to_cart.wc-forward .button:active,
section.button-default a.added_to_cart.wc-forward :hover,
section.button-default button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section.button-default button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section.button-primary .button .button:active,
section.button-primary .button :hover,
section.button-primary .woocommerce a.button .button:active,
section.button-primary .woocommerce a.button :hover,
section.button-primary .woocommerce button.button .button:active,
section.button-primary .woocommerce button.button :hover,
section.button-primary a.added_to_cart.wc-forward .button:active,
section.button-primary a.added_to_cart.wc-forward :hover,
section.button-primary button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section.button-primary button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section.dark-section .button .button:active,
section.dark-section .button :hover,
section.dark-section .woocommerce a.button .button:active,
section.dark-section .woocommerce a.button :hover,
section.dark-section .woocommerce button.button .button:active,
section.dark-section .woocommerce button.button :hover,
section.dark-section a.added_to_cart.wc-forward .button:active,
section.dark-section a.added_to_cart.wc-forward :hover,
section.dark-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section.dark-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section.default-section .button .button:active,
section.default-section .button :hover,
section.default-section .woocommerce a.button .button:active,
section.default-section .woocommerce a.button :hover,
section.default-section .woocommerce button.button .button:active,
section.default-section .woocommerce button.button :hover,
section.default-section a.added_to_cart.wc-forward .button:active,
section.default-section a.added_to_cart.wc-forward :hover,
section.default-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section.default-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section.grey-section .button .button:active,
section.grey-section .button :hover,
section.grey-section .woocommerce a.button .button:active,
section.grey-section .woocommerce a.button :hover,
section.grey-section .woocommerce button.button .button:active,
section.grey-section .woocommerce button.button :hover,
section.grey-section a.added_to_cart.wc-forward .button:active,
section.grey-section a.added_to_cart.wc-forward :hover,
section.grey-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section.grey-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section.hero .button .button:active,
section.hero .button :hover,
section.hero .woocommerce a.button .button:active,
section.hero .woocommerce a.button :hover,
section.hero .woocommerce button.button .button:active,
section.hero .woocommerce button.button :hover,
section.hero a.added_to_cart.wc-forward .button:active,
section.hero a.added_to_cart.wc-forward :hover,
section.hero button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section.hero button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover,
section.theme-section .button .button:active,
section.theme-section .button :hover,
section.theme-section .woocommerce a.button .button:active,
section.theme-section .woocommerce a.button :hover,
section.theme-section .woocommerce button.button .button:active,
section.theme-section .woocommerce button.button :hover,
section.theme-section a.added_to_cart.wc-forward .button:active,
section.theme-section a.added_to_cart.wc-forward :hover,
section.theme-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
section.theme-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover {
    color: inherit;
}
section .dark-section .button,
section .dark-section .woocommerce a.button,
section .dark-section .woocommerce button.button,
section .dark-section a.added_to_cart.wc-forward,
section .dark-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button),
section .theme-section .button,
section .theme-section .woocommerce a.button,
section .theme-section .woocommerce button.button,
section .theme-section a.added_to_cart.wc-forward,
section .theme-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button),
section.dark-section .button,
section.dark-section .woocommerce a.button,
section.dark-section .woocommerce button.button,
section.dark-section a.added_to_cart.wc-forward,
section.dark-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button),
section.theme-section .button,
section.theme-section .woocommerce a.button,
section.theme-section .woocommerce button.button,
section.theme-section a.added_to_cart.wc-forward,
section.theme-section button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) {
    border-radius: 30px;
    background-color: var(--white) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
    min-width: 104px;
}
section.hero .button,
section.hero .woocommerce a.button,
section.hero .woocommerce button.button,
section.hero a.added_to_cart.wc-forward,
section.hero button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) {
    border-radius: 30px;
    background-color: var(--secondary) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
    min-width: 104px;
}
section.button-default .button,
section.button-default .woocommerce a.button,
section.button-default .woocommerce button.button,
section.button-default a.added_to_cart.wc-forward,
section.button-default button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) {
    border-radius: 30px;
    background-color: var(--primary) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
    min-width: 104px;
}
.button.secondary .button,
.button.secondary .woocommerce a.button,
.button.secondary .woocommerce button.button,
.button.secondary a.added_to_cart.wc-forward,
.button.secondary button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) {
    border-radius: 30px;
    background-color: var(--dark) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
    min-width: 104px;
}
.button.min-size,
button.min-size {
    min-width: unset !important;
}
.big-button a.button {
    padding: 19;
}
.grid-x.grid-padding-x.section-footer {
    margin-top: 0;
}
.header .menu .menu-button a,
.header .menu .menu-button.light a,
.header .menu .menu-button.primary a,
.header .menu .menu-button.secondary a {
    border-radius: 30px;
    background-color: var(--primary) !important;
    padding: 11px 30px 13px !important;
    color: var(--white) !important;
}
.header .menu .menu-button.light a,
.header .menu .menu-button.secondary a {
    background-color: var(--secondary) !important;
}
.header .menu .menu-button.light a {
    background-color: var(--white) !important;
    color: var(--primary) !important;
}
.cell .cell.hic-button-wrap:last-child > a {
    margin-bottom: 0;
}
a.button.button-primary,
a.button.button-secondary {
    border-radius: 30px;
    background-color: var(--primary) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
}
a.button.button-secondary {
    background-color: var(--secondary) !important;
}
.button-primary a.button,
a.button.button-grey,
a.button.button-tertiary,
a.button.button-white {
    border-radius: 30px;
    background-color: var(--grey) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
}
.button-primary a.button,
a.button.button-tertiary,
a.button.button-white {
    background-color: var(--white) !important;
}
.button-primary a.button,
a.button.button-tertiary {
    background-color: var(--tertiary) !important;
}
.button-primary a.button {
    background-color: var(--primary) !important;
}
.button-grey a.button,
.button-secondary a.button,
.button-tertiary a.button,
.button-white a.button {
    border-radius: 30px;
    background-color: var(--secondary) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
}
.button-grey a.button,
.button-tertiary a.button,
.button-white a.button {
    background-color: var(--grey) !important;
}
.button-tertiary a.button,
.button-white a.button {
    background-color: var(--white) !important;
}
.button-tertiary a.button {
    background-color: var(--tertiary) !important;
}
.testimonial-element .hic-box.testimonial-slides-wrap {
    padding-top: 40px;
}
.testimonial-element .slick-slider {
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.testimonial-element .hic-content:before {
    transform: translate(-50%, 0);
    color: var(--secondary);
    left: 50% !important;
}
.testimonial-element.stars .hic-blurb::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f005 \f005 \f005 \f005 \f005";
    letter-spacing: 4px;
    margin-bottom: 14px;
    display: block;
    font-weight: 900;
    color: var(--yellow);
}
.testimonial-element .testimonial-main-content:before {
    content: url(../../../../uploads/2021/06/Speech-Mark.svg);
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 200;
}
.testimonial-element .testimonial-main-content .hic-title {
    display: none;
}
.testimonial-element .testimonial-main-content .grid-x.grid-padding-x.section-body.slick-initialized.slick-slider {
    margin: 0 auto;
    max-width: 900px;
}
.testimonial-element .testimonial-main-content .hic-blurb p {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    line-height: 1.375;
    margin-bottom: 0;
}
@media (max-width: 640px) {
    .testimonial-element .testimonial-main-content .hic-blurb p {
        font-size: 18px !important;
    }
}
.testimonial-element .client-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: unset;
}
@media (min-width: 769px) {
    .testimonial-element .slick-next {
        right: -48px;
    }
    .testimonial-element .slick-prev {
        left: -48px;
    }
}
.testimonial-element.bottom .slick-next,
.testimonial-element.bottom .slick-prev,
.testimonial-element.large .slick-next,
.testimonial-element.large .slick-prev {
    top: unset;
    bottom: 0;
}
.testimonial-element.bottom .slick-next,
.testimonial-element.large .slick-next {
    left: calc(50% + 12px);
}
.testimonial-element.bottom .slick-prev,
.testimonial-element.large .slick-prev {
    left: unset;
    right: calc(50% + 12px);
}
button.slick-next:before,
button.slick-prev:before {
    color: var(--secondary) !important;
    position: absolute;
    top: 12px;
}
button.slick-prev:before {
    left: 11px;
}
button.slick-next:before {
    right: 13px;
}
button.slick-arrow {
    background: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    padding: 20px !important;
    z-index: 14;
}
button.slick-arrow:focus:before,
button.slick-arrow:hover:before {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    color: var(--secondary) !important;
}
button.slick-arrow:focus,
button.slick-arrow:hover {
    background: var(--white) !important;
}
.slick-invert button.slick-arrow {
    background: var(--secondary);
    border: 2px solid var(--white);
}
.slick-invert button.slick-arrow:focus:before,
.slick-invert button.slick-arrow:hover:before {
    color: var(--white) !important;
}
.slick-invert button.slick-arrow:focus,
.slick-invert button.slick-arrow:hover {
    background: var(--secondary) !important;
}
.slick-invert button.slick-next:before,
.slick-invert button.slick-prev:before {
    color: var(--white) !important;
}
.gallery-element.carousel .slick-prev {
    left: 40px;
}
.gallery-element.carousel .slick-next {
    right: 40px;
}
.gallery-element.carousel .section-body {
    display: flex;
}
@media (max-width: 640px) {
    .gallery-element.carousel .grid-x.grid-padding-x,
    .gallery-element.carousel .slick-list {
        margin: 0 6px !important;
    }
}
.gform_wrapper {
    max-width: 715px;
    margin: auto;
}
.gform_wrapper input:not([type="submit"]) {
    color: #000;
}
.gform_wrapper input:not([type="submit"]):not([type="file"]) {
    padding: 22.5px 18px 17.5px;
    border: 1px solid #dcd8d5;
    border-radius: 3px;
}
@supports (-webkit-text-size-adjust: none) and (not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
    .gform_wrapper input:not([type="submit"]):not([type="file"]) {
        padding: 17px 10px 19.5px;
    }
}
.gform_wrapper textarea {
    border: 1px solid #dcd8d5;
    border-radius: 3px;
    padding: 8px 10px 19.5px;
}
.gform_wrapper input[type="file"] {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 25px 18px 20px;
    cursor: pointer;
}
@supports (-webkit-text-size-adjust: none) and (not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
    .gform_wrapper input[type="file"] {
        padding: 22.5px 18px 17.5px;
    }
}
.gform_wrapper h3.gform_title,
.gform_wrapper label.gfield_label {
    display: block;
    text-align: left;
    font-weight: 400;
}
.gform_wrapper label.gfield_consent_label {
    text-align: left;
}
.gform_wrapper ::placeholder {
    color: #a79c94;
}
@media (min-width: 769px) {
    .gform_wrapper .col-6 {
        width: 50%;
    }
}
.gform_wrapper [type="text"]:focus,
.gform_wrapper textarea:focus {
    box-shadow: unset;
}
#input_8_6:after {
    content: "Choose File";
    padding-left: 10px;
    color: var(--white);
    font-weight: 600;
    line-height: 48px;
    position: absolute;
    width: 115px;
    height: 100%;
    background-color: var(--white);
    top: 0;
    left: 6px;
}
@media (min-width: 640px) {
    #input_8_6:after {
        left: 9px;
    }
}
@media (min-width: 768px) {
    #input_8_6:after {
        left: 10px;
    }
}
@media (min-width: 1024px) {
    #input_8_6:after {
        left: 14px;
    }
}
.hic-icon {
    font-size: 0 !important;
}
.hic-icon img {
    height: 70px;
}
.content-only .hic-icon,
.icon-above-content .hic-icon {
    margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
    .content-only .hic-icon,
    .icon-above-content .hic-icon {
        margin-bottom: inherit;
    }
}
i.fa.fa-phone {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
@media only screen and (min-width: 1024px) {
    .content-only .hic-icon,
    .icon-above-content .hic-icon {
        margin-bottom: 24px;
    }
}
@media (max-width: 640px) {
    .gallery-element .grid-x.grid-padding-x.section-body {
        margin-left: 18px;
        margin-right: 18px;
    }
    .gallery-element .grid-x.grid-padding-x.section-body .cell.image-list.medium-6.large-3 {
        width: 50%;
        padding: 6px;
        margin-bottom: 0;
    }
}
@media (min-width: 641px) {
    .gallery-element .grid-x.grid-padding-x.section-body {
        margin-left: 13px;
        margin-right: 13px;
    }
    .gallery-element .cell.image-list.medium-6.large-3 {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }
}
.gallery-element .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 640px) {
    .full-width-hero .hic-image-container {
        margin-top: -60px;
        margin-left: -24px;
        margin-right: -24px;
    }
}
@media (min-width: 641px) {
    .full-width-hero .hic-image-container > a {
        width: inherit;
    }
    .full-width-hero.image-left-content .hic-image,
    .full-width-hero.image-right-content .hic-image {
        top: 0;
        position: absolute;
        height: 100%;
        width: inherit;
        background-size: cover;
    }
    .full-width-hero.image-right-content .hic-image {
        right: 0;
    }
    .full-width-hero.image-left-content .hic-image {
        left: 0;
    }
}
section.content-box-element .cell.primary-box:not(.cross-box) .hic-box {
    background-color: var(--primary);
}
section.content-box-element .cell.primary-box.cross-box .hic-title h3 {
    color: var(--white);
}
section.content-box-element .cell.primary-box.cross-box .hic-content {
    background-color: var(--primary);
    color: var(--white);
}
section.content-box-element .cell.primary-box:not(.reset-box) .hic-box {
    padding: 36px 24px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.content-box-element .cell.primary-box:not(.reset-box) .hic-box {
        padding: 60px;
    }
}
section.content-box-element .cell.primary-box.small-box .hic-box {
    padding: 18px 12px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.content-box-element .cell.primary-box.small-box .hic-box {
        padding: 30px;
    }
}
section.content-box-element .cell.primary-box.text-center .hic-blurb * {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
}
section.content-box-element .cell.secondary-box:not(.cross-box) .hic-box {
    background-color: var(--secondary);
}
.header .top-bar .menu :not(.menu-button) > a:hover,
section.content-box-element .cell.secondary-box:not(.cross-box) .hic-box h3,
section.content-box-element .cell.secondary-box:not(.cross-box) .hic-box p {
    color: var(--white);
}
.header .top-bar .dropdown.menu > li.is-active > a,
.header .top-bar ul.menu.submenu.is-dropdown-submenu li a:hover,
.inner-box.dark .hic-box .hic-blurb li,
.inner-box.dark .hic-box .hic-blurb p,
.inner-box.dark .hic-box h3,
.inner-box.primary .hic-box .hic-blurb li,
.inner-box.primary .hic-box .hic-blurb p,
.inner-box.primary .hic-box h3,
section.content-box-element .cell.secondary-box.cross-box .hic-title h3,
section.title-left-blurb.floating-box .hic-box h3 {
    color: var(--white);
}
section.content-box-element .cell.secondary-box.cross-box .hic-content {
    background-color: var(--secondary);
    color: var(--white);
}
section.content-box-element .cell.secondary-box:not(.reset-box) .hic-box {
    padding: 36px 24px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.content-box-element .cell.secondary-box:not(.reset-box) .hic-box {
        padding: 60px;
    }
}
section.content-box-element .cell.secondary-box.small-box .hic-box {
    padding: 18px 12px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.content-box-element .cell.secondary-box.small-box .hic-box {
        padding: 30px;
    }
}
section.content-box-element .cell.secondary-box.text-center .hic-blurb * {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
}
section.content-box-element .cell.grey-box:not(.cross-box) .hic-box {
    background-color: var(--grey);
}
section.content-box-element .cell.grey-box:not(.cross-box) .hic-box h3 {
    color: var(--secondary);
}
section.content-box-element .cell.grey-box:not(.cross-box) .hic-box p {
    color: var(--black);
}
section.content-box-element .cell.grey-box.cross-box .hic-title h3 {
    color: var(--secondary);
}
section.content-box-element .cell.grey-box.cross-box .hic-content {
    background-color: var(--grey);
    color: var(--black);
}
section.content-box-element .cell.grey-box:not(.reset-box) .hic-box,
section.flexible-content.primary-box .grid-x.grid-padding-x.section-body:not(.reset-box) .hic-box {
    padding: 36px 24px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.content-box-element .cell.grey-box:not(.reset-box) .hic-box {
        padding: 60px;
    }
}
section.content-box-element .cell.grey-box.small-box .hic-box {
    padding: 18px 12px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.content-box-element .cell.grey-box.small-box .hic-box {
        padding: 30px;
    }
}
section.content-box-element .cell.grey-box.text-center .hic-blurb * {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
}
section.flexible-content.primary-box .grid-x.grid-padding-x.section-body {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 24px;
    margin-right: 24px;
}
@media (min-width: 768px) {
    section.flexible-content.primary-box .grid-x.grid-padding-x.section-body:not(.reset-box) .hic-box {
        padding: 60px;
    }
}
section.flexible-content.primary-box .grid-x.grid-padding-x.section-body.small-box .hic-box {
    padding: 18px 12px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.flexible-content.primary-box .grid-x.grid-padding-x.section-body.small-box .hic-box {
        padding: 30px;
    }
}
section.flexible-content.secondary-box .grid-x.grid-padding-x.section-body {
    background-color: var(--secondary);
    color: var(--white);
    margin-left: 24px;
    margin-right: 24px;
}
section.flexible-content.secondary-box .grid-x.grid-padding-x.section-body:not(.reset-box) .hic-box {
    padding: 36px 24px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.flexible-content.secondary-box .grid-x.grid-padding-x.section-body:not(.reset-box) .hic-box {
        padding: 60px;
    }
}
section.flexible-content.secondary-box .grid-x.grid-padding-x.section-body.small-box .hic-box {
    padding: 18px 12px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.flexible-content.secondary-box .grid-x.grid-padding-x.section-body.small-box .hic-box {
        padding: 30px;
    }
}
section.flexible-content.grey-box .grid-x.grid-padding-x.section-body {
    background-color: var(--grey);
    color: var(--black);
    margin-left: 24px;
    margin-right: 24px;
}
section.flexible-content.grey-box .grid-x.grid-padding-x.section-body:not(.reset-box) .hic-box {
    padding: 36px 24px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.flexible-content.grey-box .grid-x.grid-padding-x.section-body:not(.reset-box) .hic-box {
        padding: 60px;
    }
}
section.flexible-content.grey-box .grid-x.grid-padding-x.section-body.small-box .hic-box {
    padding: 18px 12px;
    border-radius: 20px;
}
@media (min-width: 768px) {
    section.flexible-content.grey-box .grid-x.grid-padding-x.section-body.small-box .hic-box {
        padding: 30px;
    }
}
section.testimonial-element.grey-box .hic-content.testimonial-inner-wrap .testimonial-main-content,
section.testimonial-element.primary-box .hic-content.testimonial-inner-wrap .testimonial-main-content,
section.testimonial-element.secondary-box .hic-content.testimonial-inner-wrap .testimonial-main-content {
    background-color: var(--dark);
    flex: 1 1 0;
    border-radius: 10px;
    padding: 44px 22px;
}
.bigger-image .hic-image:before {
    padding-top: 85%;
}
.bigger-image .hic-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.full-image .hic-image:before {
    padding-top: 100%;
}
.simple-post h4 {
    margin-top: 34px;
    margin-bottom: 8px;
}
.simple-post a {
    color: var(--dark) !important;
}
.simple-post li {
    text-overflow: unset !important;
    overflow: unset !important;
}
.hic-button-wrap {
    margin-top: 24px;
}
i.fas.fa-phone {
    margin-right: -4px;
    display: inline-block;
    transform: rotateY(180deg);
}
[type="text"]:focus {
    box-shadow: unset;
}
section.title-left-blurb h3 {
    font-size: 24px;
}
@media (min-width: 640px) {
    section.title-left-blurb h3 {
        font-size: 34px;
    }
}
section.title-left-blurb .hic-title {
    display: flex;
    margin-bottom: 24px;
    align-content: center;
    justify-content: space-between;
}
@media (min-width: 640px) {
    section.title-left-blurb .hic-title {
        margin-bottom: 0;
    }
}
.grid .section-body,
.grid .section-body .cell.medium-12,
section.title-left-blurb .hic-title * {
    margin-bottom: 0;
}
@media (min-width: 640px) {
    section.title-left-blurb .hic-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.grid .section-body:not([data-item-col="medium-12"]) {
    margin-bottom: -36px;
}
.grid .section-body .cell {
    margin-bottom: 36px;
}
.hic-content {
    margin-bottom: -12px;
}
.flexible-content.text-center .cell > *,
.flexible-content.text-center .cell > h4,
.text-center .hic-blurb > * {
    margin-left: auto;
    margin-right: auto;
}
.no-max-width h4,
.no-max-width p,
.split-50-50 p {
    max-width: unset;
}
.partner-section {
    margin: 24px;
    padding: 40px 0;
}
@media only screen and (max-width: 640px) {
    .partner-section .cell.image-list.medium-4.large-2:not(:last-child) {
        width: 50%;
    }
}
.partner-section .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
    .partner-section .hic-image {
        max-width: 96px;
        margin: 0 auto;
    }
}
@media print, screen and (min-width: 640px) {
    .partner-section .grid-x > .large-2 {
        width: 144px;
    }
}
.partner-section .grid-x.grid-padding-x.section-body {
    justify-content: space-between;
}
.split-50-50 {
    min-height: 392px;
    height: fit-content;
}
.split-50-50.fullwidth-banner {
    display: grid;
}
.split-50-50 .hic-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 640px) {
    .split-50-50.theme-section .hic-content {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
.split-50-50 p br::before {
    content: "";
    display: block;
    margin-top: 20px;
}
@media (max-width: 640px) {
    .split-50-50 .hic-image-container {
        order: 3;
        margin-bottom: 36px;
    }
}
.split-50-50 .cell:not(:last-child) .hic-content {
    padding: 42px 0;
}
.flexible-content.full-column.call-to-action .grid-container h2 {
    text-align: center;
}
@media (min-width: 640px) {
    .flexible-content.full-column.call-to-action .grid-container h2 {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .flexible-content.full-column.call-to-action .grid-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flexible-content.full-column.call-to-action .grid-container .grid-x.grid-padding-x.section-footer a {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.inner-box .hic-box {
    padding-left: 24px;
    padding-right: 24px;
    height: 100%;
}
@media (min-width: 769px) {
    .inner-box .hic-box {
        padding-left: 45px;
        padding-right: 45px;
    }
}
.inner-box.dark .hic-box {
    background: var(--dark);
}
.inner-box.primary .hic-box {
    background: var(--primary);
}
.inner-box.primary .hic-box .hic-button-wrap .button,
.inner-box.primary .hic-box .hic-button-wrap .woocommerce a.button,
.inner-box.primary .hic-box .hic-button-wrap .woocommerce button.button,
.inner-box.primary .hic-box .hic-button-wrap a.added_to_cart.wc-forward,
.inner-box.primary .hic-box .hic-button-wrap button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) {
    border-radius: 30px;
    background-color: var(--white) !important;
    padding: 15px 25px !important;
    color: var(--white) !important;
    min-width: 104px;
}
.inner-box.primary .hic-box .hic-button-wrap .button .button:active,
.inner-box.primary .hic-box .hic-button-wrap .button :hover,
.inner-box.primary .hic-box .hic-button-wrap .woocommerce a.button .button:active,
.inner-box.primary .hic-box .hic-button-wrap .woocommerce a.button :hover,
.inner-box.primary .hic-box .hic-button-wrap .woocommerce button.button .button:active,
.inner-box.primary .hic-box .hic-button-wrap .woocommerce button.button :hover,
.inner-box.primary .hic-box .hic-button-wrap a.added_to_cart.wc-forward .button:active,
.inner-box.primary .hic-box .hic-button-wrap a.added_to_cart.wc-forward :hover,
.inner-box.primary .hic-box .hic-button-wrap button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) .button:active,
.inner-box.primary .hic-box .hic-button-wrap button:not(.burger-menu):not(.fancybox-button):not(.slick-arrow):not(.close-button) :hover {
    color: inherit;
}
.inner-box.has-gallery > .hic-box {
    padding-right: 0;
    padding-left: 0;
}
.inner-box.has-gallery > .hic-box > .hic-content {
    padding: 42px 24px;
    justify-content: center;
}
@media (max-width: 640px) {
    .inner-box.has-gallery > .hic-box .pcb-gallery-slider .slick-list {
        margin: 0;
    }
    .inner-box.has-gallery > .hic-box .pcb-gallery-slider .slick-list .hic-image {
        min-height: 137px;
    }
}
.inner-box.has-gallery > .hic-box .slick-next {
    right: 10px;
}
.inner-box.has-gallery > .hic-box .slick-prev {
    left: 10px;
}
@media (max-width: 640px) {
    .inner-box .hic-image {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 641px) {
    .inner-box .hic-content {
        padding: 24px 0;
        justify-content: center;
    }
}
.image-right-content .inner-box .hic-box {
    padding-right: 0;
}
@media (max-width: 640px) {
    .image-right-content .inner-box .hic-box {
        padding-left: 0;
    }
}
.image-right-content .inner-box .hic-image {
    background-size: cover;
    min-height: 100%;
}
.image-left-content .inner-box .hic-box {
    padding-left: 0;
}
@media (max-width: 640px) {
    .image-left-content .inner-box .hic-box {
        padding-right: 0;
    }
}
.image-left-content .inner-box .hic-image {
    background-size: cover;
    min-height: 375px;
}
.li-tick ul,
.li-tick-dark ul {
    margin-left: 0;
}
.li-tick ul li,
.li-tick-dark ul li {
    background-size: 21px;
    background-repeat: no-repeat;
    line-height: 24px;
    padding-left: 30px;
    padding-bottom: 0;
    list-style: none;
    background-position-y: 4px;
    margin-bottom: 14px;
}
.li-tick ul li {
    background-image: url(/folder-one/uploads/2021/03/orange-tick.svg);
}
.li-tick-dark ul li {
    background-image: url(/folder-one/uploads/2021/03/blue-tick.svg);
}
.content-verticial-center .hic-content,
.section-body-vertical-center .hic-content,
.section-body-vertical-center .section-body > .cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body .section-body-vertical-top .grid-x.grid-padding-x.section-body {
    align-items: baseline;
}
.cross-box .hic-box .hic-content {
    position: relative;
    z-index: 2;
    padding: 56px 50px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .cross-box .section-body > .cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .cross-box.image-left-content .hic-box .hic-content {
        margin-left: -70px;
    }
    .cross-box.image-right-content .hic-box .hic-content {
        margin-right: -70px;
    }
    .cross-box .hic-box {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .cross-box .hic-box .hic-content {
        width: unset;
        top: 50%;
        transform: translate(0, -50%);
    }
    .cross-box .hic-box .hic-image-container {
        width: unset;
        flex: 0 0 45%;
        margin-top: -56px;
        margin-bottom: -56px;
    }
    .cross-box .hic-box .hic-image {
        height: 100%;
    }
}
@media (max-width: 767px) {
    .cross-box .hic-image-container {
        margin-bottom: 0;
    }
    .cross-box .hic-box {
        flex-direction: column;
        position: relative;
    }
    .cross-box .hic-box .hic-image {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .cross-box .hic-box > * {
        width: 100% !important;
    }
    .cross-box .hic-box .hic-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 639px) {
    .mobile-image-top.has-image .hic-box {
        flex-direction: column;
    }
    .mobile-image-top.has-image .hic-box .hic-image {
        margin-bottom: 24px;
    }
}
.card-box.horizontal.image-left-content .hic-image {
    left: 0;
}
.card-box.horizontal.image-right-content .hic-image {
    right: 0;
}
.card-box.horizontal .hic-box {
    position: relative;
    padding: 0;
}
.card-box.horizontal .hic-image {
    top: 0;
    position: absolute;
    height: 100%;
    width: inherit;
    background-size: cover;
}
.card-box .hic-box {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
}
.card-box .hic-box .hic-image {
    border-radius: 0;
}
.card-box .hic-box .hic-content {
    padding: 24px 24px 36px;
}
@media (min-width: 768px) {
    .card-box .hic-box .hic-content {
        padding: 42px 58px 58px;
    }
}
@media (max-width: 639px) {
    .card-box .has-image.has-image .hic-box {
        flex-direction: column;
    }
    .card-box .has-image.has-image .hic-box .hic-image {
        margin-bottom: 24px;
    }
}
.card-box .has-image .hic-image {
    margin-bottom: 0 !important;
}
.icon-paragraph {
    margin-left: 24px;
    margin-bottom: -12px;
}
.icon-paragraph p {
    overflow: initial;
}
.icon-paragraph i {
    margin-left: -24px;
    margin-right: 6px !important;
}
.text-link .hic-button-wrap {
    margin-bottom: 6px;
}
.text-link .hic-button-wrap > a {
    font-weight: 600;
}
.text-link .hic-button-wrap > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    margin-left: 8px;
    font-weight: 500;
    vertical-align: middle;
}
.medium-12.text-link .hic-button-wrap {
    margin-top: 6px;
}
.breadcrumb {
    padding-top: 20px;
    display: none;
    color: var(--primary);
}
.element-breadcrumbs.pt-20 {
    padding-top: 0 !important;
}
.page-child .grid-x.grid-padding-x.section-body {
    align-items: center;
}
.page-child .breadcrumb {
    display: block;
}
.page-child .breadcrumb > a:first-child {
    padding-left: 0;
}
.page-child .breadcrumb .current,
.page-child .breadcrumb a {
    padding: 0 4px;
    font-size: 12px;
}
@media (min-width: 641px) {
    .page-child .breadcrumb .current,
    .page-child .breadcrumb a {
        font-size: 14px;
        padding: 0 20px;
    }
}
.page-child .current {
    color: var(--darkGrey);
}
.page-child p {
    max-width: unset;
}
.modal-element.default-layout {
    background-color: var(--grey);
    top: 50% !important;
    transform: translate(0, -50%);
    padding: 40px 0 0;
}
@media (min-width: 769px) {
    .modal-element.default-layout {
        padding: 40px 20px;
    }
}
.hic-image {
    border-radius: 0;
    margin-bottom: 24px;
}
.medium-12 .hic-image,
.top-bar .elem {
    margin-bottom: 0;
}
.top-bar .menu-container li a {
    font-weight: 500;
    line-height: 1.1;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: Avenir, sans-serif !important;
}
.top-bar .elem .phone .number {
    display: none;
}
.top-bar li.menu-item {
    align-self: center !important;
}
.top-bar .top-bar-right.float-right.hide-for-large {
    height: 100%;
}
.top-bar .elem button.menu-icon.burger-menu {
    margin-bottom: unset;
}
.top-bar .elem:last-child {
    display: flex;
}
.footer .footer-col-1 h4,
.footer .footer-col-2 h4,
.menu.top > .elem > .phone {
    display: none;
}
header.header.default-header-layout {
    box-shadow: unset;
}
.top-header {
    background-color: var(--primary) !important;
    text-align: center;
    padding: 4px !important;
}
@media (max-width: 640px) {
    .top-header .top-header-body {
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-header .cell.small-6 {
        padding: 0;
        text-align: left;
    }
    .top-header .cell.small-6 p {
        font-size: 13px !important;
        line-height: 1;
        margin-top: 6px;
        margin-bottom: 2px;
        max-width: 240px;
        text-align: left;
        margin-left: 0;
    }
    .top-header .cell.small-6:last-child p {
        display: none;
    }
    .top-header .cell.small-6:last-child div {
        float: right;
    }
    .top-header .cell.small-6 .social-media {
        margin-top: 10px;
    }
    .top-header .cell.small-6 .social-media li a i {
        font-size: 20px !important;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 8px;
    }
}
.top-header .menu {
    line-height: 1;
}
.top-header .menu a {
    padding: 0;
    font-weight: 500;
}
.top-header p {
    margin-bottom: 0;
    font-size: 16px !important;
    font-family: Avenir, sans-serif !important;
}
@media (min-width: 640px) {
    .top-header p {
        margin-top: 2px;
    }
}
.top-header .cell.small-6:nth-child(1) {
    width: 100% !important;
}
.top-header .cell.small-6:nth-child(2) {
    display: none;
}
.top-header p {
    display: flex;
    place-content: flex-end;
}
.top-header p * {
    padding-left: 10px;
    padding-right: 10px;
}
.header .top-header,
.header .top-header a {
    color: var(--white) !important;
    font-weight: 600;
}
.header .logo-wrap a {
    padding-left: 0;
}
.header .logo-wrap a .logo.hide-for-large {
    max-width: 160px;
    min-height: 16px;
    height: auto;
    width: fit-content;
}
@media only screen and (max-width: 640px) {
    .header .logo-wrap a .logo.hide-for-large {
        max-width: 140px;
    }
}
.header .top-bar {
    padding: 26px 0;
}
@media only screen and (max-width: 1023px) {
    .header .top-bar {
        padding: 12px 0;
    }
}
.header .top-bar .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    border-color: transparent transparent transparent var(--white);
}
.header .top-bar ul.menu.submenu.is-dropdown-submenu {
    background: var(--white);
}
.header .top-bar ul.menu.submenu.is-dropdown-submenu li a {
    color: var(--primary);
}
.header .top-bar ul.menu.submenu.is-dropdown-submenu li.active a {
    color: unset !important;
}
.header .top-bar ul.menu.submenu.is-dropdown-submenu li.active > a,
.header .top-bar ul.menu.submenu.is-dropdown-submenu li:hover > a {
    color: var(--white) !important;
}
.header .top-bar ul.menu.submenu.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right:not(:hover):not(.active) > a:after {
    border-color: transparent transparent transparent var(--primary);
}
.header .menu .menu-button:not(:first-child) {
    margin-left: 0.9rem;
}
html body:not(.header-theme) .header .menu li:not(.menu-button) > a,
html body:not(.header-theme) .header .menu:not(.submenu) > :not(.menu-button) > a:hover {
    color: var(--black) !important;
}
.off-canvas {
    background-color: white;
}
.off-canvas li.menu-item {
    border-bottom: 2px solid var(--grey);
}
.off-canvas li.menu-item a {
    color: var(--dark);
}
.off-canvas li.menu-item.is-submenu-item:last-child {
    border-bottom: 0;
}
.off-canvas .is-submenu-item:not(.menu-item-has-children) {
    padding-left: 16px;
}
.off-canvas .is-submenu-item.menu-item-has-children a {
    padding-left: 30px;
}
.off-canvas .is-submenu-item li {
    padding-left: 32px !important;
}
.off-canvas li.menu-item.active > a {
    color: var(--primary);
    background-color: transparent !important;
    font-weight: 900;
}
.off-canvas .is-accordion-submenu-parent i {
    position: absolute;
    top: 4px;
    color: var(--primary);
    right: 2px;
    z-index: 9;
    padding: 3px 12px 3px 56px;
    font-size: 19px;
    border-radius: 2px;
    transition: all 0.25s ease;
}
.off-canvas .submenu.is-accordion-submenu {
    border-top: 2px solid #eee;
}
.position-right.is-transition-push {
    box-shadow: 13px 0 20px 8px rgba(10, 10, 10, 0.25);
    width: 300px;
}
.footer a,
.footer h4,
.footer p {
    font-weight: 500;
}
.footer .footer-col-1 .footer-blurb,
.footer .footer-col-2 .footer-blurb {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.footer .footer-col-1 a,
.footer .footer-col-1 p,
.footer .footer-col-2 a,
.footer .footer-col-2 p,
.footer .footer-col-3 h4 {
    font-weight: 700;
}
.footer .footer-col-2 {
    flex: 0.45;
}
@media (max-width: 640px) {
    .footer .footer-col-1 {
        margin-bottom: 12px;
    }
}
@media (min-width: 640px) {
    .footer .footer-col-1 .footer-blurb .input-group {
        margin-bottom: 0;
    }
}
.footer .footer-col-1 .search-form + p {
    position: absolute;
}
.footer .search-submit {
    border-radius: 30px;
    width: 119px;
    text-align: center;
    padding: 10px 22px;
}
@media (max-width: 1023px) {
    .footer .footer-col {
        flex: unset !important;
        width: 100% !important;
    }
}
.bottom-footer {
    background-color: var(--dark) !important;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (min-width: 641px) {
    .bottom-footer .colophon-link .menu li {
        margin-bottom: 0;
    }
}
.bottom-footer .cell {
    display: flex;
}
@media (max-width: 640px) {
    .bottom-footer .cell {
        flex-direction: column-reverse;
    }
    .bottom-footer .cell ul.menu {
        margin-bottom: 20px;
        margin-left: -8px;
    }
}
@media (min-width: 641px) {
    .bottom-footer .cell {
        align-items: center;
        justify-content: space-between;
    }
}
.bottom-footer .menu li {
    display: inherit;
}
.bottom-footer .copyright p {
    margin-bottom: 0;
    font-size: 12px !important;
    color: var(--white);
}
.bottom-footer .colophon-link .menu a {
    padding: 0 8px;
    font-size: 12px;
    font-family: Avenir, sans-serif;
    color: var(--white);
}
@media (min-width: 641px) {
    .bottom-footer .colophon-link .menu li:first-child a {
        padding-left: 0;
    }
}
.footer {
    padding-bottom: 0;
}
@media (min-width: 1024px) {
    .footer .footer-body {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .footer .footer-body .footer-col:first-child {
        padding-left: 0;
    }
    .footer .footer-body .footer-col:last-child {
        flex: unset;
        padding-right: 0;
    }
}
.footer .footer-body {
    border-bottom: 2px solid var(--white);
    margin-left: 16px;
    margin-right: 16px;
}
@media (min-width: 1024px) {
    .bottom-footer .copyright {
        float: left;
    }
    .bottom-footer .colophon-link {
        float: right;
    }
    .bottom-footer .colophon-link .menu {
        display: inline-block;
    }
    .bottom-footer .colophon-link .menu li:last-child a {
        padding-right: 0;
    }
}
@media (max-width: 640px) {
    .bottom-footer.with-colophon-link .copyright {
        text-align: left;
    }
    .footer.footer-layout-3 {
        padding-bottom: 0;
    }
    .colophon-link .menu {
        display: block;
        justify-content: left;
    }
}
@media (min-width: 641px) {
    .hero-banner-message .hic-button-wrap .button {
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .hero.tall-banner {
        min-height: 736px;
    }
}
.hero-banner-message {
    max-width: 1000px;
    margin-left: 0 !important;
}
.hero-banner-message h1 {
    margin-bottom: 20px;
}
.hero.gallery-background-banner h1 {
    color: var(--grey);
    font-weight: 600;
}
.hero.page-banner.gallery-background-banner .cell.cell-message {
    padding-top: 34px;
    padding-bottom: 34px;
}
@media (min-width: 1024px) {
    .hero.page-banner.gallery-background-banner .cell.cell-message h1 {
        padding-bottom: 95px;
    }
}
.hero.page-banner .hero-banner-message {
    margin: 0 auto;
    max-width: 850px;
}
.hero.page-banner h1 {
    color: var(--grey);
}
@media only screen and (min-width: 1024px) {
    .hero.page-banner h1 {
        font-size: 50px;
    }
}
.dark-banner,
.dark-section,
.footer-dark .footer,
.header-dark .header {
    background-color: var(--dark) !important;
}
.theme-section {
    background-color: var(--primary) !important;
}
.section-header {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    section.page-element {
        padding: 60px 0;
    }
}
.error404 .hero.page-banner .hero-banner-message {
    max-width: unset;
}
.error404 .hero.page-banner .hero-banner-message h1 {
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.error404 .hero.page-banner .hero-banner-message p:nth-last-child(2),
.error404 .hero.page-banner .hero-banner-message p:nth-last-child(2) * {
    margin-bottom: 0;
}
.error404 .hero.page-banner .hero-banner-message p:last-child {
    display: none;
}
.error404 .hero.page-banner .hero-banner-message a {
    font-size: 16px;
    color: var(--dark) !important;
    font-weight: 600;
}
.error404 .hero.page-banner .hero-banner-message p {
    color: var(--dark) !important;
    font-weight: 600;
}
.image-overlay-content .hic-content {
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.15) 50%);
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    justify-content: flex-end;
    transition: all 1.9s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.image-overlay-content .hic-content::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.6) 25%, transparent 131%);
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: opacity 0.2s linear;
    opacity: 0;
}
.image-overlay-content .hic-content > * {
    position: relative;
    z-index: 3;
}
.image-overlay-content .hic-content:hover::before {
    opacity: 1;
    z-index: 2;
}
.image-overlay-content .hic-content .hic-title h3 {
    color: var(--white);
    font-size: 32px;
    z-index: 43;
}
.image-overlay-content .hic-content .hic-blurb,
.image-overlay-content a .hic-content h3,
.special-section-2 section p {
    color: var(--white);
}
.image-overlay-content h3 {
    max-width: 222px;
    line-height: 1.1;
}
.image-overlay-content .hic-blurb p {
    max-width: 300px;
    margin-left: 0;
}
.image-overlay-content .hic-title::after {
    display: none;
}
.image-overlay-content .hic-box {
    position: relative;
}
.image-overlay-content .hic-image {
    height: 440px;
    background-size: cover;
    margin-bottom: 0;
}
.image-overlay-content .medium-6 .hic-image {
    height: 312px;
}
.image-overlay-content .hic-content {
    padding: 26px;
}
.image-overlay-content .hic-box {
    border-radius: 0;
    overflow: hidden;
}
.image-overlay-content .gallery-image:before,
.image-overlay-content .hic-image:before {
    padding-top: 100%;
}
.image-overlay-content .grid-x.grid-padding-x.section-body {
    margin-bottom: -30px !important;
    max-width: 1199px;
    margin-left: auto;
    margin-right: auto;
}
.image-overlay-content .cell {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
}
@media (min-width: 641px) {
    .image-overlay-content .cell {
        padding-bottom: 30px;
    }
}
.image-overlay-content .inner-section {
    margin-left: 9px;
    margin-right: 9px;
}
.image-overlay-content .button {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.image-overlay-content .medium-6 h3,
.image-overlay-content .medium-6 p {
    max-width: unset;
}
@media (max-width: 641px) {
    .image-overlay-content .medium-6 p {
        font-size: 16px !important;
    }
    .image-overlay-content .medium-6 h3 {
        font-size: 22px !important;
    }
}
.image-overlay-content .bg-primary-gradient .button {
    background-color: var(--primary) !important;
}
.image-overlay-content .bg-primary-gradient .hic-content:before {
    z-index: 2;
}
.image-overlay-content .bg-primary-gradient .hic-content::before {
    background: linear-gradient(0deg, var(--dark) 0, rgba(17, 17, 17, 0) 70%);
}
.night-section-sidebanner .section-title {
    margin-left: 0;
    color: var(--secondary);
    margin-bottom: 12px !important;
    max-width: 344px;
}
.night-section-sidebanner .sub-heading {
    margin-bottom: 24px;
    max-width: 344px;
    margin-left: 0;
}
@media (max-width: 640px) {
    .image-overlay-content .hic-content {
        padding-bottom: 40px;
    }
}
.accordion-element .accordion {
    background: 0 0;
}
.accordion-element .accordion-title a:hover,
.accordion-element .is-active .accordion-title,
.accordion-element li.accordion-item a {
    background: var(--white);
}
.accordion-element a.accordion-title {
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    font-family: Avenir, sans-serif !important;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--secondary) !important;
    margin: 0;
    font-size: 22px;
    padding: 14px 23.5px;
    border-radius: 20px !important;
    border: 2px solid #ddd;
    border-bottom: 2px solid #ddd !important;
}
.accordion-element a.accordion-title a {
    font-weight: inherit;
}
.accordion-element .accordion-content {
    background: var(--white);
    border: 0;
    margin-bottom: -12px;
    padding: 26px 45px 26px 26px;
}
.accordion-element .accordion-content p {
    margin-bottom: 0;
}
.accordion-element .accordion-title:before {
    transform: translate(0, -50%);
    margin-top: unset;
}
.accordion-element .is-active > .accordion-title:before {
    content: url(/folder-one/uploads/2021/05/minus-symbol.svg);
    line-height: 0;
    padding-top: 0;
    margin-top: -5px;
}
.accordion-element h2.section-title {
    margin-bottom: 48px;
}

.error404 .hero-banner-message p{ margin: 0 auto; color: #fff; }
.error404 .hero.page-banner .hero-banner-message .hic-button-wrap a{ color: #fff !important; }


/**************************
#Hicaliber Child Theme
**************************/

.location-template section.hero.page-banner.default-height.default-alignment{
	display:none;
}
section#hero {
    min-height: 597px;
}
section#hero .hic-blurb {
	 max-width:423px
}
.location-template .full-width-hero.location-banner.dark-section a{
	color:white
}
#right-for-you .hic-content {
    max-width: 538px;
}
.location-template .full-width-hero.location-banner.dark-section .button{
color:white !important
}

.location-banner .hic-blurb{
	height: 100%;
}
.hero.page-banner h1{
	color: white;
}
a.button{
	    text-transform: unset !important;
}
.heading2.cell .hic-title>h3 {
    padding-bottom: 4px;
}
.mr-15{
	margin-right:15px
}
.location-opening-hours.location-data ul {
    margin-left: 0;
}

@media(min-width:1024px){
	
	.location-template .full-width-hero.location-banner.dark-section .hic-content{
		padding-left:76px
	}
}
section.entry-content > *{
	margin-left:auto;
	margin-right:auto
}
#our-values h2.section-title, #our-values .hic-title h3{
	color: var(--secondary)
}

.cell.pager-column.hic-pagination .wp-pager{
	text-align:center;
	color: var(--primary);
	font-size:18px;
	font-weight:500
}
a.prev.page-numbers, a.next.page-numbers{
	font-size:0;
}

a.prev.page-numbers,a.next.page-numbers{
	  vertical-align: middle;
}
.wp-pager > *:not(:last-child){
	padding-right:12px
}
button[title="Close"] {
    right: 8px !important;
    top: 8px !important;
}
a.prev.page-numbers:before{
	font-size:12px;
    font-family: "Font Awesome 5 Pro";
	 content: "\f053";
	font-weight:900;
}
a.next.page-numbers:before{
	font-size:12px;
    font-family: "Font Awesome 5 Pro";
	content: "\f054";
		font-weight:900;
	
}

span.page-numbers.current,.page-numbers {
    vertical-align: text-top;
	
}

span.page-numbers.current{
		font-weight:bold
}
#our-values h2.section-title{
	margin-bottom:20px;
}


.location-banner  .grid-x.grid-padding-x.section-body .medium-6.cell {
    padding-left: 20px;
}
#suburbs-we-serve  .accordion li{
	margin-left:auto;
	 margin-right:auto;
		margin-bottom:0px
}
#suburbs-we-serve  .accordion{
/* 	margin-bottom:0px */
}

.grey-box.flexible-content .grid-x.grid-padding-x.section-body{
	padding:70px 46px;
	border-radius:20px
}

.card-box .medium-6.large-4 .hic-content.content-wrap{
	padding:27px 27px;
	text-align: left;
}

h1, h2, h3, h5, h6{
	text-transform:unset
}

.page-id-614 .inner-body-content h2{
	max-width:962px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:40px
}

.cell.pager-column.hic-pagination{
	margin-top:49px
}

article{
	max-width:700px;
	margin: auto
}

article h1{
	text-align:center;
}
article img{
	width: 100%
}
@media only screen and (min-width: 1024px){
	h1.entry-title.single-title{
    font-size: 46px;
}
}

article .entry-content img{
	margin-bottom:46px
}

 body.single.single-post .slick-prev:before,.testimonial-element .slick-prev:before{
	content: "\f060";
	 left: 12px;
	 top:11px;
}

@media(min-width: 1024px){
	body.single.single-post .slick-prev{
	left:-40px
}

body.single.single-post .slick-next{
	right:-40px
}

}


@media(min-width:640px){
	.testimonial-element .grid-container{
/* 		margin-left: 24px !important; */
/*     margin-right: 24px !important; */
}
	
	

}

@media(min-width:960px){
	.testimonial-element .slick-prev{
	left:-69px
}

.testimonial-element .slick-next{
	right:-69px
}
}
 body.single.single-post .slick-next:before,.testimonial-element .slick-next:before{
	content: "\f061";
	  left: 12px;
	 top:11px;
}

.has-video .hic-image:before{
	    background: #00000033
}

.page-id-457 .page-elements section:not(:first-child):not(:nth-child(2)) ,.page-id-443 .page-elements section:not(:first-child):not(:nth-child(2)) {
/*     display: none; */
}

.page-id-457  form.search-form, .page-id-457  form.search-form .input-group,.page-id-457 .hero-banner-message >div{
	width:unset;
}
.page-id-457 .hero-banner-message{
	    width: min-content;
	
		max-width:100% !important;
}
.page-id-457 h1{
	    width: max-content;
	
		max-width:100%;
}

.page-id-457 .hero.page-banner .hero-banner-message,.page-id-457  .hero-banner-message{

	margin-left:auto !important;
	margin-right:auto
}

.page-id-457 .hero.page-banner.default-height .hero-banner-message{
	display:block;
}
@media(min-width:1024px){
	.page-id-457 .hero.page-banner.default-height .hero-banner-message h1{
	font-size:46px;
		margin-bottom:18px
}
}
#find-location ul.accordion{
	display:flex;
	flex-wrap: wrap;
	margin-left:-15px;
	margin-right:-15px;
	justify-content:center;
	
}
#find-location li.accordion-item{
	width:100%;
	flex: 0 0 100%;

}
	ul.accordion{
		margin-bottom:-12px
	}
@media(min-width:640px){
	#find-location li.accordion-item{
		width:50%;
	flex: 0 0 50%;
			margin-bottom:30px
	}
	ul.accordion{
		margin-bottom:-30px
	}
}
@media(min-width:1024px){
	#find-location li.accordion-item{
		width:33.3%;
	flex: 0 0 33.3%;

	}
}
#find-location .accordion-item{
	padding-left:15px;
	padding-right:15px;
}
.accordion-element h2.section-title {
    margin-bottom: 32px;
}
li.accordion-item.is-active .accordion-title{
	background:var(--primary);
	color:white !important;
	border: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary) !important;
}

.accordion-element .accordion-content ul{
	margin-left:0px
}
.accordion-element .accordion-content{
	border:1px solid #DDDDDD;
	border-radius:20px;
	
}
.location-element.accordion-element .accordion-content li:before{
	content:unset;
}
@media(max-width:780px){
	.accordion-element h2.section-title {
    margin-bottom: 20px;
}
}
.location-element.accordion-element .accordion-content ul li{
 padding-left:0px
}

.location-element.accordion-element .accordion-content .location-title a{
	color:var(--secondary)
}

.accordion-content > ul> li{
	display:flex;
	flex-direction:column;
}

.location-phone:before,.location-address:before{
	font-family: "Font Awesome 5 Pro";
		color:var(--primary);
	font-weight: 900;
	margin-left:-24px
	
}
.location-phone{
	order:2;
}
.location-address:before{
		content:"\f3c5";
		margin-right:11px;
}
.location-phone:before{
			margin-right:8px;
	content:"\f095";			
    display: inline-block;
    transform: rotateY(
180deg
);
	

	
}
.location-title{
	margin-bottom:12px;

}

.location-phone{
		margin-bottom:6px
}
.location-address, .location-phone{
	padding-left:24px
}
.location-address{
	order:3;
			margin-bottom:6px
}
.accordion-content > ul> li > a.button{
	order:4;
	margin-bottom:20.9px !important;
}
.accordion-content > ul> li:not(:last-child){
	margin-bottom:28.5px !important;
	
}
.accordion-content > ul> li:last-child a.button{
	margin-bottom:0px !important
}
.accordion-element .accordion-content{
	margin-bottom:0px
}

.accordion-element .is-active>.accordion-title[aria-selected="true"]:before{
		font-family: "Font Awesome 5 Pro";
	content:"\f068";
	font-weight:100;
	margin-top:0;
	font-size:16px
	
}

section.custom-shortcode section.flexible-content .grid-x.grid-padding-x.section-body{
	margin-left:0px;
	margin-right:0px;
}

.primary-box.flexible-content h2,.primary-box.flexible-content h3,.primary-box.flexible-content h2,.primary-box.flexible-content i{
	color:white;
}

.primary-box.flexible-content .grid-x{
	padding:20px 4px;
	
}
.cerelina-seniors-care .cell{
 width:fit-content;
}

.cerelina-seniors-care .grid-x{
	border-radius:20px
}

@media(min-width:1024px){
	.cerelina-seniors-care .cell{
 width:33%;
}


.primary-box.flexible-content .grid-x{
	padding:70px 74px 58px
}
	
.cerelina-seniors-care .grid-padding-x .cell:last-child,.cerelina-seniors-care .grid-padding-x .slick-track>.cell,.cerelina-seniors-care  .grid-padding-x>.cell .icon-paragraph{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:0px;
	height:inherit;
}
.cerelina-seniors-care  .footer-blurb{
	    height: 100%;
}
.cerelina-seniors-care .cell{
	padding:0
}
.cerelina-seniors-care .section-body{
justify-content: space-between;
}
.cerelina-seniors-care .cell:not(:first-child){
/* 	padding:0px; */
	width:unset !important;
	flex: unset !important
}

}
.cerelina-seniors-care .social-media-container{
	    flex: auto;
	display:flex;
flex-direction:column-reverse;
}

@media(max-width:1023px){
	.cerelina-seniors-care  .hic-button-wrap{
	    margin-top: 20px;
    margin-bottom: 14px;
}
.cerelina-seniors-care.primary-box.flexible-content .grid-x{
	padding:36px 4px;
}
	
}

@media(max-width:639px){
	form.search-form .input-group ::placeholder, 
    form.search-form .input-group input[type=text],
    form.search-form .input-group input[type=number]{
		font-size:16px;
		text-overflow:unset;
	}

}
@media(min-width:1024px){
	
	.location-element{
/* 				margin-bottom: -48px; */
	}
}
.gmnoprint .gm-style-mtc,button.gm-control-active.gm-fullscreen-control, .gm-style >div:last-child{
/* 	display:none */
}
button[title="Zoom in"],button[title="Zoom out"]{
/* 	display:none !important; */
}
.gmnoprint button{
min-width:unset !important;
	box-shadow:rgb(0 0 0 / 30%) 0px 1px 4px -1px;
/* 	display:none !important; */

}

.gmnoprint >div{
	background-color:transparent !important;
box-shadow:unset !important
}

#map-location-finder .grid-x > .cell.medium-4{
	max-width:400px;
}

#map-location-finder .grid-x > .cell.medium-8{
	width: auto !important;
	flex: auto;
}
#map-location-finder  form.search-form .input-group{
	width:100% !important
}
#map-location-finder  .results, form.search-form,#map-location-finder .search-header h4{
	width:100%;
	padding-right:12px;
}

#map-location-finder .search-header h4{
	margin-top:18px;
font-weight:bold;
}
#map-location-finder .location-item.card{
	border-radius:20px;
	padding: 0px 9px;
}
#map-location-finder .result{

}
 h4.location-title{
	    font-weight: bold;
	 margin-bottom:0px
}
#map-location-finder ::-webkit-scrollbar {
  width: 0.5em;
	position:absolute;
	margin-left:-20px
}
 
#map-location-finder ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}
 
#map-location-finder ::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  outline: 1px solid slategrey;
}

button[title="Close"] {
    min-width: unset !important;
}

@media(max-width:1060px) and (min-width:760px){
	.cerelina-seniors-care .cell:first-child{
	width:100%;
}
	.cerelina-seniors-care .cell:first-child .hic-button-wrap{
		margin-bottom:20px
	}

}


	@media(max-width:740px) {
		.cerelina-seniors-care .icon-paragraph {
    margin-bottom: 28px;
	}
}

.gform_wrapper .no-top-label .gfield_label{
	display:block
}

.box-col-12.cell{
	width:100%
}

@media(min-width:640px){
	.box-col-6.cell{
	width:50%;

}
}

#features .cell{
		    padding-right: 18px;
    padding-left: 18px;
}

#features .grid-x{
	margin-left:6px;
	margin-right:6px;
}

#features li{
	margin-left:2px
}
#features li:not(:last-of-type){
	margin-bottom:0px
}

.ginput_container_fileupload input[type="file"]{
	border:unset;
	padding:0px
}

.gform_fileupload_rules{
	display:none;
}

span.gfield_required.gfield_required_text{
	font-size:0
}

span.gfield_required.gfield_required_text:after{
	content:"*";
	font-size:16px
}

a.button-tertiary.button i.fas.fa-phone{
	margin-right:4px
}
#suburbs-we-serve{
	padding-top:0
}

#gform_wrapper_5 .gform_heading{
	display:none
}

.gform_footer.top_label{
	text-align:center;
}

#where-to-start .hic-image:before, .gallery-image:before{
	    padding-top: 48%;
}
.card-box:not(.horizontal) .hic-image{
	margin-bottom:0px
}
@media(min-width:780px){
	
#where-to-start  .hic-content{
	padding: 28px 57px 47px
}
}

footer form.search-form {
    padding-left: 0;
}

@media(min-width:1024px){
	
.footer a, .footer h4, .footer p {
    margin-top: 21px;
    margin-bottom: 21px;
}
	.cerelina-seniors-care .grid-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}


.off-canvas li.menu-item a,.off-canvas .is-accordion-submenu-parent i {
    color: var(--primary) !important;
}
	#hero .hic-content:before{
	
	background-position:right;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
}
	#hero .hic-content:before{
	
	background-position:right;
	content:"";
	width:50%;
	height:100%;
	position:absolute;
	right:50%;
	bottom:0;
		background-repeat:no-repeat;
}
@media(max-width:639px){
	#hero .hic-content:before{
		right:0;
		width:100%;
		background-size: contain;
		background-position-y: bottom;
	}
	}
@media(max-width:400px){
		#hero .hic-content:before{
		width:200%
	}
}
	.location-template .page-elements > section:first-child:before{
			background-image:url("../../../../uploads/2021/06/location.png");
	background-position: bottom right;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	right:0px;
	bottom:0px;
	background-repeat:no-repeat;
  background-size: contain;

	}

.custom-shortcode .section-body:before{
	background-position: bottom right;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	right:0px;
	bottom:-50px;
	background-repeat:no-repeat;
  background-size: contain;

	}

@media(min-width:1024px){
	.footer .footer-col {
    margin-bottom: 48px;
}
}

#team .hic-title h3>span,p.text-secondary.font-weight-500{
	display:block;
	text-shadow: 0px 0px 0px black;
	font-size:18px;
	font-weight:500;
	color:black;
	margin-top:8px;
	margin-bottom:8px
}
p.text-secondary.font-weight-500{
		text-shadow: 0px 0px 0px var(--secondary);

}
.primary-box li,.primary-box ul{
	color: white;
}

.hic-blurb li{
	overflow:unset;
}


@media (min-width: 768px){
	
.card-box .hic-box .hic-content {
    padding: 42px 52px 58px;
}
}

.so1 a{
	margin-right:8px;
	margin-bottom:8px
}

.footer .icon-paragraph i {
	margin-left: -20px;
}

	body:not(.page-id-1255) #features .section-body .medium-4.cell{
		margin-bottom:46px !important;
	}
@media(min-width:1024px){
	

	#brochures.grid .section-body .medium-4.cell{
/*     margin-bottom: 46px; */
}
	
	section.page-element.content-box-element.image-right-content.split-50-50.grid.default-grid-layout.full-width-hero.default-width.default-alignment .hic-title h3{
		margin-bottom:12px
	}
	.grid .section-body:not([data-item-col=medium-12]){
		margin-bottom:-46px
	}
	
}

.custom-shortcode .cell.medium-4 {
    z-index: 4;
}

.section-body li{
	overflow:unset
}

.parent-pageid-610 .main-content ul {
  list-style-image: url('../../../../uploads/2021/06/tick-blue.svg');
}
.li-tick-white ul {
  list-style-image: url('../../../../uploads/2021/06/tick-white.svg');
}

.footer .social-media a, .footer a{
	color:white !important
}

.so1 i {
	font-size: 18px!important;
}

.floating-box .hic-box {
}
.floating-box .hic-blurb form{
	padding:0px
}

.floating-box input#google-map-lookup{
	padding-left:8px
		
}

	
.d-block{
	display:block 
}
@media(min-width:640px){
	.d-md-block{
	display:block 
}
	
		.d-md-none{
	display:none 
}
}
@media(max-width:640px){
.search-button .input-group{
	position:relative;

}
.search-button input[type='submit'] {
		min-width:unset;
		font-size:0px !important;
		padding:10px 17px !important
}
.search-button .input-group:after {
    content: "\f002";
    position: absolute;
    right: 18px;
		top:50%;
	transform:translatey(-48%);
		color:white;
	  font-family: "Font Awesome 5 Pro";
		font-weight:500;
}
}
.fake-floating-box{
    background: linear-gradient(180deg, #efedf4 50%, white 50%);

}

section section.flexible-content.primary-box .grid-x.grid-padding-x.section-body{
	margin:0px
}

@media(max-width:640px){
	section section ul.social-media > li {
    margin-left: 0;
    margin-right: auto;
}
	section.flexible-content.grey-box .grid-x.grid-padding-x.section-body{
		padding:20px 0px
	}
	
	.hero.page-banner.default-height {
    min-height: 400px;
}
	#get-to-know-us{
		text-align:left
	}
	#brochures .hic-content{
	margin-bottom:12px
}
	.lets-have-a-chat{
/* 		display:block */
		flex-direction:column;
	}
	.lets-have-a-chat a{
		margin-bottom:-8px !important;
		margin-right:0px !important
	}
}


.button-align-bottom .hic-box {
    height: 100%;
}

.button-align-bottom .hic-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.button-align-bottom .hic-button-wrap {
    margin-top: auto;
}

.button-align-bottom .hic-box {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.button-align-bottom  .hic-image-container {
    height: inherit;
}
.button-align-bottom  .hic-image-container {
    overflow: unset;
	flex: 0;
}

.button-align-bottom  .hic-content {
    margin-bottom: 0px
}
.button-align-bottom .hic-blurb {
    margin-bottom: 20px;
}

.footer .social-media li{
	margin-bottom:0
}

.national-social, .find-a-senior{
	    margin-top: auto !important;
    margin-bottom: 14px !important;
}

.page-id-457 .hero  #map-location-finder .results, form.search-form, #map-location-finder .search-header h4{
    padding:0
}

#features .cell {
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 0px;
}

.page-id-816 #features .grid-x.grid-padding-x.section-body > * {
    min-height: 277px;
	height:100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    overflow: unset;
    margin-top: unset;
    margin-bottom: unset;
}

#features .grid-x.grid-padding-x.section-body > *> .hic-box {
	height:100% 
}

.footer .social-media i{
	margin-left:0
}

.parent-pageid-610 section.default-section + section.default-section {
	padding-top:0px !important
}

	.page-id-1255 #features h4.sub-heading{
	margin-bottom:-24px
}


.page-id-1255 #features .cell:last-child{
	margin-bottom:42px
}
@media(min-width:640px){
	.page-id-1255 #features h4.sub-heading{
	margin-bottom:24px
}


.page-id-1255 #features .cell:last-child{
	margin-bottom:46px
}
}
@media(min-width:1024px){
	.value-center-font-smaller h3, .value-center-font-smaller .hic-icon{
	font-size:20px;

}
	#full-program-support{
	height:277px !important;
}
	.footer a, .footer h4, .footer .footer-blurb p {
    margin-top: 0px;
	}
	.footer a, .footer h4, .footer p:last-child {
    margin-bottom: 8px;
}
#our-values .cell.medium-4.large-2.button-link h3 {
    font-size: 19px;
}
}

.off-canvas-content .header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{
	right:19px;
	
}

.off-canvas-content .is-dropdown-submenu-parent {
    margin-right: 8px;
}

.location-template .full-width-hero li{
	overflow:hidden
}

.loc-2{
	justify-content:unset !important; 
}

#hero{
	    display: flex;
    flex-direction: column;
    justify-content: center;
}

h3.gform_title{
	display:none !important
}

.careers-footer{
	line-height:2
}
#our-story  p{
	max-width:815px
}
.menu-button > a {
	font-weight:bold !important;
}

.thread-list-item-message-column{
	margin-bottom:20px
}

.location-template .main-content >.page-elements > section:first-child .hic-blurb > .grid-x .cell {
    width: unset;
}

.location-template .main-content >.page-elements > section:first-child .hic-blurb > .grid-x  {
    justify-content: space-between;
}



.page-id-612 p.text-secondary.font-weight-500{
	font-size:22px !important
}
section.cerelina-seniors-care h3{
	font-size:24px !important;
}

.gfield_select.default-set-value {
	color:#A79C94
}
.gform_wrapper input:not([type=submit]):not([type=file]) {
	    padding-top: 20px;
}
.value-center-font-smaller h3, .value-center-font-smaller .hic-icon{

	text-align:left;
	text-overflow: unset;
}


.location-template .location-banner .hic-blurb > p,.location-template .location-banner .hic-blurb .icon-paragraph,.location-template .location-banner .hic-blurb .social-media-container{
margin-bottom: auto;
}
.location-banner .hic-content {
    z-index: 2;
}

#our-values .cell.medium-4.large-2.button-link h3{
	margin-top:18px
}

#testimonials .hic-button-wrap{
	display:none;
}

.testimonial-rating .fa-star{
	color: #F6A700;
}

.testimonial-element  .hic-content.testimonial-inner-wrap{
	background: #781d7e;
	border-radius: 8px;
	margin-bottom:0px;
	display:flex;
	flex-direction:column;
}

.testimonial-element .client-name{
	color: white;
}
.testimonial-main-content{
	order:2
}

.testimonial-inner-wrap > .client-details{
	order:4;
	padding-bottom:45px
}

.testimonial-inner-wrap > .rating{
	padding-top:65px;
}
.testimonial-main-content{
	padding-top:26px !important;
	padding-bottom:30px !important
}


.testimonial-element .slick-prev,.testimonial-element .slick-next {
    margin-top:20px;

}

#suburbs-we-serve .accordion-content{
	border-radius:20px
}

#map-location-finder .section-header{
	display:none
}

#hero .hic-button-wrap{
	z-index:2
}

.page-id-250 .page-elements section:nth-child(2){
	z-index:4
}

.d-md-none input[type='submit']{
/* 	z-index:4; */
	
}
.search-button .input-group:after{
	pointer-events:none;
}

.cell.filter-column:before,.map-column  .location-detail .name{
	content:"Find Location";
	color: var(--secondary);
	font-weight:bold;
	margin-bottom:12px;
	margin-top:24px;
	display:block;
	font-size:22px !important;
	
}
@media(max-width:640px){
	
	.cell.filter-column:before,.map-column  .location-detail .name{
			margin-top:24px;
	}
}

.location-result-listing{
	margin-right: -15px;

}

@media(min-width:640px){
	.filter-location-listing-left-map .filter-column, .filter-location-listing-right-map .filter-column{
	max-width:400px;
	flex:auto;
}

.filter-location-listing-left-map .map-column, .filter-location-listing-right-map .map-column{
    width: auto;
    flex: auto;

}

.location-map {
    height: 100%;
}
}
.map-column .rating,.map-column  .opening-hours-details{
	display:none;
}
.gm-style-iw.gm-style-iw-c,.gm-style-iw-d{
	padding:0px !important;
}

html body section .map-column button[title="Close"]{
/* 	display:none !important; */
}
.gm-style .gm-style-iw-t::after{
	box-shadow:unset;  
}

#htwMap .gm-style .gm-style-iw-c{
	box-shadow:0 0 26px 0 rgba(186,213,241,.3)!important;
	border-radius:20px;
	
}
#htwMap .location-detail .inner .content{
	padding:22px 24px;
	max-width:301px;
	
}

.gm-style-iw-d{
	overflow:hidden !important;
}
 #htwMap  .name{
	 font-family:Avenir,sans-serif!important;
}
 #htwMap .contact-phone > a, #htwMap .location-map, #htwMap .contact-address{
	color:black;
	 font-size:16px;
	 font-weight:400;
	 font-family:Avenir,sans-serif!important;
}

#htwMap  .contact-email {
	display:none;
}

#htwMap .contact-details{
	margin-bottom:0px;
	display:flex;
	flex-direction:column;
}
#htwMap .location-detail .hic-button-wrap{
	margin-top:19px
}
#htwMap  .contact-address{
	position:relative;
	line-height:1.15;
	order:3;
}
#htwMap .contact-address,#htwMap .contact-phone a{
	padding-left:20px
}
#htwMap .contact-address:before,#htwMap .contact-phone a:before{
			font-family: "Font Awesome 5 Pro";
		font-weight: 900;
	display: inline-block;
	margin-right:8px;
	margin-left:-20px
}
#htwMap .contact-phone{
	margin-bottom:16px
}
#htwMap .contact-address:before{
	    content: "\f3c5";

	font-size:inherit;
	position:inherit;
	left:unset;
	top:unset;
	line-height:inherit;
}
#htwMap .contact-phone a:before{
	content: "\f095";
	transform: rotateY(
180deg);
	color: var(--primary);
}


#map-location-finder input#google-map-lookup{
	color:black
}

.location-result-listing .hic-button-wrap{
	margin-top:0px
}

.location-distance {
    right: 20px;
}
.page-id-628 h2.section-title{
	 margin-bottom:16px
}

@media(min-width:640px) and (max-width:1023){
	.floating-box .hic-title h3 {
    font-size: 4vw;
}
}
a.button,input.search-submit.button{
	text-overflow:unset;
}
@media(max-width:768px){
	#join-us .text-link .hic-button-wrap>a{
		font-size:16px
	}
	#join-us.split-50-50.grid.h3 .hic-title>h3, h3{
		font-size:22px
	}
a.button,input.search-submit.button,input[type="submit"]{
	font-size:16px; 
	text-overflow:unset;
}
	.footer-col-1 .logo-wrap p, .footer-col-1 .search-form,.footer-col-2 .footer-blurb >p, .footer-col-2 .social-media-container{
    margin-bottom: 40px;
}
	#team .hic-title h3 {
    font-size: 20px;
}
}

@media(max-width:640px){
	.page-id-816 #features .grid-x{
		margin-bottom:40px
	}
	.page-id-816 .section-body{
		margin-bottom:-12px
	}
	span.one-line{
	    white-space: unset;
	}
	.grey-box h5{
		font-size:22px
	}
	.gform_footer.top_label {
			margin-top: 24px;
	}
	.footer-col-3 .icon-paragraph p{
		font-size:16px !important
	}
	#hero .hic-button-wrap{
		margin-top:12px;
	}
	input.search-submit.button {
    padding: 17px !important;
}
	.location-template .full-width-hero.location-banner.dark-section .icon-paragraph * {
    font-size: 16px;
}
	.location-banner .hic-content {
		min-height: unset;
}
	section.content-box-element .cell.grey-box.small-box .hic-box {
    padding: 30px 24px;
}
.card-box.horizontal .hic-blurb {
    margin-bottom: -12px;
}
.card-box.horizontal .hic-image-container{
	order:0;
	margin: -20px -12px 0px;
}

.card-box.horizontal .hic-image{
	position:relative;

}
	.thread-list-item-message-column{
		margin-bottom:30px
	}

	.cerelina-seniors-care .hic-button-wrap.button-tertiary {
			margin-bottom: 30px;
	}
	.cerelina-seniors-care	.icon-paragraph p:last-child {
    margin-bottom: 30px;
}
	.cerelina-seniors-care .grid-x .cell:last-child h3{
	font-size:22px !important;
	}
	.gfield_label{
		font-size:16px;
		margin-top:12px
	}
	.page-id-816 #features .grid-x.grid-padding-x.section-body > *{
		height:unset;
	}

	.location-banner .icon-paragraph + .grid-x {
    flex-direction: column;
}
	.location-banner .icon-paragraph + .grid-x .cell {
		margin-bottom:12px;
		padding-left:8px !important
	}
	#map-location-finder .results{
		max-height:unset !important;
		padding-bottom:24px
	}
	.location-map {
    height: 400px;
}
}

.section-header {
    margin-bottom: 30px;
}

.cell.medium-4 {
    max-width: 100%;
}

.icon-paragraph p {
    overflow-wrap: break-word;
}

.icon-paragraph i{
	display: inline;
}
.text-link .hic-button-wrap>a {
    font-size: 16px;
}

.text-link .hic-blurb {
    margin-bottom: 8px;
}
form.search-form .input-group ::placeholder, 
form.search-form .input-group input[type=text],
form.search-form .input-group input[type=number]{
	overflow:unset;
	text-overflow:clip;
}
#features.grid .section-body:not([data-item-col=medium-12]) {
    margin-bottom: -46px;
}



.footer .footer-col-1 .footer-blurb .input-group{
	max-width:100%
}

input#google-map-lookup {
    padding-top: 12px;
}


.search-form .input-group{
    display: flex;
    align-items: center;
}


@media(max-width:440px){
	.hero.page-banner.default-height{
		min-height:300px
	}

}

.header .menu .is-dropdown-submenu li a{
	font-size:16px
}

.header .menu  .menu-item-1239 a{
padding:15px 25px !important;
}

.cerelina-seniors-care{}

.full-width-hero.grey-section{
	display:flex;
	flex-direction:column;
	justify-content: center;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,body,p{
	text-overflow: unset;
overflow: unset
}

.doubled-padding .section-header{
	margin-bottom:0px
}

.hero.gallery-background-banner h1{
	color:white
}

.error404 .hero.page-banner .hero-banner-message p {

    margin-left: auto;
    margin-right: auto;
}

.error404 .hero.page-banner .hero-banner-message p,.error404 .hero.page-banner .hero-banner-message a{
	color:white !important;
}
.error404 .hero.page-banner .hero-banner-message a{
	background-color:var(--primary) !important
}

.gmnoprint *:nth-child(3) > div > div{
	display:none;
}

@media(max-width:840px){
	section.title-left-blurb.floating-box .hic-content {
    display: block;
}
	section.title-left-blurb .hic-title{
		margin-bottom:24px
	}
	form.search-form .input-group {
    width: 100%;
}
}
.split-50-50.grid.h3 .hic-title>h3, h3 {
    font-size: 22px;
}

@media(max-width:1023px){
	.cell.large-auto.footer-col.footer-col-3 {
    margin-bottom: 68px;
}
	.split-50-50 .hic-image-container {
/*     order: 3; */
    margin-bottom: 36px;
}
	.box-md-12.has-image .hic-box{
	flex-wrap:wrap;
	flex-direction:column-reverse
}
	
.box-md-12 .hic-box >*{
	width:100% !important;
	flex: 0 0 100%;
	
}
}


@media print, screen and (min-width: 64em){
	.hide-for-large {
    display: block!important;
}
}

@media(min-width: 1160px){
	body .hide-for-large {
    display: none!important;
}
}
	@media(max-width: 1159px){ 
		body .show-for-large {
    display: none!important;
}
}
	#team .hic-image {
    height: 360px;
}

@media (min-width: 640px) and (max-width: 1024px){
	#team .hic-image {
    height: 42vw;
}
}
@media(max-width:640px){
		
		#team .hic-image {
    height: 85vw;
}
	.page-id-816 #features .grid-x.grid-padding-x.section-body > *{
	min-height:unset;
	
}
	
	.cerelina-seniors-care .icon-paragraph p{
		font-size:16px !important
	}
	.cerelina-seniors-care .social-media-container{
		margin-top:24px
	}
}

@media(max-width:1023px) and (min-width: 640px){
.location-banner .hic-box , #right-for-you.full-width-hero .hic-box {
/*     flex-direction: row-reverse; */
}
}
input#google-map-lookup{
	color:black
}

a.button-tertiary.button .fa-phone {
    margin-right: 4px;
}
button[title="Zoom in"], button[title="Zoom out"]{
	background:white !important;
}

p.gm-style-pbt {
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:1024px){
	footer .footer-col-1 .logo-wrap p {
    -webkit-writing-mode: vertical-rl;
}
}

@media(max-width:909px){
		#testimonials  button.slick-prev.slick-arrow,	#testimonials   button.slick-next.slick-arrow {
    position: relative;
			left:0;
					transform:unset;
			
				
}
	#testimonials .slick-slider{
		display:flex;
		flex-direction: column;
justify-content: center;
		  flex-flow: row wrap;
		
	}
	#testimonials .slick-prev{
		order:1;
		margin-right:18px
	}
		#testimonials .slick-next{
		order:2
	}
}

.parent-pageid-610 h2.section-title {
/*     margin-bottom: 0px; */
}

 .section-header{
    margin-bottom: 0; 
}

.more-space-here h2.section-title{
	margin-bottom:24px
}

@media(max-width:640px){
	.location-banner .grid-x.grid-padding-x.section-body .medium-6.cell{
	padding-left:8px;
}
}

	.location-banner .hic-blurb a.button, 	.location-banner .icon-paragraph{
	margin-bottom:40px !important;
}

.testimonial-element .hic-box.testimonial-slides-wrap {
    padding-right: 24px;
    padding-left: 24px;
}

#testimonials .slick-list {
    margin: 0px;
}

.location-banner .social-media-container {
    margin-bottom: 24px !important;
}


@media(max-width:1160px) and (min-width:760px){
	.cerelina-seniors-care .cell:first-child{
	width:100%;
}
	.cerelina-seniors-care .cell:first-child .hic-button-wrap{
		margin-bottom:20px
	}

}


 .location-result-listing > .results > div:last-child{
	    margin-bottom: -32px;
}

article ul {
    margin-left: 20px !important;
}

.accordion-item:first-child>:first-child, .accordion-item:last-child>:last-child {
    border-radius: 20px;
}

@media(min-width:1024px){
	#htwMap {
    min-height: 686px;
}
}
/* 
.results {
    overflow: hidden;
	 min-height: 200px;
} */
@media(max-width:639px){
	#team .section-header {
			margin-bottom: 20px;
	}
	.results {
			overflow-y: unset !important;
	}
	#map-location-finder .cell.filter-column:first-child {
    margin-bottom: 36px;
}
}

@media(min-width:640px){
	.results .location-item:last-child {
    margin-bottom: -22px !important;
}
}


.location-item.card:last-child{
    margin-bottom: 1rem !IMPORTANT;
}

.page-id-2129 .entry-content p:not(:first-child) strong:before ,.page-id-3 .entry-content p:not(:first-child) strong:before {
    content: " ";
    display: block;
    margin-bottom: 30px;
}

.location-banner:before {
    content: " ";
    background-image: url(../../../../uploads/2021/06/location.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50vw;
    height: 100%;
	    background-size: contain;

	    background-position: right bottom;
	background-repeat:no-repeat;
}

@media(max-width:640px){
	.location-banner:before {
		    width: 100%;
	}
}


/* REMOVES BOX SHADOW ON POSTCODE SEARCH BAR FOCUS */
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
box-shadow: none!important;
}

/* ROUNDS CORNERS OF LOCATION POPUP */
.modal-element.default-layout {
    border-radius: 20px;
		padding: 40px 30px;
}

/* ROUNDS BUTTON CORNERS ON LOCATION POPUP */
.modal-element.default-layout .button:not(.slick-arrow) {
    border-radius: 30px;
    padding: 15px 25px;
}