.breadcrumbs {
    display: none;
}

section.row.error-404 {
    max-width: 100%;
    text-align: center;
}

@font-face {
    font-family: "brandon-grotesque";
    src: local("brandon-grotesque"), url('../fonts/Brandon_reg.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "brandon-grotesque";
    src: local("brandon-grotesque"), url('../fonts/Brandon_light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: "brandon-grotesque";
    src: local("brandon-grotesque"), url('../fonts/Brandon_med.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "brandon-grotesque";
    src: local("brandon-grotesque"), url('../fonts/Brandon_bld.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "brandon-grotesque";
    src: local("brandon-grotesque"), url('../fonts/Brandon_blk.woff') format('woff');
    font-weight: 700;
}


.site-content h2,
.site-content h3,
.site-content h4 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
}

.site-content h5,
.site-content h6 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
}

.site-content h5 {
    font-size: 18px;
    line-height: 1.2;
 }

.site-content h6 { font-size: 16px }

.site-content a,
.site-content a:active,
.site-content a:active:hover,
.site-content a:focus,
.site-content a:focus:hover,
.site-content a:hover,
.site-content a:visited,
.site-content a:visited:hover {
    color: #000;
    opacity: initial;
}

li { list-style-type: none; }

/**** HIDE M2 Banner ------
--------------------- ****/
.page-header .header-usp {
    display: none;
}

/** Wordpress Banner **/
.promo-banner-container {
    padding-top: 10px !important;
}

.promo-banner-container p {
    white-space: nowrap;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    line-height: 22px;
    text-align: center;
}

.site-wide {
    padding: 0 1.25rem;
    margin: 0 auto;
    position: relative;
}

.row {
    text-align: center;
}

img {
    vertical-align: middle;
}

@media (min-width: 40.625em) {
    .site-wide {
        width: 62.5rem;
    }
}


/*---- HD Brows Font Icons ----*/
@font-face {
    font-family: 'hd-brows-font';
    src: url('../fonts/hd-brows-font.eot?64152778');
    src: url('../fonts/hd-brows-font.eot?64152778#iefix') format('embedded-opentype'),
         url('../fonts/hd-brows-font.woff2?64152778') format('woff2'),
         url('../fonts/hd-brows-font.woff?64152778') format('woff'),
         url('../fonts/hd-brows-font.ttf?64152778') format('truetype'),
         url('../fonts/hd-brows-font.svg?64152778#hd-brows-font') format('svg');
    font-weight: normal;
    font-style: normal;
  }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, pre, hr {
    margin: 0 0 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block;
}


.site-content h2,
.site-content h3,
.site-content h4 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
}

.site-content h5,
.site-content h6 {
    font-family: "brandon-grotesque",sans-serif;
}

.site-content h5 {
    font-size: 18px;
    line-height: 1.2;
 }

.site-content h6 { font-size: 16px }

.hamburger {
    box-shadow: none;
}

#header .promo-banner-container {
    margin-bottom: 0;
}

#header .promo-banner-container p {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 0;
    border-bottom: none;
}
.emoji {
    font-size: 16px;
}

/* ------ REMOVE PADDING WHEN WP ADDS P TAG AROUND IMG ----- */
p > img,
p > button {
    margin: 0 !important;
}

/*-- HD Brows Font Icon CSS --*/
.hd-icon {
    position: relative;
    font-family: "hd-brows-font";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    text-decoration: none;
}

/*  Forms */
form {
    padding: 0 !important;
}

label {
    margin-bottom: 3px !important;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border-radius: 0;
}

button, select {
    text-transform: none;
}

html, button, input, select, textarea {
    color: #333;
}

select {
    padding: 0.3125rem 0.9375rem;
    height: 2.25rem;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px !important;
    border-radius: 0;
    color: #000;
    font-weight: 300;
    text-align: left;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://hdbrows.com/shop/skin/frontend/hdbrows/default/assets/images/dist/dropdown.png);
    background-position: 90%;
    background-repeat: no-repeat;
}

input, select {
    padding: 0 10px!important;
    border: 1px solid #000!important;
    width: 100%;
    height: 2.25rem;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 13px !important;
    letter-spacing: 1px;
}

select#inf_field_Country, select#inf_field_LeadSourceId {
    width: 100% !important;
    -webkit-appearance: none !important;
    padding: 0px 10px !important;
    position: relative !important;
    height: 35px !important;
    opacity: 1 !important;
}

.checkboxes__form.clearfix.course__options {
    overflow: hidden;
}

label input[type=checkbox]:checked {
    background-color: #E9CABD;
    background-image: none;
}

/** Form Validation **/
input.required-entry.mage-error {
    background-color: #faebe7;
}
input.required-entry.mage-error + div.mage-error {
    position: absolute;
    color: #c0171e;
    text-align: left;
    top: 60px;
}
.webform__wrapper-inner input.required-entry.mage-error + div.mage-error {
    top: 60px;
}

/**Home Page Content Manager Styles**/
.cms-home-new #main-wrapper .main-content .ct-view-hd_related_products_slider .row.template__carousel.grey {
    background-color: #ffffff;
}

.block.widget .wrapper__flex .ct-view-hd_brows_column_images_copy_links {
    margin-bottom: 42px;
}

.block.widget .wrapper__flex .ct-view-hd_brows_column_images_copy_links img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
}

#main-wrapper .main-content .products-wrapper__carousel {
    padding: 0;
    margin-bottom: 60px;
}

#main-wrapper .main-content .products-wrapper__carousel .product-title {
    display: block;
    min-height: 48px;
}

#main-wrapper .main-content .products-wrapper__carousel .ct-group.product__slider-wrapper img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:768px) {
    .cms-home-new #main-wrapper .main-content .ct-group.wrapper__carousel .slick-track .slick-slide {
        flex-basis: 22%;
    }
    .cms-home-new #main-wrapper .main-content .wrapper__carousel .owl-carousel {
        justify-content: center;
    }
    .cms-home-new #main-wrapper .main-content .ct-view-hd_brows_column_details_with_icon {
        padding: 10px;
    }
    .block.widget .wrapper__flex .ct-view-hd_brows_column_images_copy_links {
        flex: 0 1 300px;
        margin-bottom: 3px;
    }
    .block.widget .wrapper__flex .ct-view-hd_brows_column_images_copy_links img {
        width: 78px;
        height: 78px;
        margin-bottom: 15px;
    }

    #main-wrapper .main-content .products-wrapper__carousel {
        margin-bottom: 40px;
    }
}


/**Training Page Styles**/
/* Reviews Carousel */
#main-wrapper .row.template__carousel.template__carousel--title.review {
    border-bottom: none;
    padding-bottom: 10% !important;
}
.row.template__carousel.template__carousel--title.review img {
    margin-bottom: 10px;
}
#main-wrapper .review-wrapper__carousel .training-review__wrapper h6 {
    font-weight: 600;
    margin-bottom: 0;
}
/* dots */
#main-wrapper .ct-group.review-wrapper__carousel .slick-dots {
    button {
        display: block;
        cursor: pointer;
        outline: 0;
        box-shadow: none;
        font-size: 0;
        line-height: 0;
        width: 20px;
        height: 20px;
        padding: 5px;
        color: transparent;
        border: 0;
        background: 0 0;
    }
}
#main-wrapper .ct-group.review-wrapper__carousel .slick-dots button:hover {
    background-color: transparent;
}
#main-wrapper .ct-group.review-wrapper__carousel .slick-dots button:before {
    content: '';
    width: 13px !important;
    height: 13px !important;
    border: 1px solid black;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#main-wrapper .ct-group.review-wrapper__carousel .slick-dots li.slick-active button:before {
    background-color: #e9cabd;
    border: none;
}

#main-wrapper.training .template__course__wrap .block.widget.ct-view-choose_a_course_column_details {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
#main-wrapper.training .template__course__wrap .template__course__wrap__course__img {
    width: 100%;
}
#main-wrapper.training .template__course__wrap .template__course__wrap__course__img img {
    width: 100%;
}
#main-wrapper.training .template__course__wrap .block.widget.ct-view-choose_a_course_column_details .btn {
    width: 100%;
    font-size: 13px !important;
    margin-bottom: 20px;
}

#main-wrapper.training .ct-field-repeater_fields.col__wrapper.col__four {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#main-wrapper .main-content .col__wrapper .ct-view-hd_brows_column_details_with_icon {
    flex: 1 1 auto;
}
#main-wrapper .main-content .col__wrapper .ct-view-hd_brows_column_details_with_icon .col__desc {
    position: relative;
    max-width: 136px;
    margin: 0 auto 30px;
}

@media screen and (min-width:576px) {
    #main-wrapper.training .template__course__wrap .flex__wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #main-wrapper .main-content .ct-group.review-wrapper__carousel .slick-dots {
        bottom: -40px !important
    }
    #main-wrapper.training .template__course__wrap .block.widget.ct-view-choose_a_course_column_details .btn:first-of-type {
        margin-right: 20px;
    }
    #main-wrapper.training .template__course__wrap .block.widget.ct-view-choose_a_course_column_details .btn {
        width: auto;
    }

    #main-wrapper .main-content .col__wrapper .ct-view-hd_brows_column_details_with_icon .col__desc {
        max-width: 255px;
        margin: 0 auto 40px auto;
    }
    #main-wrapper .row.template__carousel.template__carousel--title.review {
        padding-bottom: 4% !important;
    }
}

@media screen and (min-width:768px) {
    #main-wrapper.training .template__course__wrap .block.widget.ct-view-choose_a_course_column_details {
        width: auto;
        flex: 1 1 0;
        text-align: center;
        padding: 20px;
    }
}

/**Pro Home Page Styles**/
/* Reviews Carousel */
#main-wrapper.homepage.pro .review-wrapper__carousel .training-review__wrapper p {
    font-weight: 600 !important;
    margin-bottom: 10px;
}
#main-wrapper.homepage.pro .review-wrapper__carousel .training-review__wrapper h6 {
    font-weight: normal;
    margin-bottom: 0;
}
/* dots */
#main-wrapper.homepage.pro .ct-group.review-wrapper__carousel .slick-dots {
    bottom: -40px;
}
#main-wrapper.homepage.pro .ct-group.review-wrapper__carousel .slick-dots button:hover {
    background-color: transparent;
}
#main-wrapper.homepage.pro .slick-dots li button {
    height: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
}
#main-wrapper.homepage.pro .ct-group.review-wrapper__carousel .slick-dots button:before {
    content: '';
    width: 13px !important;
    height: 13px !important;
    border: 1px solid black;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#main-wrapper.homepage.pro .ct-group.review-wrapper__carousel .slick-dots li.slick-active button:before {
    background-color: #e9cabd;
    border: none;
}

@media screen and (min-width:768px) {
    #main-wrapper.homepage.pro .main-content .ct-group.wrapper__carousel .slick-track .slick-slide {
        flex-basis: 22%;
    }
    #main-wrapper.homepage.pro .main-content .wrapper__carousel .owl-carousel {
        justify-content: center;
    }
    #main-wrapper.homepage.pro .main-content .ct-view-hd_brows_column_details_with_icon {
        padding: 10px;
    }
}

/**Brow Trends Page**/

 .btw-header h1 {
         font-size: 32px;
         line-height: 40px;
         display: inline-block;
         padding: 0;
         width: auto;
         z-index: 1;
         position: relative;
         font-weight: 500;
         margin-bottom: 6px;
         font-family: "brandon-grotesque",sans-serif;
         font-weight: 600;
         letter-spacing: 2px;
     }
     .btw-header .text {
        font-size: 15px;
        line-height: 23px;
     }
     .season-trend-container {
        margin: 55px auto !important;
     }
     .text h1:after{
         border-top: 2px solid #000;
         width: 220px;
         display: block;
         height: 1rem;
         margin: 0;
         text-align: left;
         position: absolute;
         content: "";
         margin-bottom: 30px;
         margin-top: 10px;
     }
     .btw-circuit .item .stage {
         font-weight: 100 !important;
         font-size: 27px !important;
     }
     .tr-date-widget-container, .mtp-webform-container {
        padding: 55px 20%!important;
     }
     .btw-circuit .item {
         height: auto!important;
     }
     .mtp-header, .mtp-dates-title {
        font-size: 18px !important;
     }
     .new-btn--default-black {
         display: inline-block;
         padding: 5px 20px;
         background-color: transparent;
         text-transform: uppercase;
         transition: 0.3s ease-in-out;
         color: #000;
         border: 1px solid #000;
         cursor: pointer;
         font-weight: 500;
         width: auto;
         letter-spacing: 1px;
         font-family: "brandon-grotesque",sans-serif;
     }
     .btw-flash {
         padding: 10px 0;
     }
     .season-trend-container h2 {
         font-weight:700;
     }
     .btw-circuit .item-row {
         height: 200px !important;
     }
.text__content {
    margin-top:30px;
}
.white__back {
    background: #ffffff;
    background-color: #ffffff !important;
}
 .form__wrap {
        width: 800px;
        margin: 0 auto;
        padding: 5% 0;
        text-align: center;
    }
    .form__wrap p {
        color: #000000;
        float: left;
        padding: 0 20% 5%;
    }
    .form__wrap h2 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        float: left;
        margin-bottom: 9px;
    }
    .form__wrap__bb {
        background: #000000;
        padding: 4% 0;
        width: 100%;
        float: left;
    }
    .form__wrap__bb .infusion-form {
        max-width: 80%;
        display: block;
        margin: auto;
        float:left;
    }
    img.chevron-right, img.chevron-left {
        position: absolute;
        height: auto;
        top: 29%;
        width: 100%;
        left: 0;
        max-width: 25px;
        min-width: 25px;
    }
    .item-row-blank {
        margin: 0 0 2% 0;
    }
    .clearfix {
        clear: both;
        display: block;
    }
    .form__wrap__bb .infusion-form {
        float: none;
    }
    .heading-underline-center {
        margin-top: 8px;
    }
    .infusion-option label {
        float: left;
        color: #999;
        text-align: left;
    }

    .btw-inspo-image {
        width: 80%!important;
    }
    .slider {
        width: 100% !important;
    }
    .btw-flash p {
        font-family: "brandon-grotesque",sans-serif;
    }
    .upcoming__title, .new-btn--default-black, .btn--default--white {
        font-family: "brandon-grotesque",sans-serif !important;
    }
    .autohide-arrows .owl-nav {
        display: block !important;
    }
    .white .sa_owl_theme .owl-nav .owl-prev {
    background: transparent url(../images/icon_prev.png) no-repeat center center !important;
}
.sa_hover_container {
    min-height: 0px !important;
}

/*What are HD Brows page styling*/

.page-what-are-hd-brows .template.template_fw .whb-body {
    font-size: 14px;
    letter-spacing: 0;
}

.page-what-are-hd-brows #training-content .template.template__info.full-width {
    border-bottom: none;
    padding-bottom: 0;
}

.page-what-are-hd-brows .template.videoNoPTop {
    padding-top: 0;
    border-bottom: 1px solid #000;
}

.page-what-are-hd-brows .template__ctaflex {
    padding-top: 0;
    border-bottom: 1px solid #000;
}

.page-what-are-hd-brows #training-content ol {
    margin-left: -20px;
}

.page-what-are-hd-brows #training-content .template.template__section--white.template_fw.template--noflex {
    padding-bottom: 10px;
}

.page-what-are-hd-brows #training-content .multi-para {
    margin-bottom: 22px;
}
.page-what-are-hd-brows #training-content .multi-para p {
    margin-bottom: 30px !important;
}

/* removing multi column button */
.page-what-are-hd-brows #training-content.consumer #multi a.scrollLink.btn.btn--black.marginTop.pad-bottom,
.page-brow-lamination #training-content.consumer #multi a.scrollLink.btn.btn--black.marginTop.pad-bottom  {
    display: none;
}

.page-what-are-hd-brows .black .sa_owl_theme .owl-nav .owl-next,
.page-what-are-hd-brows .black .sa_owl_theme .owl-nav .owl-prev,
.page-what-are-hd-brows .black .sa_owl_theme .owl-nav .owl-prev:hover,
.page-what-are-hd-brows .black .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
}

/*newsletter, guest blogger and microblading model signup*/
#training-content #newsletter-signup,
#training-content #guest-blogger-form,
#training-content #microblading-model-form {
    padding-top: 20px;
}

#training-content #newsletter-signup .infusion-field,
#training-content #guest-blogger-form .infusion-field,
#training-content #microblading-model-form .infusion-field {
    position: relative;
}
#microblading-coming-soon .infusion-field {
    position: relative;
    clear: both;
}
#training-content #newsletter-signup .infusion-field label,
#training-content #guest-blogger-form .infusion-field label,
#training-content #microblading-model-form .infusion-field label,
#microblading-coming-soon .infusion-field label {
    overflow: visible;
    height: inherit;
    width: inherit;
    clip: inherit;
    top: -22px;
    text-align: left;
}
#training-content #guest-blogger-form .infusion-field input,
#training-content #microblading-model-form .infusion-field input,
#microblading-coming-soon .infusion-field input {
    margin-bottom: 30px;
}

#training-content #guest-blogger-form textarea {
    margin-top: 20px;
}

/*display mobile image*/
.page-newsletter-sign-up #training-content .main__hero__mobile,
.page-newsletter-sign-up #training-content .show__mobile,
.page-become-a-guest-blogger #training-content .main__hero__mobile,
.page-become-a-guest-blogger #training-content .show__mobile {
    display: block;
}

/*student discount*/
.page-student-discount #training-content #stb_loader {
    margin-top: 50px;
}

.page-brow-lamination .template__ctaflex {
    margin-top: -10px;
    padding-top: 0;
    border-bottom: 1px solid #000;
}

/*** Sliders Content Manager ***/
#main-wrapper .main-content .ct-group.wrapper__carousel img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;;
}
#main-wrapper.aftercare .main-content ul.owl-stage-outer li {
    list-style-type: none;
}
#main-wrapper .main-content .ct-group.wrapper__carousel .owl-carousel {
    margin-left: -23px;
}
#main-wrapper .main-content .wrapper__carousel p.product-title {
    font-weight: 600 !important;
}
/* dots */
#main-wrapper .main-content .ct-group.wrapper__carousel .slick-dots button {
    border: none;
}
#main-wrapper .main-content .ct-group.wrapper__carousel .slick-dots button:hover {
    background-color: transparent;
}
#main-wrapper .main-content .ct-group.wrapper__carousel .slick-dots button:before {
    content: '';
    width: 13px !important;
    height: 13px !important;
    border: 1px solid black;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#main-wrapper .main-content .ct-group.wrapper__carousel .slick-dots li.slick-active button:before {
    background-color: #e9cabd;
    border: none;
}

/* ---- Consumer pages styling ---- */

/*Treatment FAQs*/
#main-wrapper.consumer .main-content .ct-group.template__info.questions {
    padding: 0;
}
#main-wrapper.consumer .main-content .ct-group.template__info.questions a:focus,
#main-wrapper.consumer .main-content .ct-group.template__info.questions a:visited,
#main-wrapper.consumer .main-content .ct-group.template__info.questions a:active {
    color: #000;
}
.row.template.template__info.questions .ct-view-oos_faqs {
    width: 100%;
}
#main-wrapper .main-content .template__info.questions .faqs .accordion__title {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding: 28px 40px 20px 0;
    margin-bottom: 0;
}
#main-wrapper .main-content .template__info.questions .faqs .accordion__title h3 {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 8px;
}
#main-wrapper .main-content .template__info .faqs .accordion__content.mobile__text-hide {
    position:absolute;
    top:-9999px;
    left:-9999px
}
#main-wrapper .main-content .template__info.questions .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide,
#main-wrapper .main-content .template__info.questions .faqs .accordion__title.accordion__open.accordion__close+.mobile__text-hide p {
    position: relative;
    top: inherit;
    left: inherit;
}
#main-wrapper .main-content .template__info.questions .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide p {
    padding-left: 0;
    margin-bottom:0 !important;
}
#main-wrapper .main-content .template__info.questions .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide {
    text-align: left;
    padding-bottom: 30px;
    padding-right: 10px;
    border-bottom: 1px solid #000;
}
#main-wrapper .main-content .template__info.questions .faqs .accordion .accordion__title.accordion__open.accordion__close {
    border-bottom: none;
    padding-bottom: 15px
}
#main-wrapper .main-content .template__info.questions .faqs .accordion .accordion__title.accordion__open::after {
    position: absolute;
    top: 44px;
    right: 10px;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url(https://hdbrows.com/wp-content/uploads/2019/08/accordion-open.png);
}


@media all and (min-width: 768px) {
    #main-wrapper .main-content .ct-group.wrapper__carousel .slick-track {
        display: flex;
        justify-content: space-between;
    }
    #main-wrapper .main-content .ct-group.wrapper__carousel .slick-track .slick-slide {
        flex-basis: 30%;
    }

    /*Treatment FAQs Desktop*/
    #main-wrapper .main-content .template__info.questions .faqs .accordion__title h3 {
        font-size: 30px;
    }
    #main-wrapper .main-content .template__info.questions .faqs .accordion .accordion__title.accordion__open::after {
        top: 46px;
    }
    
}
@media all and (min-width: 1025px){
    #main-wrapper .main-content .ct-group.wrapper__carousel .owl-carousel {
        margin-left: 0;
    }
    #main-wrapper .main-content .ct-group.wrapper__carousel .slick-track {
        width: 100% !important;
    }
    #main-wrapper .main-content .ct-group.wrapper__carousel .slick-track .slick-slide {
        flex-basis: 25%;
    }
}


@media all and (max-width: 768px){
        .text h1:after {
        border-top: 2px solid #000;
        width: 220px;
        display: block;
        height: 1rem;
        margin: 0;
        text-align: left;
        position: initial;
        content: "";
        margin: 10px auto;
    }
    .btw-header .text {
        padding-top: 80px !important;
    }
    .chevron-down {
        -webkit-transform: rotate(90deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(90deg); /* IE 9 */
            transform: rotate(90deg); /* IE 10, Fx 16+, Op 12.1+ */
    }
    .btn--default--white {
        display: inline-block;
    }
}

@media all and (max-width: 425px){
    .btw-header .text {
        padding-top: 0 !important;
    }
    .sa_owl_theme .owl-nav .owl-next {
        right: -3px !important;
    }
    .sa_owl_theme .owl-nav .owl-prev {
        left: -3px !important;
    }

    .page-what-are-hd-brows #training-content .main__hero__detail .btn--black {
        margin-bottom: 10px;
    }
    .page-what-are-hd-brows #training-content .full-width-pad {
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .page-what-are-hd-brows #training-content .review-header {
        margin-top: 10px;
    }
    .page-what-are-hd-brows .template__ctaflex {
        padding-bottom: 30px;
    }

}

/**BROWS TRAINING PAGE**/


.intro__wrap h2 {
    text-align: center;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

  .intro {
        background: #e4e3e9;
    }
    .intro__wrap {
        width: 600px;
        padding: 3% 0 2%;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        line-height:23px;
    }
    .logos {
        text-align: center;
        margin-bottom: 40px;
    }
    .bt__course__wrap {
        width: 1000px;
        margin: 40px auto;
    }
    .btw-carousel-section {
        text-align: center;
    }
    .bt__course__wrap h2, .bt__why__wrap h2 {
        text-align: center;
        font-size: 21px;
        line-height: 22px;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .bt__course__wrap__col {
        width: 100%;
        float: left;
        padding: 0 4%;
    }
    .bt__course__wrap__col__opt {
        width: 50%;
        float: left;
        padding: 2%;
    }
    .bt__course__wrap__col__opt h3 {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .bt__course__wrap__col__opt__content {
        float: left;
        margin-top: 20px;
        width: 55%;
    }
    .bt__course__wrap__col__opt__content p {
        font-size: 13px;
        line-height: 16px;
    }
    a.bt__course__wrap__col__opt__content__cta {
        padding: 5px 10px;
        border: 1px solid #000000;
        text-transform: uppercase;
    }
    .brow__img {
        width: 33%;
        display: block;
        float: left;
        margin-right: 20px;
    }
    .bt__why__wrap {
        padding: 3% 0;
    }
    .bt__why__wrap__reasons {
        width: 800px;
        margin: 0 auto;
    }
    .bt__why__wrap__reasons p {
        margin: 5px;
    }
    .bt__why__wrap__reasons ul li {
        float: left;
        width: 48%;
        padding-right: 2%;
        padding-left: 1%;
        margin-left: 5px;
        border-left: 1px solid #000;
        margin-bottom: 10px;
    }

    @media all and (max-width: 575px){
        .bt__course__wrap {
            width: 100%;
            padding:5%;
            margin:0;
        }
        .bt__course__wrap__col__opt {
            width: 100%;
            margin-bottom: 30px;
        }
        .intro__wrap {
            padding: 10% 0 5%;
            width: 90%;
        }
        .bt__why__wrap__reasons {
            width: 100%;
        }
        .bt__why__wrap {
            width: 100%;
            padding: 10% 4%;
        }
        .bt__why__wrap ul {
            padding: 0;
            margin: 0;
        }
        .btw-header .text {
            font-size: 13px !important;
            line-height: 20px;
            top: 5% !important;
        }
        .bt__why__wrap__reasons ul li {
            padding-left: 3%;
            width: 100%;
            font-size: 13px;
            line-height: 20px;
        }
        .intro__wrap {
                font-size: 13px;
                line-height: 20px;
        }

        .page-what-are-hd-brows #training-content .multi-para {
            margin-bottom: 0;
        }
        .page-what-are-hd-brows #training-content .multi-para p {
            margin-bottom: 15px !important;
        }
    }

    /* overwriting mobile styles */
    @media (max-width: 40.615em) {
        .site-content .home-seo-paragraph p {
            float: none;
            font-family: "brandon-grotesque",sans-serif;
            font-size: 16px;
            letter-spacing: 0;
            padding-left: 10%;
            padding-right: 10%;
        }
    }

/* Additional Theme Styling*/
.home-seo-title h2 {
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    margin: 0% auto 0% auto;
    text-align: center;
    display: block;
    width: 225px;
    z-index: 10;
    background: #fff;
    color: #000000;
}

h1.title.title--wide {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 0;
}
.text--intro h4,
.text--intro p,
.text--intro a {
    font-family: "brandon-grotesque",sans-serif;
}
.site-content p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
}
.site-content h1 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600 !important;
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
}
.site-content h4 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
}
.site-content b,
.site-content strong {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600 !important;
}
.site-content textarea {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px !important;
    letter-spacing: 0;
}

.site-content .home-seo-title h1 {
    width: auto;
    font-size: 34px;
    margin-bottom: 20px;

}
.site-content .home-seo-title h1 a {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600 !important;
    font-size: 34px;
    letter-spacing: 0;
}
.site-content .home-seo-title h2,
.site-content .home-seen-title h2 {
    width: auto;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 10px;
}
.site-content .text-title-rule,
.site-content .grey-seperator {
    border: none;
}
.site-content .home-seo-paragraph p {
    float: none;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 10%;
    padding-right: 10%;
}
.site-content .training-page-sub-heading {
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.3;
    margin: 0 20px 30px 20px;
}

.content-padding {
    padding: 1.875rem 1rem;
}

.page-template-contentpage-noheader-php #content.site-content #full-width {
    width: 85%;
    text-align: left;
    margin: 0 auto 60px auto;
}
.page-template-contentpage-noheader-php #content.site-content #full-width li {
    list-style-type: disc;
}

.site-content input,
.site-content select {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px !important;
    letter-spacing: 0;
}

.site-content .home-seen-title {
    overflow: auto;
    margin-top: 0;
}

.site-content .featured-brand-container {
    margin-bottom: 60px !important;
}

.site-content .homepage-video {
    margin-bottom: 4.5%;
}

.site-content .promoContainer {
    margin-bottom: 30px;
}

.site-content button {
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

.site-content .btn--default {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px !important;
    box-shadow: none;
    border-radius: 0;
}
.site-content .btn--default:hover {
    border: 1px solid #000;
    background-color: #fff !important;
    color: #000 !important;
}

/* promo terms */
#content.site-content div#promo-align p {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Microblading Coming Soon FAQs */
.sitewide-faq {
    margin-top: 30px;
    width: 100%;
    background: #ecebf0;
    padding: 7% 2%;
    text-align: center;
}
.microfaq {
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #000;
}
.mtp-underline-text-line-left {
    border-top: 2px solid #000;
    width: 75px;
    height: 1rem;
    text-align: left;
}
.sitewide-faq ul {
    width: 90%;
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.sitewide-faq ul .question:nth-of-type(1) {
    border-top: 0;
}
.sitewide-faq ul .question {
    height: auto;
    cursor: pointer;
    font-weight: 700;
    border-top: 1px solid #000;
    padding: 10px 0;
}
.sitewide-faq .question span {
   font-size: 27px;
   margin-right: 10px;
   font-weight: 700;
   line-height: 40px;
   display: inline-block;
   color: #000;
   float: left;
}
.sitewide-faq ul .question p, .answer p {
    width: 90%;
}
.sitewide-faq ul .question p {
    line-height: 40px;
    display: inline-block;
    float: left;
    width: 90%;
    margin: 0;
}
.sitewide-faq ul .answer {
    display: none;
    padding-left: 20px;
}


/*training dates button*/
.site-content .event .btn--default {
    padding: 5px 25px !important;
}

/*find your face shape buttons*/
.site-content a.fyfs__cta {
    width: 100%;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 30px 16px 30px !important;
}

/*Training Dates Styling*/
.page-training-dates .p-top--20 {
    margin-top: 20px;
}

.page-training-dates h1 {
    text-align: center;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 40px;
}

/* enquiry now form - window */
.moreInfo {
    background: #fff !important;
    width: 100%;
    position: fixed;
    height: auto;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    left: 0%;
    top: 0%;
    height: 100%;
    overflow: auto;
    z-index: 999;
}
.close-training-form {
    width: 68px;
    position: absolute;
    top: 18px;
    height: 41px;
    right: -15px;
    font-size: 20px;
    font-weight: 700;
    padding: 7px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 9999;
}
.training-date-course-container {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    padding: 20px;
}
.moreInfo-course-link {
    margin: 20px 0;
    text-decoration: underline;
}

.tal-subtitle {
    text-align: center;
    margin: 40px 0;
}

.site-content h1.tal-subtitle {
    font-size: 32px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0;
    text-transform: none;
}

/*Become a model page styling*/
.site-content .subtitle,
.site-content .treatment-header {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
}
.page-become-a-high-definition-model .ifpara--small {
    font-size: 12px !important;
}
.page-become-a-high-definition-model #terms .text--intro p {
    font-size: 13px !important;
}

/*Paragraph temp margin fix*/
.site-content .btn--default {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 0;
    padding: 10px 30px 10px 30px !important;
}
.site-content .btn--default:hover {
    border: 1px solid #000;
    background-color: #fff !important;
    color: #000 !important;
}

/*training dates button*/
.site-content .event .btn--default {
    padding: 5px 25px !important;
}

/*Paragraph training dates/academy location*/
.para__copy,
.site-content .whb-body,
.site-content .tal-list p,
.site-content .tal-list p a {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.site-content .whb-body {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px auto;
}

.tal-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    width: 95%;
    display: block;
    margin: auto;
    margin-bottom: 40px;
    max-width: 980px;
    padding: 0;
}
.tal-list li {
    display: inline-table;
    width: 100%;
    margin: 5px 0;
    background: #EBEBEB;
    padding: 0 15px;
    min-height: 0;
    min-width: 0;
    padding-bottom: 20px;
}
.tal-list a {
    margin: 10px auto 0 auto;
    letter-spacing: 1px;
    color: #000;
}
.tal-list a:visited,
.tal-list a:hover,
.tal-list a:active,
.tal-list a:focus {
    color: #000;
}
.tal-list h2 {
    font-size: 16px;
    margin: 10px auto 10px auto;
    line-height: 2;
}
.tal-list img {
    max-width: 15px;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -8px;
}

/*Blog section styling*/
.site-content .blog__sticky__content h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 32px;
}
.site-content .blog__sticky__content h3,
.site-content .post__content h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
}
.site-content .blog__sticky__content p,
.site-content .post__content p,
.site-content .blog__sticky__content p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
}
.site-content p#breadcrumbs {
    font-size: 14px;
}
.site-content .post__content__cats,
.site-content .date-bar-white-bg {
    font-size: 12px;
    letter-spacing: 0;
}
.site-content .blog .blog__comments .form-submit input,
.site-content .comment-reply-link {
    width: 100%;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 0;
    padding: 16px 30px 16px 30px !important;
    letter-spacing: 0;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}
