/* for WOW, In order to hide all elements when they are supposed to be hidden. (Anti Flickering) */
.wow {
    visibility: hidden;
}

.wds-margin-top60 {
    margin-top: 60px !important;
}

.wds-margin-top30 {
    margin-top: 30px !important;
}

.wds-margin-top40 {
    margin-top: 40px !important;
}

.wds-margin-top25 {
    margin-top: 25px !important;
}

.wds-margin-top20 {
    margin-top: 20px !important;
}

.wds-margin-top15 {
    margin-top: 15px !important;
}

.wds-margin-top13 {
    margin-top: 13px !important;
}

.wds-margin-top10 {
    margin-top: 10px !important;
}

.wds-margin-top5 {
    margin-top: 5px !important;
}

.wds-margin-top0 {
    margin-top: 0px !important;
}

.wds-margin-bottom60 {
    margin-bottom: 60px !important;
}

.wds-margin-bottom40 {
    margin-bottom: 40px !important;
}

.wds-margin-bottom30 {
    margin-bottom: 30px !important;
}

.wds-margin-bottom20 {
    margin-bottom: 20px !important;
}

.wds-margin-bottom15 {
    margin-bottom: 15px !important;
}

.wds-margin-bottom10 {
    margin-bottom: 10px !important;
}

.wds-margin-bottom5 {
    margin-bottom: 5px !important;
}

.wds-margin-bottom0 {
    margin-bottom: 0px !important;
}

.wds-margin-left30 {
    margin-left: 30px !important;
}

.wds-margin-left20 {
    margin-left: 20px !important;
}

.wds-margin-left15 {
    margin-left: 15px !important;
}

.wds-margin-left10 {
    margin-left: 10px !important;
}

.wds-margin-left0 {
    margin-left: 0px !important;
}

.wds-margin-left5 {
    margin-left: 5px !important;
}

.wds-margin-right0 {
    margin-right: 0px !important;
}

.wds-padding-top30 {
    padding-top: 30px !important;
}

.wds-padding-top20 {
    padding-top: 20px !important;
}

.wds-padding-top10-5 {
    padding-top: 10.5px !important;
}

.wds-padding-top10 {
    padding-top: 10px !important;
}

.wds-padding-top9 {
    padding-top: 9px !important;
}

.wds-padding-top8 {
    padding-top: 8px !important;
}

.wds-padding-top5 {
    padding-top: 5px !important;
}

.wds-padding-top0 {
    padding-top: 0px !important;
}

.wds-padding-bottom30 {
    padding-bottom: 30px !important;
}

.wds-padding-bottom20 {
    padding-bottom: 20px !important;
}

.wds-padding-bottom15 {
    padding-bottom: 15px !important;
}

.wds-padding-bottom10 {
    padding-bottom: 10px !important;
}

.wds-padding-bottom5 {
    padding-bottom: 5px !important;
}

.wds-padding-left10 {
    padding-left: 10px !important;
}

.wds-padding-left5 {
    padding-left: 5px !important;
}

.wds-padding-right10 {
    padding-right: 10px !important;
}

.wds-padding-right5 {
    padding-right: 5px !important;
}

