<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Southern Chic Spatique
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: Southern Chic Spatique - custom, responsive website.
Version: 1.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
}

p {
    margin-bottom: 1em;
}

main {
    display: block;
    padding-top: 6.5rem;
}

input, textarea {
    outline:none;
   }

@media only screen and (min-width: 57rem) {
    main {
        padding-top: 0rem;
    }
}

.nav-bar {
    height: 6.5rem;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 10;
}

@media only screen and (min-width: 57em) {
    .nav-bar {
        height: auto;
        width: 100%;
        background-color: #ffffff;
        position: static;
        top: 0;
        z-index: 10;
    }
}

.nav-bar__content {
    padding-right: 70px;
    height: 6.5rem;
    position: static;
    background-color: #ffffff;
    border-bottom: solid 1px #9c9c9c;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

@media only screen and (min-width: 57em) {
    .nav-bar__content {
        position: static;
        height: auto;
        background-color: #ffffff;
        border: none;
        display: block;
        padding: 0;
    }
}

.nav-bar__content--active {
    background-color: #dddddb;
}

@media only screen and (min-width: 57em) {
    .nav-bar__content--active {
        background-color: #fff;
    }
}

.nav-bar__tag-line {
    display: none;
}

@media only screen and (min-width: 57em) {
    .nav-bar__tag-line {
        display: block;
        background-color: #dddddb;
    }
}

.nav-bar__home-link {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    display: block;
    width: 180px;
    width: 100%;
    padding: .5rem 0 0;
    background-color: #dddddb;
    border-bottom: solid 1px #b1b1b1;
}

@media only screen and (min-width: 57em) {
    .nav-bar__home-link {
        margin: 0 auto;
        position: static;
        display: block;
        width: 100%;
        max-width: 20rem;
        padding: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
        background-color: #fff;
        border: none;
    }
}

.nav-bar__home-logo {
    width: 180px;
    margin: 0 auto;
    border: none;
    display: block;
}

@media only screen and (min-width: 57em) {
    .nav-bar__home-logo {
        width: 100%;
        height: auto;
        padding: .5rem;
    }
}

.nav-bar__list-container {
    position: fixed;
    width: 100%;
    height: 500px;
    padding-top: 6.5rem;
    padding-bottom: 1rem;
    background-color: #dddddb;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .5s ease-out;
    transition: opacity .3s ease-in-out, -webkit-transform .5s ease-out;
    transition: transform .5s ease-out, opacity .3s ease-in-out;
    transition: transform .5s ease-out, opacity .3s ease-in-out, -webkit-transform .5s ease-out;
    z-index: -1;
    overflow: auto;
    border-bottom: solid 1px #b1b1b1;
}

@media only screen and (min-width: 57em) {
    .nav-bar__list-container {
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        border-bottom: none;
        border-color: #dddddb;
        border-style: double;
        border-left: none;
        border-right: none;
        position: static;
        -webkit-transform: none;
        transform: none;
        background-color: #ffffff;
        overflow: visible;
    }
}

.nav-bar__list-container--active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav-bar__list {
    display: block;
    list-style: none;
    top: 0;
    text-align: center;
    background-color: #dddddb;
    border-bottom: solid 1px #dddddb;
    z-index: -1;
    padding-bottom: .5rem;
}

.nav-bar__list--active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav-bar__list--secondary {
    padding-bottom: 0;
    padding-top: .5rem;
    position: relative;
}

.nav-bar__list--secondary::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b1b1b1;
    width: 100%;
    height: 1px;
}

@media only screen and (min-width: 57em) {
    .nav-bar__list {
        position: relative;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        max-width: 75rem;
        padding-top: 0;
        margin: 0 auto;
        border: none;
        -webkit-transition: none;
        transition: none;
        z-index: 1;
        padding-bottom: 0;
        background-color: #fff;
    }
    .nav-bar__list--secondary {
        display: none;
    }
}

.nav-bar__list-item--desktop {
    display: none;
}