.site-content .comment-reply-link {
    color: #fff !important;
}
.site-content .blog .blog__comments .comment-content p {
    margin-bottom: 15px;
}

.archive .page-header.page-header__desktop h1 {
    margin-top: 0;
}

/* Blog Mobile Nav */
#blog__nav-mobile {
    background-color: #f7f7f7;
    padding: 15px 10px 0 15px;
}

#blog__nav-mobile select {
    font-size: 18px !important;
    border: 0 !important;
    background-image: url(/wp-content/themes/hdbrows/images/webforms/select-arrow.png);
    background-size: 36px;
    background-position: 100%;
}

@media screen and (min-width:581px) {
    #blog__nav-mobile {
        display: none;
    }
}

@media (max-width: 580px) {
    .blog__post {
        padding-top: 0 !important;
    }
}

.para__copy {
    margin-bottom : 2%;
}

#locdates input,
#locdates select {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px !important;
    letter-spacing: 0;
}

form#locdates {
    text-align: center;
}
form#locdates label {
    font-size: 16px !important;
}
form#locdates label input {
    width: 20px !important;
}

.site-content .event {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.site-content .brand__protection h2 {
    font-size: 32px;
    letter-spacing: 0;
}
.site-content .brand__protection p,
.site-content .brand__protection ol li {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.site-content .brand-protection-report input[type="submit"].btn--default {
    width: 100%;
}

.site-content .sf .sf__hero h1 {
    font-weight: normal;
}

/**Social Icon styling fixes!!**/
.icon--google-new {
    background-image: url(../images/social-media/png/googleplus-icon.png);
    background-image: linear-gradient(transparent, transparent), url(../images/social-media/googleplus-icon.svg);
    height: 2.5rem;
    width: 2.5rem;
    margin: 0.3125rem 0.3125rem;
    display: inline-block;
    background-size: 100%;
}

@media all and (max-width: 600px) {
    .para__copy {
    margin-bottom: 30px;
}
}
/**Button fixes!!**/

img.roi-calc-plus-minus {
    width: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

/** Brow training FAQ background fix**/

.btp-faq {
background: #f2e4db !important;
}
/**Brow Training width fix**/
.mtb-training-dates .tr-date-widget-container {
width : 100% !important;
}

/**REVENUE CALCULATOR STYLES**/
.content {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
ul.calc__tabs {
    margin: 0;
    padding:0;
    list-style: none;
}
ul.calc__tabs li{
    background: none;
    color: #000000;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    width: 50%;
    text-align: center;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
ul.calc__tabs li.current{
    background: #000000;
    color: #ffffff;
}
.calc__tabs__content{
    display: none;
    background: #000000;
    padding: 15px;
}
.calc__tabs__content.current{
    display: inherit;
}
.content h1 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.page-layout-hd_cms_page .main .content p {
    font-size: 15px;
    letter-spacing: 1px;
    width: 54%;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
.calculator {
    width: 100%;
    margin: 0 auto;
}
.calculator__content__col {
    width: 100%;
    float: left;
    padding: 5%;

}
.calculator__content__col--33 {
    width: 33.333%;
    text-align: center;
    float: left;
}
.calculator__content__col--100 {
    width: 100%;
    float: left;
    padding: 5%;

}
.calculator h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.results h2 {
    color: #000;
}
.results .calculator__line {
    border-color: #000;
}
.calculator__line {
    border-top: 2px solid #fff;
    width: 75px;
    display: block;
    height: 1rem;
    margin: 0;
    text-align: left;
    margin: 0 auto 30px;
}
.calculator__content__col input {
    border-left: 0;
    border-right: 0;
    text-align: center;
    border-top: 0;
    border-bottom: 2px solid #aeadad;
    margin-bottom: 30px;
}
.calculator__content__col select {
    margin-bottom: 10px;
}
.calculator__content__col__img {
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
}
.calculator__content__col--cta {
    width: 100%;
    float: left;
}
input#generateRev{
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: "Brandon Grotesque Semibold";
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    transition: all 0.3s;
    width: auto;
   height: auto;
}
input#generateRev:hover {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s;
}
.calculator__content {
    margin-bottom: 40px;
}
.value, .netVat {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    display: inline-block;
}
.netVat {
    font-weight: 700;
}
.results {
    display: none;
    background: #ffffff;
}
.results__col {
    width: 50%;
    float: left;
}
.profitBox__pounds, .profitBox__percent {
    margin-bottom: 20px;
    font-family: "brandon-grotesque", sans-serif;
       font-size: 15px;
    letter-spacing: 1px;
}
.boldSpan {
    font-weight: bold;
}
.boldSpan--margin {
    margin-bottom: 10px;
}
/*.question {
    position: absolute;
    font-size: 400px;
    line-height: 530px;
    padding: 0 6%;
    color: #ffffff;
}*/

.site-content .content p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    letter-spacing: 0;
}
.site-content .fybp__container p, .site-content .fybp__container p a {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.3;
    color: #000;
}
.site-content .fyfs h2 {
    font-size: 32px;
    line-height: 1;
}
.site-content .main__hero__content h1,
.site-content .fybp h1,
.site-content .fyfs h2,
.site-content .fyfs--grey .fyfs__container__item h2,
.site-content .shadesAvailable .productHeading,
.site-content .fybp__container h2,
.site-content .fybp__container h3,
.site-content .template h2,
.template--webform h1 {
    letter-spacing: 0;
}

.site-content h3 {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    font-size: 24px;
}
.site-content a {
    font-family: "brandon-grotesque",sans-serif !important;
    font-size: 16px;
    text-decoration: underline;
    color: #000000;
}

/* FontAwesome font icons - so not overwritten */
.site-content a.fab {
    font-family: "Font Awesome 5 Brands" !important;
    text-decoration: none;
}

.title {
    line-height: 1.3;
}

.visuallyhidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

@media all and (max-width:500px){
    .calculator__content__col--33 {
        width: 100%;
    }
    .content {
        width: 85%;
    }
    input, .calculator__content__col select {
        font-size: 16px !important;
    }
    input#generateRev {
        font-size: 13px!important;
        margin-bottom: 20px;
    }
}

/**Brushed Up Brow Page**/

/*Brushed up Brows*/
.brushedUpBrows {
    letter-spacing: 1px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.brushedUpBrows__content {
    width: 80%;
    margin: 0px auto;
    padding: 4% 5% 2%;
    position: relative;
}
.brushedUp__hero {
    position: relative;
}
.brushedUp__hero__text {
    position: absolute;
    top: 39%;
    left: 10%;
    width: 35%;
}
.brushedUpBrows h1 {
        font-size: 50px;
    line-height: 74px;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
.brushedUpBrows h2 {
    font-size: 26px;
    line-height: 74px;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #000;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.brushedUpBrows h3 {
    font-size: 22px;
    line-height: 70px;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    top: 39%;
    width: 100%;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}

.brushedUpBrows h2:after, .brushedUpBrows h3:after {
    width: 120px;
    height: 2px;
    background: #000;
    bottom: 0px;
    margin-bottom: 20px;
    content: "";
}
.brushedUpBrows h1:after {
    width: 120px;
    height: 2px;
    background: #000000;
    bottom: 0px;
    margin-bottom: 20px;
    content: "";
}
.btn--default--black {
    display: block;
    margin: 0 auto;
    color: #fff !important;
    font-size: 13px;
    font-family: 'Brandon Grotesque Semibold';
    font-weight: 500;
    width: auto;
    letter-spacing: 1.5px;
}
input[type="submit"].btn--default {
    padding: 1em!important;
    width: 100%;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    font-size: 16px !important;
    text-shadow: none;
}
input[type="submit"]:hover.btn--default {
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
}

.brushedUpBrows__content__steps {
    width: 100%;
    }
.brushedUpBrows__content__steps__col {
    width: 20%;
    padding: 5px;
    float: left;
}
.brushedUpBrows__content__col--50p {
    width: 50%;
    float: left;
    padding: 2% 5%;
}
.brushedUpBrows__content__steps__col__inner {
    background: #fff;
}
.brushedUpBrows__content__steps__col__inner__img__steps {
    width: 85px;
    background: #fff;
    z-index: 9999;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    color: #D7A192;
    flex: none;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 555;
}
.brushedUpBrows__content__steps__col__inner__img {
     position: relative;
 }
.brushedUpBrows__content__steps__col__inner__img img {
    width: 100%;
    display: block;
}
.brushedUpBrows__content__steps__col__inner__content {
    padding: 20px;
    text-align: center;
    text-align: center;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    flex-flow: column;
}
.brushedUpBrows__content__steps__col__inner__content p {
    height: 90px;
}
.brushedUpBrows__content--fullwidth {
    width: 100%;
    padding: 5% 2%;
}
.no--marginPadding {
    margin:0;
    padding:0;
}
.no--padding {
    padding:0;
}
.no--TopPadding {
    padding-top: 0;
}
.no--PaddingBottom {
    padding-bottom:0;
}
.paragraphPadding {
    padding: 2% 5%;
}
.fullWidth {
    width: 100%;
}
.pinkBack {
    background: #F2E4DB;
}
.quoteWrap {
    position: relative;
    margin-top: 40px;
}
.QuoteContent {
    position: absolute;
    right: 150px;
    top: 70px;
    width: 480px;
    border: 2px solid #F2E4DB;
    padding: 20px;
}
.QuoteContent__inner {
    background: #fff;
    padding: 20px;
    color: #996955;
    /*color: #DCB9A9;*/
    font-style: italic;
}
.instaQuote {
    top: 30px;
    right: 0;
}
.brushedUpImg {
    width: 544px;
    display: block;
}
.quoteMarks {
    margin-bottom: 5px;
}
.smallBlk {
    font-size: 10px;
    color: #000;
    font-style:normal;
}
.quoteIcon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
    margin: 0 auto;
    border: 2px solid #d29c96;
}
.brushedUpBrows__content__col--50p h2 {
    text-align: left;
    line-height: 40px;
}
.brushedUpBrows__content__col--50p h2:after {
    width: 120px;
    height: 2px;
    background: #000;
    bottom: 0px;
    margin-bottom: 20px;
    content: "";
}
.brushedUpBrows__content__col--50p {
    text-align: left;
}
.sitewide-faq ul li.question {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sitewide-faq--transparent {
    background: transparent !important;
}
.sitewide-faq--transparent  ul {
    width: 100%!important;
}
.sitewide-faq ul .question p {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 1.3 !important;
    text-transform: uppercase;
}
.sitewide-faq .question span {
    margin-right: 15px;
    width: 15px;
}
.sitewide-faq li.answer p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px !important;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.professional {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.professional__img {
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.brushedUpBrows h2.professional:after {
    margin-top: 20px;
}
.marginTop {
    margin-top: 40px;
}
.sml__padding {
    padding: 0 8%;
}
.stylistLink:hover {
    text-decoration: none;
}
.stylistButton {
    margin:0;
    margin-top: 20px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
@media all and (max-width: 1100px){
    .brushedUpBrows__content__steps__col__inner__content p {
            height: 130px;

        }

}
@media all and (max-width: 575px){
    .brushedUpBrows h1 {
        line-height: 40px;
    }
    .brushedUpBrows h1:after {
        margin-top: 20px;
    }
    .brushedUpBrows {
    font-size: 13px;
    line-height: 20px;
    }
    .brushedUpBrows__content {
    width: 100%;
    margin: 0px auto;
    padding: 5% 3%;
    }
    .brushedUpBrows__content__steps__col {
        width: 100%;
        margin-bottom: 20px;
    }
    .brushedUpBrows__content__steps__col__inner__content p {
    height: auto;
    }
    .QuoteContent {
        position: initial;
        width: 100%;
        border: 0;
    }
    .brushedUpBrows h2 {
        font-size: 21px;
        line-height: 40px;
        margin-top: 0;
    }
    .brushedUpBrows__content__col--50p {
        width: 100%;
    }
    .floatRight {
        float: left;
    }
    .professional__img {
        width: 80%;
        margin-top: 30px;
    }
    .brushedUpImg {
        width: 80%;
        margin: 0 auto;
    }
    .QuoteContent__inner {
    color: #DCB9A9;
    }

    .page-find-the-right-brows-for-your-face-shape .fybp__hero__text p {
        color: #ffffff;
    }
}

/**Brows for FaceShape page**/

.fyfs {
    letter-spacing: 1px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.fyfs__content {
    width: 90%;
    margin: 0px auto;
    padding: 4% 5% 2%;
    position: relative;
}
.fyfs__hero {
    position: relative;
    background: url(../images/FindYourFinish/findyourfinish_faceshape_desktop.jpg);
    height: 400px;
        background-size: cover;
}
.fyfs__landing {
    background: url(../images/FindYourFinish/findyourfinish_landing_desktop.jpg);
    background-size: cover;
}
.fyfs__hero__text {
    position: absolute;
    top: 17%;
    left: 9%;
    width: 37%;
    text-align: left;
}
.fyfs__hero__text p {
    color: #ffffff!important;
}
.fyfs h1 {
        font-size: 40px;
    line-height: 42px;
    padding: 0;
    width: auto;
    letter-spacing: 1.5px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
    width: 100%;
    text-align: left;
}
.fyfs h1 span {
    font-weight: bold;
}
.fyfs h2 {
    font-size: 26px;
    line-height: 74px;
    padding: 0;
    margin-bottom: 0px;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    font-family: "brandon-grotesque",sans-serif;
    color: #000;
    font-weight: 600;
    width: auto;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}


.fyfs h2 span {
    font-weight: normal;
}
.fyfs h3 {
    font-size: 22px;
    line-height: 70px;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    top: 39%;
    width: 100%;
    align-items: center;
    font-weight: bold;
}

.fyfs h2:after, .fyfs h3:after {
    width: 75px;
    height: 2px;
    background: #000;
    bottom: 0px;
    margin-bottom: 20px;
    content: "";
}
.fyfs h1:after {
    width: 120px;
    height: 2px;
    background: #ffffff;
    bottom: 0px;
        margin-top: 20px;
    margin-bottom: 20px;
    content: "";
}
.fybf__width h2 {
    line-height: 31px;
}
.fybf__width h2:after {
    margin-top: 15px;
}
.fyfs p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
}

.fyfs--grey {
    background: #f1f1f1;
    padding: 30px 0;

}
.fyfs--grey .fyfs__container__item h2 {
    line-height: 33px;
    font-size: 30px;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #000;
   display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

}
.fyfs--grey .fyfs__container__item h2 span {
    font-weight: bold;
}
.fyfs--grey .fyfs__container__item h2:after {
    width: 45%;
    height: 2px;
    background: #000;
    bottom: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    content: "";
    position:inherit;
    left: 0;
    transform: translateX(0);
}
.fyfs--grey .fyfs__container__item  {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    width: 50%;
}
.fyfs--grey .fyfs__container__item .fyfs__container__item__img {
    width: 50%;
}
.fyfs--grey .fyfs__container__item .fyfs__container__item__content {
    width: 50%;
    max-width: 350px;
    text-align: left;
}
.fyfs--grey .fyfs__container__item__content {
    text-align: center;
     -webkit-box-flex:  1;
      -ms-flex-positive:  1;
          flex-grow:  1;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000;
}
.fyfs--grey .fyfs__container__item__content p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #000;
}
.fyfs--grey .fyfs__container__item__inner__content p {
    text-align: left;
    margin-bottom: 30px;
}
.fyfs--grey .fyfs__container__item__inner__content .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
a.fyfs__cta {
    background: #000;
    padding: 10px 20px;
    font-size: 12px;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    display: inline-block;
    border: 1px solid #000;
}
.fyfs__cta:hover {
background: white;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    }
.fyfs__container {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 80%;
  margin: 0 auto;
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fyfs__container__item {
    width: 33.333%;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
}
.fybf__width {
    width: 33.333%;
}
.fyfs__container__item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fyfs__container__item__img img {
    width: 212px;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fyfs__container__item__content {
    -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
    width:100%;
}
.fyfs__container__item__inner__cta {
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
 align-items: flex-end;
}

.paddingTop {
    padding-top: 30px;
}
.paddingBottom {
    padding-bottom: 30px;
}
.slider__mobile__text {
    display: none;
}

@media all and (min-width: 1700px){
    .fyfs__hero__text {
    position: absolute;
    top: 22%;
    left: 10%;
    width: 35%;
    text-align: left;
    }
    .fyfs__hero {
    height: 450px;
    }
}
@media all and (max-width: 1100px){
    .fyfs__hero__text {
        width: 60%;
    }
    .fyfs__hero {
        height: 500px;
        background-position: 1340px;
    }
}
@media all and (max-width: 650px){
    .fyfs__hero {
        height: auto;
            background: url(../images/FindYourFinish/findyourfinish_faceshape-mobile.jpg);
            background-size: cover;
    }
    .fyfs__hero__text {
        width: 100%;
        text-align: center;
        padding: 30px;
        position: initial;
    }
    .fyfs h1 {
        text-align: center;
    }
    .fyfs h1:after {
        margin: 20px auto;
    }
    .fyfs__container {
        width: 100%;
    }
    .fyfs__container__item {
        display: block;
        width: 100%;
        padding: 10px;
    }
    .fyfs__container__item__img {
        float: left;
        width: 50%;
        text-align: left;
    }
    .fyfs__container__item__content {
        display: block;
        width: 50%;
        float: left;
        text-align: left;
        padding: 0 10px;
    }
    .fyfs__container__item__content p {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0;
        margin-bottom: 20px;
        color: #000;
    }
    h2.face__shape__title:after {
        margin: 0 auto;
        margin-top: 20px;
    }
    .fyfs__container__item__content h2:after {
        left: 0%;
        transform: none;
    }
    .fyfs h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .fyfs--grey .fyfs__container__item {
        width: 100%;
        float: left;
    }
    .fyfs--grey .fyfs__container__item {
        margin-bottom: 40px;
    }
    .content {
        padding-bottom: 0;
    }
    .slider__mobile__text {
        display: block!important;
        width: 100% !important;
        padding: 10px 0;
        margin-bottom: 10px !important;
    }
    .fyfs h2 {
         -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
    }
    .greyContent {
        width: 100% !important;
        padding: 4%;
        background: #f7f7f7;
    }
}
@media all and (max-width: 375px){
    .fyfs__container__item__img {
        width: 100%;
    }
    .fyfs__container__item__img img {
        margin: 20px auto;
        display: block;
    }
    .fyfs__container__item__content {
        width: 100%;
        text-align: center;
    }
    .fyfs--grey .fyfs__container__item .fyfs__container__item__img {
        width: 100% !important;
    }
    .fyfs--grey .fyfs__container__item .fyfs__container__item__content {
        width: 100% !important;
        text-align: center !important;
    }
    .fyfs--grey .fyfs__container__item h2 {
          -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    }
     .fyfs h2 {
         -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
    }
    .fyfs h2:after {
        margin-top: 20px;
    }
}

#microblading-form {
    width: 100%;
    display: block;
    margin: auto;
}
.page-become-a-hd-brows-microblading-model #training-content p.ifpara--small,
.page-become-a-hd-brows-microblading-model #training-content p.ifpara--small a {
    font-size: 14px !important;
}
.mtp-webform-container {
    background: #ffffff;
    padding-top: 10px!important;
}
.topPara {
    width: 60% !important;
    padding: 20px;
    margin: 0 auto;
    float: none !important;
}

#content .infusion-form {
    max-width: 100%;
    display: block;
    margin: auto;
}
.emailgdpr, .phonegdpr, .smsgdpr, .mailgdpr {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25%;
    float: left;
}
.emailIcon {
    width: 59px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
.emailgdpr input.email_gdpr_checkbox, .phonegdpr input.email_gdpr_checkbox, .smsgdpr input.email_gdpr_checkbox, .mailgdpr input.email_gdpr_checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
}
h2.hdForm {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 70px;
    margin-bottom: 40px;
    color: #000;
}
h2.hdForm:after {
    position: absolute;
    bottom: 1px;
    width: 100px;
    height: 2px;
    content: "";
    background: #000;
    left: 50%;
    transform: translate(-50%, 50%);
}

.site-content h2.hdForm {
    font-size: 32px;
}
.site-content .mtb-cal-header {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 32px !important;
    font-weight: 600;
    letter-spacing: 0;
}
.site-content .hdForm h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}


.webform--white .emailgdpr input.email_gdpr_checkbox + label, .webform--white .phonegdpr input.email_gdpr_checkbox + label, .webform--white .smsgdpr input.email_gdpr_checkbox + label,
.webform--white .mailgdpr input.email_gdpr_checkbox + label {
    border: 3px solid #fff;
    background: #000;
}

.webform--white .emailgdpr input.email_gdpr_checkbox + label:before, .webform--white .phonegdpr input.email_gdpr_checkbox + label:before, .webform--white .smsgdpr input.email_gdpr_checkbox + label:before,
.webform--white .mailgdpr input.email_gdpr_checkbox + label:before {
    color: #fff;
}

.webform--white .emailgdpr input.email_gdpr_checkbox:checked + label:before, .webform--white .phonegdpr input.email_gdpr_checkbox:checked + label:before,
.webform--white .smsgdpr input.email_gdpr_checkbox:checked + label:before, .webform--white .mailgdpr input.email_gdpr_checkbox:checked + label:before {
    color: #fff;
}
h2.hdForm--white {
    color: #fff;
}

.ifpara {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px !important;
    letter-spacing: 0;
    float: left;
    width: 100%;
    color: #000;
}
.ifpara a {
    color: #000;
}
.ifpara--small {
    font-size: 10px!important;
    text-transform: uppercase;
    margin: 20px 0;
}
.emailgdpr input.email_gdpr_checkbox + label, .phonegdpr input.email_gdpr_checkbox + label, .smsgdpr input.email_gdpr_checkbox + label, .mailgdpr input.email_gdpr_checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 6px 7px;
    background: #fff;
    border: 3px solid #000;
    width: 30px!important;
    height: 30px!important;
    margin-top: 32px;
}
.emailgdpr input.email_gdpr_checkbox + label:before, .phonegdpr input.email_gdpr_checkbox + label:before, .smsgdpr input.email_gdpr_checkbox + label:before, .mailgdpr input.email_gdpr_checkbox + label:before {
    display: inline-block;
    vertical-align: text-top;
    color: #000;
    font-size: 22px!important;
    padding: 2px;
    opacity: 0;
    transition: all .3s ease-in;
    transform: scale(3) rotate(-20deg);
}
.emailgdpr input.email_gdpr_checkbox:checked + label:before, .phonegdpr input.email_gdpr_checkbox:checked + label:before, .smsgdpr input.email_gdpr_checkbox:checked + label:before, .mailgdpr input.email_gdpr_checkbox:checked + label:before {
    opacity: 1;
    color: #000;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all .3s ease-in;
}
.gdproptions .emailgdpr input.email_gdpr_checkbox + label, .gdproptions .phonegdpr input.email_gdpr_checkbox + label, .gdproptions .smsgdpr input.email_gdpr_checkbox + label, .gdproptions .mailgdpr input.email_gdpr_checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    background: #fff;
    border: 2px solid #000;
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
}

.fa-check:before {
    content: "\f00c";
}

/* training dates enquiry modal form */
.training-date-form-container .gdproptions .emailgdpr input.email_gdpr_checkbox + label,
.training-date-form-container .gdproptions .phonegdpr input.email_gdpr_checkbox + label,
.training-date-form-container .gdproptions .smsgdpr input.email_gdpr_checkbox + label,
.training-date-form-container .gdproptions .mailgdpr input.email_gdpr_checkbox + label {
    z-index: -10;
}
.training-date-form-container .emailgdpr input.email_gdpr_checkbox,
.training-date-form-container .phonegdpr input.email_gdpr_checkbox,
.training-date-form-container .smsgdpr input.email_gdpr_checkbox,
.training-date-form-container .mailgdpr input.email_gdpr_checkbox {
    width: 100%;
}

@media all and (max-width: 575px) {
    .topPara {
    width: 100% !important;
    }
    #content .infusion-form {
    width: 100%!important;
    }
.hdForm {
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
        margin-bottom: 20px;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    line-height: 40px!important;
    -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    margin-bottom: 10px!important;
    }
    h2.hdForm:after {
    position: initial;
    transform: none;
    margin-top: 17px;
    }
    .emailgdpr, .phonegdpr, .smsgdpr, .mailgdpr {
    width: 50%;
    }
    .ifpara {
    padding: 20px 0;
    }
    .mtp-webform-container {
        padding: 55px 20px!important;
    }
    .ifpara--small {
        margin: 0;
    }
}

/**extra styles for Black webform**/

.webform--white h2.hdForm {
    color: #fff;
}
.webform--white h2.hdForm:after {
    background: #fff;
}
.webform--white .ifpara {
    color: #fff;
}
.webform--white a {
    color: #fff;
}
.webform--white #content .infusion-form {
    max-width: 100%;
}

/**Training Dates form specifics**/

h2.tdFormH2 {
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    width: 100%;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            line-height: 38px;
        margin-bottom: 10px;
}
h2.tdFormH2:after {
    position: initial;
    bottom: 1px;
    width: 100px;
    height: 2px;
    content: "";
    background: #000;
    left: 0;
    transform: none;
    margin: 10px 0 20px;
}

/**Find Your Brow Product**/

.responsive-img {
    width: 100%;
    height: auto;
    display: block;
}

.fybp h1 {
    font-size: 34px;
    line-height: 42px;
    padding: 0;
    width: auto;
    letter-spacing: 1.5px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.fybp h1 span {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
}
.fybp h1:after {
    width: 120px;
    height: 2px;
    background: #ffffff;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
}

.fybp p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #ffffff;
}
    /**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu CherecheÃˆâ„¢
 * http://skidding.mit-license.org
 */

 .demo .dragdealer {
  background: #e1e1e1;
  height: 40px;
  border-radius: 3px;
}
  .demo .dragdealer .red-bar {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 3px;
  }





 p {
    margin: 0;
    padding: 0;
 }