.wds-mobile-menu {
    /*background: #222;*/
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: #ebebeb;*/
    transition: all .2s cubic-bezier(.23, .47, .32, 1);
    display: block;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.wds-mobile-menu-data {
    /*-webkit-backface-visibility: hidden;*/
}

.wds-mobile-menu-triggers {
    font-size: 0;
    padding: 0 20px;
    text-align: center;
    display: block;
}

.wds-mobile-menu-trigger {
    cursor: pointer;
    display: inline-block;
    width: 25%;
    padding-bottom: 5px;
    text-align: center;
}

.wds-mobile-menu-trigger-icon {
    /*background-image: url(//static.squarespace.com/universal/images-v6/mobile-info-bar/email-light.png);*/
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 8px auto;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
    color: -webkit-link;
    /*text-decoration: underline;*/
    cursor: auto;
}

.wds-mobile-menu-trigger-label {
    display: block;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: -webkit-link;
    /*text-decoration: underline;*/
    cursor: auto;
}

.wds-mobile-overlay {
    /*visibility: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #ebebeb;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s cubic-bezier(.23, .47, .32, 1);
}

.wds-mobile-overlay-content {
    width: 100%;
    margin: auto;
}

.wds-mobile-overlay-content-close {
    cursor: pointer;
    position: fixed;
    background: #ebebeb;
    top: 10px;
    right: 10px;
    padding: 13px;
}

.wds-announcement {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
    text-align: center;
    -webkit-transition: height .3s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: height .3s cubic-bezier(.23, 1, .32, 1);
    -ms-transition: height .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: height .3s cubic-bezier(.23, 1, .32, 1);
    transition: height .3s cubic-bezier(.23, 1, .32, 1);
}

.wds-teal-highlight1 {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #8dcdd8;
    padding: 10px;
    border-radius: 5px;
    margin: 0 10px 10px 10px;
}

.wds-teal-highlight2 {
    margin-left: 0;
    margin-bottom: 1rem;
}

.wds-teal-highlight3 {
    margin-left: 15px;
}

.wds-teal-highlight4 {
    margin-bottom: 1rem;
}

.wds-questionnaire-text-details a {
    color: #0c5460 !important;
}

.wds-admin {
    text-align: center !important;
    /*padding-bottom: 1% !important;*/
    font-size: 24px !important;
    margin-top: 5px !important;
}

.wds-admin-save {
    bottom: 1.1em;
    position: absolute;
}

.posh-container2 {
    padding-bottom: 1rem !important;
}

.hm-iframe {
    text-decoration: underline !important;
    font-weight: 700;
}

/* Desktop */
@media (min-width: 1026px) {

}

/* iPad is 1024 width */
@media (max-width: 1025px) and (min-width: 1000px) {
    .wds-posh1-carousel {
        max-height: 350px;
        min-width: auto;
    }

    .wds-posh1-services {
        margin-left: 7rem;
    }

    .es-carousel-wrapper {
        max-width: 400px;
        margin: auto;
    }

    .rg-image img {
        max-width: 15rem;
        max-height: 15rem;
    }
}

/* small tablets */
@media (min-width: 451px) and (max-width: 800px) {
    .full-bg-img {
        height: 400px !important;
    }
}

/* tablets */
@media (min-width: 451px) and (max-width: 1026px) {
    .wds-posh1-carousel {
        max-height: 400px;
        min-width: auto;
    }

    .es-carousel-wrapper {
        margin-left: 9.67rem;
        max-width: 400px;
        margin: auto;
    }

    .rg-image img {
        max-width: 30rem;
        max-height: 30rem;
    }

    /*.wds-posh1-services {*/
    /*margin-left: 1rem;*/
    /*}*/
}

/* iPad is 1024 width */
@media (max-width: 1025px) and (min-width: 1000px) {
    .wds-posh1-carousel {
        max-height: 350px;
        min-width: auto;
    }

    .wds-posh1-services {
        margin-left: 7rem;
    }

    .es-carousel-wrapper {
        margin-left: 3.67rem;
        max-height: 20rem;
    }

    .posh-footer-copyright {
        position: relative;
        top: -6px;
        height: auto !important;
    }

    .posh-hr {
        margin-bottom: 12px;
    }

    .posh-s-title {
        font-weight: bold !important;
        font-size: 1rem !important;
        padding-left: 0px !important;
        margin-bottom: 30px !important;
    }

    .posh-back {
        color: #333332;
        font-size: 1rem;
        position: relative;
        left: 111px;
        top: 50px;
    }

    .rg-image-nav a {
        position: absolute;
        top: 140px;
        left: 80px;
        /*background: url('../icons/nav.png') no-repeat -20% 50%;*/
        width: 28px;
        height: 100%;
        text-indent: -9000px;
        cursor: pointer;
        opacity: 0.7;
        outline: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 10px;
        border-radius: 0px 0px 0px 0px;
    }

    .rg-image-nav a.rg-image-nav-next {
        right: 80px;
        left: auto;
        background-position: 115% 50%;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 10px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .rg-caption-wrapper {
        position: relative;
        top: 4rem;
        right: -6rem;
        padding-bottom: 30px;
        margin-right: 160px;
    }

    .posh-container {
        min-height: 76px;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .posh-stepper-btn {
        font-size: 0.9rem !important;
        margin-left: 0px !important;
    }

    .posh-save-questionnaire {
        margin-left: 25px !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }


    .posh-plan-details {
        width: 16rem;
        display: inline-block;
    }

    .posh-border {
        border: 3px;
        border-style: dashed;
        border-color: #00B7DC;
        margin-left: 0%;
        margin-right: 0%;
        padding: 2%;
    }

    .posh-refer-title {
        text-align: center;
    }

    label {
        color: #495057 !important;
        font-size: 0.9rem !important
    }

    .posh-gal-square {
        min-height: 350px;
        max-height: 800px;
    }

    .posh-gal-upload-icon {
        z-index: 5;
        text-align: center;
        font-size: 6em;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #029da8;
        width: 18rem;
        margin-left: .6rem;
        pointer-events: none;
    }

    .posh-cover-upload-icon {
        z-index: 5;
        text-align: center;
        font-size: 6em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #029da8;
    }

    .posh-upload-text {
        font-size: 1rem;
        display: block;
        margin-top: 10px;
        margin-right: 1.2rem;
    }

    .posh-size-text {
        font-size: 0.9rem;
        display: block;
        margin-top: 5px;
        margin-right: 1.2rem;
    }

    .posh-carousel {
        padding-top: 2rem !important;
        padding-left: 3rem !important;
    }

    .posh-gal-img-square {
        width: auto;
        flex-shrink: 0;
    }

    #posh-gal-spacer {
        margin-top: 2rem;
        margin-bottom: 2.75rem;
    }

}

/* Everything else */
@media (min-width: 1027px) {
    .wds-posh1-carousel {
        max-height: 400px;
        min-width: auto;
    }

    .es-carousel-wrapper {
        max-width: 400px;
        margin: auto;
    }

    .rg-image img {
        max-width: 20rem;
        max-height: 20rem;
    }
}

/* Everything else */
@media (min-width: 451px) {
    /*max-width: 30rem;*/
    /*max-height: 20rem;*/
    /*}*/

    .wds-mobile-menu {
        display: none;
    }

    .posh-f-cright {
        height: auto !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .posh-footer-copyright {
        position: relative;
        top: -6px;
        height: auto !important;
    }

    .posh-hr {
        margin-bottom: 12px;
    }

    .posh-s-title {
        font-weight: bold !important;
        font-size: 1rem !important;
        padding-left: 0px !important;
        margin-bottom: 30px !important;
    }

    .posh-back {
        color: #333332;
        font-size: 1rem;
        position: relative;
        left: 164px;
        top: 30px;
    }

    .rg-image-nav a {
        position: absolute;
        top: 140px;
        left: 80px;
        /*background: url('../icons/nav.png') no-repeat -20% 50%;*/
        width: 28px;
        height: 100%;
        text-indent: -9000px;
        cursor: pointer;
        opacity: 0.7;
        outline: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 10px;
        border-radius: 0px 0px 0px 0px;
    }

    .rg-image-nav a.rg-image-nav-next {
        right: 80px;
        left: auto;
        background-position: 115% 50%;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 10px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .rg-caption-wrapper {
        position: relative;
        top: 4rem;
        right: 8rem;
    }

    .rg-image img {
        max-width: 30rem;
        max-height: 20rem;
    }

    .posh-container {
        min-height: 76px;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .posh-stepper-btn {
        font-size: 0.9rem !important;
        margin-left: 0px !important;
    }

    .posh-save-questionnaire {
        margin-left: 25px !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .posh-plan-details {
        width: 16rem;
        display: inline-block;
    }

    .posh-border {
        border: 3px;
        border-style: dashed;
        border-color: #00B7DC;
        margin-left: 0%;
        margin-right: 0%;
        padding: 2%;
    }

    .posh-refer-title {
        text-align: center;
    }

    label {
        color: #495057 !important;
        font-size: 0.9rem !important;
    }

    .posh-gal-square {
        width: 100%;
        height: 100%;
        min-height: 350px;
    }

    .posh-gal-upload-icon {
        z-index: 5;
        text-align: center;
        font-size: 6em;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #029da8;
        width: 18rem;
        margin-left: .6rem;
        pointer-events: none;
    }

    .posh-cover-upload-icon {
        z-index: 5;
        text-align: center;
        font-size: 6em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #029da8;
    }

    .posh-upload-text {
        font-size: 1rem;
        display: block;
        margin-top: 10px;
        margin-right: 1.2rem;
    }

    .posh-size-text {
        font-size: 0.9rem;
        display: block;
        margin-top: 5px;
        margin-right: 1.2rem;
    }

    .posh-carousel {
        padding-top: 2rem !important;
        padding-left: 3rem !important;
    }

    .posh-gal-img-square {
        height: 350px !important;
        width: auto;
        flex-shrink: 0;
        min-width: 100% !important;
        min-height: 100% !important;
    }

    #posh-gal-spacer {
        margin-top: 2rem;
        margin-bottom: 2.75rem;
    }

}

/* mobile phones */
@media (max-width: 450px) {
    .wds-teal-highlight1 {
        margin-right: 0 !important;
    }

    .posh-f-dash {
        padding-right: 3px;
        padding-left: 3px;
    }

    .l2-optional-section1 {
        margin-top: 30px;
    }

    #posh-gal-spacer {
        display: none;
    }

    .posh-optional-section-photo {
        margin-top: 20px;
    }

    .posh-gal-img-square {
        width: auto;
        flex-shrink: 0;
        min-width: 100% !important;
        min-height: 100% !important;
    }

    .posh-upload-text {
        font-size: 0.9rem;
        display: block;
        margin-top: 10px;
        margin-right: 1.2rem;
    }

    .posh-size-text {
        font-size: 10px;
        display: block;
        margin-top: 5px;
        margin-right: 1.2rem;
    }

    .posh-gal-upload-icon {
        z-index: 5;
        text-align: center;
        font-size: 3em;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #029da8;
        width: 18rem;
        margin-left: .6rem;
        pointer-events: none;
    }

    .posh-cover-upload-icon {
        z-index: 5;
        text-align: center;
        font-size: 3em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #029da8;
        width: 18rem;
    }

    .posh-gal-square {
        max-width: 100% !important;
        height: auto !important;
    }

    .posh-f-logo {
        display: block;
        margin: 0 auto !important;
    }

    .posh-footer-copyright {
        position: relative;
        top: 14px;
        height: auto !important;
    }

    .posh-hr {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .posh-footer-section {
        height: auto;
        /*margin-bottom: 180px;*/
    }

    .posh-s-title {
        font-weight: bold !important;
        font-size: 1rem !important;
        padding-left: 0px !important;
        margin-bottom: 15px !important;
        margin-top: 30px;
    }

    .posh-back {
        color: #333332;
        font-size: 1rem;
        position: relative;
        left: 10px;
        top: 0px;
    }

    .rg-image-nav a {
        position: absolute;
        top: -80px;
        left: 5px;
        /*background: url('../icons/nav.png') no-repeat -20% 50%;*/
        width: 28px;
        height: 100%;
        text-indent: -9000px;
        cursor: pointer;
        opacity: 0.7;
        outline: none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 10px;
        border-radius: 0px 0px 0px 0px;
    }

    .rg-image-nav a.rg-image-nav-next {
        right: 5px;
        left: auto;
        background-position: 115% 50%;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 10px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .posh-container {
        min-height: 76px;
    }

    .posh-save-questionnaire {
        margin-left: 0px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-top: 20px !important;
        margin-bottom: 3px !important;
    }

    .posh-stepper-btn {
        font-size: 0.9rem !important;
        margin-left: 0px !important;
    }

    #wds1-contact {
        margin-bottom: 5px;
    }

    .wds-posh1-services {
        margin-left: 1rem;
    }

    .btn,
    .page-footer {
        /*text-shadow: 0px 1px, 1px 0px, 1px 1px !important;*/
        font-weight: 600 !important;
    }

    #wds-posh1-footer {
        font-size: 4vw !important;
        /*text-shadow: 0px 1px, 1px 0px, 1px 1px !important;*/
    }

    .wds-posh1-carousel {
        max-height: 200px;
        min-width: auto;
    }

    .author-box, .jumbotron {
        background-color: #fff;
        padding: 2rem 1rem 2rem 1rem !important;
    }

    .rg-image img {
        max-width: 15rem;
        max-height: 15rem;
    }

    #posh-edit-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-body-posh {
        padding: 15px 0px;
    }

    #posh-page-header {
        padding-bottom: 10px;
    }

    .posh-plan-details {
        width: 15.5rem;
        display: inline-block;
        font-size: 11px;
    }

    .posh-price-details {
        font-size: 11px;
    }

    .posh-mobile-body {
        padding: 0px !important;
    }

    .posh-emo {
        display: none;
    }

    .posh-page-title {
        font-size: 24px !important;
        margin-left: 5px;
    }

    .posh-page-title2 {
        font-size: 28px !important;
    }

    label {
        color: #495057 !important;
        font-size: 10px;
    }

    .posh-q-container {
        padding-left: 10px !important;
        padding-right: 5px !important;
    }

    .posh-m-step {
        margin-left: 28px !important;
    }

}

#wds-footer:hover {
    filter: opacity(0.75);
}

.wds-font-size20 {
    font-size: 1.1rem;
}

.wds-posh1-mobile-icons {
    margin-top: 1px !important;
}

.wds-center-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#posh-column {
    padding: 0px;
}