@media only screen and (min-width: 57em) {
    .nav-bar__list-item {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
    }
    .nav-bar__list-item::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        height: 60%;
        width: 1px;
        background-color: #dddddb;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .nav-bar__list-item:last-child::after {
        display: none;
    }
    .nav-bar__list-item--mobile {
        display: none;
    }
}

.nav-bar__list-item-link {
    padding: 1rem;
    display: block;
    text-decoration: none;
    color: #003d4c;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.nav-bar__list-item-link:hover {
    background-color: #f8f8f8;
}

@media only screen and (min-width: 57em) {
    .nav-bar__list-item-link {
        padding: 1rem 1.5rem;
        display: block;
        text-decoration: none;
        color: #003d4c;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
        position: relative;
        border: none;
        text-transform: uppercase;
        white-space: nowrap;
        position: relative;
    }
    .nav-bar__list-item-link:hover {
        background-color: transparent;
    }
    .nav-bar__list-item-link:hover .link-text::before {
        width: 100%;
    }
}

.nav-bar__menu-btn {
    position: absolute;
    right: 10px;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: -1000000000px;
    outline: 0;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

.nav-bar__menu-btn-ui {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 2rem;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    display: block;
    border-radius: 1px;
    background: #003d4c;
    position: absolute;
}

.nav-bar__menu-btn-ui::before {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
}

.nav-bar__menu-btn-ui::after {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
}

.nav-bar__menu-btn-ui::after,
.nav-bar__menu-btn-ui::before {
    content: "";
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    display: block;
    border-radius: 1px;
    background: inherit;
    position: absolute;
    height: 2px;
    width: 100%;
}

.nav-bar__menu-btn-ui--active {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.nav-bar__menu-btn-ui--active::before,
.nav-bar__menu-btn-ui--active::after {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg);
}

@media only screen and (min-width: 57em) {
    .nav-bar__menu-btn {
        display: none;
    }
}

.link-text {
    width: auto;
    position: relative;
}

.link-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0.0625rem;
    background-color: #003d4c;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}

.link-text--external {
    padding-right: 20px;
}

.link-text--external::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 30px;
    width: 15px;
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%);
    background-image: url(resources/images/svg/external-link-alt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.link-text--internal {
    padding-right: 15px;
}

.link-text--internal::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 12px;
    width: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(resources/images/svg/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.tag-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 1rem;
}

.tag-line__item {
    display: block;
    padding: 0 1rem;
    position: relative;
    color: #004359;
    text-transform: uppercase;
}

.tag-line__item::after {
    content: "|";
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
}

.tag-line__item:last-child::after {
    display: none;
}

.tag-line__item-link {
    text-decoration: none;
    color: inherit;
}

.tag-line__item-link:hover .link-text::before {
    width: 100%;
}

.image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
}

.image-row__item {
    height: 18.75rem;
    width: 12.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 12.5rem;
    flex-basis: 8.5rem;
    /*12.5rem;*/
    margin-right: .5rem;
    overflow: hidden;
    position: relative;
}

.image-row__item:last-child {
    margin-right: 0;
}

.image-row__item::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 150%;
}

.image-row__image {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    background-size: cover;
    /* REMOVED IMAGE FROM HERE */
    background-position: center;
}

.aside {
    padding: 1rem 0;
}

@media only screen and (min-width: 45rem) {
    .aside {
        padding: 3rem 0;
    }
}