.naturalLabel {
    width:10%;
    float: left;
    text-align: center;
    padding-top: 13px;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;

}
.definedLabel {
    width: 10%;
    float: left;
    text-align: center;
    padding-top: 13px;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.dragdealer {
  position: relative;
  height: 80px;
  width:80%;
  float: left;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dragdealer .red-bar {
  width: 20px;
  height: 80px;
  color: #FFF;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-top: 22px;
  top: -30px;
}
.dragdealer .disabled {
  background: #898989;
}
.content-body
{
    background: #000!important;
    color: #fff;
}
.content-body--red {
    background: red!important;
}
.content-body__container {
    float: left;
}
.content-scroller .content-mask {
  margin: 0 55px 0 0;
  overflow: hidden;
}
.content-scroller .content-body {
  /* Incorporate the margins of the paragraphs inside */
  overflow: hidden;
  background: #fff;
}

.content-scroller .content-mask {
    width: 100%;
}
.content-scroller .content-mask {
    height: auto;
}
.detailImg {
    width: 100%;
    float: left;
}
.content-scroller .content-body h2 {
        font-family: "brandon-grotesque",sans-serif;
    font-size: 25px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
        -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.content-scroller .content-body p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    width: 100%;
}
.detailContent {
    width: 50%;
    padding: 5%;
    float: left;
    color: #ffffff;
    text-align: center;
}
.detailContent__text {
    width: 100%;
    margin: 0 auto;
    float:left;

}
.value {
    width: 2px;
}
.fybp__text {
    width: 85%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
    display: block;
    margin: auto;
    padding-top: 25px;
}
.fybp__text p {
    font-family: "brandon-grotesque",sans-serif !important;
}
.fybp-arrow__head
{
   width: 15px;
   height: 58px;
   border: 4px solid #000;
   margin: 0 auto;
   cursor: pointer;
}
.line {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    z-index: 9;
    top:20px;
}
.begLine {
    position: absolute;
    width: 3px;
    height: 18px;
    background: #000;
    top: 13px;
    left:0;
}
.endLine {
    position: absolute;
    width: 3px;
    height: 18px;
    background: #000;
    top: 13px;
    right:0;
}

.fybp__container {
    width: 80%;
    margin: 0 auto;

}

.dragdealer .fybp-handle {
    position: absolute;
    top: -30px;
    left: 0;
    cursor: pointer;
}
.fybp__container {
  width: 80%;
  margin: 0 auto;
}
.fybp__container h2 {
      font-size: 32px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 0px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    padding: 0;
    width: auto;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.fybp__container h2:after {
      width: 120px;
    height: 3px;
    background: #000000;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
}
.fybp__hero {
    position: relative;
}
.fybp__hero__text {
    position: absolute;
    top: 14%;
    left: 9%;
    width: 45%;
    text-align: left;
}
.fybp__hero__text a {
    color: #fff!important;
    text-decoration: underline!important;
}
.fybp__container p {
      font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000;
}
.fybp__container h3 {
      font-size: 26px;
    line-height: 36px;
    color: #000;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
}
.fybp__container__row {
  width: 100%;
  display: block;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fybp__container__row:last-child {
  border-bottom: 0;
}
.fybp__container__row__colLeft {
  width: 35%;
  float: left;
}
.fybp__container__row__colMid {
  width: 45%;
  float: left;
  padding: 20px;
}
.fybp__container__row__colRight {
  width: 35%;
  float: left;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fybp__container__row__colRight__scale {
  width: 100%;
  display: block;
}
.fybp__container__row__colRight__scale img {
  margin: 20px 0;
}
.browProduct__img {
  width: 95%;
  display: block;
  margin-bottom:4px;

}
.availableTitle {
    font-size: 20px!important;
    line-height: 36px!important;
    color: #000;
    padding: 0;
    width: auto;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-align: center;
}
.availableTitle span {
    width: 100%;
    font-size: 13px;
    font-family: "brandon-grotesque", sans-serif;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}
.fybp__container__row__colRight__swatch {
  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fybp__container__row__colRight__swatch__swatch1 {
  width: 50px;
  height: 50px;
  margin: 5px;

}
.btn--black,
a.btn--black {
    text-align: center;
    height: auto;
    text-decoration:none!important;
    background-color: #000!important;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    color: #fff !important;
    cursor: pointer;
    width: auto;
    letter-spacing: 0 !important;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    font-size: 16px !important;;
    border: 1px solid #000000 !important;
}
.btn--black-margin {
  margin: 10px 0 30px;
}
.btn--black:hover {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.slider__image__mobShow {
    display: none;
}

.mobile-hide {
    display:block;
}
.mobile-show {
    display: none;
}


/**New Template Styles - Standardising Templates!**/

.main__hero {
    position: relative;
}
.main__hero__content h1 {
    font-size: 34px;
    line-height: 42px;
    padding: 0;
    width: auto;
    letter-spacing: 1.5px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
.main__hero__content {
    position: absolute;
    top: 15%;
    right: 9%;
    width: 37%;
    text-align: left;
}
.main__hero__content h1 span {
    font-weight: bold;
}
.main__hero__content h1:after {
    width: 120px;
    height: 2px;
    background: #ffffff;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
}
.main__hero__content p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ffffff;
}
.main__intro, .section {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0;
}
.main__intro h2, .section__left h2, .section__right h2 {
    font-size: 32px;
    line-height: 1.2;
    padding: 0;
    width: auto;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
.main__intro h2:after, .section__left h2:after, .section__right h2:after {
    position:relative;
    width: 120px;
    height: 2px;
    background: #000;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
}
.main__intro__left {
    width: 50%;
    float: left;
}
.main__intro__right p,
.section__left p,
.section__right p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}
.main__intro__right {
    width: 50%;
    float: right;
}
.section__left {
    width: 50%;
    float: left;
}
.section__right {
    width: 50%;
    float:right;
}
.topBotPadding {
    padding: 4% 0;
}
.section--grey {
    background: #edecec;
}
ul.noMargin {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 10px;
}
.section__right ul li.section__right__micro {
background: url('../images/Microblading/arrow.png') no-repeat left top;
padding-left: 44px;
padding-top: 3px;
margin-bottom: 15px;
}
.section__right ul li.section__right__micro img {
    width: 100%;
    display: block;
}
.flash__banner {
    width: 100%;
    text-align: center;
    padding: 2%;
    background: #c97c64;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    width: auto;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.microfaq {
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #000;
}

@media all and (max-width: 1100px){
  .fybp__hero {
    background-position: 1386px;
  }
}
@media all and (max-width: 750px){
    .detailContent {
        width: 90%;

    }
    .detailImg {
    width: 100%;
    float: left;
    }
    .detailImg img {
    width: 100%;
    margin: 0 auto;
}
}
@media all and (max-width: 675px){
    .fybp__container {
    width: 85%;
    margin: 0 auto;
    }
    .fybp__hero {
        height: auto;
        background-image: url('/wp-content/themes/hdbrows/images/FindYourFinish/findyourfinish_browproduct_desktop-v2-mobile.jpg');
        background: url(/wp-content/themes/hdbrows/images/FindYourFinish/findyourfinish_browproduct_desktop-v2-mobile.jpg);
        background-size: cover;
        background-position: center;
    }
    .fyfs_hero {
        height: auto;
        background: url(/wp-content/themes/hdbrows/images/FindYourFinish/fyfs__mobile.jpg);
        background-size: cover;
        background-position: center;
    }
    .fyfs__landing {
    background: url(/wp-content/themes/hdbrows/images/FindYourFinish/findyourfinish_landing-mobile.jpg);
    background-size: cover;
    background-position: center;
    }
    .fybp h1 {
        text-align:center;
    }
    .fybp h1:after {
        margin: 20px auto;
    }
    .fybp__hero__text {
        position: initial;
        width: 100%;
        text-align: center;
        top:0;
        padding: 16% 5%;
    }
    .fybp p {
    font-size: 15px;
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
    }
    .dragdealer {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
    .fybp__container__row {
        display: block;
    }
    .fybp__container__row__colLeft {
        width: 100%;
    }
    .fybp__container__row__colMid {
        width: 100%;
        padding: 0;
    }
    .fybp__container h2 {
        line-height: 30px;
    }
    .fybp__container__row__colRight {
        width: 100%;
    }
    .fybp h1 {
        text-align:center;
    }
    .btn--black {
        padding: 0.3125rem 1.5625rem !important;
        background: #000!important;
        color: #fff!important;
        border: 1px solid #000!important;
    }
    .detailContent {
        width: 100%;
    }
    .fybp__container__row__colRight__swatch {
        margin: 20px 0;
    }
    .btn--black-margin {
        margin: 30px 0;
    }
    .naturalLabel, .definedLabel {
        display: none;
    }
    .dragdealer {
        width: 100%;
    }
    .slider__image__mobHide {
        display: none;
    }
    .slider__image__mobShow {
        display: block;
    }
    .availableTitle {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 30px;
    font-size: 20px!important;
    }
    .mobile-hide {
        display:none;
    }
    .mobile-show {
        display:block;
    }
    h2.face__shape__title {
        padding: 10px 25px;
        line-height: 33px;
    }
    .main__intro__right {
        float: left;
        width: 100%;
        padding: 0 7%;
    }
    .main__intro__left {
        width: 100%;
        padding: 0 7%;
    }
    .section__left {
        width: 100%;
        padding: 7%;
    }
    .section__right {
        width: 100%;
        padding: 7%;
    }
    .main__intro, .section {
        width: 100%;
    }
    .main__intro h2, .section__left h2, .section__right h2 {
        align-items: center;
        text-align:center;
    }
    .flash__banner {
        font-size: 25px;
        padding: 3%;
    }
    .p--center {
        margin-bottom: 50px;
    }
    .mb__hero {
    height: auto;
    background: url(/wp-content/themes/hdbrows/images/Microblading/microblading_hero_mobile.jpg);
    background-size: cover;
    background-position: center;
    }
}
/**New Navigation Styles!!**/
/**Hide cart popup indefinitely!*/
.header__cart--hover {
    display: none!important;
}

#header .header__nav--upper a,
#header .header__nav--middle .header-link-left,
#header .header__nav--middle .title,
#header .header__nav--item a {
    font-family: "brandon-grotesque",sans-serif;
}

#header .promo-banner-container p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px;
}

/* Cookie Notice */
.message.cookie .content {
    width: auto;
    margin: 0;
    padding: 0;
}
.message.cookie button {
    box-shadow: none;
    text-shadow: none;
}
.message.cookie button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* mobile menu */
.menu-consumer-menu-mobile-container #menu-consumer-menu-mobile li a {
    font-family: "brandon-grotesque",sans-serif;
}

.sidr.left .mobile__login p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}

.sidr {
    display: block;
    position: fixed;
    top: 0;
    bottom:0;
    height: 100%;
    z-index: 997;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px;
    background: #131313;
    color: #fff;
}
.sidr.left {
    left: -100%;
    right: auto;
}
.btn--nav-right--white {
    background: none!important;
        font-family: Font Awesome\ 5 Free!important;
        content: "\f105";
}
.arrow {
    position: absolute;
    right: 20px;
}
.showOnMob {
    display:none;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: 8px;
}
.hamburger-inner::after {
    bottom: 17px;
}

.hamburger--elastic .hamburger-inner {
  top: 3px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media all and (max-width: 575px){
    .btn--nav-right--white {
        width: 60%;
    }
    #menu-menu-1 {
        margin:0;
        padding:0;
        -webkit-padding-start: 0px;
    }
    #menu-menu-1 {
    overflow-y: auto;
    }
    #menu-menu-1 .btn {
        padding: 0!important;
        width: 100%;
    }
    #menu-menu-1 li {
    text-transform: uppercase;
    }
    #menu-menu-1 li a {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 12px 15px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    letter-spacing:0;
    }
    #menu-menu-1 .sub-menu li {
    background: #fff;
    /* color: blue; */
    font-size: 10px;
    }
    #menu-menu-1 .sub-menu li a {
    color: #000000;
    padding: 10px 20px;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.000em;
    }
    li.header__nav--item {
        border-bottom: 0!important;
    }
    .rotate-element {
    transform: rotate(90deg);
    transition: all 0.3s;
    }
    .showOnMob {
        display: block;
    }
    .hideOnMob {
        display: none;
    }
    .main-logo {
        width: 50%;
    }
    .header__nav--middle .header__cart{
      display:block!important;
  }
  .header__nav--middle {
    min-height: initial;
  }

  .flexMob {
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow : row wrap;
      flex-flow : row wrap;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
    position: relative;
  }
  #menu-menu-1 .btn {
    font-weight: 500;
    }
    #hamburger {
        width: 15%;
        display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .acctName {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position:relative;
    }
    .acctName p {
        margin: 0;
    }
    .acctName a {
        color: #fff;
    }
    .acctName__separator {
        padding: 0 10px;
    }
    .pro__link {
    text-transform: uppercase;
    color: #000;
    width: 100%;
    padding: 12px 15px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    background-color: #fff;
    }
    .acctName__name {
        margin-left:20px;
    }
    .acctName__name, .acctName__separator, .acctName__yourAccount {
        float: left;
    }
    .acctName:before {
        content:"";
        width:13px;
        height:16px;
        background: url(/wp-content/themes/hdbrows/images/generic/accounticon.png);
        background-size: cover;
        display: block;
        position: absolute;
    }
    .hidden {
        visibility: hidden;
    }
    .salon__finder {
        float: left;
        width: 22px;
        height:25px;
        margin-left: 5px;
        margin-top: 0;
        background: url(/wp-content/themes/hdbrows/images/generic/mappin.png);
        background-size: cover;
        display: block;
    }

    .basket {
        float: left;
        margin-left: 10px;
        margin-top: -4px;
    }
    .header__cart a .title {
    top: 0;
    margin-right: 0.3125rem;
    font-size: 0;
    text-decoration: underline;
    position: initial;
    float: left;
    }
    .icon--basket:before {
        top:2px;
        margin:0;
    }
    .main-logo {
        padding: 0 20px;
    }
    .mob__search__icon {
       font-size: 17px;
       position: absolute;
       right: 12%;
       top: 11px;
    }
    .mobile__search {
        width: 100%;
        background: rgba(18,18,18,0.9);
        padding: 20px;
        position: absolute;
        display: none;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
    .mobile__search__white {
        background: rgba(255,255,255,0.95);
    }
    .mobile__search__content {
        height: 100%;
        display:block;
        padding-top: 40%;
    }
    .mobile__search__content__box {
        width: 100%;
        display: block;
        border: 0;
    }
    .mobile__search__content__box__searchBox {
        position:relative;
    }
    .mobile__search__submit {
        display:block;
        position: absolute;
        right:0;
        top:0;
        width: 50px;
        height: 50px;
        background: none;
        border: 0;
    }
    .mobile__search__icon {
        color: #cccccc;
        font-size:20px;
    }
    .search__icon__loggedOut {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
    }
    .search__title {
    text-align: center;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    }
    .mobile__search__icon--black {
    color: #000000;
    }
    .close__mob__menu, .mobile__search__close {
    font-size: 20px;
    position: absolute;
    padding: 10px;
    float: right;
    line-height: 20px;
    top: 3px;
    right: 0;
    }
    .consumer__store {
        text-align: center;
        padding: 20px;
    }
    .btn--black {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        background: #000;
        color: #fff;
        letter-spacing: 0;
        font-size: 16px;
    }
    .consumer__menu__promo {
        padding: 20px;
    }

    .site-content .sf p {
        font-size: 16px;
    }
    .site-content .sf h2 {
        letter-spacing: 0;
    }
}


/**NEW STANDARDISED PAGE TEMPLATE STYLESv - NEW VERSION, USE THIS!**/

.main__hero {
    position: relative;
    height: auto;
    overflow: hidden;
}
.main__hero__detail {
    /*position: absolute;
    z-index: 20;
    top: 35%;
    right: 9%;*/
    width: 45%;
    text-align: left;
}
.main__hero__detail--left {
    /*position: absolute;
    z-index: 20;
    top: 32%;
    left: 9%;*/
    width: 50%;
    text-align: left;
}
.main__hero__title {
    position: absolute;
    /*z-index: 20;
    top: 12%;
    left: 9%;*/
    width: 60%;
    text-align: left;
}
/*.main__hero__title--imgBk {
     left: 9%;
}*/

.fybp__hero__text.black-salon-text h1,
.fybp__hero__text.black-salon-text p {
    color: #000;
}
.fybp__hero__text.black-salon-text p,
.site-content .sf p {
    font-weight: 300 !important;
}
.fybp__hero__text.black-salon-text h1 {
    max-width: 250px;
}
.sf .sf__hero .fybp__hero__text.black-salon-text h1::after {
    background-color: #000;
}
.site-content .sf__topSalons__col a p {
    font-weight: 400 !important;
}

.site-content .btn--white {
    width: 100%;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* Salon Finder page styling */
.site-content .sf__topSalons__col p,
.site-content .sf p,
.site-content .inline-icons--title p {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 0;
}

.site-content p.sf__filter__title {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 500;
}

.site-content .salon-finder-widget-container input {
    margin-bottom: 10px;
}

/* keep in touch page styling */
.page-keep-in-touch .template.template__section--black.template__reverseFlex.hdhotline {
    border-bottom: 1px solid white;
}
.template.template__section--black.hdhotline .btn {
    margin-bottom: 30px;
}
.template.template__section--black.hdhotline .btn:hover {
    border: 1px solid #fff;
}
.template.template__section--black.hdhotline a {
    color: #fff;
}

/* training dates page blocks */
.page-training-dates .site-content .event {
    width: 100%;
    background: #fff !important;
    display: inline-block;
    margin: 1%;
    border: 1px solid #ccc;
    text-align: center !important;
    font-size: 16px;
    position: relative;
    padding-bottom: 14px !important;
}

span.dates {
    font-weight: 400;
    letter-spacing: 1px;
}
h3.event-name {
    font-size: 26px;
}

.site-content .btn--default {
    display: block;
    color: #fff !important;
    text-decoration: none;
    background-color: #000 !important;
    transition: 0.3s ease-in-out;
    border: 1px solid #000;
    cursor: pointer;
    width: auto;
    height: auto;
}

.site-content .btn--default:hover {
    border: 1px solid #000;
    background-color: #fff !important;
    color: #000 !important;
}


/* Apply wrapper styles tablet/desktop */
@media screen and (min-width: 576px) {

    .site-content h5 {
        font-size: 20px;
    }

    #header .promo-banner-container {
        margin-bottom: 16px;
    }

    #header .promo-banner-container p {
        font-size: 14px !important;
    }
    .emoji {
        font-size: 17px;
    }

    .main__hero--wrapper {
        width: 100%;
        position: absolute;
        top: 12%;
        left: 9%;
    }

    .main__hero__title.main__hero__title--imgBk {
        position: relative;
    }

    /* salon finder header */
    .fybp__hero__text.black-salon-text h1 {
        max-width: none;
    }

    .template.keepInTouchIntro {
        margin-bottom: 30px;
    }

    .page-keep-in-touch .template__half {
        margin-bottom: 50px;
    }

    .page-keep-in-touch .ifpara--small {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    input[type="submit"].btn--default {
        width: auto;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .sitewide-faq .question span {
        width: 25px;
    }
    .sitewide-faq ul .question p {
        line-height: 2.2 !important;
    }
    .sitewide-faq ul li.question {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .site-content .btn--white,
    .site-content a.fyfs__cta {
        width: auto;
    }

    .site-content #salon-finder-home-form {
        height: 175px;
        top: 0;
        bottom: 0;
    }

    .site-content .salon-finder-widget {
        width: 70% !important;
    }

    .site-content #salon-finder-home-form h3 {
        width: 240px;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.3;
        text-transform: uppercase;
        text-align: center;
        margin: auto;
    }

    .site-content .featured-brand-container {
        margin-bottom: 40px !important;
    }

    .site-content .salon-finder-widget-container input {
        margin-bottom: 0;
    }

    .site-content .homepage-video {
        width: 45%;
    }

    .site-content .blog .blog__comments .form-submit input,
    .site-content .comment-reply-link {
        width: auto;
    }
    .site-content .brand-protection-report input[type="submit"].btn--default {
        width: 100%;
    }

    .page-what-are-hd-brows .template__ctaflex {
        margin-top: -25px;
    }
    .page-what-are-hd-brows #training-content ol {
        margin-left: 0;
    }
    .page-what-are-hd-brows #training-content .template.template__section--white.template_fw.template--noflex {
        padding-bottom: 20px;
    }

    /*hide mobile image desktop*/
    .page-newsletter-sign-up #training-content .main__hero__mobile,
    .page-newsletter-sign-up #training-content .show__mobile,
    .page-become-a-guest-blogger #training-content .main__hero__mobile,
    .page-become-a-guest-blogger #training-content .show__mobile {
        display: none;
    }
    #training-content #guest-blogger-form textarea {
        margin-top: 0;
    }

    .page-brow-lamination .template__ctaflex {
        margin-top: -65px;
    }

    .page-training-dates .training-book-link.btn--default {
        display: inline-block;
    }

    .fybp h1 {
        font-size: 40px;
    }

    .fybp__container h2,
    .fyfs--grey .fyfs__container__item h2 {
        font-size: 40px;
        line-height: 1.1;
    }

    .site-content .fyfs h2 {
        font-size: 40px;
        line-height: 2;
    }

    .fyfs--grey .fyfs__container__item .fyfs__container__item__content h2 {
        line-height: 1.1;
    }

    .fybp__container h3 {
        font-size: 30px;
    }

    .page-find-the-right-shade-for-your-brows .template h2 {
        font-size: 40px;
        text-transform: none;
        line-height: 1;
    }

}


/*----- TABLET STYLING ------*/
@media screen and (max-width: 1024px) and (min-width: 576px) {

    .site-content .salon-finder-widget {
        width: 80% !important;
    }

    .site-content .featured-brand-container {
        margin-bottom: 40px !important;
    }

    .page-training-dates .site-content .event {
        width: 48%;
    }

}




/*WhatsApp Page adjustment*/
.whatsApp .main__hero__title--imgBk {
    left: 12%;
    top: 17%;
}
.whatsApp .main__hero__detail--left {
    top: 39%;
    left: 12%;
}
.whatsApp__inner .content {
    width: 70%;
}

.main__hero__title h1 {
    font-size: 34px;
    line-height: 40px;
    padding: 0;
    width: auto;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
.main__hero__title h1:after {
    width: 120px;
    height: 2px;
    background: #ffffff;
    bottom: 0px;
    margin: 20px 0;
    content: "";
}
.hero__light .main__hero .main__hero__title h1 {
    color: #000;
}
.hero__light .main__hero .main__hero__title h1:after {
    background: #000;
}
.main__hero__desktop, .hide__mobile {
    display: block;
}
/*img.main__hero__desktop {
    width: 100%;
    display: block;
}*/
.main__hero__mobile, .show__mobile {
    display:none;
}
.main__hero__detail p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}
.hero__light .main__hero .main__hero__detail p {
    color: #000;
    }
.btn {
    display: inline-block;
    text-transform:uppercase !important;
    font-size: 13px;
    padding: 13px 16px;
}
.btn__white {
    background: #fff!important;
    color: #000 !important;
    border: none !important;
    transition: all 0.3s;
}
.btn__white:hover {
    text-decoration: none;
    color: #fff!important;
    background: #000!important;
    transition: all 0.3s;
}

.btn__black {
    background: #000!important;
    color: #fff !important;
    border: none !important;
    transition: all 0.3s;
}
.btn__black:hover {
    text-decoration: none;
    color: #000!important;
    background: #fff!important;
    transition: all 0.3s;
}

.template {
    width: 100%;
    margin: 0 auto;
    padding: 4% 10%;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 14px;
    line-height: 20px;
    /*letter-spacing: 1.5px;*/
     display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
          justify-content:center;
}
.template__reverseFlex {
    flex-flow:row-reverse;
}
.template--noflex {
    display: block;
}
.template__noFlex {
    display: block;
}
@media all and (max-width: 575px){
    .template__reverseFlex {
        flex-flow: row wrap;
    }
}

/* desktop styling - added bottom margin */
@media screen and (min-width:1025px) {

    .main__hero__title h1 {
        margin-bottom: 20px;
    }

}