.posh-background-color {
    background-color: #f2f2f2 !important;
}

.posh-section-title {
    /*font-weight: 600;*/
    font-family: 'Crimson Text', serif;
    font-size: 1.1rem;
}

.posh-tooltip {
    font-size: 0.85rem;
    color: #00b4b0;
    cursor: pointer;
    padding-left: 3px;
    position: relative;
    top: -5px;
}

.posh-tooltip:hover {
    font-style: italic;

}

.posh-stepper-tooltip {
    font-size: 0.85rem;
    color: #00b4b0;
    cursor: pointer;
    /*text-decoration: underline;*/
    /*margin-left: 10px;*/
}

.posh-stepper-tooltip:hover {
    font-style: italic;

}

.posh-stepper1 {
    margin-top: 0.5rem !important;
}

.wds-bold {
    font-weight: bold !important;
}

.wds-title-font {
    font-family: 'Crimson Text', serif !important;
}

ul.stepper .step.active:before {
    font-size: 1rem;
}

ul.stepper .step.done:before, ul.stepper .step.wrong:before {
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
}

.posh-layout-example {
    color: #010101;
    cursor: pointer;
}

.posh-layout-example:hover {
    text-decoration: underline;
}

.posh-gal-img-square {
    flex-shrink: 0;
    min-width: 100% !important;
    min-height: 100% !important;
}

.posh-img {
    max-height: 30rem !important;
}

.posh-img:hover {
    opacity: .2 !important;
}

.posh-gal {
    opacity: .15;
    min-height: 10rem;
    min-width: 10rem;
}

.posh-gal2 {
    /* ensure img fits in div container */
    max-width: 100%;
    max-height: 100%;

    /* be sure sections w/o images are not too small*/
    min-height: 10rem;
}

.posh-img-opacity {
    opacity: .3;
}

.posh-img-opacity:hover {
    opacity: .7;
}

.posh-gal:hover {
    opacity: .2;
}

.posh-gal-upload-icon {
    z-index: 5;
    text-align: center;
    font-size: 6em;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #029da8;
    width: 18rem;
    margin-left: .6rem;
    pointer-events: none;
}

.posh-gal-pad {
    z-index: 10;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 5px;
    overflow: hidden;
}

.posh-crop-btn {
    display: none;
    margin: 15px 0px;
}

.posh-crop-btn, .posh-crop-cancel-btn {
    display: none;
    margin: 0 !important;
}

.posh-loading {
    margin-left: 8px;
    max-height: 20px;
}

.posh-btn-sm {
    padding: .4rem 1rem !important;
}