.aside__content {
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.aside--bordered {
    border-bottom: none;
    border-color: #dddddb;
    border-style: double;
    border-left: none;
    border-right: none;
    border-top: none;
}

.quote {
    text-align: center;
}

.quote__content {
    color: #003d4c;
}

.quote__person {
    margin-top: .5rem;
    color: #009dbc;
}

.hero-section {
    padding: .5rem;
    position: relative;
    overflow: hidden;
}

.hero-section__canvas {
    display: none;
}

@supports ((-webkit-clip-path: polygon(4rem 2rem, 26rem 2rem, 4rem calc(100% - 2rem), 26rem calc(100% - 2rem))) or (clip-path: polygon(4rem 2rem, 26rem 2rem, 4rem calc(100% - 2rem), 26rem calc(100% - 2rem)))) {
    .hero-section__canvas {
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        display: block;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        -webkit-clip-path: polygon(calc((100% - 22rem) / 2) 0.5rem, calc(100% - (100% - 22rem) / 2) 0.5rem, calc(100% - (100% - 22rem) / 2) calc(100% - .5rem), calc((100% - 22rem) / 2) calc(100% - .5rem));
        clip-path: polygon(calc((100% - 22rem) / 2) 0.5rem, calc(100% - (100% - 22rem) / 2) 0.5rem, calc(100% - (100% - 22rem) / 2) calc(100% - .5rem), calc((100% - 22rem) / 2) calc(100% - .5rem));
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    @media only screen and (min-width: 45rem) {
        .hero-section__canvas {
            -webkit-clip-path: polygon(5rem 2rem, 27rem 2rem, 27rem calc(100% - 2rem), 5rem calc(100% - 2rem));
            clip-path: polygon(5rem 2rem, 27rem 2rem, 27rem calc(100% - 2rem), 5rem calc(100% - 2rem));
            left: 0;
            -webkit-transform: none;
            transform: none;
        }
    }
    @media only screen and (min-width: 85rem) {
        .hero-section__canvas {
            -webkit-clip-path: polygon(calc(50% - 37.5rem) 2rem, calc(50% - 15.5rem) 2rem, calc(50% - 15.5rem) calc(100% - 2rem), calc(50% - 37.5rem) calc(100% - 2rem));
            clip-path: polygon(calc(50% - 37.5rem) 2rem, calc(50% - 15.5rem) 2rem, calc(50% - 15.5rem) calc(100% - 2rem), calc(50% - 37.5rem) calc(100% - 2rem));
        }
    }
}

@media only screen and (max-width: 500px) {
    .hero-section {
        padding: 0;
    }
}

@media only screen and (min-width: 45rem) {
    .hero-section {
        padding: 2rem 5rem;
    }
    .hero-image {
        padding: 7rem 5rem;
    }
}

.hero-section__container {
    max-width: 75rem;
    margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    .hero-section__container {
        padding: 0 .5rem;
    }
}

.hero-section__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #006e8c;
    min-height: 25rem;
    padding: 2.5rem 1rem 5.5rem;
    color: #fff;
    text-align: center;
    max-width: 22rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

@supports ((-webkit-clip-path: polygon(4rem 2rem, 26rem 2rem, 4rem calc(100% - 2rem), 26rem calc(100% - 2rem))) or (clip-path: polygon(4rem 2rem, 26rem 2rem, 4rem calc(100% - 2rem), 26rem calc(100% - 2rem)))) {
    .hero-section__aside {
        background-color: rgba(0, 110, 140, 0.86);
    }
}

@media only screen and (min-width: 45rem) {
    .hero-section__aside {
        margin: 0;
    }
}

@media only screen and (max-width: 500px) {
    .hero-section__aside {
        width: 100%;
        max-width: none;
    }
}

.hero-section__title {
    font-weight: 300;
    font-size: 2rem;
    text-transform: uppercase;
}

.hero-section__title--no-sub-title {
    padding-bottom: 1rem;
}

.hero-section__sub-title {
    font-weight: 300;
    font-size: 1.625rem;
    text-transform: uppercase;
    padding: 1rem 0;
}

.hero-section__content {
    font-weight: 300;
    font-size: 1rem;
}

.hero-section__video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero-section__image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 500px) {
    .hero-section__video {
        display: none;
    }
}

.section {
    text-align: center;
    margin-bottom: 1rem;
}

.section__left {
    text-align: left;
    color: #003d4c;
}

.section--bordered {
    border-bottom: none;
    border-color: #dddddb;
    border-style: double;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: .5rem 0;
    margin-bottom: 1rem;
}

.section--full-width {
    padding-left: 0;
    padding-right: 0;
}

.section--alt {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2.5rem 0;
}

.section--alt.first {
    padding-top: 1.5rem;
}

.section--spaced {
    margin-bottom: 3rem;
}

.section__title {
    color: #003d4c;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.section__sub-heading {
    color: #009dbc;
    font-family: 300;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section__sub-heading--alt {
    text-transform: none;
    padding-bottom: 3rem;
    max-width: 40rem;
    margin: 0 auto;
}

.section__sub-heading--small-space {
    padding-bottom: 1rem;
}

.section__content {
    padding: 0;
    margin: 0 auto;
}

.section__content--alt {
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section__sub-title {
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    padding-top: 7rem;
}

.section__sub-title.first {
    padding-top: 0;
}

.service-list {
    list-style: none;
    max-width: 70rem;
}

.service-list__item {
    display: block;
    margin-bottom: 2rem;
}

.service-list__item:last-child {
    margin-bottom: 0;
}

.service-list__item-link {
    text-decoration: none;
}

.service-list__item-link:hover {
    background-color: transparent;
}

.service-list__item-link:hover .link-text::before {
    width: 100%;
}

.service {
    text-align: left;
    color: #003d4c;
    font-weight: 300;
}

.service__title {
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 5px;
}

.service__title--alt {
    text-decoration: none;
    color: #003d4c;
    font-weight: normal;
}

.scrolling-carousel {
    display: block;
    list-style: none;
    min-width: 100%;
    overflow-x: auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 75rem;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    white-space: nowrap;
}

.scrolling-carousel__item {
    min-width: 15.625rem;
    margin-left: .5rem;
    -webkit-box-shadow: 3px 5px rgba(255, 255, 255, 0.05);
    box-shadow: 3px 5px rgba(255, 255, 255, 0.05);
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

.scrolling-carousel__item:last-child {
    margin-right: .5rem;
}

.graphic-card {
    display: block;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    background: #009dbc;
}

.graphic-card::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 150%;
}

.graphic-card__image {
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.graphic-card__container {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 110, 140, 0.86);
    width: 100%;
    min-height: 5rem;
    max-height: 100%;
    padding: .4rem 1rem;
    color: white;
    font-weight: 300;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.graphic-card__heading {
    font-size: .9rem;
    text-transform: uppercase;
}

.graphic-card__desc {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.brand-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    max-width: 75rem;
    margin: 0 auto;
}

.brand-row__item {
    margin: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.staff-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    max-width: 860px;
    margin: 0 auto;
}

@media only screen and (min-width: 32rem) {
    .staff-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.staff-row__image-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.staff-row__item {
    width: 100%;
    height: auto;
    margin: .5rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    max-width: 270px;
}

.staff-row__image {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.staff-row__image--portrait {
    height: auto;
    width: 100%;
}

.staff-row__content {
    position: relative;
    background-color: #006e8c;
    padding: 1rem .5rem;
    color: #fff;
    font-weight: 200;
    min-height: 250px;
}

.staff-row__name {
    padding-bottom: .5rem;
    text-transform: uppercase;
}

.staff-row__position {
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.staff-row__email {
    color: #fff;
    padding: .3rem;
    display: block;
}

.staff-row__phone {
    color: #fff;
    padding: .3rem;
}

.staff-row__phone a {
    color: #fff;
}

.vertical-separator::after {
    content: "  |  ";
}

.footer {
    background-color: #dddddb;
    padding: 2rem;
}

.footer__home-link {
    display: block;
    max-width: 25rem;
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
}

.footer__home-logo {
    width: 100%;
}

.footer__container {
    max-width: 75rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-list {
    text-align: center;
    list-style: none;
    color: #003d4c;
    text-transform: uppercase;
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-list:last-child {
    margin-bottom: 0;
}

.footer-list__item--link a {
    color: #003d4c;
}

.footer-social-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-social-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 2rem;
}

.footer-social-list__item:last-child {
    margin-right: 0;
}

.footer-social-list__img {
    width: 100%;
}

.footer-social-list__link {
    width: 50px;
    height: auto;
    display: block;
    cursor: pointer;
}

.footer-social-list__link:not(:hover) .footer-social__svg-background {
    fill: transparent;
}

.footer-social-list__link:not(:hover) .footer-social__svg-icon {
    fill: #006e8c;
}

.footer-social__svg-background {
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.footer-social__svg-icon {
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.map-container {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    max-width: 60rem;
    margin: 0 auto;
}

@media only screen and (min-width: 40rem) {
    .map-container {
        padding-bottom: 40%;
    }
}

.map-container__map {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.newsletter-form__input-container {
    position: relative;
    max-width: 860px;
    display: block;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsletter-form__input-container::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 32px;
    width: 44px;
    background-color: #006e8c;
    background-image: url(resources/images/svg/email.svg);
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.newsletter-form__input {
    padding: .2rem;
    font-size: 1.2rem;
    border: solid 1px #006e8c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    appearance: none;
}

.newsletter-form__submit {
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #006e8c;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: solid 1px transparent;
    margin-top: 1rem;
    padding: .2rem 1rem;
}

.newsletter-form__submit:hover {
    background-color: #fff;
    color: #006e8c;
    border: solid 1px #006e8c;
}

/**** WooCommerce ****/
.section--no-bg {
    margin: 50px auto;
    width: 100%;
}

.section--no-bg-wide {
    margin: 50px auto;
    width: 100%;
}

.section__wishlist {
    width: 80%;
    margin: 50px auto;
}

.woocommerce-breadcrumb {
    margin: 50px auto 0px auto;
    width: 80%;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    color: #004359;
}


.woocommerce,
.header__title  {
    margin: 50px auto;
    width: 80%;
}

.header--text-no-carousel {
    display: none;
}

.product-header-text {
    margin-bottom:15px;
}

footer {
    clear:both;
}

.header__image {
    max-height: 400px;
    overflow: hidden;
    align-content: center;
    display: none;
}

.header__image-source {
    width: 100%;
    margin-top: -13%;
}

.single-product &gt; .product &gt; .related {
    clear: both;
    margin-top: 20px;
}

.single-product &gt; .product &gt; .related  &gt; h2 {
    padding: 25px 0;
}

.entry-summary {
    text-align: left;
    align-content:left;
}

.cart &gt; .quantity &gt; input[type='number'],
#coupon_code, .wishlist_item_qty, .product-quantity &gt; .quantity &gt; input[type='number'] {
    height: 36px;
    width:110px;
    font-size: 15px;
}


.woocommerce-billing-fields &gt; .woocommerce-billing-fields__field-wrapper &gt; p &gt; span &gt; input,
.pwgc-field-container &gt; input, .woocommerce-form-login input[type="text"], .woocommerce-form-login input[type="password"], 
.woocommerce-variation-add-to-cart &gt; .quantity &gt; input, .woocommerce-form-register input[type="email"], .woocommerce-form-login input[type="email"],
#pwgc-redeem-gift-card-number, #wpgv-redeem-gift-voucher-number, .woocommerce-Input--text {
    height: 36px;
    font-size: 16px;
    text-indent: 5px;
}

.woocommerce-additional-fields &gt; .woocommerce-additional-fields__field-wrapper &gt; p &gt; span &gt; textarea,
.pwgc-field-container &gt; textarea {
    height: 100px;
    font-size: 16px;
    resize: none;
}

.single_add_to_cart_button, .checkout-button, #place_order, .ywsfl_single_add,
.ywsfl_button_container &gt; .ywsfl_single_remove, #wishlist_button  {
    background-color: #006E8C !important;
}

/** save for later **/
.ywsfl_button_container {
    margin-left: 0 !important;
}

#ywsfl_container_list &gt; .ywsfl-row &gt; .sub_container_product &gt; .product_name &gt; .display_product_status .savelist-in-stock {
    color: #006E8C !important;
}


#ywsfl_container_list &gt; .ywsfl-row &gt; .delete_col a {
    color: #009dbc !important;
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

#ywsfl_container_list &gt; .ywsfl-row &gt; .delete_col a:hover {
    color: #fff !important;
    background-color: #009dbc !important;
}

#yith-wsfl-messages {
    color: #009dbc !important;
}


/** end of save for later **/

/** gift card **/

#voucherFromName,
#voucherForName,
#voucherAmount,
#voucherMessage,
#voucherEmail,
#voucherPayment,
#voucherFirstName,
#voucherLastName,
#voucherAddress,
#voucherPincode,
#shipping_email  {
    font-size: 16px !important;
    text-indent: 5px !important;
    border: solid 1px #006e8c !important;
    box-shadow: none !important;
    background-color: inherit !important;
}

.section-gift {
    margin: 50px auto;
    width: 60%;
    text-align: left;
}

@media only screen and (max-width: 1200px) { 
    .section-gift {
        width: 70%;
    }
}

@media only screen and (max-width: 912px) { 
    .section-gift {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) { 
    .section-gift {
        width: 90%;
    }
}

#wpgv-redeem-gift-voucher-number {
    width: 150px;
    margin-right: 10px;
}

#wpgv_show-gift-card {
    color: #009dbc;
}

.checkout_wpgv_gift_voucher {
    margin-bottom: 20px;
}

/** end of gift card **/

.product_meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

mark {
    background-color: inherit;
}

@media only screen and (min-width: 767px) {
    .woocommerce-product-gallery {
        width: 40% !important;
    }
}

.price &gt; .woocommerce-Price-amount, 
.product-price &gt; .woocommerce-Price-amount, 
.product-subtotal &gt; .woocommerce-Price-amount,
.product-total &gt; .woocommerce-Price-amount,
.cart-subtotal &gt; td &gt; .woocommerce-Price-amount,
.order-total &gt; td &gt; strong &gt; .woocommerce-Price-amount,
.in-stock {
    color: #009dbc !important;
}

.bio__content &gt; p &gt; em {
    display: none;
}

#order_review_heading {
    margin-top: 25px;
}

.cart-customlocation {
    color: #004359;
    text-decoration: none;
    color: inherit;
}

.cart-customlocation:hover {
    width: 100%;
}

.woocommerce-loop-category__title, .lost_password &gt; a,.ign-list-form a,
.woocommerce-loop-product__title, .woocommerce-message a,
.product_meta &gt; .posted_in a, .tagged_as &gt; a, .woocommerce-MyAccount-content a,
.variations &gt; tbody &gt; tr &gt; .value a, .woocommerce-info &gt; a, .woocommerce-error li &gt;a,
.add_saveforlater, .shipping-calculator-button, .woocommerce-MyAccount-navigation-link &gt; a,
.woocommerce-table__product-name a, .product-name &gt; a, .wl_result_wrap a,
.product_name &gt; a, .ywsfl_button_container &gt; .ywsfl_single_message &gt; a  {
    text-decoration: inherit !important;
    color: #009dbc !important;
}

.add_to_cart_button, button[name="update_cart"] {
    color: #003d4c !important;
}

.woocommerce-cart-form__cart-item &gt; .product-name &gt; a {
    text-decoration: inherit;
    color: #003d4c !important;
}

.woocommerce-cart-form__cart-item &gt; .product-remove &gt; a {
    color: #009dbc !important;
}

.product-remove &gt; .remove:hover {
    color: #009dbc !important;
    background-color: #009dbc !important;
}

.woocommerce-message {
    border-top-color: #009dbc;
}

.woocommerce-message::before {
    content: "\e015";
    color: #009dbc;
}


@media only screen and (min-width: 767px) {
    .woocommerce-product-gallery {
        display: flex;
        flex-direction: row-reverse;
    }

    .woocommerce-product-gallery &gt; .flex-viewport {
        width: 80%;
    }

    .woocommerce-product-gallery &gt; .flex-control-thumbs {
        display: flex;
        flex-direction: column;
        width: 20%;
    }

    .woocommerce-product-gallery &gt; .flex-control-thumbs &gt; li {
        width: 100% !important;
    }
}

.woocommerce-MyAccount-navigation ul {
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin: 2rem;
}

.woocommerce-MyAccount-navigation-link {
    position: relative;
}
 
.woocommerce-MyAccount-navigation-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 60%;
    width: 1px;
    background-color: #dddddb;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-MyAccount-navigation-link:last-child::after {
    display: none;
}

.woocommerce-MyAccount-navigation-link &gt; a {
    padding: 1rem 1.5rem;
}

.is-active &gt; a {
    color: #003d4c !important;
    pointer-events: none;
    cursor: default;
}

.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="tel"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.shipping_address input[type="text"],
.edit_wishlist_desc_title  {
    height: 36px;
    font-size: 16px;
    text-indent: 5px;
}


/*** wishlist/registry ***/

.ign-wl-modal-content {
    font-family: 'Lato', sans-serif;
}

#wishlist_close_button {
    background-color: #003d4c !important;
}

#wishlist_add_button {
    background-color: #009dbc !important;
}