.template__contactUs {
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.template__fnb {
    width: 100%;
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          padding: 4%;
}
.feature {
    width: 33.333%;
    padding: 20px;
    text-align:center;
}
.feature img {
    width: 100px;
    height: 100px;
    margin-bottom:40px;
}
.feature h3 {
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.template__flex {
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.template {
    color: #000;
}
.template h2 {
    font-size: 32px;
    line-height: 34px;
    padding: 0;
    width: auto;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
.template h2:after {
    width: 120px;
    height: 2px;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    background: #000;
}

.template p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.template__awards h2 {
    text-align: center;
    font-size:20px;
}
.template__awards h2:after {
    display: none;
}
.template__awards__logos {
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.template__awards__logos__logo {
    padding: 0 20px 40px;
    width: 15%;
}
.template--webform h2 {
    text-align: center;
}
.template--webform h2:after {
    margin: 0 auto;
}
.template--webform {
    text-align:center;
}
.template--webform .template__section--white {
    color: blue;
}
.template--webform .infusion__form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.template__half {
    width: 50%;
    float: left;
    position: relative;
}
.template__loveYourJob {
    padding: 8px 0;
}
.template__usp h2:after {
    margin: 10px auto;
}
.template__list {
    text-align:center;
}
.template__list h2:after {
    margin: 10px auto;
}
.template__list h2 {
    text-align: center;
}
ul.template__list__items {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.template__list__items li {
    padding: 10px 0;
    position: relative;
    width: 100%;
    text-align:center!important;
}
.template__list__items__rule {
    width: 30%;
    margin: 5px auto!important;
    border-top: 1px solid #8f8f8f;
}
ul.template__list__items:last-child li hr {
    display: none;
}
.template__section--black .template__list__items .template__faq__list__ruler {
    width: 30%;
    margin: 5px auto!important;
    border-top: 1px solid #8f8f8f;
}
.template__section--white .template__list__items .template__faq__list__ruler {
    width: 30%;
    margin: 5px auto!important;
    border-top: 1px solid #000000;
}
.template__loveYourJob img {
    width: 320px;
    height: 69px;
    display: block;
    margin: 0 auto;
}
.template__half ul, .template__bullets ul {
    margin: 0px 20px;
    padding: 0;
    list-style-type:none;
}
.template__half ul li, .template__bullets ul li {
   margin-bottom: 10px;
   border-left: 2px solid #000;
   padding: 0 0 0 15px;
}
.template__section--black {
    background: #000;
    color: #fff;
}
.template__section--peach {
    background: #99614f;
    color: #ffffff;
}
.template__section__disclaimer {
    padding: 1% 10%;
    font-size: 12px;
    text-align: center;
}

.template__section--black .gdproptions .emailgdpr input.email_gdpr_checkbox + label, .template__section--black .gdproptions .phonegdpr input.email_gdpr_checkbox + label,
.template__section--black .gdproptions .smsgdpr input.email_gdpr_checkbox + label, .template__section--black .gdproptions .mailgdpr input.email_gdpr_checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    background: #000;
    border: 2px solid #fff;
    width: 30px !important;
    height: 30px !important;
    margin-top: 0 !important;
}
.template__section--black .emailgdpr input.email_gdpr_checkbox:checked + label:before, .template__section--black .phonegdpr input.email_gdpr_checkbox:checked + label:before,
.template__section--black .smsgdpr input.email_gdpr_checkbox:checked + label:before, .template__section--black .mailgdpr input.email_gdpr_checkbox:checked + label:before {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all .3s ease-in;
}

.template__section--black .template__half ul li {
    border-left: 2px solid #ffffff;
}
.template__section--darkGrey {
    background: #69666A;
    color: #fff;
}
.template__section--burnBrown {
    background: #ac7b7d;
    color: #fff;
}
.template__section--sage {
    background: #afbc88;
    color: #000;
}
.template__section--sage h2:after {
    background: #000;
}
.template__section--blue {
    background: #96c5b0;
    color: #000;
}
.template__single__wrap.template__section--burnBrown {
    background: white;
    border: 4px solid #ac7b7d;
}
.template__section--black a, .template__section--darkGrey a {
    color: #fff;
    text-decoration: underline;
}
.template__section--black h2, .template__section--darkGrey h2 {
    color: #fff;
}
.template__section--black h2:after, .template__section--darkGrey h2:after {
    width: 120px;
    height: 2px;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    background: #fff;
}
.template__section--black p, .template__section--darkGrey p {
    color: #fff;
}
.template__section--white {
    background: #fff;
    color: #000;
}
.template__section--white h2 {
    color: #000;
}
.template__section--white h2:after, .template__section--blue h2:after {
    width: 120px;
    height: 2px;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    background: #000;
}
.template__section--burnBrown h2:after {
    background: #fff;
}
.template__section--white p {
    color: #000;
}
.btn--white {
    color: #000!important;
    text-decoration: none!important;
    font-size: 13px !important;
    height: auto;
    width: auto;
    display: inline-block;
    font-family: "brandon-grotesque"!important;
}
.btn--white:hover {
    color: #fff!important;
}
.btn--black:hover {
    text-decoration: none!important;
}
.marginTop {
    margin-top: 40px;
}
.template__half--floatRight {
    float: right;
}
img.template__half__img__offsetLeft {
    position: relative;
    margin-top: -120px;
    margin-left: -166px;
}
.template__faq {
    width: 100%;
    text-align: center;
}
.template__faq ul {
    padding: 0;
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.template__faq ul .faq-question {
    cursor: pointer;
    font-weight: 700;
}
.template__section--darkGrey ul .faq-question, .template__section--black ul .faq-question {
    border-top: 1px solid #fff;
}
.template__section--burnBrown ul .faq-question, .template__section--white ul .faq-question, .template__section--sage ul .faq-question, .template__section--blue ul .faq-question {
    border-top: 1px solid #000;
}
.template__section--white ul, .template__section--burnBrown ul {
    color: #000;
}
.template__faq ul .faq-question:nth-of-type(1) {
    border-top: 0;
}
.template__faq ul .faq-question p {
    line-height: 40px;
    display: inline-block;
    float: left;
    width: 90%;
    margin: 0;
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: 1px;
}
.template__faq ul .faq-answer {
    display: none;
    padding-left: 20px;
}
.template__faq .faq-question span {
    margin-right: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    float: left;
    width: 3%;
}
.template__faq h2 {
    text-align: center;
}
.template__faq h2:after {
    margin: 20px auto;
}

.template__fullWidth h2, .template__fw h2 {
    text-align: center;
}
.template__fullWidth h2:after, .template.template_fw h2:after {
    margin: 20px auto;
}
.template_fw p.training-testimonial-quote, .template_fw p.training-testimonial-client {
    text-align: center;
}
.template__single {
        width: 60%;
        padding: 4% 0%;
}
.template--trainingDays {
    width: 765px;
    padding: 4% 0;
}
.template--trainingDays ul li {
    margin-bottom: 10px;
    border-left: 2px solid #000;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.template__intro {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.template__intro h2 {
    text-align: center;
}
.template__intro h2:after {
    background: #000;
    margin: 20px auto;
}
.trainingDays__days {
    position: relative;
    float: left;
    width: 100%;
}
.trainingDays__days--floatRight {
    float: right;
    margin-top: -20px;
}
.trainingDays--margin {
    margin-top: -20px;
}
.trainingDays__days__img {
    width: 250px;
    display:block;
    position: relative;
    float:left;
}
.trainingDays__days__img--right {
    float: right;
}
.template__bullets--right ul li {
    text-align:right;
    padding: 0 15px 0 0;
    border-left:0;
    border-right: 2px solid #000;
}
.trainingDays__days__img__tag {
    position: absolute;
    right: -64px;
    top: 20px;
    text-align: right;
    z-index: -1;
    padding: 5px 10px 5px 30px;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif!important;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    background: #000;
}
.trainingDays__days__img__tag---right {
    right: 0;
    left: -64px;
    text-align: left;
    padding: 5px 30px 5px 10px;
}
.trainingDays__days__content {
    float: left;
    width: 60%;
    margin-top: 9%;
}
.trainingDays__days__content--right {
    float: right;
}
.no-padding-top {
    padding-top:0;
}
.no-padding-bottom {
    padding-bottom:0;
}
.video__image__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display:block;
}
.template--roi .roi-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.template__section--darkGrey .roi-container ul#training-tabs {
    background: #fff;
}
.template--roi .roi-container h2 {
    text-align: center;
}
.template--roi .roi-container h2:after {
    margin: 20px auto;
}
.template--roi .roi-treatment-intro {
    font-size: 17px;
    line-height: 20px;
}
.template--roi .roi-treatment-val-container, .template--roi .roi-sales-val-container {
    padding: 20px 0;
}
.template--trainingDates {
    text-align: center;
}
.template--trainingDates h2 {
    text-align: center;
}
.template--trainingDates h2:after {
    margin: 20px auto;
}
.template__course h2 {
    text-align: center;
}
.template__course h2:after {
    margin: 20px auto;
}
.template__course__wrap {
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
}
.template__course {
    padding: 4% 2%;
}
.template__course__wrap__course {
    width: 16.666%;
    padding: 20px;
    text-align:center;

}
.template__course__wrap__course--wide {
    width: 28%;
}
.template__course__wrap__course__img {
    margin-bottom: 20px;
    width: 150px;
}
.template__course__wrap__course .template__course__wrap__course__desc h3 {
    font-family: "brandon-grotesque",sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    letter-spacing: 1px;
    min-height: 96px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.template__course__wrap__course .template__course__wrap__course__desc h3:after {
    content:"";
    background: #000;
    width: 10%;
    height: 2px;
    margin: 20px auto;
}
.template__course__wrap__course .template__course__wrap__course__desc p {
    min-height:100px;
}
.template--trainingDates .template__half .tr-date-widget-main {
    width: 100%;
    display: block;
}
.template--trainingDates .template__half .tr-date-widget-main .tr-date-widget-list {
    padding: 0 !important;
    margin: 0 !important;
}
.template--trainingDates.template__section--black .template__half .tr-date-widget-list li.white__title{
    color: #000;
    background: #fff;
}
.template--trainingDates.template__section--black .template__half .tr-date-widget-main ul.tr-date-widget-list, .template--trainingDates.template__section--darkGrey .template__half .tr-date-widget-main ul.tr-date-widget-list {
    border: 0;
    background: #fff;
    color: #000;
}
.template--trainingDates.template__section--black .template__half .tr-date-widget-main ul.tr-date-widget-list li .tr-date-widget-location p,
.template--trainingDates.template__section--black .template__half .tr-date-widget-main ul.tr-date-widget-list li .tr-date-widget-date p,
.template--trainingDates.template__section--darkGrey .template__half .tr-date-widget-main ul.tr-date-widget-list li .tr-date-widget-location p,
.template--trainingDates.template__section--darkGrey .template__half .tr-date-widget-main ul.tr-date-widget-list li .tr-date-widget-date p
 {
    color: #000;
}
.template--trainingDates.template__section--black .template__half ul li, .template--trainingDates.template__section--darkGrey .template__half ul li,
.template--trainingDates.template__section--white .template__half ul li {
    border:0;
    margin:0;
}
.template__modelsSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.template__modelsSect__model {
    width: 33.333%;
    padding: 0 20px;
    position:relative;
    overflow:hidden;
}
.template__modelsSect__model:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.template__modelsSect__model:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.template__modelSect__model__twitter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
}
.template__iphone {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 4% 0;
}
.template__iphone .template__half {
    padding: 0 10%;
}
.template__iphone__img--bottom {
    position: relative;
    right: -24%;
}
.template__iphone__img--top {
    position: absolute;
    width: 300px;
    left: 1%;
    z-index: 1;
    top: -100px;
}
.template__interview--padding {
    padding: 3% 0%;
}
.template__interview__row {
    padding: 3% 4%;
    width: 100%;
}
.template__interview__row--noTopBottomPadding {
    padding: 0 4%;
}
.template__interview__row__q1, .template__interview__row__qf {
    width: 33.333%;
    float: left;
    position:relative;
    padding: 0 40px;
}
.template__interview__row__q5 {
    width: 60%;
    float: left;
    position:relative;
    padding: 0 40px;
}
.template__interview__row__q6 {
    width: 40%;
    float: left;
    position: relative;
    padding: 0 40px;
}
.template__interview__row__qf {
    width: 100%;
}
img.template_interview_num2 {
    margin-left: -15%;
}
img.template_interview_num8 {
    margin-left:0;
}
img.template_interview_num10 {
    margin-left: -2%;
}
img.template_interview_num3 {
    margin-left: -15%;
}
.template__interview__row__qf img {
    float: left;
    position: relative;
}
.template__interview__row h2 {
    font-size: 22px;
    text-transform: inherit;
    letter-spacing: 0;
    line-height: 24px;
}
.template__interview__row__content {
    position: absolute;
    top: 22%;
    left: 11%;
    padding: 0 40px;
    width:89%;
}
.template__interview__row__content--q5, .template__interview__row__content--q6 {
    top:0;
    left: 14%;
}
.template__interview__row__content--fw {
    width: 97%;
    margin-left: -18%;
    float:left;
    position: relative;
}
.template__interview__row__content--fw p {
    padding-left: 7%!important;
}
.template__interview__row__content p {
    padding-left: 15%;
}
.template__interview__row h2:after {
    display: none;
}
.template__interview__row__q1 img, .template__interview__row__qf img, .template__interview__row__q5 img, .template__interview__row__q6 img{
    height: 200px;
    display: block;
    position:relative;
}
.template__interview__row__q1 .template_interview_num2 img {
    margin-left: -55px;
}
.template__footer {
    color: #fff;
    padding: 0;
}
.template__footer .template__left {
    width: 30%;
    padding: 2%;
}
.template__footer .template__right {
    width: 70%;
    padding: 2%;
    padding:0;
}
.template__footer .template__left {
    width: 30%;
    padding: 4% 5%;
    float: left;
    padding-bottom:0;
}
.template__footer .template__right {
    width: 70%;
    padding: 4% 5%;
    float: left;
    padding-bottom:0;
}
.template__footer h2 {
    color: #fff;
}
.template__footer h2:after {
    background: #ffffff;
}


/* Footer Typography */

.footer__container .footer-address-block p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 13px !important;
    line-height: 16px;
}

.footer__container .footer-border-container,
.footer__container .footer-border-container a {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 13px !important;
}

.footer-term-links .nav--footer__secondary li a {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 13px;
}

.footer__container address.copyright {
    font-family: "brandon-grotesque",sans-serif;
}

.footer__container address.copyright {
    font-family: "brandon-grotesque",sans-serif;
}

@media screen and (min-width:576px) {
    .page-training-dates .site-content .event {
        width: 48%;
    }

    .page-training-dates .site-content select#course,
    .page-training-dates .site-content select#location {
        width: 49%;
    }
    .page-training-dates .site-content select#course {
        margin-right: 1%;
    }

    .site-content .event .btn--default {
        display: inline-block;
    }

    .tal-list li {
        width: 49%;
        margin: 5px 3px;
    }

    .sitewide-faq ul {
        width: 60%;
    }

    .footer__container .footer-address-block p {
        font-size: 14px !important;
        line-height: 18px;
    }

    .footer__container .footer-border-container,
    .footer__container .footer-border-container a {
        font-size: 14px !important;
    }
}


.model_wears {
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-top: 20px;
}
.model_wears:after {
    width: 30%;
    height: 2px;
    bottom: 0px;
    margin-top: 7px;
    margin-bottom: 20px;
    content: "";
    background: #000;
}
.model__wears__products {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items:flex-start;
}
.model__wears__products__inner {
    width: 50%;
    padding: 10px;
}
.model__wears__products__inner__product {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 16px;
}
@media all and (max-width: 1290px){
    .template__iphone__img--top {
        width: 300px;
    }
}
@media all and (max-width: 1180px){
    .template__iphone__img--top {
        width: 250px;
    }
    img.template__half__img__offsetLeft {
    position: relative;
    margin-top: -74px;
    margin-left: -125px;
    }
    .template__interview__row__q1, .template__interview__row__qf, .template__interview__row__q5 {
        width: 100%;
        margin-bottom: 20px;
    }
    .template__interview__row__q1 img, .template__interview__row__qf img, .template__interview__row__q5 img, .template__interview__row__q6 img {
        height: 114px;
    }
    img.template_interview_num3, img.template_interview_num2 {
        margin-left:0;
    }
    .template__interview__row__q1 img, .template__interview__row__qf img, .template__interview__row__q5 img, .template__interview__row__q6 img {
        float: left;
    }
    .template__interview__row__content {
        float: left;
        width: 86%;
        position: initial;
    }
    .template__interview__row__content p {
        padding-left: 0;
    }
    .template__interview__row__content--fw {
        float: left;
        width: 84%;
        margin-left:0;
    }
    .template__interview__row__q6 {
        width: 100%;
    }
    .template__interview__row__content--fw p {
        padding-left:0!important;
    }

}

@media all and (max-width: 680px){
    .template {
        padding: 4%;
    }
    .template__half {
        width: 100%;
    }
    .template__iphone {
        display: block;
    }
    .template__iphone__img--bottom {
        padding:0;
    }
    .template__iphone__img--bottom {
        width: auto;
    }
    .template__iphone__img--top {
        width: 50%;
        left:0;
        right: 0;
    }
    .template__iphone__img--bottom {
    position: relative;
    right: 1%;
    margin-left: -217px;
    padding: 24px;
    }
    .template__iphone .template__half {
        padding: 0;
    }
    .template__iphone__img--top {
    width: 52%;
    left: 49%;
    /* right: -13px; */
    /* right: 50px!important; */
    top:-10px;
    }
    .mobile__margin {
        margin-bottom: 40px;
    }
    .template__modelsSect {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .template__modelsSect__model {
        width: 49%;
        padding: 1%!important;
    }
    .template__modelSect__model__twitter {
    position: absolute;
    bottom: 5%;
    left: 9%;
    /* right: -50%; */
    /* transform: translateX(50%); */
    z-index: 9;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
    width: 82%;
    text-align: center;
    }
    img.template__half__img__offsetLeft {
    position: relative;
    margin-top: -80px;
    margin-left: -19px;
    z-index: -9999;
    }
    .template__interview__row__content {
    float: left;
    width: 100%;
    position: initial;
    padding: 0;
    text-align: center;
    }
    .template__interview__row__q1 img, .template__interview__row__qf img, .template__interview__row__q5 img, .template__interview__row__q6 img {
        float: none;
        margin: 0 auto;
    }
    .template__interview__row__q1, .template__interview__row__qf, .template__interview__row__q5 {
        padding:0;
        margin-bottom:10px
    }
    .template__interview__row {
        padding: 0;
    }
    .template__interview__row__content {
        margin-top: -47px;
    }
    .template__modelSect__model__twitter {
        font-size: 10px!important;
    }
}

.template__faq__list h2 {
            text-align:center;
        }
        .template__faq__list h2:after {
            margin: 20px auto;
        }
        .template__faq__list .template__list__items .text p {
            text-align: center!important;
        }
        .template__faq__list__rule {
            width: 10%;
            display: block;
            border-top: 1.5px solid #fff;
        }
        .template__list__items {
            display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        }
        .template__list__items .faqQuestion, .template__list__items .faqAnswer {
            width: 100%;
        }
        .template__list__items .faqQuestion {
            text-transform: uppercase;
            font-family: "brandon-grotesque",sans-serif;
            font-weight: 600;
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 25px;
            letter-spacing: 1px;
        }
        .template__usp .template__course__wrap__course {
            width: 25%;
        }
        .template__usp .template__course__wrap__course {
            width: 25%;
        }
        .template__usp .template__course__wrap__course img {
        -ms-flex-item-align: center;
        align-self: center;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
            margin: 0 auto;
        }
        .template__usp .template__course__wrap__course h3 {
            text-transform: uppercase;
            font-family: "brandon-grotesque",sans-serif;
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            margin-bottom:10px;
            min-height: 15%;
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
        }
.template__ctaflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media all and (max-width: 575px){
    .feature {
        width: 100%!important;
    }
    img.largeFnBImg {
        width: 50%!important;
    }
    .course__detail {
        width: 100%!important;
        max-width: 100%!important;
    }
    .template__usp .template__course__wrap__course {
            width: 100%;
            display: block;
    }

    .main__hero__desktop, .hide__mobile {
        display: none;
    }
    .main__hero__mobile, .show__mobile {
        display: block;
    }
    .main__hero {
        position: relative;
        height: auto;
        display: block;
    }
    .main__hero__title {
        text-align:center;
        left:0;
        width: 100%;
    }
    .main__hero__title h1 {
        text-align:center;
        font-size: 30px;
        line-height: 34px;
        width: 80%;
        margin: 0 auto;
    }
    .main__hero__title h1:after {
        margin: 20px auto;
    }
    .main__hero__detail {
    position: initial;
    z-index: 20;
    top:0;
    left:0;
    width: 100%;
    text-align: left;
    left: 0%;
    width: 100%;
    padding: 20px;
    transform: none;
    top: 0;
    justify-content: center;
    text-align: center;
    }
    .main__hero__detail p {
        color: #000;
    }
    .main__hero__detail h1 {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .mobile__content {
        padding: 5%;
    letter-spacing: 1.5px;
    font-size: 14px;
    }
    .template {
        padding: 4%;
    }
    .template__footer {
        padding:0;
    }
    .template__half {
        width:100%;
        text-align:center;
    }
    .template__half p, .template__half ul li, .main__hero__detail p {
        text-align:left;
    }
    .template h2 {
        margin-top: 20px;
    }
    .template__section--black p, .template__section--white p, .template__half__bullets, .template__section--darkGrey p, .template__section--burnBrown p {
        text-align: center;
    }
    .template h2 {
        text-align: center;
        font-size: 32px;
        line-height: 1.2;
    }
    .template h2:after {
        margin: 20px auto 40px;
    }
    .template__flex {
        padding: 5%;
    }
    .template__contactUs, .template__flex {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .template__contactUs {
        margin-bottom: 20px;
    }
    .template__faq h2:after {
        margin: 20px auto;
    }
    .template__faq ul {
        width: 100%;
    }
    .template__faq ul .faq-question p {
        line-height: 24px;
        padding: 8px 0;
    }
    .template .webform p {
        line-height: 20px;
    }
    .template--trainingDays {
        width: 100%;
    }
    .trainingDays__days__img, .trainingDays__days__content {
        width: 100%;
    }
    .trainingDays__days__img__tag {
        z-index: 9;
        left: 0;
        width: 98px;
        padding: 20px;
        font-size: 20px;
    }
    .trainingDays__days__content {
        margin: 0;
        padding: 40px 0;
    }
    .trainingDays__days--floatRight {
        margin-top:0;
    }
    .template__bullets--right ul li {
        border-left: 2px solid #000;
        border-right: 0;
        text-align: left;
        padding: 0 0 0 15px;
    }
    .trainingDays__days__content {
        margin-top: -42%;
        position: relative;
    }
    .trainingDays__days .template__bullets ul {
        background: #fff;
        padding: 20px;
    }
    .ifpara {
        line-height: 1.3;
    }
    .template__course__wrap__course {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
    .template__course__wrap__course__img {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100px;
        padding: 0;
    }
    .template__course__wrap__course__desc p {
        text-align:left!important;
    }
     .template__course__wrap__course .template__course__wrap__course__desc {
        padding: 0 10px;
     }
    .template__course__wrap__course__desc h3 {
       font-family: 'Brandon Grotesque Semibold',sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    letter-spacing: 1px;
    min-height: auto!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left!important;
    line-height: 20px;
    }
    .template__course__wrap__course .template__course__wrap__course__desc h3:after {
            content: "";
    background: #000;
    width: 10%;
    height: 2px;
    margin: 10px 0;
    }
    .template__course__wrap__course .template__course__wrap__course__desc p {
        min-height: initial;
    }
    .template__course__wrap__course {
        margin-bottom: 30px;
    }
    .template__awards__logos {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .template__awards__logos__logo {
        padding: 0 10px 10px;
        width: 50%;
    }
    .template__awards__logos__logo--featured {
        width: 33.333%;
    }
    .marginTop {
    margin-top: 20px;
    }
    .btn--black {
        padding: 1em!important;
    }
    .template__section--white .emailgdpr {
        width: 50%;
    }
    .training-2day-video {
        width: 100%!important;
    }
    .template__usp .template__course__wrap__course img {
        width: 55%;
        align-items: center;
        align-self: center;
        justify-content: center;
        margin: 0 auto;
    }
    .main__hero__title {
        top: 24%!important;
    }
    .template__footer .template__left, .template__footer .template__right {
        width: 100%;
    }
    .template__footer .template__left img {
        width: 60%;
        text-align: center;
    }
    .template__footer .template__left img {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    /*.main__hero__title {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
        border-radius: 5px;
        width: 100%;
    }*/
}
@media all and (max-width: 475px){
    .template__modelSect__model__twitter {
        padding: 5px;
    }

}
@media all and (max-width: 320px){
    .fybp h1 {
        font-size: 33px;
        line-height: 35px;
    }
}

/**Whatsapp**/
#whatsApp, #kitBlog {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 1 100%;
    margin: 0 auto 6em;
    padding: 0 0;
    width: 100%;
}
#whatsApp, #kitBlog {
    padding: 30em 0 0;
    background-size: 768px;
    background-position: left top;
    max-width: 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    min-height: 36em;
}
#whatsApp .whatsApp__inner, #kitBlog .whatsApp__inner {
    display: flex;
    flex: 1 1 50%;
    flex-basis: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#whatsApp, #kitBlog {
    background-position: right top;
}
#whatsApp .content h1, #kitBlog .content h1 {
        font-size: 31px;
    line-height: 40px;
    padding: 0;
    width: auto;
    letter-spacing: 1.5px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: 'Brandon Grotesque Semibold';
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
#whatsApp  .content h1:after, #kitBlog .content h1:after {
    width: 120px;
    height: 2px;
    background: #000000;
    bottom: 0px;
    margin: 20px 0;
    content: "";
}
#whatsApp .content p, #kitBlog .content p {
    width: 100%;
    text-align:left;
}
.kitSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.kitSocial a {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    padding: 20px;
    background: black;
    display: block;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    width: 31.333%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 1%;
}
#whatsApp .content h2, #kitBlog .content h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    width: auto;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
#whatsApp .content h2:after, #kitBlog .content h2:after {
    width: 20%;
    height: 2px;
    background: #000000;
    bottom: 0px;
    margin: 20px 0;
    content: "";
}
.socialIphone {
    width: 250px;
    position: absolute;
    top: -200px;
    left: 25%;
}
.hdIphone {
    width: 650px;
    position: absolute;
    top: -246px;
    left: 25%;
}
.kitSocialWrap {
    margin-left: -90px;
}
@media screen and (min-width: 768px) {
#whatsApp, #kitBlog {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}
#whatsApp, #kitBlog {
    padding: 3em 0;
    background-size: cover;
    background-position: 30% center;
    max-width: 100%;
    background-attachment: scroll;
    margin: 0 auto 2em;

}
#whatsApp, #kitBlog {
    flex-direction: row-reverse;
}
}

/**NEW MAKE UP PAGES**/
.mu__hero {     height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mu__content {
    text-align: center;
       flex: 1 1 50%;
    flex-basis: 50%;
    color: #000000;
}
.mu__content__inner { width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
.mu__content p {
    font-size: 15px;
    color: #000000;
    letter-spacing: 1.5px;
}
.mu__content h1 {
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    color: #000000;
}
.mu__content h1 span {
    display: block;
    font-size: 48px;
    font-weight: 800;
}
.PromQueen {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/hero_promqueen_desktop.jpg');
    background-size: cover;
}
.Sunkissed {
    background-image: url('https://hdbrows.com/wp-content/uploads/2019/01/hero_sunkissed_desktop.jpg');
    background-size: cover;
}
.TimelessBeauty {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/timelessbeauty_desktop.jpg');
    background-size: cover;
}
.CuttingEdge {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/hero_cuttingedge_desktop.jpg');
    background-size: cover;
}
.MarryMe {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/marryme_desktop.jpg');
    background-size: cover;
}
.SmokeyEye {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/hero_smokeyeyes_desktop.jpg');
    background-size: cover;
}
.HollywoodClassic {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/hero_hollywoodclassic_desktop.jpg');
    background-size: cover;
}
.WingIt {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/hero_wingit_desktop.jpg');
    background-size: cover;
}
.course__detail {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
    display:flex;
    align-items:center;
}
.course__detail--small {
    width: 900px;
    max-width: 900px;
    margin: 0 auto;
}
.course__detail__half__wrap {
    width: 100%;
    float: left;
    display:flex;
}
.course__detail__half__introContent h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}
.course__detail__half__introContent h2:after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #000000;
}
.course__detail__half__introContent p {
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #000000;
    margin-bottom: 30px;
}
.neg {
    margin-top: -53px;
    position:absolute;
    z-index:9999;
}
.course {
    position:relative;
}
.course__detail--courseDetails {
    display: flex;
    justify-content: center;
    text-align: center;
    width:100%;
}
.course__detail__half {
    float: left;
}
.course {
    display: flex;
    justify-content:center;
    align-items:center;
}
.course__detail--courseDetails .nextPrev {
     width: 33.333%;
    background: #000;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-weight: bold;
    font-size: 15px;
    margin: 2px;
}
.course__detail--courseDetails .nextPrev a {
    color: #ffffff;
    text-decoration: none;
}
.course__detail--courseDetails .prev, .course__detail--courseDetails .next {
    position:relative;
}
.course__detail--courseDetails .prev::after {
    content: "\f100";
    font-family: FontAwesome;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 9px;
    font-size: 30px;
}
.course__detail--courseDetails .next::after {
    content: "\f101";
    font-family: FontAwesome;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 9px;
    font-size: 30px;
}
.course__content {
    padding: 5% 2%;
    color: #000000;
    margin: 2px;
    background: #ffffff;
}
.course__content h2 {
    text-align: center;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}
.course__content h2:after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #000000;
    margin: 10px 0 20px;
}
.course__content__details {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    width: 50%;
    flex-flow: column wrap;
    float: left;
}
.course__content__details__price  {
    width: 33.333%;
    position: relative;
    padding: 10px 20px;
    display: flex;
    flex-flow: row;
    background: #000;
    margin: 2px;
    color: #fff;
    justify-content: center;
    align-items:center;
}
.course__content__details__price .icon {
    font-size: 30px;
    line-height: 32px;
    margin-right: 10px;
}
.course__content__details__locations  {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    padding-left:30px;
}

.course__content__details__time  {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    padding-left:30px;
}

.extraPadding {
    padding: 5%;
}
.course__learn {
    width: 100%;
    padding: 4% 10%;
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/whatiwilllearnback.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    color: #ffffff;
}
.course__detail--small h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}
.course__detail--small h2:after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #000000;
}
.course__detail__half__introContent ul {
    padding: 20px 0;
}
.course__detail__half__introContent ul li {
        /* padding: 20px 0; */
    border-left: 2px solid #000000;
    /* margin-left: 20px; */
    padding-left: 20px;
    margin: 20px 0;
    color:#000000;
    letter-spacing: 1.5px;
}

.course__detail__left {
    width: 49%;
    float: left;
    margin: -0px 0 0px;
    position:relative;
}
.course__detail__right {
    width: 49%;
    float: left;
    padding: 50px;
}
.course__content__inner {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
}
 .course__detail__right .featuredImg {
        margin-top: -100px;
        position: relative;
        margin-left: -20px;
    }
.course__detail__left h2 {
    color: #000000;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Brandon Grotesque Semibold",sans-serif;
    display: flex;
    flex-flow: column;
}
.course__detail__left h2:after {
    width: 20%;
    height: 2px;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    background: #000000;
}
.course__detail__left p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 1.5px;
}
.makeupTraining h2:after {
    width: 120px;
    height: 2px;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    background: #000000;
}
.template__icon .template__half {
    width: 100%;
    color: #000000;
}
.template__icon .template__half ul {
    display: flex;
    flex-flow: row wrap;
}
.template__icon .template__half ul li {
    border: 3px double #000000;
    margin: 1%;
    background: none!important;
}
.template__icon .template__half .tr-date-widget-list li {
    padding: 10px;
    width: 31.333%;
    text-align: center;
    height: auto;
    line-height: 26px;
}
.template__icon .template__half .tr-date-widget-date {
    display: flex;
    width: 100%;
    position: initial;
    text-align: center;
    justify-content:center;
    align-items:center;
}
.template__icon .template__half  .tr-date-widget-location {
     display: flex;
    width: 100%;
    position: initial;
    justify-content:center;
    align-items:center;
}
.template__icon .template__half  .tr-date-widget-main {
    height: auto;
    max-height: initial;
}
.template__icon .template__half  .tr-date-widget-date p, .makeupTraining .template__half  .tr-date-widget-location p {
    text-align:center;
}
.template__icon .template__half .tr-date-widget-main {
    height: auto;
    max-height: initial;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.template__icon .template__half .tr-date-widget-location p {
    text-transform:uppercase;
}
.template__icon .template__half ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.template__icon .template__half .tr-date-widget-main {
    margin:0;
}
.template__makeup {
    color: #ffffff!important;
    background: url(https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/whatiwilllearnback.jpg);
    background-size: cover;
    flex-flow: row-reverse wrap;
}
.template__makeup__inner {
    padding: 30px;
    margin-top: -50px;
    padding-bottom: 0;
}
.template__makeup__img__learn {
    margin-top: -18%;
    border: 20px solid #000;
    height: 400px;
}
.template__icon {
    /*background: #0d0c0c;*/
    background: #e5cdb3;
    color: #000000;
}
.template__icon p, .template__icon h2, .template__icon h2:after {
    color: #000000;
}
.template__icon h2:after {
    background: #000000;
}
.template__icon .tr-date-widget-main h3 {
    color: #000000;
}
.template__icon h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom:0;
}
.tr-date-widget-main h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.tr-date-widget-main h3:after {
    content: "";
    width: 20%;
    height: 2px;
    margin: 10px 0 20px;
}
.icon__img {
    width: 50px;
    display: block;
    margin: 0 auto;
}
.template__icon {
    display: flex;
    flex-flow: row wrap;
    /* justify-content: flex-end; */
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.template__icon h2 {
    text-align: center;
    align-items:center;
}
.icon__wrap {
    width: 20%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 20px;
}
#makeup-course-form {
    width: 85%;
    margin: 0 auto;
}
.template__webform h2 {
    align-items: center;
}
.template__webform p {
    text-align: center;
}
.template__webform .emailgdpr {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}
.largeIcon {
    font-size: 40px;
    height: 50px;
}
.marryMeBack {
    background: #AE9081;
}
.newsletterEmail {
    text-align: center;
    background: #AD978C;
}
.newsletterEmail h2 {
    text-align:center;
    align-items:center;
}
.newsletterEmail #content .infusion-form {
    width: 100%;
}
.keepInTouchForm {
    width: 100%!important;
    max-width: 100%!important;
}
.newsletterEmail .smallPara {
    font-size: 14px;
    line-height: 20px;
}
.g-recaptcha {
    width: 304px;
    margin: 20px auto;
}
.keepInTouchIntro {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.keepInTouchIntro h1 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 36px;
}
.keepInTouchIntro p {
    margin-bottom:0;
}
.keepInTouchIntro {
    padding: 2%;
}
#kitBlog {
        margin: 0 auto;
    }
.the__collective {
    background: #AD978C;
}
.envelopevector {
    position: absolute;
    left: -20%;
}
@media all and (max-width: 575px){
    .envelopevector {
    position: absolute;
    left: -37%;
    bottom: -1%;
    opacity: 0.5;
    }
    .kitSocialWrap h2 {
        font-size: 26px!important;
        line-height: 30px;
    }
    #whatsApp, #kitBlog {
        margin: 0 auto 2em;
    }
    #kitBlog {
        margin: 0 auto;
    }
    .keepInTouchIntro h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .keepInTouchIntro {
    padding: 4%;
    text-align: center;
    }
    .socialIphone {
        position: initial;
    }
    .kitSocialWrap {
        margin-bottom:30px;
        margin-left:0;
    }
    .kitSocial {
        justify-content: center;
    }
    .kitSocial a {
        width: 48%;
    }
    .the__collective h2 {
        font-size: 26px;
    }
    #whatsApp .content h2, #kitBlog .content h2 {
        text-align: center;
        align-items: center;
    }
    .whatsApp__inner .content {
    width: 100%;
    padding: 4%;
    }
    .hdIphone {
        position: initial;
        bottom:0;
        left:0;
    }
    .content {
        text-align:center;
    }
    .mu__content {
        flex: 0;
        flex-basis: 0
    }
    .course__detail__left {
        width: 100%;
        margin:0;
    }
    .course__detail__right {
        width: 100%;
        padding: 20px;
    }
    .course__detail__left {
        padding: 0 25px 50px;
    }
    .template__icon .template__half .tr-date-widget-list li {
        width: 100%;
    }
    .template__icon p {
        text-align: center;
    }
    .course__detail__right .featuredImg {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .course__detail {
        width:100%;
    }
    .course__content {
        margin: 0 2px;
    }
    .mu__content {
        flex-basis: 0;
        flex:0;
    }
    .mu__hero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
    .mu__content__inner {
        width: 100%;
    }
    .course__detail--courseDetails {
        flex-flow: column wrap;
    }
    .PromQueen {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/promqueenmobile.jpg')!important;
    background-size: cover;
    }
    .SmokeyEye {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/smokeyeyesmobile.jpg')!important;
    background-size: cover;
    }
    .Sunkissed {
        background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/sunkissedmobile.jpg')!important;
    }
    .TimelessBeauty {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/timelessbeauty_mobile.jpg')!important;
    background-size: cover;
    }
    .CuttingEdge {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/cuttingedgemobile.jpg')!important;
    background-size: cover;
    }
    .MarryMe {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/marryme_mobile.jpg')!important;
    background-size: cover;
    }
    .HollywoodClassic {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/thehollywoodclassicmobile.jpg')!important;
    background-size: cover;
    }
    .WingIt {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/wingitmobile.jpg')!important;
    background-size: cover;
    }
    .mu__hero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto!important;
    flex-flow: column wrap;
    }
    .course__detail--courseDetails .nextPrev {
        width: 100%;
    }
    .mu__content__inner  {
        padding: 40px 20px;
    }
    .course__detail--courseDetails .nextPrev {
        margin:0;
        margin-bottom: 2px;
    }
    .mu__content h1 span {
        font-size: 38px;
        line-height: 40px;
    }
    .mu__content h1, .mu__content p {
        color: #ffffff;
    }
    .mu__content p {
        font-size: 13px;
    }
    .course__content h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    }
    .course__content__inner {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    flex-flow: column wrap;
    }
    .course__content__details__price {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    }
    .course__content__details__price .icon {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-right: 20px;
    }
    .course__detail__right .featuredImg {
        margin-left:0;
    }
    .makeupTraining  .tr-date-widget-main {
        display:none!important;
    }
    .makeupTraining .template__half {
        margin-bottom: 0px;
    }
    .course__detail__half__introContent ul {
        padding: 20px 0 0;
    }
    .template__icon h2:after {
        margin: 20px auto;
    }
    .icon__wrap {
        padding: 0!important;
        padding-bottom: 20px!important;
    }
    .icon__wrap:last-child {
        padding-bottom:0;
    }
}

.template__artists {
    background-image: url('https://hdbrows.com/wp-content/themes/hdbrows/images/makeup/artistback.jpg');
    background-size:cover;
}
.template__artists h2 {
    text-align:center;
    color: #ffffff;
    align-items:center;
    font-size: 28px;
    font-weight: 400;
}
.template__artists h2 span {
    font-weight: bold;
    font-size: 38px;
}
.template__artists h2:after {
    background: #ffffff;
}
.trainers {
    width: 800px;
    margin: 20px auto;
    display: flex;
    flex-flow: row wrap;
}
.trainers__trainer {
    width: 50%;
    padding: 20px;
}
.trainers__trainer img {
    width: 100%;
}
.trainers__trainer h3 {
        color: #fff;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
}
.trainers__trainer h3 span {
    font-weight: 800;
}
.trainers__trainer p {
    color: #fff;
    font-weight: bold;
}
.make__up__course h1 {
        color: #000000;
    }
@media all and (max-width: 575px){
    .template__makeup__img__learn {
        height: auto;
        margin-top: -5%;
    }
    .icon__wrap {
        width: 100%;
        padding: 20px;
    }
    .template__artists h2 {
        font-size: 1.2rem;
    }
    .template__artists h2 span {
        font-size: 33px;
    }
    .template__artists {
        background: #000000;
    }
    .trainers__trainer {
        width: 100%;
    }
    .course__detail {
        flex-flow: column wrap;
    }
    .mu__content {
        color: #ffffff;
    }
    .mu__content h1 {
        color: #ffffff!important;
    }
    .mu__content p {
        color: #ffffff!important;
    }
    .makeUpLanding .main__hero__title h1 {
        color: #ffffff!important;
    }
     .makeUpLanding .main__hero__title h1:after {
        background: #ffffff!important;
    }
    .make__up__course h1 {
        color: #ffffff!important;
    }
    .make__up__course h1:after {
        background: #ffffff!important;
    }
}
/**New Packages**/
.packagesSection {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row;
     flex-flow: row;
     background: #eaeaea;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -ms-flex-pack: distribute;
     justify-content: space-around;
}
 .packagesBg {
     background: #eaeaea;
}
 .package {
     background: #ffffff;
     width: 28.333%;
     margin: 1%;
     box-shadow: 15px 15px #f3f3f4;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: column wrap;
     flex-flow: column wrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .silver .package__title {
     font-size: 25px;
     font-weight: 800;
}
 .silver .package__strapline {
     background: #f5f6f5;
}
 .package__title {
     font-family: "Brandon Grotesque",sans-serif;
     font-size: 22px;
     font-weight: 600;
     text-transform: uppercase;
     color: #000;
     margin: 0;
     padding: 20px;
     width: 100%;
     text-align: center;
}
 .package__strapline {
     width: 100%;
     text-align: center;
     color: #58585a;
     padding: 19px;
     font-family: "Brandon Grotesque",sans-serif;
     font-weight: bold;
     font-size: 18px;
     letter-spacing: -0.5px;
}
 .package__description {
     width: 100%;
     border-top: 6px solid #e7e7e8;
     padding: 20px 10px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .packages__description {
     width: 100%;
     margin-bottom: 20px;
     text-align: center;
}
 .package__description p {
     margin:0;
     margin: 0;
     font-weight: 400;
     font-size: 14px;
     color: #000;
}
 .package__feature {
     width: 100%;
     padding: 10px 10px;
     padding-left: 40px;
     border-top: 6px solid #e7e7e8;
}
 .package__feature p {
     margin: 0;
     position: relative;
}
 .package__img__title {
     width: 388px;
     display: block;
     margin: 0 auto;
     margin-bottom: 20px;
}
 .package__feature p:before {
     content: "\f00c";
     font-family: 'FontAwesome';
     font-size: 22px;
     color: #49b848;
     position: absolute;
     width: 50px;
     height: 50px;
     left: -29px;
     top: 0;
}
 .package__feature p .small {
     font-size: 12px;
}
 .bronze__bar {
     width: 100%;
     background: #e4d4c9;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #e4d4c9 0%,#c4b3ab 50%,#7d6c66 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #e4d4c9 0%,#c4b3ab 50%,#7d6c66 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4d4c9', endColorstr='#7d6c66',GradientType=1 );
    /* IE6-9 */
     height: 15px;
}
 .silver__bar {
     width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#adafb0+0,eeeeed+22,ffffff+36,c1c4c3+57,eeeeed+78,adafb0+100 */
     background: #adafb0;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #adafb0 0%,#eeeeed 22%,#ffffff 36%,#c1c4c3 57%,#eeeeed 78%,#adafb0 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #adafb0 0%,#eeeeed 22%,#ffffff 36%,#c1c4c3 57%,#eeeeed 78%,#adafb0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adafb0', endColorstr='#adafb0',GradientType=1 );
    /* IE6-9 */
     height: 15px;
}
 .gold__bar {
     width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#663912+0,d5a64e+20,f9d488+37,ac7525+57,d5a64e+78,663912+100 */
     background: #663912;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #663912 0%,#d5a64e 20%,#f9d488 37%,#ac7525 57%,#d5a64e 78%,#663912 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #663912 0%,#d5a64e 20%,#f9d488 37%,#ac7525 57%,#d5a64e 78%,#663912 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663912', endColorstr='#663912',GradientType=1 );
    /* IE6-9 */
     height: 15px;
}
 .packagesBg h2 {
     text-align: center!important;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -ms-grid-row-align: center;
     align-items: center;
}
 .silver {
     box-shadow: 15px 15px #69666A;
}
 @media all and (max-width: 650px) {
     .package__img__title {
         width: 80%;
    }
     .packagesSection {
         -ms-flex-flow: column;
         flex-flow: column;
         -webkit-box-align: center;
         -ms-flex-align: center;
         -ms-grid-row-align: center;
         align-items: center;
    }
     .package {
         width: 90%;
         margin-bottom: 40px;
    }
     .silver {
         -webkit-transform: none;
         transform: none;
    }
     .package__description {
         min-height: auto;
    }
     .package__feature p {
         font-size: 13px;
    }
     .package__title {
         font-size: 20px;
    }
     .silver .package__title {
         font-size: 20px;
    }
     .packages__description {
         margin-bottom: 20px;
    }
}

/**Love Yourself. More Styling**/

.loveYourselfMore {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
.loveYourselfMore__hero {
    background-image: url('https://hdbrows.com/wp-content/uploads/2019/02/loveyourselfmore_herodesktop.jpg');
    background-position: right;
    background-size: cover;
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.loveYourselfMore h2 {
    display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.loveYourselfMore__hero__content {
     display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    padding: 109px 70px 120px 70px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    width: 50%;
}
.loveYourselfMore__hero__content__img {
    width: 100%;
    max-width: 620px;
    display: block;
}
.loveYourselfMore .example__img {
    width: 70%;
    display: block;
    /* margin: 0 auto; */
    float: right;
    margin-top: -40px;
}
.imageUploadForm {
    width:100%;
    margin: 0 auto;
    margin-top: 40px;
}
.imageUploadForm input::placeholder, .imageUploadForm textarea::placeholder {
    color: #bc806c;
}

.imageUploadForm__half {
    width: 50%;
    float: left;
}
.imageUploadForm__half__form {
    background: #d8c0a7;
    position:relative;
}
.form-group {
    display: flex;
}
.form50 {
    width: 50%;
    padding: 20px 20px 0;
}
.form50 label {
    display: none;
}
.form50 input {
    background: #ede3d9;
    border: 0;
    padding: 10px;
    font-size: 20px!important;
    height: auto!important;
    text-align: center;
    color: #bc806c;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.inputHide {
    display: none;
}
.uploadBtn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid #bbbbbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.uploadBtn {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.uploadBtn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.inputShow {
    display:inline-block;
}
.imageUpload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.uploadImgButton {
    border: 0;
    color: #bc806c;
    background-color: #ede3d9;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px;
    height: 49px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
}
.form50 input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display:block!important;
    height: 76px!important;
}
.form100 {
    width: 100%;
    padding: 20px;
}
.form100 label {
    display: none;
}
.form100 textarea {
    background: #ede3d9;
    border: 0;
    padding: 10px;
    font-size: 20px!important;
    height: auto!important;
    text-align: center;
    color: #bc806c!important;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align:left!important;
}
.imageUploadSend {
    position: absolute;
    right: -25px;
    bottom: -23px;
}
.template__section--peachLoveYourself {
    background: #d6bda6;
    color: #000000;
}
.template__section--peachLoveYourself, .template__members {
    -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
.loveYourselfMore__quotes {
    width: 100%;
    min-height: 40px;
     display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}
.loveYourselfMore__quotes__quote {
    width: 33.333%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align:center;
}
.loveYourselfMore__quotes__quote img {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto!important;
}
.loveYourselfMore__quotes__quote h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            width: 100%;
     -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.loveYourselfMore__quotes__quote h3:after {
    width: 120px;
    height: 2px;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    background: #000;

}
.instagram_follow {
    font-weight: 800;
    text-transform: uppercase;
}
.loveYourselfMore__quotes__quote__content {
    position:relative;
    flex: 1 0 auto;
    margin-top: -46px;
    width: 100%;
    max-width: 100%;
}
.loveYourselfMore__quotes__quote p {
    position: relative;
    z-index:5;
}
.loveYourselfMore__quotes__quote__content__inner {
    position:relative;
}
.loveYourselfMore__quotes__quote__content__inner:before {
    width: 75px;
    height: 58px;
    position: absolute;
    left: -46px;
    top: -25px;
    content: "";
    background: url('/wp-content/themes/hdbrows/images/loveyourselfmore/leftquote.png');
    z-index:0;
}
.loveYourselfMore__quotes__quote__content__inner:after {
    width: 75px;
    height: 58px;
    position: absolute;
    right: -12px;
    bottom: -25px;
    content: "";
    background: url('/wp-content/themes/hdbrows/images/loveyourselfmore/rightquote.png');
    z-index:0;
}
.template__members__vid {
    width: 100%;
}
.vid__members {
    margin: auto;
    width: 80%;
    display: block;
}
.template__section--loveYourselfFooter {
     background: url('/wp-content/themes/hdbrows/images/loveyourselfmore/loveyourselffooter.jpg');
     background-size: cover;
     background-position: 2%;
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: left;
    padding: 2% 0;
}
.loveYourselfMore .loveYourselfFooter__inner h2 {
    -webkit-box-align:start;
       -ms-flex-align:start;
               -ms-grid-row-align:flex-start;
           align-items:flex-start;
}
.loveYourselfFooter__inner {
    width: 50%;
    padding: 2%;
    position: relative;
}
.karensig {
    position: absolute;
    width: 240px;
    height: 68px;
    right: 170px;
    bottom: -36px;
}
.quote_successMsg {
    padding: 20px;
    text-align: center;
}
.quote_successMsg h3 {
    font-size: 25px;
    line-height: 34px;
    padding: 0;
    width: auto;
    letter-spacing: 1.5px;
    z-index: 1;
    position: relative;
    margin-bottom: 6px;
    font-family: 'Brandon Grotesque Semibold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.quote_successMsg p {
    margin: 0;
    padding: 0;
}
@media all and (max-width: 1200px) {
    .template__section--loveYourselfFooter {
        background-position: 28% bottom;
    }
}
@media all and (max-width: 625px){
    .template__section--loveYourselfFooter {
        background: #c0a48c;
    }
    .loveYourselfMore__hero__content {
        padding: 220px 0 0;
        width: 100%;
    }
    .loveYourselfMore__hero__content__img {
        width: 80%;
        margin: 0 auto;
    }
    .loveYourselfMore__hero__content {
        color: #ffffff;
    }
    .imageUploadForm__half {
        width: 100%;
    }
    .imageUploadSend {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-0%);
    bottom: -23px;
    }
    .loveYourselfMore .example__img {
    width: 70%;
    display: block;
    float: none;
    margin-top: 22px;
    margin: 0 auto;
    margin-top: 20px;
    }
    .loveYourselfMore__quotes__quote {
        width: 100%;
        padding-top: 0;
    }
    .form-group {
        display: block;
    }
    .form50 {
        width: 100%;
    }
    .loveYourselfFooter__inner {
    width: 100%;
    padding: 0px 30px;
    position: relative;
    padding-bottom: 80px;
    }
    .karensig {
    position: absolute;
    width: 240px;
    height: 68px;
    right: 20px;
    bottom: 10px;
    }
}






/*BrowClinic Page Styling*/
.template--lightGrey {
    background: #ededed;
    color: #000000;
    text-align: center;
}
.template--clinicFlex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    position: relative;
}
.template--clinicFlex h2 {
    justify-content:center;
    text-align: center;
    align-items: center;
}
.clinicIcon-1 {
    width: 35px;
    height: 58px;
    margin-bottom: 30px;
}
.clinicIcon-2 {
    width: 46px;
    height: 58px;
    margin-bottom: 30px;
}
.clinicIcon-3 {
    width: 55px;
    height: 58px;
    margin-bottom: 30px;
}
.clinicIcon-4 {
    width: 41px;
    height: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.template__half--whiteBack {
    padding: 20px;
    background: #ffffff;
}
.clinicDoctor {
    width: auto;
    height: 100%;
    position: absolute;
    bottom:0;
    right: 10%;
}
.clinicHero {
    /*border-bottom: 10px solid #fff;*/
    background: url(https://hdbrows.com/wp-content/uploads/2019/05/bbback.png);
    background-size: 80%;
    background-position: 70% 80%;
    background-repeat: no-repeat;
    background-color: #ededed;
}
.clinicHero .main__hero__title {
    position: initial;
    padding: 7%;
}
.clinicHero .main__hero__title h1 {
    /*margin-bottom: 0;*/
    color: #000000;
}
.clinicHero .main__hero__title p {
    font-family: "brandon-grotesque",sans-serif;
}

.clinicHero .main__hero__title h1:after {
    background: #000000;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}
.swiper-container {
    width: 100%!important;
}
.swiper-wrapper {
    flex-flow: row wrap!important;
    justify-content: center!important;
    width: 100%!important;
}
.swiper-slide {
    width: 31.333%!important;
    margin: 1%!important;
    -webkit-flex-shrink: initial!important;
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
    justify-content: center!important;
    text-align:center;
}
.clinicTitle h1 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 30px;
    line-height: 45px;
}
.clinicTitle h1 span {
    font-family: "brandon-grotesque",sans-serif;
}
.swiper-slide a:hover, .swiper-slide a:visited {
    color: #000000;
    text-decoration: none;
}
.template--noPaddingTop {
    padding-top: 0;
}

.ultimateBrowsTitle {
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    padding: 20px 0;
    margin-bottom:0;
}
.page-the-ultimate-brow-guide .ubContent p {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.lookbook-para-width {
  max-width: 60%;
  margin-bottom: 20px;
}
.template__whatIs__ba.betterbrows {
  max-width: 75%;
}
select#ubSelect {
  padding: 10px 20px;
  border: 2px solid #000000;
  background: black;
  color: black;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: window;
  /* background: white url("/wp-content/themes/hdbrows/images/browclinic/arrow.png"); */
  background: white url("/wp-content/themes/hdbrows/images/browclinic/chevron.png");
  background-repeat: no-repeat;
  background-position: right 0px center;
  width: 75%;
  text-align: center;
  padding: 10px 70px 10px 10px !important;
  font-size: 16px!important;
  letter-spacing: 0px;
  height: auto!important;
  border: 2px solid #000000!important;
}
/* New dropdown */
.ub-sub-menu-wrap {
    float: left;
    width: 100%;
    height: auto;
}
.ub-sub-menu-wrap ul {
  list-style: none;
}
.toggle-sub-nav {
    padding: 10px 20px;
    border: 2px solid #000000;
    background: black;
    color: black;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: window;
    background: white url("/wp-content/themes/hdbrows/images/browclinic/arrow.png");
    background: white url("/wp-content/themes/hdbrows/images/browclinic/chevron.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: right 0px center;
    width: 75%;
    text-align: center!important;
    padding: 10px 70px 10px 10px !important;
    font-size: 15px !important;
    letter-spacing: 0px;
    height: auto !important;
    border: 2px solid #000000 !important;
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    height: 44px;
}
.ub-sub-menu {
    float: left;
    width: calc(100% - 47px);
    list-style: none;
    padding: 0px!important;
    height: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 500;
    left: -25px;
    top: 42px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ub-sub-menu.show {
    height: auto;
    overflow: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ub-sub-menu li {
    background: black;
    text-align: center!important;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 0px;
    padding: 10px 10px 10px 10px !important;
    position: relative !important;
    min-height: 70px !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ub-sub-menu li a {
    font-family: "brandon-grotesque",sans-serif;
    color: white;
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    padding: 15px 20px 0px 20px!important;
    text-decoration: none!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ub-sub-menu li:hover {
    background: #ededed;
}
.ub-sub-menu li:hover a {
    color: black;
    text-decoration: none!important;
}

.thirdsWidth {
    width: 33.333%;
    flex-flow: column;
    text-align: center;
}
img.largeFnBImg {
    width: 70%!important;
    height: auto!important;
}
.template__salonFinder {
    width: 80%;
    margin: 0 auto;
    border: 3px solid #000000;
    padding: 38px;
    text-align:center;
}
.template__salonFinder h2 {
    text-align: center;
}
.template__salonFinder h2:after {
    margin: 20px auto;
}
.sfMapPin {
    /*width: 74px;*/
    width: 46px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 44px;
}
@media all and (max-width: 600px){
    .footer-main-container {
        margin: 0% auto 2%!important;
    }
    .footer-about-us {
        margin: 0 0 6.5% 0!important;
    }
    .template--clinicFlex h2, .template__salonFinder h2 {
        font-size: 32px;
        line-height: 1.2;
    }
    .sfMapPin {
        margin-bottom: 20px;
        width: 45px;
    }
    .clinicDoctor {
        position:initial;
        width: 80%;
        margin-bottom: -15px;
        height: auto;
    }
    .clinicHero .main__hero__title h1 {
        width: 100%;
        font-size: 30px;
        line-height: 34px;
    }
    .swiper-slide {
    -webkit-flex-shrink: 0!important;
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
    -webkit-transition-property: -webkit-transform!important;
    transition-property: -webkit-transform!important;
    -o-transition-property: transform!important;
    transition-property: transform!important;
    transition-property: transform, -webkit-transform!important;
    margin: 0 !important;
    }
    .swiper-wrapper {
        flex-flow: initial!important;
        justify-content: initial!important;
    }
.swiper-button-next, .swiper-button-prev {
    display: block!important;
}
.thirdsWidth {
    width: 100%;
    flex-flow: column;
    text-align: center;
}
.template--clinicFlex p {
    line-height: 20px;
}
.ultimateBrowsTitle {
    font-size: 28px;
    line-height: 32px;
}
select#ubSelect {
    font-size: 15px!important;
}

}
 .lookBookHero {
        display: flex;
        border-bottom: 0;
     }
     .lookBookHero h1 {
        color: #000000;
     }
     .lookBookHero h1:after {
        background: #000000;
     }
     .lookBookHero .main__hero__title {
        padding: 10%;
     }
     .lookBookHero .main__hero__title h1 {
        width: 100%;
    }
    .template--whatIsSection {
        text-align: center;
        border-bottom: 1px solid #ededed;
    }
    .template--whatIsSection h2 {
        text-align: center;
    }
    .template--whatIsSection h2:after {
        margin:20px auto;
    }
    .template--whatIsSection > div, .template--whatIsSection > div > p {
      margin-bottom: 0px;
    }
    .template__whatIs__ba {
        width: 100%;
    }
    .template__whatIs__ba__inner {
        width: 50%;
        /* padding: 2%; */
        padding: 2% 2px;
        float: left;
        position: relative;
    }
    .template__whatIs__ba__inner__title {
        position: absolute;
        bottom: 50px;
        left: -10px;
        font-family: "brandon-grotesque",sans-serif !important;
        font-weight: 500;
        font-size: 20px;
        padding: 10px;
        background: #000000;
        color: #ffffff;
        text-transform: uppercase;
    }
    .template__whatIs__ba__inner__title.after {
      left: auto;
      right: -10px;
    }
    .template.betterbrows h2, .template.getTheLook h2, .template--clinicFlex h2, .betterbrowsfaq h2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .template.betterbrows h2:after, .template.getTheLook h2:after, .template--clinicFlex h2:after, .betterbrowsfaq h2:after {
        margin: 20px auto;
        content: none;
    }
    .getTheLook__steps {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
    }
    .getTheLook__steps__step {
        width: 26.333%;
        margin: 3%;
    }
    .getTheLook__steps__step h3 {
        position: relative;
        font-size: 46px;
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 700;
        color: #dadada;
        letter-spacing: 0;
    }
    .getTheLook__steps__step h3::after {
        content: "STEP";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -3px;
        left: -3px;
        font-size: 46px;
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 700;
        color: transparent;
        letter-spacing: 0;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
    }
    .getTheLook__steps__step:nth-child(1) h3::after {
        content: "STEP 1";
    }
    .getTheLook__steps__step:nth-child(2) h3::after {
        content: "STEP 2";
    }
    .getTheLook__steps__step:nth-child(3) h3::after {
        content: "STEP 3";
    }
    .getTheLook__steps__step:nth-child(4) h3::after {
        content: "STEP 4";
    }
    .getTheLook__steps__step:nth-child(5) h3::after {
        content: "STEP 5";
    }
    .getTheLook__steps__step:nth-child(6) h3::after {
        content: "STEP 6";
    }
    .getTheLook__steps__step:nth-child(7) h3::after {
        content: "STEP 7";
    }
    .getTheLook__steps__step:nth-child(8) h3::after {
        content: "STEP 8";
    }
    .getTheLook__steps__step__img {
        margin-bottom: 10px;
    }
    .getTheLook__steps__step {
        margin-bottom: 20px;
    }
    .getTheLook__steps__step p {
      min-height: 55px;
    }
    .getTheLook__steps__step .btn {
      display: block;
      margin-top: 15px;
    }
    .template--Pastel {
      background: #dadada;
    }
    .template__willISuit {
        width: 800px;
        margin: 0 auto;
        position: relative;
    }
    .betterbrowsquotebox {
      width: 100% !important;
      margin-top: 75px;
      padding: 55px 50px 15px 50px;
      border: 2px solid #fff;
      margin-bottom: 0px;
    }
    .doctorSmall {
        width: 383px;
        height: auto;
        bottom: 0px;
        right: 16%;
    }
    .betterbrowsquote .doctorSmall {
      position: absolute;
      top: -35px;
      left: auto;
      right: auto;
      width: 150px;
      border-radius: 150px;
    }
    .browInspo h2 {
        text-align: center;
    }
    .browInspo h2:after {
        margin: 20px auto;
    }
    .template__faq__list__ruler--black {
        margin: 5px auto!important;
        border-top: 1px solid #000000;
        width: 30%;
    }
    /*** Lookbook header desktop ***/
    .lookBookHero {
      background-size: 120%!important;
      background-position: 80% 10% !important;
    }
    .lookBookHero.boyfriend {
      background-size: 105% !important;
      background-position: 80% 15% !important;
    }
    .lookBookHero.instagram {
      background-position: 80% 19% !important;
    }
    .lookBookHero.flat {
      background-size: 100% !important;
      background-position: 80% 24% !important;
    }
    /*** Accordian ***/
    .betterbrowsfaq .accordion {
      max-width: 60%;
    }

    .betterbrowsfaq .toggle {
      display: none;
    }

    .betterbrowsfaq .option {
      position: relative;
      margin-bottom: 1em;
    }

    .betterbrowsfaq .title,
    .betterbrowsfaq .accordiancontent {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }

    .betterbrowsfaq .title {
      background: transparent;
      padding: 1em 1em 1em 3em;
      display: block;
      font-family: "brandon-grotesque",sans-serif;
      font-weight: 600;
      font-size: 18px;
      color: #000;
      cursor: pointer;
    }

    .betterbrowsfaq .title:after, .betterbrowsfaq .title:before {
      content: '';
      position: absolute;
      left: 1.25em;
      top: 1.25em;
      width: 2px;
      height: 0.75em;
      background-color: #000;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;

      -webkit-transition-delay: .25s;
      -moz-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s;
    }

    .betterbrowsfaq .title:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }

    .betterbrowsfaq .accordiancontent {
      max-height: 0;
      overflow: hidden;
      padding-left: 2em;
      background-color: transparent;
      border-bottom: 1px solid #000;
    }
    .betterbrowsfaq .accordiancontent p {
      margin: 0;
      padding: 0.5em 1em 1em;
      line-height: 1.5;
    }
    .betterbrowsfaq .toggle:checked + .title + .accordiancontent {
      max-height: 500px;
    }
    .betterbrowsfaq .toggle:checked + .title:before {
      -webkit-transform: rotate(90deg) !important;
              transform: rotate(90deg) !important;
    }
    /*** Accordian END ***/

    /** Product Embed **/
    .swiper-slide.lookbook {
      width: 100%!important;
      margin: 10% 1% 1% 1% !important;
      float: left;
    }
    .swiper-slide.lookbook a {
      float: left;
      width: 100%;
    }
    .swiper-slide.lookbook img {
      margin-bottom: 5%;
    }
    .getTheLook__steps__step .swiper-slide.lookbook p {
      min-height: auto!important;
    }
    .getTheLook__steps__step .swiper-slide.lookbook .btn {
      display: inline-block;
    }
    @media all and (max-width: 1550px){
      .getTheLook__steps__step p {
        min-height: 95px;
      }
      select#ubSelect {
        width: 100%;
      }
    }
    @media all and (max-width: 625px){
      .lookbook-para-width, .template__whatIs__ba.betterbrows, .betterbrowsfaq .accordion {
        max-width: 100%;
      }
      .template.betterbrows h2, .template.getTheLook h2, .template--clinicFlex h2, .betterbrowsfaq h2 {
          margin-top: 40px;
      }
      .getTheLook__steps__step {
          width: 100%;
          margin: 20px 3% 0% 3%;
          border-bottom: 1px solid #ededed;
          padding-bottom: 20px;
      }
      .getTheLook__steps__step:last-child {
        border-bottom: none;
      }
      .swiper-slide.lookbook {
        margin-top: 0px!important;
      }
      .getTheLook__steps__step p {
        min-height: auto;
      }
      .betterbrowsquote .doctorSmall {
        top: -10px;
      }
      .betterbrowsquotebox {
        width: 100%;
        margin-top: 75px;
        padding: 55px 25px 15px 25px;
        border: 2px solid #fff;
        margin-bottom: 40px;
      }
      /** Clinic header mobile **/
      .clinicHero.clinicpage {
        background-color: #fff!important;
        background-image: none!important;
        background-size: 250%;
        background-position: 90% 95%;
      }
      .clinicDoctor {
        right: 0;
      }
      .clinicIcon-1, .clinicIcon-2, .clinicIcon-3 {
        margin-bottom: 0px;
        margin-top: 20px;
      }
      .template--clinicFlex h2 {
        margin-top: 20px;
      }
      .template__salonFinder {
        border: none;
      }
      /*** Lookbook header mobile ***/
      .clinicHero.lookBookHero {
        background-color: #000!important;
        background-size: 220% !important;
        background-position: 100% 25% !important;
      }
      .clinicHero.lookBookHero .main__hero__title {
        padding: 30% 10% 10% 10%;
        background: rgba(0,0,0,0.5);
      }
      .clinicHero.lookBookHero .main__hero__title h1 {
        color: #fff;
      }
      .clinicHero.lookBookHero .main__hero__title h1::after {
        background: #fff;
      }
      .template__salonFinder {
        padding: 38px 0px;
      }

      .betterbrowsfaq input[type="checkbox"] {
        display: none!important;
      }
    }


    /* Tablet Styling */

    @media screen and (max-width: 1024px) and (min-width:768px) {
        .socialIphone {
            left: 5%;
        }
        .the__collective {
            padding-top: 100px;
        }
    }

    /* Navigation Styling Changes */
    #header-nav.header__nav--container {
        background-color: #e9cabd;
    }

    #header .header__nav--main.nav a {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        font-size: 16px !important;
        text-transform: none !important;
        letter-spacing: 0;
        color: #000;
    }

    .menu-consumer-menu-mobile-container #menu-consumer-menu-mobile li a,
    .menu-pro-site-menu-mobile-container #menu-pro-site-menu-mobile li a {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        font-size: 16px !important;
        text-transform: none;
    }

    #menu-consumer-menu-mobile .sub-menu li a {
        font-size: 16px !important;
    }

    #sidr .pro__link {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        font-size: 16px !important;
        text-transform: none;
    }

    #sidr .promo-banner-text {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 600;
        font-size: 15px !important;
    }

    #header .promo-banner-container {
        background-color: #fff;
        color: #000;
        border-bottom: 1px solid #000;
    }
    .page-hd-brows-home-page #header .promo-banner-container,
    #header.background__white.pro-home .promo-banner-container {
        border-bottom: none;
    }

    .header__nav--main.header__nav--main--black.nav .sub-menu {
        background-color: rgba(255,255,255,0.9);
    }

    /* PRO ONLY */
    #header.background__white .promo-banner-container {
        border-top: 1px solid #ededed;
    }

    @media screen and (min-width: 575px) {

        #header .promo-banner-container {
            border-bottom: none;
        }

        /* PRO ONLY */
        #header.background__white .promo-banner-container {
            border-top: none;
        }

        .site-content h1.tal-subtitle {
            font-size: 40px;
        }

        .page-training-dates h1 {
            font-size: 40px;
        }
        /* enquiry now form - window - over 575px */
        .moreInfo {
            width: 50%;
            padding-top: 10px;
            padding-bottom: 10px;
            border: 1px solid #666;
            left: 25%;
            box-shadow: rgb(0 0 0 / 70%) 0px 0px 0 500px;
        }
        .training-date-course-container {
            width: 49%;
            display: inline-block;
        }
        .training-date-form-container {
            width: 49%;
            display: inline-block;
            padding: 0 0 0 29px;
            margin-top: 5%;
            box-sizing: border-box;
            border-left: 1px solid #ccc;
        }

        .page-template-contentpage-noheader-php #content.site-content #full-width {
            width: 65%;
        }
        .site-content .training-page-sub-heading {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        /** Form Validation - desktop **/
        .webform__wrapper-inner input.required-entry.mage-error + div.mage-error {
            right: 142px;
            top: 38px;
        }

        /* promo terms over 575px */
        div#promo-align p {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        /* eyebrow guide */
        .page-the-brushed-up-brow .getTheLook__steps__step:nth-child(1),
        .page-the-brushed-up-brow .getTheLook__steps__step:nth-child(2),
        .page-the-brushed-up-brow .getTheLook__steps__step:nth-child(3) {
            margin-bottom: 100px;
        }

    }

/* ------ New M2 Ingegration Styling ------- */

/* Remove unwanted paragraph tag after body */
body > p:nth-of-type(1) {
    display: none;
}

/* 404 error page */
#content.error {
}

h1.page-title {
    font-size: 40px;
    text-transform: none;
}

.column.main p {
    margin-bottom: 36px;
}

.home-link a {
    margin-bottom: 1rem;
    font-size: 18px;
    letter-spacing: unset;
    width: 100%;
    max-width: 260px;
    padding: 11px 16px;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out;
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    text-decoration: none;
}
.home-link a:hover {
    color: #ffffff !important;
}

.prev-link a {
    font-family: "brandon-grotesque",sans-serif !important;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #e9cabd;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (min-width: 576px) {
	.page-training-dates .site-content select#course {
		width: 49%;
    	margin-right: 1%;
	}
	.page-training-dates .site-content select#course,
	.page-training-dates .site-content select#location {
		background-image: url(/wp-content/themes/hdbrows/images/webforms/select-arrow.png);
    	background-size: 35px;
    	background-position: 100%;
	}
}

.page-wrapper {
  margin-top: 0px;
}

#training-content.consumer .main__hero--wrapper {
    background-color:#ededed;
}
#training-content.consumer .template h2 {
    margin-bottom:30px;
}
#training-content.consumer .template.template__info__steps {
    padding-top:30px;
    border-bottom:1px solid #000;
}
#training-content.consumer .template.template__info__steps>p {
    margin-bottom:30px;
}
#training-content.consumer .template.template__info__steps .tabbed__navigation {
    max-width:600px;
    margin-bottom:20px;
}
#training-content.consumer .template.template__info__steps ul.tabs {
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}
#training-content.consumer .template.template__info__steps ul.tabs li {
    display:inline-block;
    font-family:'brandon-grotesque',sans-serif;
    font-weight:600;
    font-size:24px;
    background-color:#000;
    color:#fff;
    border:1px solid #000;
    border-bottom:none;
    padding:8px 35px;
    cursor:pointer;
}
#training-content.consumer .template.template__info__steps ul.tabs li.current,
#training-content.consumer .template.template__info__steps ul.tabs li:hover {
    background:#fff;
    color:#000;
    border:1px solid #ededed;
    border-bottom:none;
}
#training-content.consumer .template.template__info__steps .tab-content {
    position:absolute;
    top:-9999px;
    left:-9999px;
    min-height:460px;
    background:#fff;
    padding:25px 15px;
    border:1px solid #ededed;
    margin-top:-1px;
    z-index:-1;
}
#training-content.consumer .template.template__info__steps .tab-content.current {
    position:relative;
    top:inherit;
    left:inherit;
}
#training-content.consumer .template.template__info__steps .tab-content h3 {
    max-width:240px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