#wishlist_title_field {
    height: 36px;
    font-size: 18px;
}

#searchform #s {
    height: 36px;
    width:110px;
    font-size: 15px;
    text-indent: 5px;
}


#searchform #searchsubmit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce input.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section__header--title, #customer_login h2,
.woocommerce-MyAccount-content &gt; h2, .woocommerce-MyAccount-content &gt; h3 {
    margin: 2rem auto;    
    color: #003d4c;
    font-weight: 300;
    text-transform: uppercase;
}

.woocommerce-MyAccount-content &gt; p, .woocommerce-MyAccount-content &gt; .woocommerce-message,
.woocommerce-MyAccount-content &gt; .woocommerce-Message, .woocommerce-MyAccount-content &gt; .woocommerce-Addresses,
.woocommerce-MyAccount-content &gt; .woocommerce-EditAccountForm  {
    text-align: left;
}

.wishlist_myaccount_h2, .your_wishlists {
    text-align: center;
}

.section--small {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    margin: 2em auto;
}

.section--small__content {
    display: flex;
    flex-direction: column;
    width: 48%;
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em auto;
    text-align: left;
    border-radius: 5px;
}

.section--small__content--left {
    float: left;
}

.section--small__content--right {
    float: right;
}

@media only screen and (max-width: 912px) { 

    .section--small__content {
        width: 100%;
    }
}