#training-content.consumer .template.template__info__steps ul.tabs li {
    background-color:#ccc;
    border:1px solid #ccc;
    border-bottom:none;
    color:#000;
}
#training-content.consumer .template.template__info__steps ul.tabs li.current {
    background-color:#fff;
    border:1px solid #ededed;
    border-bottom:none;
}
#training-content.consumer .template.template__info.train-dates {
    border-bottom:none;
}
#training-content.consumer .template__info .col__wrapper.col__four .col a {
    position:relative;
    display:block;
    width:90px;
    height:90px;
    color:#000;
    margin:0 auto 10px;
}
#training-content.consumer .template__info .col__wrapper.col__four .col a img {
    width:100px;
    max-width:none;
    z-index:10;
}
#training-content.consumer .template__info .col__wrapper.col__four .col a::before {
    position:absolute;
    content:'';
    top:0;
    left:2px;
    width:90px;
    height:90px;
    background-color:#ededed;
    border-radius:50%;
    z-index:-10
}
#training-content.consumer .template__info .col__wrapper.col__four .col p a {
    display:inline;
}
#training-content.consumer .template__info .col__wrapper.col__four .col p a::before {
    display:none;
}
#training-content.consumer .template__info .faqs .accordion__title.accordion__open.accordion__close,
#training-content.consumer .template__info .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide {
    background-color:#ededed;
}
#training-content.consumer .template__info .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide p {
    margin-bottom:0;
    padding-bottom:30px;
    padding-left:10px;
    padding-right:10px;
}
#training-content.consumer .col__wrapper.col__four {
    margin-top:20px;
}
#training-content.consumer #multi a.scrollLink.btn.btn--black.marginTop.pad-bottom {
    margin-top:0;
}
#training-content.consumer .review-header h2 {
    margin-bottom:20px;
}
#training-content.consumer .review-header h4 {
    font-family:brandon-grotesque,sans-serif;
    text-transform:none;
    text-align:center;
}
#main-wrapper .main-content {
    text-align:center;
}
#main-wrapper .main-content .row {
    font-family:brandon-grotesque,sans-serif;
    line-height:1.4;
    color:#000;
    margin:0;
    padding:6% 4% 4%;
}
#main-wrapper .main-content .row.white {
    background-color:#fff;
}
#main-wrapper .main-content .row.grey {
    background-color:#ededed;
}
#main-wrapper .main-content .row.salmon {
    background-color:rgba(233,202,189,.39)
}
#main-wrapper .main-content .row li {
    font-size:16px;
}
#main-wrapper .main-content .row.template__header {
    padding:0;
}
#main-wrapper .main-content .row.template__slogan {
    padding-top:30px;
}
#main-wrapper .main-content .row.template__slogan.grey {
    background-color:#ededed;
}
#main-wrapper .main-content .row.template__slogan.white {
    background-color:#fff;
}
#main-wrapper .main-content .row.template__carousel {
    padding-top:20px;
    padding-bottom:1%;
}
#main-wrapper .main-content .template.template__info.full-width.grey-bg {
    background-color: #ededed;
}
#main-wrapper .main-content .row.template__column-links {
    background-color:#ededed;
}
#main-wrapper .main-content .row.template__column-links h2 {
    margin-top:2px;
    margin-bottom:32px;
}
#main-wrapper .main-content .row.template__column-links .column img {
    width:70px;
    height:70px;
    margin-bottom:8px;
}
#main-wrapper .main-content .row.template__column-links .column {
    margin-bottom:42px;
}
#main-wrapper .main-content .row.template__column-links .column:last-child {
    margin-bottom:18px;
}
#main-wrapper .main-content h1 {
    font-size:36px;
    line-height:1.3;
    text-transform:none;
}
#main-wrapper .main-content .slogan-title {
    font-family:brandon-grotesque,sans-serif;
    font-weight:700;
    font-size:34px;
    margin-bottom:8px;
    line-height:.95;
}
#main-wrapper .main-content .slogan-title .stroke-text {
    font-size:35px;
    color:#000;
    -webkit-text-stroke:#000;
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke-width:1.8px;
    -webkit-text-stroke-color:rgb(238, 214, 214);
}
#main-wrapper .main-content h2 {
    font-family:brandon-grotesque,sans-serif!important;
    font-weight:600;
    font-size:32px;
    line-height:1.2;
    text-transform:none;
    text-align:center;
    margin-top:0;
    margin-bottom:30px;
}
#main-wrapper .main-content h2::after {
    display:none;
}
#main-wrapper .main-content h3 {
    line-height:1;
    margin-bottom:10px;
}
#main-wrapper .main-content h3.slogan-subtitle {
    font-size:26px;
}
#main-wrapper .main-content p {
    line-height:1.4;
}
#main-wrapper .main-content a {
    text-decoration:underline;
}
#main-wrapper .main-content a:visited {
    color:#000;
}
#main-wrapper .main-content .header__col-image.show-desktop {
    display:none;
}
#main-wrapper .main-content .header__col-text {
    padding:6% 4% 5%;
    text-align:center;
}
#main-wrapper .main-content .header__col-text .header-title {
    font-family:brandon-grotesque,sans-serif;
    font-weight:600;
    font-size:32px;
    line-height:1.2;
    margin-bottom:18px;
}
#main-wrapper .main-content .header__col-text h3 {
    font-weight:400;
    font-size:18px;
    margin-bottom:10px;
}
#main-wrapper .main-content button {
    font-family:brandon-grotesque,sans-serif;
    font-weight:600;
    font-size:18px;
    text-transform:uppercase;
    line-height:1.4;
    color:#000;
    background-color:transparent;
    border:2px solid #000;
    padding:8px 28px 6px;
    margin:10px;
}
#main-wrapper .main-content button:hover {
    color:#fff;
    background-color:#000;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -ms-transition:all .3s linear;
    transition:all .3s linear;
}
#main-wrapper .main-content .wrapper__full-width.slogan-image{position:relative}#main-wrapper .main-content .wrapper__full-width.slogan-image::after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;background-color:#000;opacity:.07}#main-wrapper .main-content .wrapper__full-width.slogan-image .show-desktop{display:none}#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title{font-family:brandon-grotesque,sans-serif;font-weight:600;color:#fff;margin-bottom:2px}#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title .stroke-text{font-family:brandon-grotesque,sans-serif;font-weight:700;color:#fff;-webkit-text-stroke:#fff;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1.8px;-webkit-text-stroke-color:#fff}#main-wrapper .main-content .wrapper__slogan-content{position:absolute;top:74px;left:0;right:0;z-index:10}#main-wrapper .main-content .wrapper__slogan-content p{color:#fff}#main-wrapper .main-content .slogan-emoji{margin-bottom:14px}#main-wrapper .main-content .slogan-emoji img{width:47px}#main-wrapper .main-content .wrapper__carousel{margin-bottom:26px}#main-wrapper .main-content .wrapper__carousel h1{font-size:32px;margin-bottom:10px}#main-wrapper .main-content .wrapper__carousel h3{margin-bottom:12px}#main-wrapper .main-content .wrapper__carousel p.prod-subtitle{font-size:18px;line-height:1.2;margin-bottom:18px}#main-wrapper .main-content .wrapper__carousel p.product-title{font-family:brandon-grotesque,sans-serif;font-weight:600;font-size:24px;line-height:1;margin-bottom:12px}#main-wrapper .main-content .wrapper__carousel .owl-carousel .owl-item{display:table}#main-wrapper .main-content .wrapper__carousel .owl-carousel .owl-item img{padding-bottom:15px}#main-wrapper .main-content .wrapper__carousel .carousel_product-desc{line-height:1.2;margin-bottom:7px}#main-wrapper .main-content .wrapper__carousel .carousel_price{display:block;font-family:brandon-grotesque,sans-serif!important;font-weight:600;margin-top:5px}#main-wrapper .main-content .wrapper__carousel .owl-carousel{-ms-touch-action:pan-y;touch-action:pan-y}#main-wrapper .main-content .wrapper__carousel .owl-dots{bottom:-8px!important}#main-wrapper .main-content .wrapper__carousel .owl-dots button{margin-left:5px;margin-right:5px;border:none}#main-wrapper .main-content .wrapper__carousel .owl-dots button:hover{background-color:transparent}#main-wrapper .main-content .wrapper__carousel .owl-dots button span{width:13px!important;height:13px!important;border:1px solid #000!important;background-color:#fff!important}#main-wrapper .main-content .wrapper__carousel .owl-dots button.active span{background-color:#e9cabd!important;border:none!important}#main-wrapper .main-content .container__link-salmon{position:relative;font-family:brandon-grotesque,sans-serif;font-weight:600;font-size:18px;color:#000;text-decoration:none}#main-wrapper .main-content .container__link-salmon::after{position:absolute;display:block;width:100%;height:3px;left:0;content:'';background-color:#e9cabd}#main-wrapper .main-content .container__link-salmon:hover::after{background-color:#debfb2}#main-wrapper .main-content .row.template__form .ifpara{width:100%!important;font-size:16px!important;line-height:1.6;letter-spacing:0;padding:0;margin:0 0 60px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form{width:100%!important;max-width:unset;background-color:#ededed;padding:0;margin:0}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .form-header{padding-left:4%;padding-right:4%}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .topPara h4,#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-form h4{font-family:brandon-grotesque,sans-serif;font-weight:400;text-transform:none}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-form h4{text-align:left;line-height:1.3;margin-bottom:35px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form h6{font-family:brandon-grotesque,sans-serif;font-weight:600;font-size:16px;margin-bottom:15px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-field{position:relative;text-align:left;margin-bottom:20px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-field input[type=text]:focus,#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-field textarea:focus{border-color:#e9cabd!important}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-field-input.no-margin{margin-bottom:5px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form label{font-size:16px;overflow:visible;height:inherit;width:inherit;clip:inherit;top:-22px;text-align:left}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions{display:-ms-flexbox;display:-webkit-flex;display:flex}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions h5{margin:0 0 25px;padding-bottom:15px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .option__wrapper{margin-bottom:20px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .option__wrapper:first-child{margin-right:15%;margin-left:2%}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block{position:relative;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:20px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block input[type=radio],#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block input[type=checkbox]{width:0;opacity:0;overflow:hidden;z-index:1;padding:0!important;margin:0}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block input+label::before{position:absolute;width:20px;height:20px;top:1px;left:0;background-color:#fff;content:''}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block input:checked+label::before{background-color:#e9cabd}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block label{position:relative;margin-bottom:12px!important;padding-left:35px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block:first-child{min-width:100px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .ifpara--small.comms{font-size:13px!important;margin:0;padding-top:0}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-form .gdproptions h4{margin-bottom:20px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form input,#main-wrapper .main-content .row.template__form #standard-form .infusion-form select,#main-wrapper .main-content .row.template__form #standard-form .infusion-form textarea{border:none}#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=text],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=search],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=email],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=url],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=tel],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=number],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=range],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=date],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=month],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=week],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=time],#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=password],#main-wrapper .main-content .row.template__form #standard-form .infusion-form textarea,#main-wrapper .main-content .row.template__form #standard-form .infusion-form select,#main-wrapper .main-content .row.template__form #standard-form .infusion-form select#inf_field_Country,#main-wrapper .main-content .row.template__form #standard-form .infusion-form select#inf_field_LeadSourceId{width:100%;font-size:16px!important;border-radius:0;border:none!important;margin-bottom:25px;-webkit-appearance:none;-moz-appearance:none;appearance:none}#main-wrapper .main-content .row.template__form #standard-form .infusion-form input:focus,#main-wrapper .main-content .row.template__form #standard-form .infusion-form select:focus,#main-wrapper .main-content .row.template__form #standard-form .infusion-form textarea:focus,#main-wrapper .main-content .row.template__form #standard-form .infusion-form button:focus{outline:none}#main-wrapper .main-content .row.template__form #standard-form .infusion-form ::-webkit-input-placeholder{color:#666}#main-wrapper .main-content .row.template__form #standard-form .infusion-form :-moz-placeholder{color:#666;opacity:1}#main-wrapper .main-content .row.template__form #standard-form .infusion-form ::-moz-placeholder{color:#666;opacity:1}#main-wrapper .main-content .row.template__form #standard-form .infusion-form :-ms-input-placeholder{color:#666}
#main-wrapper .main-content .row.template__form #standard-form .infusion-form select{width:100%!important;-webkit-appearance:none!important;padding:0 10px!important;position:relative!important;height:35px!important;opacity:1!important;background-image:url(/wp-content/themes/hdbrows/images/webforms/select-arrow.png);background-size:35px;background-position:100%}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .select-icon{position:absolute;top:0;right:0;width:35px;height:35px;background-color:#e9cabd;pointer-events:none}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .select-icon::after{font-family:hd-brows-font;font-size:10px;content:'\e801';position:absolute;top:7px;right:6px;color:#fff}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .gdpr-wrapper h3{text-align:center}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .emailIcon{width:50px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .ifpara--small{font-size:15px!important;text-transform:none;margin-bottom:25px;padding-top:40px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form input[type=submit]{border-radius:0;box-shadow:none;text-shadow:none}#main-wrapper .main-content .row.template__form #standard-form .infusion-form.template__section--white .emailgdpr{width:25%}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-submit input[type=submit].btn.btn--black{font-size:18px!important;color:#000!important;background-color:transparent!important;border:2px solid #000!important;padding:8px 28px 6px!important;margin:10px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .infusion-submit input[type=submit].btn.btn--black:hover{background-color:#000!important;color:#fff!important}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .validation-advice{position:absolute;top:37px;right:0;margin-top:0;font-size:13px;line-height:1.3}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .validation-advice{top:10px}#main-wrapper .main-content .row.template__quotes{padding:7% 5% 4%}#main-wrapper .main-content .quote{max-width:1000px;min-height:156px;font-family:brandon-grotesque,sans-serif!important;font-size:20px;text-align:center;line-height:1.3;margin:0 auto 40px}#main-wrapper .main-content .flex-container{max-width:1000px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto}#main-wrapper .main-content .switch{flex:0 1 auto}#main-wrapper .main-content .switch:hover{cursor:pointer}#main-wrapper .main-content .logo-wrapper{position:relative;padding-bottom:14px}#main-wrapper .main-content .logo.quoteactive::after{position:absolute;content:'';width:100%;height:4px;left:0;bottom:6px;background-color:#e9cabd}#main-wrapper .main-content .logo-size.show-desktop{display:none}#main-wrapper .main-content .wrapper__carousel.pro-reviews{margin-bottom:18px}#main-wrapper .main-content .wrapper__carousel.pro-reviews h2{margin-bottom:10px}#main-wrapper .main-content .wrapper__carousel.pro-reviews .quote{min-height:0;font-size:22px}#main-wrapper .main-content .wrapper__carousel.pro-reviews .sa_hover_container{height:120px!important}#main-wrapper .main-content .wrapper__slogan-content.pro-slogan{top:50%;transform:translateY(-46%)}#main-wrapper .main-content .wrapper__slogan-content.pro-slogan .slogan-title{font-family:brandon-grotesque,sans-serif;font-weight:700}#main-wrapper .main-content .wrapper__slogan-content.pro-slogan .stroke-text{line-height:1}#main-wrapper .main-content .header__col-wrapper.left-image{overflow:hidden}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-image{order:inherit}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text{position:relative;z-index:1}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text::before{display:none;position:absolute;width:204px;height:204px;top:-15px;right:-100px;content:'';background-image:url(/wp-content/uploads/2020/03/SWATCH-2.jpg);background-size:204px;z-index:-1}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text::after{display:none;position:absolute;width:204px;height:204px;bottom:55px;left:-102px;content:'';background-image:url(/wp-content/uploads/2020/03/SWATCH-1.jpg);background-size:204px;z-index:-1}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text h1{font-size:32px;margin:0;margin-bottom:18px}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text p:last-of-type{margin-bottom:10px}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text button{display:none}#main-wrapper .main-content .row.template__column-links.image-overlay{position:relative;z-index:1;padding-bottom:18px}#main-wrapper .main-content .row.template__column-links.image-overlay::before{display:block;position:absolute;top:0;left:0;right:0;content:'';background-color:#fff;width:100%;height:300px;z-index:-1}#main-wrapper .main-content .row.template__column-links.image-overlay::after{display:block;position:absolute;bottom:409px;left:0;right:0;content:'';background-color:#fff;width:100%;height:160px;z-index:-1}#main-wrapper .main-content .row.template__column-links.image-overlay h2{margin-bottom:22px}#main-wrapper .main-content .row.template__column-links.image-overlay p{margin-bottom:30px}#main-wrapper .main-content .row.template__column-links.image-overlay .column.overlayed-image:nth-child(2){margin-top:67px}#main-wrapper .main-content .row.template__column-links.image-overlay .main-image{max-width:316px;margin:auto}#main-wrapper .main-content .row.template__column-links.image-overlay .main-image img{width:auto;height:auto;margin-bottom:25px}#main-wrapper .main-content .row.template__column-links.image-overlay .animated-image{margin-bottom:10px}#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text #breadcrumbs,#main-wrapper .main-content .header__col-wrapper.left-image .header__col-text #breadcrumbs a{font-family:brandon-grotesque,sans-serif!important;font-weight:500;font-size:16px;margin-bottom:20px}#main-wrapper .main-content .col__wrapper .show__desktop{display:none}#main-wrapper .main-content .col__wrapper .col.show__image.small .show__mobile{margin:10px auto 24px}#main-wrapper .main-content .row.template__info.watermark{background-image:url(../images/wordpress/COMFORT-ME-BG.webp);background-size:cover;padding-top:4%;padding-bottom:4%}#main-wrapper .main-content .row.template__info.watermark .multi-col__container{max-width:950px;background-color:#fff;opacity:.85;padding:50px 40px;margin:0 auto}#main-wrapper .main-content .row.template__info.watermark .multi-col__container .col__wrapper{max-width:900px;margin:auto}#main-wrapper .main-content .row.template__info.watermark .multi-col__container p.last{margin-bottom:30px}#main-wrapper .main-content .row.template__info.watermark .multi-col__container .hd-icon{margin-bottom:8px}#main-wrapper .main-content .row.template__info.watermark .multi-col__container .col__desc{margin-bottom:30px}#main-wrapper .main-content .row.template__info.watermark .multi-col__container .col:last-child>.col__desc{margin-bottom:0}#main-wrapper .main-content .row.template__info.no-left-right-pad{padding:6% 0 0}#main-wrapper .main-content .row.template__info.no-left-right-pad p{padding-left:4%;padding-right:4%}#main-wrapper .main-content .row.template__info.no-left-right-pad p:last-child{margin-bottom:30px}#main-wrapper .main-content .col__wrapper.right-image h2{margin-bottom:20px}#main-wrapper .main-content .para-quote{font-family:brandon-grotesque,sans-serif;font-weight:600;font-size:24px;margin-bottom:25px}#main-wrapper .main-content .row.template__info .col__wrapper .col.show__image.small{max-width:218px;margin-left:auto;margin-right:auto}#main-wrapper .main-content .row.template__info .row.template__info.flex-image{padding-top:11%}#main-wrapper .main-content .row.template__info .row.template__info.flex-image .col__wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#main-wrapper .main-content .row.template__info .row.template__info.flex-image .col__wrapper .col.order{order:2}#main-wrapper .main-content .row.template__info .row.template__info.flex-image .col__wrapper .col{order:1;margin-bottom:30px}#main-wrapper .main-content .row.template__info .info__wrapper.copy{margin-bottom:30px}#main-wrapper .main-content .row.template__info h3{margin-bottom:20px}#main-wrapper .main-content .row.template__info p{margin-bottom:15px}#main-wrapper .main-content .row.template__info .button__wrapper button{margin-left:0}#main-wrapper .main-content .row.template__info.left-image .col__wrapper.left-image .col h2,#main-wrapper .main-content .row.template__info.left-image .col__wrapper.left-image .col p{text-align:left}#main-wrapper .main-content .template__info .multi-text{margin-bottom:50px}#main-wrapper .main-content .hd-icon.ten::before{content:'\e829';font-size:47px;line-height:1}#main-wrapper .main-content .hd-icon.stylists::before{content:'\e832';font-size:47px;line-height:1}#main-wrapper .main-content .hd-icon.academy::before{content:'\e835';font-size:47px;line-height:1}#main-wrapper .main-content .hd-icon.uk::before{content:'\e836';font-size:40px;line-height:1}#main-wrapper .main-content .hd-icon.number-one::before{content:'\e82a';font-size:50px;line-height:1}#main-wrapper .main-content .hd-icon.number-two::before{content:'\e82b';font-size:50px;line-height:1}#main-wrapper .main-content .hd-icon.number-three::before{content:'\e82c';font-size:50px;line-height:1}#main-wrapper.training.newcourse section.row.template__info.white.left-image{border-bottom:none}
#main-wrapper.model .main-content a{display:inline-block;position:relative;font-family:brandon-grotesque,sans-serif;font-weight:600;font-size:18px;text-decoration:none}#main-wrapper.model .main-content a::after{position:absolute;display:block;width:100%;height:3px;left:0;content:'';background-color:#e9cabd}#main-wrapper.model .main-content a:hover::after{background-color:#debfb2}#main-wrapper.model .main-content .row.template__header.one-image .header__col-wrapper .header__col-text p{padding:0;margin-left:auto;margin-right:auto}#main-wrapper.model .main-content .row.template__header.one-image .header__col-wrapper .header__col-text button{display:inline-block}#main-wrapper.model .main-content .row.template__info.grey{padding-top:10%}#main-wrapper.model .main-content .row.template__info.flex-image .col__wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}#main-wrapper.model .main-content .row.template__info.flex-image .col__wrapper .col{order:1;margin-bottom:30px}#main-wrapper.model .main-content .row.template__info.flex-image .col__wrapper .col.order{order:2}#main-wrapper.model .main-content .row.template__info.flex-image .col img{max-width:80%}#main-wrapper.model .main-content .row.template__info.flex-image .column__flex.highlight{font-family:brandon-grotesque,sans-serif;font-weight:600;font-size:20px;text-transform:uppercase;margin-bottom:25px}#main-wrapper.model .main-content .header__col-wrapper.left-image .header__col-text::before,#main-wrapper.model .main-content .header__col-wrapper.left-image .header__col-text::after{display:none}#main-wrapper.model .main-content .template.template__info.full-width h2{font-size:18px;margin-bottom:15px}#main-wrapper.model .main-content .template.template__info.full-width p{font-size:14px}#main-wrapper.model .main-content .row.template__info.grey{position:relative;padding-bottom:5%}#main-wrapper.model .main-content .row.template__info.grey img{margin-bottom:30px}#main-wrapper.model .main-content .row.template__info.grey p{margin-bottom:25px}#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open::after{background-color:transparent}#main-wrapper.model .main-content .column__flex .column:last-child{display:none}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree{text-align:center;margin-top:0;margin-bottom:70px}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree .check-block{text-align:left}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree input[type=checkbox]{width:20px;opacity:0;overflow:hidden;z-index:1;padding:0!important;margin:0}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree input+label::before{position:absolute;width:20px;height:20px;top:0;left:-30px;background-color:#fff;content:''}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree input:checked+label::before{background-color:#e9cabd}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree .check-block label{top:8px;margin-left:10px}#main-wrapper.model .main-content .template__info .faqs{width:100%;text-align:center}#main-wrapper.model .main-content .template__info .faqs .accordion__title{position:relative;display:block;font-size:18px;padding:28px 20px 20px 35px;border-bottom:1px solid #000;text-decoration:none;text-align:center;line-height:1.3;text-transform:uppercase}#main-wrapper.model .main-content .template__info .faqs .accordion__title h2{font-size:20px;margin-bottom:0}#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open::after{background-color:transparent;top:33px;background-image:url(/wp-content/uploads/2019/08/accordion-open.png);position:absolute;left:10px;display:inline-block;width:12px;height:12px;content:""}#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open.accordion__close{position:relative;border-bottom:none;padding-bottom:15px;background-color:#ededed}#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open.accordion__close::after{background-image:url(/wp-content/uploads/2019/08/accordion-close.png)}#main-wrapper.model .main-content .template__info .faqs .accordion__content.mobile__text-hide{position:absolute;top:-9999px;left:-9999px}#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open.accordion__close,#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide{background-color:#ededed}#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide{position:relative;top:inherit;left:inherit;border-bottom:1px solid #000}#main-wrapper.model .main-content .template__info .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide p{margin-bottom:0;padding-bottom:30px;padding-left:10px;padding-right:10px}#main-wrapper.thank-you .main-content .header__col-text h3{font-size:16px;line-height:1.4;padding-left:30px;padding-right:30px}#main-wrapper.aftercare .main-content ul li{list-style-type:disc;margin-bottom:15px}#main-wrapper.aftercare .main-content .row{padding-top:8%;padding-bottom:7%}#main-wrapper.aftercare .main-content .row.white{background-color:#fff}#main-wrapper.aftercare .main-content .row.grey{background-color:#ededed}#main-wrapper.aftercare .main-content .row.salmon{background-color:rgba(233,202,189,.39)}#main-wrapper.aftercare .main-content .row.template__header{padding-top:0}#main-wrapper.aftercare .main-content .row.template__info,#main-wrapper.aftercare .main-content .row.template__info h2{text-align:left}#main-wrapper.aftercare .main-content .row.template__info-col-text{text-align:left}#main-wrapper.aftercare .main-content .row.template__info-col-text h2{text-align:left}#main-wrapper.aftercare .main-content .row.template__info-col-text h3{margin-bottom:30px;line-height:1.2}#main-wrapper.aftercare .main-content .row.template__info-col-text .col:first-child{margin-bottom:35px}#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle{padding-top:11%}#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle .col__wrapper img{margin-bottom:30px}#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle .col__wrapper h2,#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle .col__wrapper p{text-align:left}#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle .col__wrapper.col__two .col:first-child{margin-bottom:42px}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper .col{margin-bottom:30px}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper .col.last{margin-bottom:0}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper h2,#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper p{text-align:left}#main-wrapper.aftercare .main-content .row.template__info-multi-column-icons{background-color:#fff}#main-wrapper.aftercare .main-content .row.template__info-multi-column-icons .col__wrapper.col__four .col img{max-width:100%;margin-bottom:30px}#main-wrapper.aftercare .main-content .row.template__info-multi-column-icons .multi-text{font-family:brandon-grotesque,sans-serif;font-size:16px;text-align:left;margin-bottom:35px}#main-wrapper.aftercare .main-content .row.template__info.flex-image{padding-top:11%}#main-wrapper.aftercare .main-content .row.template__info.flex-image .col__wrapper.right-image{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#main-wrapper.aftercare .main-content .row.template__info.flex-image .col__wrapper.right-image .col.order{order:2}#main-wrapper.aftercare .main-content .row.template__info.flex-image .col__wrapper.right-image .col{order:1;margin-bottom:30px}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom{padding:8% 0 0}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image h2,#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image p{padding-left:4%;padding-right:4%}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image .col{order:1}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image .col:first-child{order:2}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image .col:first-child img{margin-bottom:0}#main-wrapper.aftercare .main-content .row.template__info .col__wrapper .col.show__image.small{max-width:none}#main-wrapper.aftercare .main-content .row.template__info.no-left-right-pad{padding-top:8%}#main-wrapper.aftercare .main-content #multi{padding-top:8%}#main-wrapper.aftercare .main-content #multi h2,#main-wrapper.aftercare .main-content #multi .multi-text{text-align:left}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .col:first-child{margin-bottom:30px}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text{padding-bottom:0}
#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text h1,#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text p{text-align:left}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text::before,#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text::after{display:none}#main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex .column img{width:auto;height:auto}#main-wrapper.aftercare .main-content .col__wrapper.col__four .col{margin-bottom:40px}#main-wrapper.aftercare .main-content .col__wrapper.col__four .col img{max-width:50px;margin-bottom:15px}#main-wrapper.aftercare .main-content .col__wrapper.col__four .col:last-child{margin-bottom:20px}#main-wrapper.aftercare .main-content .col__desc{text-align:left}#main-wrapper.aftercare .main-content .col__wrapper.left-image .col:first-child{margin-bottom:30px}#main-wrapper.aftercare .main-content .row.template__carousel .wrapper__carousel h2{margin-bottom:10px}#main-wrapper.aftercare .main-content .row.template__carousel .wrapper__carousel .owl-dots{bottom:-22px!important}#main-wrapper.aftercare .main-content .row.template__carousel.white .wrapper__carousel .owl-carousel .owl-item img{margin-right:0;margin-bottom:0}#main-wrapper.aftercare .main-content .row.template__carousel.grey .wrapper__carousel .owl-nav button{background-color:#ededed!important}#main-wrapper.aftercare .main-content .row.template__carousel:last-child{padding-bottom:8%}#main-wrapper.aftercare .main-content .wrapper__carousel .owl-item.active .sa_hover_container p:last-child{display:block;max-width:258px;margin:auto}#main-wrapper.aftercare .main-content .wrapper__carousel #slider_related .owl-dots,#main-wrapper.aftercare .main-content .wrapper__carousel #slider_related_hd .owl-dots{bottom:-28px!important}#main-wrapper.aftercare .main-content .wrapper__carousel .owl-nav button{border:none}#main-wrapper.aftercare .main-content .container__link-salmon{border-bottom:3px solid #e9cabd;line-height:1.7}#main-wrapper.aftercare .main-content .container__link-salmon::after{display:none}#main-wrapper.aftercare .main-content .template__info.video{padding-left:0;padding-right:0;padding-bottom:0}#main-wrapper.aftercare .main-content .template__info.video h2,#main-wrapper.aftercare .main-content .template__info.video p{padding-left:4%;padding-right:4%}#main-wrapper.aftercare .main-content .template__info.video p{text-align:left}#main-wrapper.aftercare .main-content .template__info.video .video-image-overlay{border:none}#main-wrapper.aftercare .main-content .template__info.video .training-2day-video{margin-bottom:0}#main-wrapper.aftercare .main-content .template__info.video.white{background-color:#fff}#main-wrapper.aftercare .main-content .template__info.video.grey{background-color:#ededed}#main-wrapper.aftercare .main-content .template__info.video.salmon{background-color:rgba(233,202,189,.39)}#main-wrapper.klarna .main-content{padding-top:4%;padding-bottom:7%}#main-wrapper.site-wide.treatments{width:100%;padding:0;margin:0}#main-wrapper.site-wide.treatments .text--intro{padding:6% 4% 0}#main-wrapper.site-wide.treatments .grid-container{padding:2% 4% 0}#main-wrapper.site-wide.treatments .grid-container .promo__category--inner h2{font-size:26px;left:20%;width:60%}#main-wrapper.site-wide.treatments .row.template__column-links.treament-images{background-color:#fff;padding-top:2%}#main-wrapper.site-wide.treatments .row.template__column-links.treament-images .column img{width:auto;height:auto}#main-wrapper.consumer .template.template__info_column p{margin-bottom:30px}#main-wrapper.consumer .template.template__info_column .col__wrapper{width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#main-wrapper.consumer .template.template__info_column .col__wrapper .col{flex:1 1 auto;text-align:center}#main-wrapper.consumer .template.template__info_column .col__wrapper .col:last-of-type .col-inner-wrapper img{padding-bottom:15px}#main-wrapper.consumer .template.template__info_column .col__wrapper .col-inner-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#main-wrapper.consumer .template.template__info_column .col__wrapper .col-inner-wrapper h3{margin-bottom:16px}#main-wrapper.consumer .template.template__info_column .col__wrapper .col-inner-wrapper img{order:2}#main-wrapper.consumer .template.template__info_column .col__wrapper .col-inner-wrapper .col__desc{position:relative;order:1;max-width:none;margin:auto}#main-wrapper.consumer .template.template__info_column .button__holder .btn{margin-top:0}#main-wrapper.consumer .template.template__info_column .button__holder:last-of-type .btn{margin-bottom:15px}#main-wrapper.consumer .template.template__info.video .embed-container{margin-bottom:15px}#main-wrapper.consumer .template.template__info.video .video-image-overlay{max-width:none;width:100%;height:100%}#main-wrapper.consumer .template.template__info .faqs .questions-section h2{margin-bottom:10px}#main-wrapper.consumer .template.template__info .faqs .questions-section p{max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:30px}#main-wrapper.consumer .template.template__info .faqs .questions-section:last-of-type p{margin-bottom:15px}#main-wrapper.consumer .template.template__info .col__wrapper{width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#main-wrapper.consumer .template.template__info .col__wrapper.col__four{margin-top:20px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col{flex:1 1 130px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col .col__desc{max-width:145px;margin:auto}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col .hd-icon.number-three{margin-top:20px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a{position:relative;display:block;width:90px;height:90px;color:#000;margin:0 auto 10px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a::before{position:absolute;content:'';top:0;left:2px;width:90px;height:90px;background-color:#ededed;border-radius:50%}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.consultation::after{position:absolute;content:'\e818';font-size:52px;line-height:1;top:19px;left:-30px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.relaxing-hair::after{position:absolute;content:'\e81b';font-size:60px;line-height:1;top:15px;left:-30px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.brow::after{position:absolute;content:'\e817';font-size:25px;line-height:1;top:32px;left:-30px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.brow-tint::after{position:absolute;content:'\e82e';font-size:52px;line-height:1;top:19px;left:-22px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.mapping-brow::after{position:absolute;content:'\e81a';font-size:40px;line-height:1;top:26px;left:-33px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.eye-palette::after{position:absolute;content:'\e819';font-size:40px;line-height:1;top:24px;left:-32px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.waxing::after{position:absolute;content:'\e828';font-size:58px;line-height:1;top:14px;left:-27px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.threading::after{position:absolute;content:'\e827';font-size:54px;line-height:1;top:18px;left:-18px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.aftercare::after{position:absolute;content:'\e825';font-size:52px;line-height:1;top:19px;left:-17px}#main-wrapper.consumer .template.template__info .col__wrapper .mobile__text-hide p{position:absolute;top:-9999px;left:-9999px}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col{flex:1 1 auto;text-align:center}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col h3{line-height:1.2;margin-bottom:20px}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col__desc{position:relative;min-width:128px;max-width:136px;margin:auto}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col__desc p a{display:initial}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col__desc p a::before{display:none}#main-wrapper.consumer #multi.template.template__info a{margin-bottom:15px}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col img{width:100%}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col.info__list ul{margin-top:5px;padding-left:22px}#main-wrapper.consumer .template__carousel.template__carousel--title.review p{margin-bottom:25px}#main-wrapper.consumer .template__carousel.template__carousel--title.review p img{margin-left:auto!important;margin-right:auto!important}#main-wrapper.consumer .template__carousel.template__carousel--title.review .wrapper__carousel{margin-bottom:30px}#main-wrapper.consumer .template__carousel.template__carousel--title.review .wrapper__carousel .owl-carousel .sa_hover_container{height:180px!important}#main-wrapper.consumer .template__carousel.template__carousel--title.review .btn.btn--black{margin-bottom:30px}#main-wrapper.consumer .template.template__info.questions .faqs{margin-bottom:30px}#main-wrapper.consumer .template.template__info.questions .faqs .accordion{position:relative}
#main-wrapper.consumer .template.template__info.questions .faqs .accordion .accordion__title.accordion__open.accordion__close::after{background-image:url(https://hdbrows.com/wp-content/uploads/2019/08/accordion-close.png)}#main-wrapper.consumer .template.template__info.questions .faqs .accordion__content.mobile__text-hide{position:absolute;top:-9999px;left:-9999px}#main-wrapper.consumer .template__carousel.gallery .wrapper__carousel .owl-nav button{border:none}#main-wrapper.consumer.newtreatment .template.template__info_column.two-col .col__wrapper .col .col-inner-wrapper img,#main-wrapper.training.newcourse .template.template__info_column.two-col .col__wrapper .col .col-inner-wrapper img{padding-bottom:18px}#main-wrapper.consumer.newtreatment .template.template__info.accordion p,#main-wrapper.training.newcourse .template.template__info.accordion p{width:100%}#main-wrapper.consumer.newtreatment .template.template__info.accordion .accordion__info_wrapper,#main-wrapper.training.newcourse .template.template__info.accordion .accordion__info_wrapper{width:100%}#main-wrapper.consumer.newtreatment .template.template__info.accordion .accordion__info_wrapper .accordion__title,#main-wrapper.training.newcourse .template.template__info.accordion .accordion__info_wrapper .accordion__title{padding-left:0}#main-wrapper.consumer.newtreatment .template.template__info.accordion .accordion__info_wrapper .accordion__title h3,#main-wrapper.training.newcourse .template.template__info.accordion .accordion__info_wrapper .accordion__title h3{text-align:left}#main-wrapper.consumer.newtreatment .template.template__info.accordion .accordion__info_wrapper .accordion__title.accordion__open::after,#main-wrapper.training.newcourse .template.template__info.accordion .accordion__info_wrapper .accordion__title.accordion__open::after{top:30px;right:10px;left:unset}#main-wrapper.consumer.newtreatment .template.template__info.accordion .accordion__info_wrapper .accordion__content p,#main-wrapper.training.newcourse .template.template__info.accordion .accordion__info_wrapper .accordion__content p{text-align:left;margin-bottom:30px!important}#main-wrapper.consumer.newtreatment .template.template__info.icon-images{background-color:transparent}#main-wrapper.consumer.newtreatment .template.template__info.icon-images .col__wrapper.col__four .col a::before{z-index:-1}#main-wrapper.consumer.newtreatment .template.template__info.icon-images .col__wrapper.col__four .col img{position:absolute;top:18px;left:2px}#main-wrapper.consumer.newtreatment .template.template__info_column.two-col .col__wrapper .col .col-inner-wrapper img{padding-bottom:18px}#main-wrapper.consumer.newtreatment .template.template__info__bullet .col__wrapper .col img{margin-bottom:20px}#main-wrapper.consumer.newtreatment .template.template__info__bullet .col__wrapper .col.info__list{margin-left:6%}.page-pro #main-wrapper .main-content .wrapper__carousel.pro-reviews .owl-dots{bottom:-20px!important}.page-brow-lamination #training-content.consumer .template__info__bullet .col__wrapper ul{margin-top:5px;padding-left:22px}.page-brow-lamination #training-content.consumer .hero__light .main__hero__title h1{display:block;margin-bottom:42px}.page-brow-lamination #training-content.consumer .hero__light .main__hero__title h1 span{color:#888}.page-brow-lamination #training-content.consumer .hero__light .main__hero__title h1::after{position:absolute;bottom:-42px;left:0;right:0}.page-brow-lamination #training-content.consumer .faqs .btn.btn--black{display:none}#main-wrapper.homepage.pro .main-content .header__col-text .header-title.stars,#main-wrapper.homepage .main-content .header__col-text .header-title.stars{position:relative;margin-top:90px}#main-wrapper.homepage.pro .main-content .header__col-text .header-title.stars::before,#main-wrapper.homepage .main-content .header__col-text .header-title.stars::before{position:absolute;top:-70px;left:calc(50% - 100px);width:200px;height:30px;content:'';background:url(/wp-content/uploads/2020/03/five-stars.png) no-repeat;background-size:200px}.page-microblading-coming-soon .fybp h1,.page-microblading-coming-soon .site-content .main__hero__content h1,.page-microblading-coming-soon h2,.page-microblading-coming-soon h2.hdForm,.page-microblading-coming-soon .flash__banner,.page-microblading-coming-soon .sitewide-faq ul .question p{text-transform:none}.page-microblading-coming-soon .fybp h1,.page-microblading-coming-soon .section__left h2,.page-microblading-coming-soon .section__right h2,.page-microblading-coming-soon .flash__banner{font-size:32px}.page-microblading-coming-soon .main__intro h2,.page-microblading-coming-soon .section__left h2,.page-microblading-coming-soon .section__right h2,.page-microblading-coming-soon h2.hdForm{margin-bottom:20px}.page-microblading-coming-soon .main__intro h2:after,.page-microblading-coming-soon .section__left h2:after,.page-microblading-coming-soon .section__right h2:after,.page-microblading-coming-soon h2.hdForm:after{display:none}.page-microblading-coming-soon .mtp-underline-text-line-left{display:none}.page-microblading-coming-soon .site-content .mtb-cal-header{margin-bottom:30px}.page-microblading-coming-soon .sitewide-faq ul .question p{font-size:20px!important}.page-microblading-coming-soon .sitewide-faq .question span{line-height:26px}.page-microblading-coming-soon .ifpara{padding-bottom:20px}.page-microblading-coming-soon .ifpara a{font-size:10px}.fybp__hero__text.black-salon-text h1{text-transform:none;font-size:32px}.sf__topSalons h2,.sf__salonNearYou__col1 h2{text-transform:none;font-size:32px;margin-bottom:30px}.sf__topSalons h2::after,.sf__salonNearYou__col1 h2::after{display:none}.title.title--wide.sf__name p{text-transform:none;font-size:20px!important}.sf__services p.sf__services__title{text-transform:none;font-family:brandon-grotesque,sans-serif;font-weight:500!important;font-size:18px!important;font-weight:400}.sf__address.fas.fa-map-marker-alt{margin-bottom:20px}.sf__filter__padding ul.sf__filters{margin-bottom:10px}.site-content p.sf__filter__title{font-size:20px!important;text-transform:none}.sf__filter__padding .clearTickFilter{font-family:brandon-grotesque,sans-serif;font-weight:500!important;text-transform:none;font-size:16px;font-weight:400}.clinicHero .main__hero__title h1{font-family:brandon-grotesque,sans-serif;font-weight:600!important;font-size:32px;text-transform:none;line-height:38px}.swiper-slide.lookbook a{text-decoration:none}.getTheLook__steps__step .swiper-slide.lookbook .gtl-upsell-name{font-family:brandon-grotesque,sans-serif;font-weight:600;font-size:20px}.getTheLook__steps__step .swiper-slide.lookbook .gtl-upsell-price{font-family:brandon-grotesque,sans-serif!important;font-weight:600}.getTheLook__steps__step .swiper-slide.lookbook .btn{font-size:18px!important;color:#000!important;background-color:transparent!important;border:2px solid #000!important;padding:8px 28px 6px!important;margin:10px}.getTheLook__steps__step .swiper-slide.lookbook .btn:hover{color:#fff!important;background-color:#000!important;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.template__course.template.template--clinicFlex h3{font-size:32px;text-transform:none;line-height:36px}.template__course__wrap__course.thirdsWidth .toggle-sub-nav{font-family:brandon-grotesque,sans-serif;font-size:18px!important;font-weight:400;text-transform:none}.template__course__wrap__course.thirdsWidth .toggle-sub-nav li a{font-family:brandon-grotesque,sans-serif!important;font-size:16px;color:#fff;text-transform:none}.template__course__wrap__course.thirdsWidth .toggle-sub-nav li a:hover{color:#000}.template.betterbrows h2,.template.getTheLook h2,.template--clinicFlex h2,.betterbrowsfaq h2{text-transform:none;font-weight:400}.template__salonFinder h2{font-weight:400;text-transform:none;margin-bottom:30px}.template__salonFinder h2::after{display:block}.template.template__faq__list .title{font-size:20px;text-transform:none}.betterbrowsfaq .accordiancontent p{padding-top:0;padding-bottom:.8em}.page-what-are-hd-brows #training-content .col__wrapper .col{flex-basis:130px}.page-what-are-hd-brows #training-content .col__wrapper .col__desc{max-width:145px}.page-what-are-hd-brows #training-content .col__wrapper .number-three+.col__desc{max-width:255px}.page-what-are-hd-brows #training-content .col__wrapper.col-images .col{flex-basis:180px}.page-what-are-hd-brows #training-content .template .multi-para li{margin-bottom:10px}.page-hd-brows-aftercare #main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex{max-width:780px}.page-hd-brows-aftercare 
#main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex .column img{width:60px;height:60px;margin-bottom:0}.page-brow-lamination-aftercare #main-wrapper.aftercare .main-content .row.template__column-links .column__description p{display:none}.page-brow-lamination-aftercare #main-wrapper.aftercare .main-content .row.template__info-multi-column-icons{background-color:#ededed}.page-template-aftercare-articles #main-wrapper.aftercare .main-content .row.template__info.no-left-right-pad h2{padding-left:4%;padding-right:4%}.page-template-aftercare-articles #main-wrapper.aftercare .main-content .row.template__carousel .wrapper__carousel .owl-carousel .owl-item img{margin-right:0;margin-bottom:0}.page-how-to-fill-in-eyebrows #main-wrapper.aftercare .main-content .row.template__carousel:last-child{padding-top:10%}#training-content.consumer .template__info .col__wrapper.col-images .col img{padding-bottom:10px}#main-wrapper.about .main-content .header__col-text p{max-width:266px;margin:0 auto 8px}#main-wrapper.about .main-content .row.template__info.grey{background-color:#ededed}#main-wrapper.about .main-content .col__wrapper .col h2{margin-bottom:22px}#main-wrapper.thank-you .main-content .row.template__header button{display:none}#main-wrapper.thank-you .main-content .row.template__info{padding-bottom:20%}#main-wrapper.consumer.promo .main-content .hd-icon.clock::before{position:absolute;content:'\e81d';font-size:55px;line-height:1;top:18px;left:-26px}#main-wrapper.consumer.promo .main-content .hd-icon.pound-sign::before{position:absolute;content:'\e806';font-size:55px;line-height:1;top:17px;left:-14px}#main-wrapper.consumer.promo .main-content .hd-icon.user::before{position:absolute;content:'\e814';font-size:55px;line-height:1;top:17px;left:-23px}#main-wrapper.consumer.promo .main-content .hd-icon.calendar::before{position:absolute;content:'\e80e';font-size:52px;line-height:1;top:19px;left:-23px}#main-wrapper.consumer.promo .main-content .hd-icon.community::before{position:absolute;content:'';width:58px;height:58px;background-image:url(https://hdbrows.com/wp-content/uploads/2021/01/GROUP.png);background-size:58px;top:17px;left:-27px}.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template h1,.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template h2,.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template h3,.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template p{width:100%;max-width:1268px;text-align:left}.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template__header .header__col-wrapper.left-image{background-color:#ededed}.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template__header .header__col-wrapper.left-image .header__col-text{text-align:left}.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template__header .btn--black,.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template__header a.btn--black{width:100%}.page-template-landing-page-promo #main-wrapper.promo .main-content .col__wrapper.right-image .col.order button{margin-top:20px;margin-left:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .col__wrapper.left-image .col button{margin-top:20px;margin-left:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template__info.left-image{padding:0 0 7%}.page-template-landing-page-promo #main-wrapper.promo .main-content .row.template__info.left-image .col:nth-child(2){padding-left:4%;padding-right:4%}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper.col__four{max-width:1268px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-top:30px}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper.col__four .col:nth-child(1){margin-bottom:20px}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper.col__four .col__desc{max-width:165px}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper.col__four .col__desc h3{min-height:58px;text-align:center}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper.col__four .col__desc p{position:relative;top:inherit;left:inherit;text-align:center}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .btn{display:none}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course{padding-left:0;padding-right:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course h2,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course h3,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course p,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course span,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .flex__wrapper{padding-left:4%;padding-right:4%}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap{max-width:1268px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .template__course__wrap__course__desc{text-align:left;padding:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .template__course__wrap__course__desc p{margin-bottom:15px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .template__course__wrap__course__desc .course_price{display:block;font-size:16px;margin-bottom:15px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .template__course__wrap__course__desc .course_price .course_price__price{display:inline-block;font-size:24px;padding:0;margin-bottom:15px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .template__course__wrap__course__desc .btn{font-size:16px!important}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel{padding-bottom:7%}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel{max-width:1268px;text-align:left;margin:auto}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel .case-study{min-height:540px;background-color:#f2dfd7;z-index:-10;padding-bottom:30px;margin:30px 0 20px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel .case-study img{margin-top:-37px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel .case-study h3{position:relative;text-align:center;margin-bottom:15px;z-index:1}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel .case-study h3::after{position:absolute;content:'';width:160px;height:18px;top:6px;left:calc(50% - 80px);background-color:#fff;z-index:-1}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel .case-study p{padding-left:15px;padding-right:15px;margin-bottom:20px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel .case-study .author{font-family:brandon-grotesque,sans-serif;font-weight:500}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table .info__wrapper.copy{margin-bottom:20px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table{max-width:900px;margin-bottom:30px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table thead tr{background-color:#e9cabd}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table thead tr th{font-size:16px;font-weight:500;text-align:left;padding:15px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table tbody tr:nth-child(odd){background-color:#fafafa}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table tbody tr:nth-child(even){background-color:#ededed}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table tbody tr td{text-align:left;padding:15px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table .button__wrapper{width:100%}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.video{padding-bottom:7%}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.video .embed-container{margin-bottom:25px}.page-template-landing-page-promo #main-wrapper.promo .main-content #enquiry.template.template--webform form .gdpr-wrapper .ifpara{text-align:left!important}.page-template-landing-page-promo #main-wrapper.promo .main-content #enquiry.template.template--webform form .btn{font-size:16px!important}.page-template-landing-page-promo #main-wrapper.promo .main-content .btn{width:100%}.page-how-to-make-eyebrow-tint-last-longer 
#main-wrapper.aftercare .main-content .row.template__carousel.gallery.grey .wrapper__carousel{margin-bottom:0}.page-template-aftercare-treatment-icon-images #main-wrapper.aftercare .main-content .row.template__info-multi-column-icons{background-color:#ededed}@media screen and (min-width:576px){#training-content.consumer .main__hero--wrapper{background-color:transparent}#training-content.consumer .main__hero__detail--left.detail__small{width:38%}#training-content.consumer .template h2{margin-bottom:40px}#training-content.consumer .template.template__info__steps{padding-top:4%}#training-content.consumer .template.template__info__steps .tabbed__navigation{max-width:650px}#training-content.consumer .template.template__info__steps .tab-content{min-height:360px}#training-content.consumer .template.template__info__steps .tab-content h3{max-width:none}#training-content.consumer .template.template__info__steps .tab-content p{display:inline-block;width:46%;margin-left:4%;margin-right:0;text-align:left}#training-content.consumer .template.template__info__steps .tab-content img.col__image{display:block;float:left}#training-content.consumer .template__info .col__wrapper.col__four .col a{width:110px;height:110px}#training-content.consumer .template__info .col__wrapper.col__four .col a img{width:124px}#training-content.consumer .template__info .col__wrapper.col__four .col a::before{top:0;left:0;width:110px;height:110px}#training-content.consumer .template__info .faqs .accordion__title.accordion__open.accordion__close,#training-content.consumer .template__info .faqs .accordion__title.accordion__open.accordion__close+.accordion__content.mobile__text-hide{background-color:transparent}#training-content.consumer #multi a.scrollLink.btn.btn--black.marginTop.pad-bottom{margin-top:15px}#training-content.consumer .template .review-header h2{margin-bottom:30px}#main-wrapper .main-content{text-align:center}#main-wrapper .main-content .row{padding-left:10%;padding-right:10%}#main-wrapper .main-content h1{font-size:40px!important}#main-wrapper .main-content h2{font-size:40px;line-height:1.25}#main-wrapper .main-content .header__col-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}#main-wrapper .main-content .header__col-image{flex:1;order:2}#main-wrapper .main-content .header__col-image.show-mobile{display:none}#main-wrapper .main-content .header__col-image.show-desktop{display:block}#main-wrapper .main-content .header__col-image img{width:100%}#main-wrapper .main-content .header__col-text{flex:1;align-self:center;padding:0}#main-wrapper .main-content .header__col-text .header-title{font-size:40px;line-height:1.3;margin-bottom:28px;padding:0 30px}#main-wrapper .main-content .header__col-text h3{font-size:24px;margin-bottom:24px}#main-wrapper .main-content .row{padding-top:5%}#main-wrapper .main-content .row.template__slogan{padding-top:6%;padding-bottom:5%}#main-wrapper .main-content .slogan-emoji img{width:80px}#main-wrapper .main-content .slogan-title{font-size:50px}#main-wrapper .main-content .slogan-title .stroke-text{font-size:51px;line-height:1;-webkit-text-stroke-width:2.17px;margin-bottom:6px}#main-wrapper .main-content h3.slogan-subtitle{font-size:34px}#main-wrapper .main-content .wrapper__full-width.slogan-image .show-desktop{display:block}#main-wrapper .main-content .wrapper__full-width.slogan-image .show-mobile{display:none}#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title,#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title .stroke-text{font-size:60px;line-height:1.1}#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title .stroke-text{-webkit-text-stroke-width:2.5px}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content{top:38%}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content p{font-size:22px}#main-wrapper .main-content .row.template__carousel{padding-top:5%;padding-bottom:1.6%}#main-wrapper .main-content .wrapper__carousel{margin-bottom:0}#main-wrapper .main-content .wrapper__carousel h1{font-size:40px}#main-wrapper .main-content .wrapper__carousel p.prod-subtitle{margin-bottom:70px}#main-wrapper .main-content .wrapper__carousel p.product-title{margin-bottom:6px}#main-wrapper .main-content .wrapper__carousel .carousel_product-desc{line-height:1.3;margin-bottom:16px}#main-wrapper .main-content .wrapper__carousel .owl-carousel{margin-bottom:20px!important}#main-wrapper .main-content .wrapper__flex{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between;max-width:1200px;margin:auto}#main-wrapper .main-content .wrapper__flex .column{flex:0 1 300px}#main-wrapper .main-content .row.template__column-links{padding-bottom:5.5%}#main-wrapper .main-content .row.template__column-links h2{font-size:40px;margin-bottom:62px}#main-wrapper .main-content .row.template__column-links .column{margin-bottom:3px}#main-wrapper .main-content .row.template__column-links .column img{width:78px;height:78px;margin-bottom:15px}#main-wrapper .main-content .row.template__column-links .column__description p{margin-bottom:20px}#main-wrapper .main-content .row.template__info.flex-image{padding-top:4%;padding-bottom:4%}#main-wrapper .main-content .row.template__info.flex-image .col__wrapper{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#main-wrapper .main-content .row.template__info.flex-image .col__wrapper .col.order{order:1}#main-wrapper .main-content .row.template__info.flex-image .col__wrapper .col.show__image{order:2}#main-wrapper .main-content .row.template__info.flex-image .col__wrapper.image-left{margin-bottom:80px}#main-wrapper .main-content .row.template__info.flex-image .col__wrapper.image-left .col.order{order:2}#main-wrapper .main-content .row.template__quotes{padding:5% 4% 4%}#main-wrapper .main-content .quote{min-height:120px;font-size:30px;margin-bottom:80px}#main-wrapper .main-content .flex-container{max-width:720px}#main-wrapper .main-content .logo-size.show-desktop{display:block}#main-wrapper .main-content .logo-size.show-mobile{display:none}#main-wrapper .main-content .wrapper__carousel.pro-reviews{margin-bottom:54px}#main-wrapper .main-content .wrapper__carousel.pro-reviews h2{font-size:40px}#main-wrapper .main-content .wrapper__carousel.pro-reviews .quote{font-size:32px;margin-bottom:20px}#main-wrapper .main-content .wrapper__carousel.pro-reviews .sa_hover_container{padding-top:30px!important;padding-bottom:20px!important}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan{top:50%;transform:translateY(-45%)}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .slogan-title,#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .stroke-text{font-size:55px}#main-wrapper .main-content .row.template__info.watermark{padding-top:100px;padding-bottom:90px}#main-wrapper .main-content .row.template__info.watermark .multi-col__container{padding-top:40px;padding-bottom:20px;margin-top:10px;margin-bottom:18px}#main-wrapper .main-content .row.template__info.watermark .multi-col__container h2{margin-bottom:40px}#main-wrapper .main-content .row.template__info.watermark .multi-col__container p.last{margin-bottom:50px}#main-wrapper .main-content .row.template__info.watermark .multi-col__container .col__wrapper{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#main-wrapper .main-content .row.template__info.watermark .multi-col__container .col__wrapper .col{flex:0 0 auto}#main-wrapper .main-content .row.template__info.watermark .multi-col__container .hd-icon.uk{margin-top:6px}#main-wrapper .main-content .row.template__column-links.image-overlay{padding-top:5.5%;padding-bottom:5.5%}#main-wrapper .main-content .row.template__column-links.image-overlay::before{display:none}#main-wrapper .main-content .row.template__column-links.image-overlay::after{display:none}#main-wrapper .main-content .row.template__column-links.image-overlay p{margin-bottom:36px}#main-wrapper .main-content .row.template__column-links.image-overlay .wrapper__flex{max-width:850px}#main-wrapper .main-content .row.template__column-links.image-overlay .wrapper__flex .column{flex-basis:400px}#main-wrapper .main-content .row.template__column-links.image-overlay .column.overlayed-image:nth-child(2){margin-top:0}#main-wrapper .main-content .row.template__column-links.image-overlay .main-image{margin-bottom:5px}#main-wrapper .main-content .row.template__column-links.image-overlay .column__description p{margin-bottom:32px}#main-wrapper .main-content .col__wrapper{width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#main-wrapper .main-content .col__wrapper .col{flex:0 1 50%}#main-wrapper .main-content .col__wrapper.left-image .col:nth-child(2){margin-left:10%}#main-wrapper .main-content .col__wrapper.right-image{-webkit-align-items:center;-ms-flex-align:center;align-items:center}#main-wrapper .main-content .col__wrapper.right-image .col:nth-child(1){margin-right:10%}#main-wrapper .main-content .col__wrapper.right-image .col.show__image{text-align:right}#main-wrapper .main-content .col__wrapper .show__desktop{display:inline}#main-wrapper .main-content .row.template__info.no-left-right-pad{padding:6.5% 10%}#main-wrapper .main-content .row.template__info.no-left-right-pad p{max-width:560px;margin-left:auto;margin-right:auto}#main-wrapper .main-content .para-quote{line-height:1.5}#main-wrapper .main-content .row.template__info .col__wrapper .col.show__image.small{max-width:none;margin-left:0;margin-right:0}
#main-wrapper .main-content .row.template__info.left-image .col__wrapper.left-image{flex-wrap:nowrap;align-items:center}#main-wrapper.about .main-content .header__col-wrapper.left-image .header__col-text h1{font-size:40px;max-width:75%;margin-left:auto;margin-right:auto;margin-bottom:20px}#main-wrapper.about .main-content .header__col-wrapper.left-image .header__col-text p{max-width:75%;padding-left:20px;padding-right:20px}#main-wrapper.about .main-content .header__col-wrapper.left-image .header__col-text::before,#main-wrapper.about .main-content .header__col-wrapper.left-image .header__col-text::after{display:none}#main-wrapper .main-content .row.template__form .ifpara{margin-bottom:80px}#main-wrapper .main-content .row.template__form #standard-form{max-width:800px;margin:auto}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions{display:block;text-align:center;margin-top:30px;margin-bottom:50px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions h5{padding-bottom:0;margin-bottom:15px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .option__wrapper:first-child{margin:0 0 40px}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .check-block{display:inline-block}#main-wrapper .main-content .row.template__form #standard-form .infusion-form .treatmentoptions .validation-advice{top:30px;min-width:200px;margin-right:-90px}.template__info .faqs .accordion__title h2{font-size:30px;margin-bottom:8px}#main-wrapper.model .main-content .header__col-image img{height:100%}#main-wrapper.model .main-content .col__wrapper .col{align-self:center}#main-wrapper.model .main-content .col__wrapper .col.order{padding:0 50px}#main-wrapper.model .main-content .row.template__header.one-image .header__col-wrapper .header__col-text p{margin-bottom:25px}#main-wrapper.model .main-content .template.template__info.full-width{padding-top:0}#main-wrapper.model .main-content .template.template__info.full-width h2{font-size:20px}#main-wrapper.model .main-content .row.template__info.grey{padding-top:5%}#main-wrapper.model .main-content .row.template__info.grey::after{bottom:45px}#main-wrapper.model .main-content .row.template__info.flex-image{padding-top:5%}#main-wrapper.model .main-content .row.template__info.flex-image .col__wrapper{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#main-wrapper.model .main-content .row.template__info.flex-image .col__wrapper.image-left{margin-bottom:80px}#main-wrapper.model .main-content .row.template__info.flex-image .col__wrapper.image-left .col.order{order:2}#main-wrapper.model .main-content .row.template__info.flex-image .col__wrapper .col.order{order:1}#main-wrapper.model .main-content .row.template__info.flex-image .col img{max-width:100%}#main-wrapper.model .main-content .row.template__form.grey{padding-bottom:5%}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree{text-align:center;margin-top:30px;margin-bottom:50px}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree .check-block{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .marketingagree .check-block label{white-space:nowrap}#main-wrapper.model .main-content .row.template__form #standard-form .infusion-form .treatmentoptions h5{margin-bottom:40px}#main-wrapper.model .main-content .template__info .faqs .accordion__title:hover{cursor:pointer}#main-wrapper.model .main-content .template__info .faqs .accordion__title h2{font-size:30px;margin-bottom:8px}#main-wrapper.klarna .main-content{padding-bottom:5%}#main-wrapper.site-wide.treatments .text--intro{padding-top:4%}#main-wrapper.site-wide.treatments .grid-container{width:70%;margin:5% auto;padding:0}#main-wrapper.site-wide.treatments .grid-container .promo__category--inner h2{font-size:32px;left:25%;width:52%}#main-wrapper.site-wide.treatments .row.template__column-links.treament-images .wrapper__flex{max-width:820px}#main-wrapper.site-wide.treatments .row.template__column-links.treament-images .wrapper__flex .column{flex-basis:375px}#main-wrapper.consumer .template__header.one-image .header__col-wrapper.left-image .header__col-text h1{max-width:88%;font-size:40px;line-height:1.25;text-align:left;padding-left:50px}#main-wrapper.consumer .template__header.one-image .header__col-wrapper.left-image .header__col-text p{max-width:88%;text-align:left;padding-left:50px}#main-wrapper.consumer .template.template__info_column p{margin-bottom:10px}#main-wrapper.consumer .template.template__info_column .col__wrapper{max-width:1000px}#main-wrapper.consumer .template.template__info_column .col__wrapper .col-inner-wrapper{display:block}#main-wrapper.consumer .template.template__info_column .col__wrapper .col-inner-wrapper h3{font-size:30px}#main-wrapper.consumer .template.template__info_column .col__wrapper .col-inner-wrapper .col__desc{max-width:300px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a{width:110px;height:110px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a::before{left:0;width:110px;height:110px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.consultation::after{font-size:62px;top:23px;left:-37px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.relaxing-hair::after{font-size:74px;left:-40px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.brow::after{font-size:35px;top:36px;left:-46px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.brow-tint::after{font-size:64px;top:22px;left:-30px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.mapping-brow::after{font-size:50px;top:30px;left:-44px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col a .hd-icon.eye-palette::after{font-size:50px;top:29px;left:-43px}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col .hd-icon.number-three{margin-top:0}#main-wrapper.consumer .template.template__info .col__wrapper.col__four .col .col__desc{max-width:255px}#main-wrapper.consumer .template.template__info .col__wrapper .mobile__text-hide p{position:relative;top:inherit;left:inherit}#main-wrapper.consumer .template.template__info .faqs .questions-section p{margin-bottom:50px}#main-wrapper.consumer .template.template__info .faqs .questions-section:last-of-type p{margin-bottom:25px}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col .col__desc{max-width:255px}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col .col__desc h3{font-size:30px;line-height:34px;margin-bottom:25px}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col{max-width:350px;flex:0 1 50%}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col img{max-width:350px}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col.info__list{max-width:450px}#main-wrapper.consumer .template.template__info.questions .faqs{width:100%}#main-wrapper.consumer .template.template__info.questions .faqs .accordion .accordion__title h2{font-size:30px;margin-bottom:8px}#main-wrapper.consumer .template.template__info.questions .faqs .accordion .accordion__title:hover{cursor:pointer}#main-wrapper.consumer .template.template__info.questions .faqs .accordion .accordion__title.accordion__open::after{top:36px}#main-wrapper.consumer .template.template__info.video p:last-of-type{margin-bottom:40px}#main-wrapper.consumer .template.template__info.video .embed-container{margin-bottom:30px}#main-wrapper.consumer .template__carousel.template__carousel--title.review{padding-bottom:4%}#main-wrapper.consumer .template__carousel.template__carousel--title.review .wrapper__carousel .owl-carousel{margin-bottom:0!important}#main-wrapper.consumer .template__carousel.template__carousel--title.review .wrapper__carousel .owl-carousel .sa_hover_container{height:90px!important;padding:0!important}#main-wrapper.consumer.newtreatment .template.template__info_column.two-col p,#main-wrapper.training.newcourse .template.template__info_column.two-col p{margin-bottom:30px}#main-wrapper.consumer.newtreatment .template.template__info_column.two-col .col__wrapper,#main-wrapper.training.newcourse .template.template__info_column.two-col .col__wrapper{max-width:800px}#main-wrapper.consumer.newtreatment .template.template__info_column.two-col .col__wrapper .col,#main-wrapper.training.newcourse .template.template__info_column.two-col .col__wrapper .col{flex-basis:50%}#main-wrapper.consumer.newtreatment .template.template__info.icon-images .col__wrapper.col__four .col img{top:22px;left:0}#main-wrapper.homepage.pro .main-content .header__col-text .header-title.stars,#main-wrapper.homepage .main-content .header__col-text .header-title.stars{margin-top:80px}#main-wrapper.homepage.pro .main-content .header__col-text .header-title.stars::before,#main-wrapper.homepage .main-content .header__col-text .header-title.stars::before{top:-80px;left:calc(50% - 125px);width:250px;height:40px;background-size:250px}#main-wrapper.aftercare .main-content .row.template__header{padding-bottom:0}#main-wrapper.aftercare .main-content .row.template__column-links{padding-top:4%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info-col-text{padding-top:4%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info-col-text h2{text-align:center}
#main-wrapper.aftercare .main-content .row.template__info-col-text .col__wrapper{-webkit-justify-content:space-between;-ms-flex-pack:space-between;justify-content:space-between}#main-wrapper.aftercare .main-content .row.template__info-col-text .col__two .col{flex-basis:45%}#main-wrapper.aftercare .main-content .row.template__info.grey{padding-top:4%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info.no-left-right-pad{padding-top:4%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle{padding-top:4%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper{-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper .col{flex:1;max-width:600px;margin-left:30px;margin-right:30px;margin-bottom:0}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper .col.last{margin-right:0}#main-wrapper.aftercare .main-content .row.template__info-multi-subtitle .col__wrapper .col:first-child{margin-left:0}#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle{padding-top:5%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle .col__wrapper{-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around}#main-wrapper.aftercare .main-content .row.template__info-multi-images-subtitle .col__two .col{flex-basis:47%;max-width:544px}#main-wrapper.aftercare .main-content .row.template__info.flex-image{padding-top:4%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info.flex-image .col__wrapper.right-image{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#main-wrapper.aftercare .main-content .row.template__info.flex-image .col__wrapper.right-image .col.order{order:1}#main-wrapper.aftercare .main-content .row.template__info.flex-image .col__wrapper.right-image .col.show__image{order:2}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom{padding:4% 10%}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image h2,#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image p{padding-left:0;padding-right:0}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image .col{order:2}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image .col:first-child{order:1}#main-wrapper.aftercare .main-content .row.template__info.flex-image-bottom .col__wrapper.left-image .col:first-child img{margin-bottom:0}#main-wrapper.aftercare .main-content .row.template__info-multi-column-icons{padding-top:4%;padding-bottom:4%}#main-wrapper.aftercare .main-content .row.template__info-multi-column-icons .multi-text{text-align:center}#main-wrapper.aftercare .main-content #multi{padding-top:4%;padding-bottom:3%}#main-wrapper.aftercare .main-content #multi h2{margin-bottom:62px}#main-wrapper.aftercare .main-content #multi h2,#main-wrapper.aftercare .main-content #multi .multi-text{text-align:center}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text h1{padding-left:50px;margin-left:0;margin-right:0}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text p{padding-left:50px}#main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex{max-width:820px}#main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex .column{flex-basis:375px}#main-wrapper.aftercare .main-content .col__wrapper.left-image{-webkit-align-items:center;-ms-flex-align:center;align-items:center}#main-wrapper.aftercare .main-content .col__wrapper.left-image .col:first-child{margin-bottom:30px}#main-wrapper.aftercare .main-content .col__wrapper.col__four{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#main-wrapper.aftercare .main-content .col__wrapper.col__four .col{flex:1 1 33%}#main-wrapper.aftercare .main-content .col__desc{max-width:255px;text-align:center;margin:auto}#main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex .column .column-image-wrapper{display:inline-block;overflow:hidden;max-width:100%;max-height:100%}#main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex .column img{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;max-width:100%;max-height:100%;margin:0}#main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex .column:hover img{transform:scale(1.1)}#main-wrapper.aftercare .main-content .template__info.video{padding:4% 10%}#main-wrapper.aftercare .main-content .template__info.video p{text-align:center}#main-wrapper.aftercare .main-content .template__info.video ul{text-align:left;margin:0;padding-left:30px}#main-wrapper.aftercare .main-content .template__info.video ul li{list-style-type:disc;font-family:brandon-grotesque,sans-serif;font-size:16px}#main-wrapper.aftercare .main-content .template__info.video .training-2day-video{margin-bottom:15px}#main-wrapper.aftercare .main-content .row.template__carousel:last-child{padding-top:4%;padding-bottom:2%}#main-wrapper.aftercare .main-content .row.template__carousel.white .wrapper__carousel{margin-bottom:40px}#main-wrapper.aftercare .main-content .row.template__carousel .wrapper__carousel p.prod-subtitle{margin-bottom:52px}#main-wrapper.aftercare .main-content .wrapper__carousel .owl-carousel .owl-item img{margin-right:0}#main-wrapper.aftercare .main-content .wrapper__carousel .owl-item.active .sa_hover_container p:last-child{max-width:80%}.page-microblading-coming-soon .fybp h1,.page-microblading-coming-soon .site-content .main__hero__content h1,.page-microblading-coming-soon .main__intro h2,.page-microblading-coming-soon .section__left h2,.page-microblading-coming-soon .section__right h2,.page-microblading-coming-soon .flash__banner,.page-microblading-coming-soon .site-content h2.hdForm,.page-microblading-coming-soon .site-content .mtb-cal-header{font-size:40px}.page-microblading-coming-soon .sitewide-faq ul .question p{font-size:30px!important}.page-microblading-coming-soon .site-content .mtb-cal-header{margin-bottom:40px}.page-microblading-coming-soon .sitewide-faq .question span{line-height:67px}.fybp__hero__text.black-salon-text h1{font-size:40px}.sf__topSalons h2,.sf__salonNearYou__col1 h2{font-size:40px;margin-bottom:50px}.sf__address.fas.fa-map-marker-alt{margin-bottom:0}.clinicHero .main__hero__title h1{font-size:40px;line-height:44px}.getTheLook__steps__step .swiper-slide.lookbook .gtl-upsell-name{font-size:24px}.template.betterbrows h2,.template.getTheLook h2,.template--clinicFlex h2,.betterbrowsfaq h2{font-size:40px;margin-bottom:40px}.template__salonFinder h2{font-size:40px;margin-bottom:30px}.template.template__faq__list .title{font-size:30px}.swiper-wrapper.productList .gtl-upsell-name{font-family:brandon-grotesque,sans-serif;font-weight:500;text-transform:none;margin-bottom:6px}.page-brow-lamination #training-content.consumer .hero__light .main__hero__title h1 span{color:#fff}.page-brow-lamination #training-content.consumer .template__info__bullet .col__wrapper ul{padding-left:40px}.page-brow-lamination #training-content.consumer .owl-pagination-true{margin-bottom:50px!important}.page-what-are-hd-brows #training-content.consumer .owl-pagination-true{margin-bottom:50px!important}.page-what-are-hd-brows #training-content .col__wrapper .col__desc{max-width:255px}.page-what-are-hd-brows #training-content .col__wrapper .col{flex-basis:auto}.page-what-are-hd-brows #training-content .col__wrapper.col-images .col{flex-basis:320px}#main-wrapper.about .main-content .row.template__slogan.grey{background-color:#fff}#main-wrapper.about .main-content .header__col-text p{max-width:none}#main-wrapper.about .main-content .row.template__info.grey{padding-top:6.5%;padding-bottom:6.5%}#main-wrapper.about .main-content .row.template__info.grey .col.show__image.small{text-align:left}#main-wrapper.about .main-content .row.template__info.no-left-right-pad{padding-top:10%;padding-bottom:10%}.page-eyebrow-aftercare #main-wrapper.aftercare .main-content #multi .col__wrapper.col__four .col:nth-child(4){margin-left:16%}.page-eyebrow-aftercare #main-wrapper.aftercare .main-content #multi .col__wrapper.col__four .col:nth-child(5){margin-right:16%}.page-hd-brows-aftercare #main-wrapper.aftercare .main-content .row.template__column-links .wrapper__flex .column img{width:90px;height:90px}.page-brow-lamination-aftercare #main-wrapper.aftercare .main-content #multi .col__wrapper.col__four .col:nth-child(4){margin-left:16%}.page-brow-lamination-aftercare #main-wrapper.aftercare .main-content #multi .col__wrapper.col__four .col:nth-child(5){margin-right:16%}.page-template-aftercare-articles #main-wrapper.aftercare .main-content .row.template__info.no-left-right-pad p{padding-left:0;padding-right:0}.page-template-aftercare-articles #main-wrapper.aftercare .main-content .row.template__info.no-left-right-pad h2{padding-left:0;padding-right:0}.page-template-aftercare-articles #main-wrapper.aftercare .main-content .row.template__carousel .wrapper__carousel{margin-bottom:40px}.page-template-aftercare-articles #main-wrapper.aftercare .main-content .row.template__carousel .wrapper__carousel .owl-carousel .owl-item img{width:60%}.page-template-aftercare-articles #main-wrapper.aftercare .main-content .row.template__carousel .wrapper__carousel .owl-item.active .sa_hover_container p:last-child{width:60%}.page-how-to-fill-in-eyebrows
#main-wrapper.aftercare .main-content .row.template__carousel:last-child{padding-top:4%}#main-wrapper.thank-you .main-content .row.template__info{padding-bottom:10%}#main-wrapper.consumer.promo .main-content .hd-icon.clock::before{top:27px;left:-27px}#main-wrapper.consumer.promo .main-content .hd-icon.pound-sign::before{top:26px;left:-16px}#main-wrapper.consumer.promo .main-content .hd-icon.user::before{top:28px;left:-25px}#main-wrapper.consumer.promo .main-content .hd-icon.calendar::before{top:29px;left:-25px}#main-wrapper.consumer.promo .main-content .hd-icon.community::before{top:28px;left:-29px}#main-wrapper.consumer.promo .main-content .template.template__info .col__wrapper.col__four .col a .hd-icon.brow::after{font-size:32px;top:41px;left:-41px}.page-template-landing-page-promo #main-wrapper.promo .main-content .header__col-wrapper.left-image .header__col-text h1,.page-template-landing-page-promo #main-wrapper.promo .main-content .header__col-wrapper.left-image .header__col-text p{max-width:88%;padding-left:50px;margin-left:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .header__col-wrapper.left-image .header__col-text .btn--black,.page-template-landing-page-promo #main-wrapper.promo .main-content .header__col-wrapper.left-image .header__col-text a.btn--black{display:inline-block;width:auto;padding-left:30px;padding-right:30px;margin-right:15px}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper.col__four .col__desc{max-width:255px}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper.col__four .col__desc h3{min-height:unset}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course{padding-left:10%;padding-right:10%}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course h2,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course h3,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course p,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course span,.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .flex__wrapper{padding-left:0;padding-right:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course{max-width:520px;padding-left:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .template__course__wrap__course__desc p{margin-bottom:5px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .template__course__wrap__course__desc .course_price{margin-bottom:20px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .flex__wrapper{width:calc(100% - 120px);-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .flex__wrapper .btn{margin-bottom:20px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .flex__wrapper .btn:last-of-type{margin-bottom:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__course .template__course__wrap .template__course__wrap__course .flex__wrapper .btn:first-of-type{margin-right:0}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel{padding-bottom:5%}.page-template-landing-page-promo #main-wrapper.promo .main-content .template__carousel .wrapper__carousel .owl-carousel{margin-left:-20px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.video{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:5%}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.video .embed-container{max-width:1268px;margin-bottom:50px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.video .embed-container img{height:auto}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table{margin-bottom:40px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table thead tr th{font-size:20px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table table tbody tr td{font-size:18px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.table .footnote{margin-bottom:40px}.page-template-landing-page-promo #main-wrapper.promo .main-content #enquiry.template.template--webform .ifpara{padding-left:0;margin-left:0}.page-template-landing-page-promo #main-wrapper.promo .main-content #enquiry.template.template--webform form{width:100%;max-width:900px}.page-template-landing-page-promo #main-wrapper.promo .main-content #enquiry.template.template--webform form .ifpara.checkboxes__form__paragraph{text-align:center}.page-template-landing-page-promo #main-wrapper.promo .main-content #enquiry.template.template--webform form .gdpr-wrapper .ifpara{text-align:left!important}.page-template-landing-page-promo #main-wrapper.promo .main-content .btn{width:auto;padding-left:30px;padding-right:30px}.page-template-landing-page-promo #main-wrapper.aftercare .main-content .row.template__info{padding-top:8%;padding-bottom:7%}.page-template-landing-page-promo #main-wrapper.aftercare .main-content .row.template__info.left-image{padding:8% 10% 7%}.page-template-landing-page-promo #main-wrapper.aftercare .main-content .row.template__info.left-image .col:nth-child(1){-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-top:10px}.page-template-landing-page-promo #main-wrapper.aftercare .main-content .row.template__info.left-image .col:nth-child(2){padding-left:0;padding-right:0}.page-how-to-make-eyebrow-tint-last-longer #main-wrapper.aftercare .main-content .row.template__carousel.gallery.grey .wrapper__carousel{margin-bottom:40px}}@media screen and (max-width:1024px) and (min-width:576px){.page-brow-lamination #training-content.consumer .main__hero--wrapper{top:0;left:3%}.page-brow-lamination #training-content.consumer .main__hero__title h1{max-width:74%}.page-brow-lamination #training-content.consumer .main__hero__title.title__small{top:0}.page-brow-lamination #training-content.consumer .main__hero__detail--left.detail__small{width:46%}.page-brow-lamination #training-content.consumer a.scrollLink.btn.btn--black.marginTop{margin-top:15px}.page-salon-finder .fybp__hero__text.black-salon-text{width:55%;top:0;left:3%;margin-top:30px}.page-what-are-hd-brows #training-content .col__wrapper.col-images .col{flex-basis:280px}#main-wrapper .main-content .wrapper__flex .column{flex-basis:225px}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .slogan-title,#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .stroke-text{font-size:42px}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text p{max-width:95%}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text p{font-size:13px}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text h1{padding-left:20px;max-width:96%}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text p{padding-left:20px}#main-wrapper.aftercare .main-content .row{padding-left:5%;padding-right:5%}#main-wrapper.aftercare .main-content .row.template__info.flex-image .col__wrapper.right-image .col.order{margin-right:8%}#main-wrapper.aftercare .main-content .row.template__header{padding:0}#main-wrapper.aftercare .main-content .wrapper__carousel #slider_related .owl-dots,#main-wrapper.aftercare .main-content .wrapper__carousel #slider_related_hd .owl-dots{display:none!important}.page-template-landing-page-promo #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text button{margin-left:20px}}@media screen and (min-width:1025px){.hero__light .main__hero__title h1{margin-bottom:62px}#main-wrapper .main-content .row.template__column-links.image-overlay .main-image{max-width:none}#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text h1,#main-wrapper.aftercare .main-content .header__col-wrapper.left-image .header__col-text p{max-width:88%}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col{-webkit-flex-basis:320px;flex-basis:320px}#main-wrapper.promo #multi.template.template__info .col__wrapper .col{flex-basis:280px}.page-template-landing-page-promo #main-wrapper .main-content #enquiry.template.template--webform .ifpara.topPara{width:100%!important;margin-left:auto}}@media screen and (min-width:1366px){#training-content.consumer .col__wrapper .col.four{flex-basis:330px}#main-wrapper .main-content{}#main-wrapper .main-content .wrapper__carousel .owl-carousel .owl-item{padding-left:0;padding-right:0}#main-wrapper .main-content .wrapper__carousel .owl-dots{display:none!important}#main-wrapper .main-content .wrapper__full-width.slogan-image{max-height:650px;overflow:hidden}#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title,#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title .stroke-text{font-size:80px}#main-wrapper .main-content .wrapper__full-width.slogan-image .slogan-title .stroke-text{-webkit-text-stroke-width:3.5px}#main-wrapper .main-content .wrapper__full-width.slogan-image .pro-slogan .slogan-title .stroke-text{-webkit-text-stroke-width:2.5px}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content p{font-size:30px}#main-wrapper .main-content .row.template__info.no-left-right-pad p{max-width:none}#main-wrapper.aftercare .main-content .wrapper__carousel .owl-carousel .owl-item img{width:80%}.page-pro #main-wrapper .main-content .wrapper__carousel.pro-reviews .owl-dots{display:block!important}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image{max-height:620px}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan{top:48%}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .slogan-title{font-size:60px}#main-wrapper.consumer .template__carousel.template__carousel--title.review .wrapper__carousel .owl-carousel .owl-dots{display:block!important}}@media screen and (min-width:1536px){.page-brow-lamination #training-content.consumer .template__info__bullet .col__wrapper .col{max-width:400px}.page-brow-lamination #training-content.consumer .template__info__bullet .col__wrapper .col.info__list{max-width:585px}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content{top:50%}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image{max-height:800px}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan{top:46%}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .slogan-title{font-size:80px;line-height:.9}#main-wrapper.consumer #multi.template.template__info .col__wrapper .col{-webkit-flex-basis:400px;flex-basis:400px}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col{max-width:400px}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col img{max-width:400px}#main-wrapper.consumer .template.template__info__bullet .col__wrapper .col.info__list{max-width:585px}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper .col{flex-basis:280px}.page-template-landing-page-promo #main-wrapper.promo .main-content #multi.template.template__info .col__wrapper .col:first-of-type{margin-left:-50px}.page-template-landing-page-promo #main-wrapper.promo .main-content .template.template__info.video .embed-container{padding-bottom:46.25%}}@media screen and (min-width:1920px){#main-wrapper .main-content{}#main-wrapper .main-content .wrapper__full-width.slogan-image{max-height:880px}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content{top:41%}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content .slogan-title,#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content .slogan-title .stroke-text{font-size:100px}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content p{font-size:38px}#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .slogan-title,#main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .stroke-text{font-size:78px}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image{max-height:960px}.page-template-homepage-pro-php #main-wrapper .main-content .wrapper__full-width.slogan-image .wrapper__slogan-content.pro-slogan .slogan-title{line-height:1.1}}