.wl-table {
    width: 100%;
    margin: 2rem auto;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
}

.wl-table th, .wl-table tr {
    text-align: center;
    width: 33%;
}

.wl-table th {
    font-weight: 700;
    padding: 9px 0;
    line-height: 1.5em;
}

.wl-table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 1rem 0.2rem;
}

.wl-table td &gt; a {
    color: #009dbc !important;
    text-decoration: none;
}

.list-share-links {
    display: flex;
    text-align: left;
    margin: 2rem auto;
    justify-content: center;
    width: 100%;
}

.wishlists_notice_ul {
    list-style: none; 
    padding: 0;
}

.wishlists_notice_ul &gt; li &gt; a {
    color: #009dbc !important;
    text-decoration: none;
}

.wishlist_title {
    color: #003d4c;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

.ign-list-form {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    margin: 1rem auto;
    text-align: left;
}


.ign-list-form &gt; form &gt; p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;
}

.ign-list-form &gt; form &gt; p &gt; input[type="text"] {
    height: 36px;
    font-size: 16px;
    text-indent: 5px;
    margin: 1rem 0;
}

.ign-list-form &gt; form &gt; p &gt; textarea {
    font-size: 16px;
    margin: 1rem 0;
    resize: none;
    height: 6rem;
}

.ign-list-rad-table tr {
    margin-bottom: 1rem;
}

.ign-list-rad-table td  {
    padding-bottom: .5rem;
}

.ign-list-rad-table td &gt; label {
    padding-left: 10px;
}

.ign-list-form &gt; form &gt; p &gt; input[type="submit"] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 150px;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wishlist_search_form input#s {
    width: 100% !important;
}

#searchsubmit {
    margin-top: 1rem !important;
    float: right;
}

@media only screen and (max-width: 767px) { 
    .ign-list-form &gt; form &gt; p &gt; input[type="submit"] { 
        width: auto;
        margin: 0;
    }
}

.edit_wishlist_desc_and_type_wrapper {
    margin: 0 auto;
    width: 80%;
}

.edit_wishlist_desc_title {
    margin-top: 1rem;
}

.header__ddl-placeholder {
    display: none;
}

.page-numbers &gt; li &gt; a {
    color: #009dbc !important;
}

/**.woocommerce-MyAccount-navigation-link:hover &gt; a:before { 
    width: 75%;
}

.woocommerce-MyAccount-navigation-link &gt; a:before {
    content: "";
    display: block;
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0.0625rem;
    background-color: #003d4c;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}**/


.wishlist_receiver_form {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;
}

.wishlist_receiver_form &gt; h3 { 
    margin-bottom: 1rem;
}

.wishlist_receiver_form &gt; table td {
    padding-bottom: 1rem;
}