#training-content .ct-group.template__info.questions {
    padding-top: 0;
}

#training-content .faqs .accordion .accordion__title.accordion__open.accordion__close::after {
    background-image: url(https://hdbrows.com/wp-content/uploads/2019/08/accordion-close.png);
}

#training-content .ct-group.row.template.template__info_column.pad-bottom.grey {
    border-bottom: none;
}
#training-content .col__wrapper.title-img-txt .ct-view-hd_columns_title_image_text_details {
    flex: 1 1 auto;
}
#training-content .row.template.template__info.train-dates.no-flex {
    border-bottom: none;
}

.cms-training-hd-brows #training-content .template__info.questions {
    border-bottom: none;
}

#main-wrapper.training .template__course__wrap .block.widget.ct-view-choose_a_course_column_details h3 {
    min-height: 50px;
}
#main-wrapper.training .template__course__wrap .block.widget.ct-view-choose_a_course_column_details .ct-field-area {
    height: auto;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Training Academy Locations */
.site-content main.training .tal-container {
    margin-top: 50px;
    margin-bottom: 40px;
}
.site-content main.training .tal-container h1 {
    font-size: 32px;
    text-transform: none;
    text-align: center;
}
.site-content main.training .tal-container .tal-list h2 {
    position: relative;
}
    .site-content main.training .tal-container .tal-list h2:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 22px;
    background: url(https://hdbrows.com/wp-content/themes/hdbrows/images/salonfinder/salon-finder-black.svg) no-repeat;
    background-size: 16px;
    margin-left: 5px;
}