.wishlist_receiver_form &gt; table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wishlist_receiver_form .wishlist_checkout_list_titles {
    margin-top: .5rem;
}

#notify_receiver_message {
    font-size: 16px;
    margin: 1rem 0;
    resize: none;
    height: 6rem;
    width: 100%;
}


@media only screen and (max-width: 912px) {

    .woocommerce  {
        margin: 50px auto;
        width: 100%;
    }

    .woocommerce-MyAccount-navigation-link:after {
        display: none;
    }

    .section--no-bg-wide {
        width: 80%
    }

    .section--no-bg {
        width: 80%;
    }

    .woocommerce-EditAccountForm input, .woocommerce-form-coupon input, .woocommerce-checkout input,
    .woocommerce-checkout textarea, .woocommerce-MyAccount-content input, .woocommerce-cart-form__cart-item .quantity input,
    .ign-list-form input, .ign-list-form textarea, .wishlist_search_form input[type="text"] {
        border: 1px solid rgba(0,0,0,.1);
    }

    .woocommerce-MyAccount-navigation {
        position: relative;
        width: auto;
        padding: 10px;
        margin: 0 auto;
        background: transparent;
        color: #fff;
        outline: none;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
    }

    .woocommerce-MyAccount-navigation &gt; ul {
        display: block;
        position: absolute;
        left: -10px;
        right: 0;
        background: #fff;
        font-weight: normal;
        opacity: 0;
        pointer-events: none;
        list-style: none;
        margin: .5rem;
        z-index: 1;
        border: 1px solid #515151;
    }
    
    .woocommerce-MyAccount-navigation-link &gt; a {
        display: block;
        text-decoration: none;
        color: #515151;
        padding: 1rem 0 .5rem;
        text-align: center;
        position: relative;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }

    .woocommerce-MyAccount-navigation-link:last-child &gt; a:after {
        display:none;
    }

    .woocommerce-MyAccount-content {
        margin: 2rem auto;
    }

    .header__ddl-placeholder {
        font-size: 1.5rem;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        text-align: center;
        position: relative;
        display: inline;
        padding-right: 20px;
        font-weight: 500;
        color: #515151;
    }

    .header__ddl-placeholder::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 0;
        top: 50%;
        border-width: 6px 0 6px 6px;
        border-style: solid;
        border-color: transparent #515151;
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    }

    .header__ddl--active .header__ddl-placeholder::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
      }

    .header__ddl--active ul {
        opacity: 1;
        pointer-events: auto;
    }

    .voucher_search_bar {
        width: 100% !important;
    }

    .woocommerce-Address address{
        margin-bottom: 1rem;
    }

    .voucher_search_button, .woocommerce-MyAccount-content button[type="submit"], .wc-proceed-to-checkout{
        margin: 1rem auto !important;
    }
}

/*** end of wishlist/registry ***/


/*** popup styles ***/
.popmake-close {
    font-size: 1.2rem !important;
    color: #ffffff !important;
    background-color: #006e8c;
    outline: none !important;
    border: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    -webkit-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
    border: solid 1px transparent !important;
    margin-top: 1rem !important;
    padding: .2rem 1rem !important;
    bottom: 34px !important;
    left: 38px !important;
    line-height: 23px !important;
}

.pum-title {
    color: #003d4c !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-family: 'Lato', sans-serif !important;
    text-align: center !important;
}

.pum-close {
    background-color: transparent !important;
    border: 1px solid rgb( 0, 183, 205) !important;
    color: rgba( 0, 183, 205, 1.00 ) !important;
}</pre></body></html>