/* Training Academy Location Page */
.page-wrapper.academy-page #multi.row.template.template__info {
    background-color: #ededed;
}
.page-wrapper.academy-page h1 {
    margin-bottom: 30px !important;
}
.page-wrapper.academy-page h2 {
    margin-top: 0px !important;
}
.page-wrapper.academy-page .header__col-text:before,
.page-wrapper.academy-page .header__col-text:after {
    display: none !important;
}
.page-wrapper.academy-page #main-wrapper .main-content .header__col-text p {
    padding-left: 30px;
    padding-right: 30px;
}
.page-wrapper.academy-page .template__info--map h2.main {
    margin-bottom: 60px!important;
}
.page-wrapper.academy-page .template__info--map .col {
    align-self: center; padding: 0 30px;
    text-align: left;
}
.page-wrapper.academy-page .template__info--map .col h2 {
    text-align: left!important;
}
.page-wrapper.academy-page .template__info--map .col p {
    max-width: 288px;
}
.page-wrapper.academy-page .template__info--map .col.show__image {
    text-align: right;
}
.page-wrapper.academy-page .template__info--map .col.show__image iframe {
    border: 0;
    min-height: 633px;
    min-width: 471px;
}
.page-wrapper.academy-page .template__info--map .col p {
    font-weight: 400;
}
.page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text h1,
.page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text p {
    max-width: 90%!important;
    margin: auto;
}
.page-wrapper.academy-page #main-wrapper .main-content .ct-view-hd_slider_training_reviews .row.grey {
    background-color: #ffffff;
}

/*Academy Reviews*/
/* dots */
.page-wrapper.academy-page #main-wrapper .main-content .ct-group.review-wrapper__carousel .slick-dots {
    bottom: -28px;
}
.page-wrapper.academy-page #main-wrapper .main-content .slick-dots li button {
    height: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
}
.page-wrapper.academy-page #main-wrapper .main-content .ct-group.review-wrapper__carousel .slick-dots button:hover {
    background-color: transparent;
}
.page-wrapper.academy-page #main-wrapper .main-content .ct-group.review-wrapper__carousel .slick-dots button:before {
    content: '';
    width: 13px !important;
    height: 13px !important;
    border: 1px solid black;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
.page-wrapper.academy-page #main-wrapper .main-content .ct-group.review-wrapper__carousel .slick-dots li.slick-active button:before {
    background-color: #e9cabd;
    border: none;
}


/* Reduce heading padding */
.page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text {
    padding: 0!important;
}

/* Column spacing on desktop */
.page-wrapper.academy-page .column__description button {
    margin-bottom: 0!important;
}
.page-wrapper.academy-page #main-wrapper .main-content .row.template__column-links .column:last-child {
    margin-bottom: 0px!important;
}
.page-wrapper.academy-page #main-wrapper .main-content .row.template__column-links {
    padding: 4%!important;
}
/* p extra padding */
.page-wrapper.academy-page #main-wrapper .main-content .multi-para p:last-of-type {
    margin-bottom: 0!important;
}
/* Star spacing */
.page-wrapper.academy-page .star-review {
    margin: -13px auto 30px!important;
}

@media screen and (max-width: 775px) {      /* Academy Location Mobile */
    .page-wrapper.academy-page h1 {
        margin-top: 30px!important;
    }
    .page-wrapper.academy-page .template {
        padding: 10% 4%!important;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text, #main-wrapper .main-content .row {
        padding: 10% 4%;
    }

    .cms-index-index .template__header {
      padding: 0px !important;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .row.template__header {
        padding: 0 0 4% 0!important;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text {
        padding: 0!important;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .row.template__carousel {
        padding: 10% 4% calc(10% - 22px) 4%!important;
    }
    .page-wrapper.academy-page .template__info--map .col.show__image iframe {
        border: 0;
        min-height: 350px;
        min-width: 100%;
        margin-bottom: 30px;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .col__wrapper .ct-view-hd_brows_column_details_with_icon .col__desc {
        max-width: unset;
    }

    /* iFrame column spacing */
    .page-wrapper.academy-page .template__info--map .col__wrapper.col__two {
        width: 100%;
    }
    .page-wrapper.academy-page .template__info--map .col__wrapper.col__two .col {
        padding: 0!important;
    }

    /* iFrame H2 spacing */
    .page-wrapper.academy-page .template__info--map h2.main {
        margin-bottom: 25px!important;
    }

    /* Heading width */
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text h1, #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text p {
        max-width: 100%!important;
    }

    /* Column spacing on desktop */
    .page-wrapper.academy-page .column__description button {
        margin-bottom: 30px!important;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .row.template__column-links {
        padding: 10% 4%!important;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .row.template__column-links .column:last-child button {
        margin-bottom: 5px!important;
    }
    /* Star spacing */
    .page-wrapper.academy-page .star-review {
        margin-bottom: 0px!important;
    }
}
@media screen and (max-width: 1025px) {     /* Academy Location Ipad */

    .page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper {
        display: block;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-text {
        padding-top: 2%;
        padding-bottom: 4%;
    }

    /* Header spacing */
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image {
        position: relative;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-image.show-desktop {
        position: absolute;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-image.show-desktop:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .3;
        z-index: 0;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-wrapper.left-image .header__col-text {
        padding: 4%!important;
    }

    /* Column alignment */
    .page-wrapper.academy-page #main-wrapper .main-content .row.template__column-links .column {
        flex-basis: 240px;
    }

    /* iFrame sizing */
    .page-wrapper.academy-page .template__info--map .col.show__image iframe {
        min-height: 715px;
    }

}

@media screen and (min-width: 1024px) { /* Training Academy Location Desktop */
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-image {
        min-height: 480px;
        order: 1;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-image img {
        height: 100%;
        object-fit: cover;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .header__col-text {
        order: 2;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .col__wrapper .ct-view-hd_brows_column_details_with_icon {
        flex: 0 1 300px;
    }
    .page-wrapper.academy-page #main-wrapper .main-content .col__wrapper .ct-view-hd_brows_column_details_with_icon .col__desc h3 {
        min-height: 50px;
    }
}



@media screen and (min-width:576px) {

    #training-content .header__col-wrapper .header__col-text {
        padding: 0 2% 0 2%;
    }

    /* Kit Section */
    #training-content .flex__holder .ct-view-hd_brows_kit_details {
        width: 45%;
    }
    #training-content .flex__holder .ct-group.flex__col {
        width: 100%;
    }
    #training-content #browsculpt-kit.three-kit-col .flex__holder {
        max-width: 85%;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 60px;
    }
    #training-content #browsculpt-kit.three-kit-col .flex__holder.ct-view-hd_brows_kit_details {
        width: 42%;
        margin-left: 4%;
        margin-right: 4%;
    }

    #training-content .col__wrapper.title-img-txt .ct-view-hd_columns_title_image_text_details {
        flex: 0 1 50%;
    }

    /* Training Academy Locations Desktop */
    .site-content main.training .tal-container h1 {
        font-size: 40px;
    }
    .site-content main.training .tal-container .tal-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .site-content main.training .tal-container .tal-list .ct-view-training_location_home_details {
        display: flex;
        width: 48%;
        flex: 1 1 auto;
        margin-right: 2% !important;
    }
    .site-content main.training .tal-container .tal-list .ct-view-training_location_home_details .block-content {
        width: 100%;
    }
    .site-content main.training .tal-container .tal-list li {
        width: 100%;
        display: block;
        padding-top: 10px;
    }

}


.page-wrapper {
  padding-top: 64px;
}

.page-footer {
    margin-top: 0px;
}

.cms-about main#maincontent {
}

.cms-brow-tips-for-men .template.productList.template--noPaddingTop {
    display: none;
}

.footer-menu__list {
  width: auto !important;
}

.footer-menu {
  box-shadow: none;
}

.cms-find-the-right-shade-for-your-brows .fyfs__container__item.clearfix {
    width: 33% !important;
}

.cms-find-the-right-shade-for-your-brows .topTips .fyfs__container__item h2 {
    align-items: center;
    font-size: 23px !important;
    line-height: 30px;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.cms-find-the-right-shade-for-your-brows .site-content .fyfs h2 {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1;
}

.cms-find-the-right-shade-for-your-brows .shadesAvailable  .fyfs__container__item.clearfix {
    width: 25% !important;
}

.cms-find-the-right-shade-for-your-brows .shadesAvailable {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #7e7c81 !important;
}

.cms-find-the-right-shade-for-your-brows .fyfs--grey .fyfs__container__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50% !important;
}

.cms-find-the-right-shade-for-your-brows .topTips .fyfs__container__item {
    width: 33.333% !important;
    flex-flow: column wrap;
}




.cms-find-the-right-shade-for-your-brows .topTips  .fyfs__container__item .fyfs__container__item__content {
    width: 100%;
    max-width: 350px;
    text-align: left;
}

.cms-the-ultimate-brow-guide .ub-sub-menu-wrap ul {
    list-style: none;
    width: 100%;
    margin: 0px;
}

.cms-student-discount .template.template__section--white p {
    text-align: left !important;
}

.cms-patch-testing .template__faq ul .faq-question {
    border-top: 1px solid #000;
    padding-top: 15px;
    margin-top: 15px;
}


.cms-patch-testing  .faq-question p {
    font-family: 'brandon-grotesque', verdana, sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}


.cms-customer-complaints-procedure  #content.site-content #full-width {
    width: 65%;
}

.cms-customer-complaints-procedure #full-width li {
    list-style-type: disc;
}

.cms-customer-complaints-procedure .text--intro.text-center {
    width: 65%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cms-cookie-policy .std {
    width: 80%;
    display: block;
    margin: auto;
    text-align: left;
}

.cms-brow-lamination section.row.template__carousel.gallery.grey {
    display: none;
}

.cms-brow-lamination section.row.template__carousel.template__carousel--title.review.grey .carousel--text {
    display: none;
}

.cms-brow-lamination .wrapper__carousel {
    display: none;
}

.cms-become-a-hd-brows-microblading-model #training-content .template.template__faq .faq-question {
    padding-top: 0px;
    padding-bottom: 0px;
}


.cms-become-a-hd-brows-microblading-model #training-content .template.template__faq .faq-question p {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px !important;
    text-align: left !important;
}

.sa_hover_container {
    width: 25% !important;
    float: left;
}

p.slider__mobile__text {
    display: none !important;
}

.slider {
    width: 100% !important;
    display: none !important;
}

.content-scroller {
    display: none;
}
