/*-----------------------------------------------------
[Style Sheet for "Sparked at UB"]

Last Change: 11/05/19
-----------------------------------------------------*/

@import "all.css";



/*=================================================
    Global styles for shared elements
==================================*/

html,
body {
    height: 100%;
    margin: 0;}
.product-fix {position: relative;}
.btn-bottm-align {position: fixed;bottom:0;}

    .bootstrap-wrapper{
        overflow: hidden;}

body {
    color: #303030;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;}

h1, h2, h3, h4, h5 {
    color: #303030;
    font-weight: bold;
    margin: 0 0 6px;}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 35px;}

img {
    max-width: 100%;}

ul {
    list-style-type: none;
    -webkit-padding-start: 0;}

p {
    line-height: 1.5rem;
}

/* Overrides react.css font styles */
.bootstrap-wrapper div {
    color: #303030 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;}

/* Global Button & Link Styles */
a:hover,
a:focus {
    text-decoration: none;}

.btn-primary {
    background-color: #e90b5a;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-singleUse {
    background-color: #ef4262;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

.btn-secondary {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);}

a.primary-link{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 3px;}

    a:hover.primary-link{
        color: #000000;
        text-decoration: none;}

    a.primary-link:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .5s;}

    a.primary-link:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(1.5);
        -moz-transform: scaleY(2);
        transform: scaleY(1.5);
        transition-duration: .5s;}

    a:focus.primary-link {
        color: #000000 !important;
        font-size: .875rem;
        text-decoration: none;}

a.primary-link-goals{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 3px;}

    a:hover.primary-link-goals{
        color: #000000;
        text-decoration: none;}

    a.primary-link-goals:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .5s;}

    a.primary-link-goals:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(1.5);
        -moz-transform: scaleY(2);
        transform: scaleY(1.5);
        transition-duration: .5s;}

    a:focus.primary-link-goals {
        color: #000000 !important;
        font-size: 1rem;
        text-decoration: none;}

a.primary-text-link{
    color: #000000;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 2px;}

    a:hover.primary-text-link{
        color: #000000;
        text-decoration: none;}

    a.primary-text-link:after {
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        content: '';
        transform-origin: top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition-duration: .3s;}

    a.primary-text-link:hover::after {
        color: #000000 !important;
        -webkit-transform: scaleY(2);
        -moz-transform: scaleY(2);
        transform: scaleY(2);
        transition-duration: .3s;}

    a:focus.primary-text-link {
        color: #000000 !important;
        text-decoration: none;}

a.secondary-link{
        color: #636466;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;}

    a:hover.secondary-link {
        color: #303030;
        text-decoration: none;
        text-transform: uppercase;}

    a:focus.secondary-link {
        color: #303030;
        text-decoration: none;
        text-transform: uppercase;}

a.tertiary-link{
        color: #636466;
        font-weight: 600;
        text-decoration: none;}

    a:hover.tertiary-link {
        color: #303030;
        text-decoration: none;}

    a:focus.tertiary-link {
        color: #303030;
        text-decoration: none;}
a.disable-link {pointer-events: none;}

a.title-box-link {
    padding:20px 0 2px 0;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

a.title-box-link:hover {
    color: #000000;
    text-decoration: none;
}

a.title-box-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: top left;
}

a.title-box-link:hover:before {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -o-transform: scaleY(2);
    transform: scaleY(2);
}

.bootstrap-wrapper a:focus, .bootstrap-wrapper a:hover {
  color: #000000;
  text-decoration: none;
}

/* Margins. Bootsrap 4 now has new methods of adding margins and padding */
.top-5 {margin-top: 5px;}
.top-10 {margin-top: 10px;}
.top-20 {margin-top: 20px;}
.top-30 {margin-top: 30px;}
.top-40 {margin-top: 40px;}
.top-50 {margin-top: 50px;}
.top-60 {margin-top: 60px;}
.top-70 {margin-top: 70px;}
.top-80 {margin-top: 80px;}

.bottom-5 {padding-bottom: 5px;}
.bottom-10 {padding-bottom: 10px;}
.bottom-20 {padding-bottom: 20px;}
.bottom-30 {padding-bottom: 30px;}
.bottom-40 {padding-bottom: 40px;}
.bottom-50 {padding-bottom: 50px;}
.bottom-60 {padding-bottom: 60px;}
.bottom-70 {padding-bottom: 70px;}
.bottom-80 {padding-bottom: 80px;}

.no-padding {
    padding-left: 0  !important;
    padding-right: 0 !important;}

    .no-padding-left {
        padding-left: 0  !important;}

    .no-padding-right {
        padding-right: 0 !important;}

.container-fluid {
    padding-top: 0 !important;}

.bootstrap-wrapper .jumbotron-fluid {
    border-radius: 0;
    padding: 0;}

/* Styles for Ulta header */
#collapse-show .cc-rewards-guest {
    float: left;
    margin-left: 15px;
    width: 210px;}

.enter-zip h5 a span {
    color: #fff !important;
    font: 12px "montserrat" !important;
}

.navbar .s-cont .search-cont input.search-input {
    font-size: 13px !important;
    height: 30px;
    width: 290px;
}

.navbar {
    border-radius: 0 !important;}

    .top-nav-bg {height: 75px;}

/* Flex fix for older Safari browswers.  Must be included for every "ROW" */
.flexfix.container:before,
.flexfix.container:after,
.flexfix.row:before,
.flexfix.row:after {
   content: normal;}

/* Class for coloring and giving height to BS cols in example. Comment out or remove before you start a project
.bootstrap-wrapper [class^="col"] {
    background: rgba(152, 214, 245, 0.73);
    border: 1px solid rgba(86,61,124,.2);
    min-height: 50px;} */

.bootstrap-wrapper .container {
    width: 1400px;
    max-width: 100%;
}

.bootstrap-wrapper .video-container {
    width: 840px;
    max-width: 100%;
}
/*=================================
    Styles for main page elements
==================================*/
.brand-container {
    max-width:1400px;
}

.bottom-container {
    max-width: 1400px;
    width: 100%;
    padding:0 10px 100px 10px;
    /*background: url(../images/sparked-background.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
}

.bottom-container h3 {
    font-weight: 100;
    font-size: 21px;
    line-height: 32px;
    padding:20px 0;
}

.col-padding {
    padding:15px;
}

.sparked-beauty h1 {
    color:#000000;
    font-size:18px;
    font-weight:400;
    text-align: center;
    padding:20px;
}

.sparked-beauty h1 span {
    color:#EF426D;
    font-weight:600;
}

img.mobile-gradient {
    width:100%;
    max-width: 576px;
    height: 40px;
}

/*=================================
    Main Page Header
==================================*/

.bootstrap-wrapper{
    /* margin-left: 180px; */
    overflow: hidden;
}

/*img.fatuation-header-image {
    margin: 0 auto; 
    width: 100%; 
    max-width: 1400px;
}*/

.sparked-logo {
    padding:25px 0 0 0;
}

/*=================================
    Brand Containers
==================================*/
.sparked-container-01 {
    padding-top: 75px;
}

.sparked-container-02 {
    padding-top: 50px;
}

/*=================================
    Copy Boxes
==================================*/

.left-sparked-box {
    padding-left: 70px;
}

.left-sparked-box p {
    padding-top:20px;
    font-size:14px;
    line-height:20px;
}

.left-sparked-box a {
    padding:20px 0 2px 0;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

.left-sparked-box a:hover {
    color: #000000;
    text-decoration: none;
}

.left-sparked-box a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: top left;
}

.left-sparked-box a:hover:before {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -o-transform: scaleY(2);
    transform: scaleY(2);
}
.right-sparked-box {
    padding-right: 80px;
}

.right-sparked-box p {
    padding-top:20px;
    font-size:14px;
    line-height:20px;
}

.right-sparked-box a {
    padding:20px 0 2px 0;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

.right-sparked-box a:hover {
    color: #000000;
    text-decoration: none;
}

.right-sparked-box a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: top left;
}

.right-sparked-box a:hover:before {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -o-transform: scaleY(2);
    transform: scaleY(2);
}

.love-container {
    padding-top:40px;
}

.sparked-container-02, .sparked-container-03 {
    padding-top:40px;
}

/*=================================
    Title Box
==================================*/
.title-box {
    position: absolute;
    top: 1px; 
    left:1%; 
    margin:0 auto; 
    z-index:2;
    display:table;
    padding:0;
    transform: translateY(15%);
    background:url(../images/sparked-copybox-v2-d.png) no-repeat;
    background-size: 100% 100%;
    padding: 35px;
    width:100%;
    max-width: 840px;
    max-height: 474px;
   /* background-color:rgba(255,255,255,0.6);*/
   /*background-size:contain;*/
    
    /*max-width:500px;*/
}

.title-box hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 2px solid rgba(244, 125, 57, 1);
    width:30%;
}

  
.title-box p {
    color:#303030; 
    font-size:15px;
    /*line-height: 24px;
    padding: 10px 30px;
    margin-bottom:0;
    padding:20px;
   margin-left:25px;
    margin-right:25px;*/
}

img.spark-title-box {
    padding: 5px 0 25px 0;
}

img.sparked-image {
    padding:0 0 10px 0;
}

img.spark-mobile {
    padding:20px 0 0 0;
}

.title-box-container {
    background:#FFFFFF;
/*    height:421px;*/
}

.title-box-container img {
   /* height:100%;*/
}

.sparked-top-copy p {
    padding:20px;
    margin:0;
}

.left-text-box {
/*    padding: 0 0 0 100px;*/
    /*width: 425px;*/
/*    min-height:368px;
    height:368px;*/
}

.right-text-box {
    padding: 25px 0 0 45px;
    /*width: 425px;*/
/*    margin-right:0;*/
/*    min-height:368px;
    height:368px;*/
}

/* Left Text Box */
.left-title-box {
    position: absolute;
    top: 1px; 
    left:1%; 
    margin:0 auto; 
    z-index:2;
    display:table;
    /* background:url(../images/plexiglass-background-d.png) no-repeat; */
    /* background-size: 100% 100%; */
    width: 551px;
    min-height: 368px;
    height: 368px;
}
  
.left-title-box p {
    color:#000000; 
    font-size:14px;
    line-height: 20px;
    padding-top:20px;
}

.left-title-box a {
    padding:20px 0 2px 0;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

.left-title-box a:hover {
    color: #000000;
    text-decoration: none;
}

.left-title-box a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: top left;
}

.left-title-box a:hover:before {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -o-transform: scaleY(2);
    transform: scaleY(2);
}

/* Right Text Box */
.right-title-box {
    position: absolute;
    top: 1px;
    right:1%;
    margin:0 auto; 
    z-index:2;
    display:table;
    /* background:url(../images/plexiglass-background-d.png) no-repeat; */
    /* background-size: 100% 100%; */
    width: 551px;
    min-height: 368px;
    height: 368px;
}
  
.right-title-box p {
    color:#000000; 
    font-size:14px;
    line-height: 20px;
    padding-top:20px;
}

.right-title-box a {
    padding:20px 0 2px 0;
    color: #000000;
    position: relative;
    text-decoration: none;
    /*font-size: 16px;*/
    font-weight: 600;
}

.right-title-box a:hover {
    color: #000000;
    text-decoration: none;
}

.right-title-box a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: top left;
}

.right-title-box a:hover:before {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -o-transform: scaleY(2);
    transform: scaleY(2);
}


/* Brand Logos */
.sparked-container-01 .brand-logo img {
/*    margin:0 0 0 55px;*/
}

.zoeva-logo {
    padding-top:60px;
}
.zoeva-logo img {
/*    margin:0 0 0 20px;*/
}

.elcie-logo img {
/*    margin:0 0 0 20px;*/
}


/*=================================
    Video Header
==================================*/
.video-wrap {
    position: relative;
    width: 100%;
}
.video-wrap .play-btn {
    position: absolute;
    max-width: 700px;
    width: 40px;
    height: 40px;
    left: 3%;
    bottom: 2%;
    transform: translate(-50%, -50%);
    line-height: 1;
    text-align: center;
    color: #eaeaea;
    background-image:url('../images/play_btn_blk.svg');
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    display:none;
}
.video-wrap .pause-btn {
    position: absolute;
    max-width: 700px;
    width: 40px;
    height: 40px;
    left: 3%;
    bottom: 2%;
    transform: translate(-50%, -50%);
    line-height: 1;
    text-align: center;
    color: #eaeaea;
    background-image:url('../images/pause_btn_blk.svg');
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}

.video-header--play {
    margin-bottom: 0;
}

.video-header {
    margin: 32px auto 0 auto;
}

.hero-container--video-fullbleed {
    position: relative;
    margin-top: -32px;
    width: 100vw;
    height: calc(60vh - 159px);
}

.hero-container--video-fullbleed .video {
    height: 100%;
    overflow: hidden;
}

.video {
    position: relative;
}

.video-overlay-image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    max-height: 100%;
    width: auto;
    top: 0;
    -webkit-transition: opacity .3s linear .3s;
    transition: opacity .3s linear .3s;
}

/*.video video {
    display: block;
    width: 100%;
}*/

video.video-fluid {
  width: 100%;
  height: auto;
}

.hero-container--video-fullbleed video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-header img {
    max-width: 100%;
    vertical-align: middle;
}

/*@media (pointer: coarse) and (hover: none) {
    .video-header {
        background: url('../images/video-background-backup.jpg') black no-repeat center center scroll;
    }
    .video-header video {
        display: none;
    }
}*/

@media (min-width: 1200px) {
    .video-header {
        margin-top: 0;
    }
    .hero-container--video-fullbleed {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .hero-container--video-fullbleed {
        height: calc(50vh - 53px);
    }
    .bootstrap-wrapper .modal-lg {
        max-width: 963px;
    }
}
@media (min-width: 768px) {
    .video-overlay-image {
        height: calc(100% - 70px);
    }
}
@media (max-width: 479px) {
    .hero-container--video-fullbleed {
        height: calc(50vh - 100px);
    }
}
@media (max-width: 420px) {
    .hero-container--video-fullbleed {
        height: calc(50vh - 140px);
    }
}

/*=================================
    You Tube Videos
==================================*/
.youtube-player {
    position: relative;
    padding-bottom: 95%;
    /*padding-bottom: 56.25%;*/
    /* Use 75% for 4:3 videos */
    height: 0;
    /*overflow: hidden;*/
    max-width: 100%;
    /*background: #f1f1f1;*/
        
}

.skin-care-body .youtube-player {
    margin:60px 0 0 40px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
    width: 500px;
    height: 281px;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70px;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 70%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../images/play-btn.png") no-repeat;
    background-size:cover;
    cursor: pointer;
}

/*=================================
    Modals
==================================*/
body.modal-open {
    overflow-y: scroll !important;
    margin: 0 !important;
}

.modal-lg {
    left: 0 !important;
    right: 0 !important;
    top: 10px !important;
    margin: 50px auto !important;
}

.modal {
    overflow: auto !important;
}

.bootstrap-wrapper .modal-header {
    border-bottom: 0;
}
.bootstrap-wrapper .modal-footer {
    border-bottom: 0;
    border-top: 0;
    padding: 0;
}

.bootstrap-wrapper .modal-body {
    padding: 0 10px;
}
.modal-body {
    max-height: 2000px !important;
}
.modal-content p {
    font-size:14px;
    line-height: 22px;
    font-weight: 100;
    padding-top: 30px;
}
li.small-li-copy {
    font-size:14px;
    font-weight: 100;
}
.bootstrap-wrapper ul li {
    padding-bottom:20px;
}
.modal-content a {
    padding:20px 0 2px 0;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    z-index:10;
}

.modal-content a:hover {
    color: #000000;
    text-decoration: none;
}

.modal-copy-container img, .modal-copy-container p, .modal-copy-container li {
    padding-left:15px;
    padding-right:15px;
}

.modal-copy-container ul {
    padding:0;
}

.modal-content a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: top left;
}

.modal-content a:hover:before {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -o-transform: scaleY(2);
    transform: scaleY(2);
}

.founder-box {
    padding-top: 125px;
}
.zoeva-popup-container .founder-box {
    /* padding-top: 140px; */
}
.love-popup-container .founder-box {
    /* padding-top: 130px; */
}
.elcie-popup-container .founder-box {
    /* padding-top: 140px; */
}
.founder-box p {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    padding: 0 0 0 0;
    max-width: 225px;
    float: left;
    margin: 0;
}
.founder-box img {
    padding-top: 30px;
}
p.founder-name {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height:15px;
    margin-top:10px;
}

.zoeva-popup-container p.founder-name {
    padding-top:10px;
}

.elcie-popup-container p.founder-name {
    padding-top:20px;
}

.love-popup-container p.founder-name {
    padding-top:10px;
}

img.uoma-modal-products {
    position:absolute;
    bottom: 250px;
    min-width: 375px;
}
.product-box {
    margin-top: 0;
}


.quotes-grey {position: relative;z-index:5;padding-top:30px;display:block;}

.quotes-grey:after {
    content: "";
    background: url(../images/quote-gray.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100px;
    height: 75px;
    top: -40px;
    right: 110px;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
}
/*=================================
    Media Queries
==================================*/

@media only screen and (min-width: 2080px) {
    .modal .video {
        padding-top:50px;
    }
    .founder-box {
        float:left;
        padding-top: 60px;
    }
    .left-title-box {
        position: absolute;
        left: 15%;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        display: table;
        width: 551px;
        min-height: 368px;
        height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .left-title-box p {
        color:#000000; 
        font-size:14px;
        line-height: 20px;
    }
    .right-title-box {
        position: absolute;
        right: 15%;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        display: table;
        width: 551px;
        min-height: 368px;
        height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .right-title-box p {
        color:#000000; 
        font-size:14px;
        line-height: 20px;
    }
    .title-box {
        position: relative;
        left: 0;
        bottom: 0;
        /*top: 45%;*/
        top: -30px;
        transform: translateY(15%);
        z-index: 100;
        display: table;
    }
    img.uoma-background {
        /*padding-right: 180px;*/
    }
    img.sparked-background-02 {
        padding-left: 180px;
    }
    img.elcie-background {
        padding-right: 180px;
    }
    img.love-wellness-background {
        padding-left: 180px;
    }
}
  
/* XLarge screens and HD */
@media only screen and (min-width: 1200px) and (max-width: 2080px) {
    .founder-box {
        float:left;
        padding-top: 60px;
    }
    /* Class for visually showing were breakpoints are for testing */   
    .cheese {background-color: black; height: 50px; width: 50px;}

    .left-title-box {
        position: absolute;
        left: 15%;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        display: table;
        width: 551px;
        min-height: 368px;
        height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .right-title-box {
        position: absolute;
        right: 10%;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        display: table;
        width: 551px;
        min-height: 368px;
        height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .title-box {
        position: relative;
        left: 0;
        bottom: 0;
        /*top: 45%;*/
        top: -30px;
        transform: translateY(15%);
        z-index: 100;
        display: table;
        background-size: 100% 100%;
    }
    img.uoma-background {
        /*padding-right: 270px;*/
    }
    img.sparked-background-02 {
        margin-left: 280px;
    }
    img.elcie-background {
        padding-right: 270px;
    }
    img.love-wellness-background {
        padding-left: 240px;
    }
}

/* Large screens and laptops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal .video {
        padding-top:50px;
    }
    .founder-box {
        float:left;
        padding-top: 60px;
    }
    .left-sparked-box {
        padding-left: 20px;
    }

    .left-title-box {
        position: absolute;
        left: 5%;
        bottom: 0; 
        top:50%; 
        transform:translateY(-50%);
        z-index:2;
        display:table;
        width: 551px;
        min-height: 368px;
        height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .left-title-box h2 {font-size: 22px;line-height: 0.9em;}
    .right-title-box {
        position: absolute;
        right: 5%;
        bottom: 0; 
        top: 50%;
        transform:translateY(-50%);
        z-index:2;
        display:table;
        width: 551px;
        min-height: 368px;
        height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .right-title-box h2 {font-size: 22px;line-height: 0.9em;}
    .cheese {background-color: orange; height: 50px; width: 50px;}
    .title-box {
        position: relative;
        left: 0;
        bottom: 0;
        /*top: 45%;*/
        top: -30px;
        transform: translateY(15%);
        z-index: 100;
        display: table;
        /*margin-bottom: 60px;*/
        /* max-width: 400px; */
    }
/*    .title-box img {width:95%; max-width: 400px; }*/
/*    .title-box p {color:#303030; font-size:18px;line-height: 27px; margin-left:20px; margin-right:20px;}*/
    img.uoma-background {
        /* padding-right: 0; */
    }
    img.sparked-background-02 {
        padding-left: 100px;
    }
    img.elcie-background {
        /*padding-right: 80px;*/
    }
    img.love-wellness-background {
        padding-left: 100px;
    }
}

/* Tablets, small desktop and laptops */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .left-title-box {
       position: absolute;
        left: 5%;
        bottom: 0; 
        top:50%; 
        transform:translateY(-50%);
        z-index:2;
        display:table;
        width: 551px;
        height: 368px;
        min-height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .left-title-box h2 {font-size: 18px;line-height: 0.9em;}
    .right-title-box {
        position: absolute;
        right: 5%;
        bottom: 0; 
        top: 50%;
        transform:translateY(-50%);
        z-index:2;
        display:table;
        width: 551px;
        height: 368px;
        min-height: 368px;
        /* background:url(../images/plexiglass-background-d.png) no-repeat; */
        /* background-size: 100% 100%; */
    }
    .right-title-box h2 {font-size: 18px;line-height: 0.9em;}
    .title-box {
        position: relative;
        left: 0;
        bottom: 0;
        /*top: 45%;*/
        top: -30px;
        transform: translateY(15%);
        z-index: 100;
        display: table;
        /* max-width: 400px; */
    }
    .title-box p {
        font-size:14px;
    }
    .quotes-grey:after {
        content: "";
        background: url(../images/quote-gray.png);
        background-repeat: no-repeat;
        background-position: top right;
        width: 100px;
        height: 75px;
        top: -40px;
        right: 75px;
        background-size: 100% 100%;
        position: absolute;
        z-index: -1;
    }
}

/* Small screens portrait size */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .left-title-box {
        position: absolute;
        top: 20px;
        left: 0;
        margin:0 auto; 
        z-index:2;
        display:table;
        /* background:url(../images/plexiglass-background-m.png) no-repeat; */
        /* background-size: 100% 100%; */
        width: 252px;
        min-height: 400px;
        height: 400px;
    }
    .right-title-box {
        position: absolute;
        top: 20px;
        right: 0;
        margin:0 auto; 
        z-index:2;
        display:table;
        /* background:url(../images/plexiglass-background-m.png) no-repeat; */
        /* background-size: 100% 100%; */
        width: 252px;
        min-height: 400px;
        height: 400px;
    }
    .cheese {background-color: green; height: 50px; width: 50px;}
    .title-box {
        position: relative;
        left: 0;
        bottom: 0;
        /*top: 45%;*/
        top: -30px;
        transform: translateY(15%);
        z-index: 100;
        display: table;
        margin-bottom: 60px;
        /* max-width: 400px; */
    }
}

/* Small screens to larger screens portrait size */
@media only screen and (min-width: 480px) and (max-width: 575px) {
    .hero-container--video-fullbleed {
        position: relative;
        margin-top: -32px;
        width: 100vw;
        height: calc(80vh - 159px);
    }
    .left-title-box {
        position: absolute;
        top: 20px;
        left: 0;
        margin:0 auto; 
        z-index:2;
        display:table;
        /* background:url(../images/plexiglass-background-m.png) no-repeat; */
        /* background-size: 100% 100%; */
        max-width: 252px;
        height: 400px;
    }
    .right-title-box {
        position: absolute;
        top: 20px;
        right: 0;
        margin:0 auto; 
        z-index:2;
        display:table;
        /* background:url(../images/plexiglass-background-m.png) no-repeat; */
        /* background-size: 100% 100%; */
        width: 252px;
        min-height: 400px;
        height: 400px;
    }
    .title-box {
        position:relative;
        left: 0;
        bottom: 0;
        /*top: 45%;*/
        top: -30px;
        transform: translateY(15%);
        z-index:2;
        display:table;
        background:url(../images/sparked-copybox-v2-m.png) no-repeat;
        max-width: 575px;
        width: 100%;
        background-size: 100% 100%;
        margin-bottom: 70px;
    }
/*    .title-box img {width:95%; max-width: 500px; }*/
}

/* Small screens portrait */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .left-title-box {
        position: absolute;
        top: 20px;
        left: 0;
        /*right:1%; */
        margin:0 auto; 
        z-index:2;
        display:table;
        /*padding: 6%;*/
        /* background:url(../images/plexiglass-background-m.png) no-repeat; */
        /* background-size: 100% 100%; */
        /*background-color:rgba(255,255,255,0.9);*/ 
        max-width: 252px;
        height: 400px;
    }
    .sparked-container-03 .left-title-box {
        position: absolute;
        top: 0;
        left: 0;
        /*right:1%; */
        margin:0 auto; 
        z-index:2;
        display:table;
        /*padding: 6%;*/
        /* background:url(../images/plexiglass-background-m.png) no-repeat; */
        /* background-size: 100% 100%; */
        /*background-color:rgba(255,255,255,0.9);*/ 
        max-width: 252px;
        height: 400px;
    }
    .right-title-box {
        position: absolute;
        top: 20px;
        right: 0;
        margin:0 auto; 
        z-index:2;
        display:table;
        /* background:url(../images/plexiglass-background-m.png) no-repeat; */
        /* background-size: 100% 100%; */
        width: 252px;
        min-height: 400px;
        height: 400px;
    }
    .title-box {
        position:relative;
        left: 0;
        bottom: 0;
        /*top: 45%;*/
        top: -30px;
        transform: translateY(7%);
        background:url(../images/sparked-copybox-v2-m.png) no-repeat;
        background-size: 100% 100%;
        z-index:2;
        display:table;
        max-width: 479px;
        width: 100%;
        max-height: 462px;
        margin-bottom: 50px;
    }
/*    .title-box img {width:90%; max-width: 400px; }*/

    .bootstrap-wrapper .modal-dialog {
        /*padding: 0 15px 0 15px;*/
        padding:0;
        max-width: auto !important;
        margin: 90px auto;}

    .modal-lg {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin: 15px auto !important;}

    .modal-body {overflow-y: scroll !important;}

    .modal-title img {
        max-width: 80%;}
}

@media (max-width: 1199px) {
    img.uoma-background {
        /* padding-right:0; */
    }
    img.sparked-background-02 {
        padding-right:0;
    }
    img.elcie-background {
        padding-right: 100px;
    }
    img.love-wellness-background {
        padding-right:0;
    }
    .hero-container--video-fullbleed video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        float:none;
    }
}

@media (max-width: 991px) {
    img.elcie-background {
        padding-right: 0;
    }
    .left-sparked-box {
        padding-left: 20px;
    }
    .brand-popup-container .product-01-modal-m .product-box {
        margin-top: -120px;
    }
    .brand-popup-container .product-02-modal-m .product-box {
        margin-top: -90px;
    }
    .brand-popup-container .product-03-modal-m .product-box {
        margin-top: -120px;
    }
    .brand-popup-container .product-04-modal-m .product-box {
        margin-top: -170px;
    }
    .title-box-container {
        height:100%;
    }
    .modal-image-m {
        padding-top:20px;
    }
    .bootstrap-wrapper .modal-dialog {
        /*max-width: 963px;*/
        max-width: 414px;
    }
    .modal-content p {
        padding:20px 20px 10px 20px;
    }
    .modal-content ul {
        padding-left:20px;
    }
    .bootstrap-wrapper .modal-dialog {
       max-width: 414px;
    }
    .founder-box p {
        line-height:21px;
        padding:25px 0 0 0;
    }
    p.founder-name {
        padding:0;
    }
    .founder-box img {
        padding: 30px 0 0 15px;
    }
    .product-01-modal-m .founder-box {
        margin-top: -80px;
        padding-top: 0;
    }
    .product-02-modal-m .founder-box {
        margin-top: -50px;
        padding-top: 0;
    }
    .product-03-modal-m .founder-box {
        padding-top: 20px;
    }
    .product-04-modal-m .founder-box {
        padding-top: 0;
    }
    .left-title-box a, .right-title-box a {
        font-size:14px;
    }
    .youtube-player {
        padding-bottom: 56.25%;
    }
    .youtube-player iframe {
        max-width: 576px;
        width: 100%;
        height:100%;
    }
    .youtube-player img {
        top: 150px;
    }
    .youtube-player .play {
        top: 110%;
    }
}

@media (max-width: 767px) {
    .sparked-logo {
        padding:25px 0 15px 0;
    }
    .sparked-logo img {
        width:70%;
    }
    .video-wrap .play-btn {
        width: 30px;
        height: 30px;
        left: 6%;
        bottom: 0;
    }
    .video-wrap .pause-btn {
        width: 30px;
        height: 30px;
        left: 6%;
        bottom: 0;
    }
    .love-container {
    padding-top:0;
    }
    .sparked-container-02, .sparked-container-03 {
        padding-top:0;
    }
    img.elcie-background {
        padding-top: 20px;
    }
    img.love-background-m {
        padding-top: 80px;
    }
    .title-box hr {
        width: 70%;
    }
    .sparked-container-01 {padding-top:0;}
    .left-text-box {
        padding: 0 0 0 30px;
        min-height: 400px;
        height: 400px;
    }
    .right-text-box {
        min-height: 400px;
        height: 400px;
    }

    .sparked-container-01 .brand-logo img {
        margin:0;
        width:75%;
        text-align:left;
    }
    .sparked-container-02 .brand-logo img {
        margin: 0;
        width: 100%;
        text-align: left;
        padding-right: 20px;
    }
    .sparked-container-03 .brand-logo img {
        margin:0;
        width:100%;
        text-align:left;
    }
    .sparked-container-04 .brand-logo img {
        margin:0;
        width: 80%;
        text-align:left;
        padding-right: 20px;
    }
    .left-text-box p {
        max-width:190px;
        /*padding:10px 0 0 10px;*/
        margin-bottom: 5px;
    }
    .sparked-container-03 .left-text-box p {
        max-width:250px;
        /*padding:10px 0 0 10px;*/
        margin-bottom: 5px;
    }
    /*.left-text-box a {padding:10px 0 0 10px;}*/
    .zoeva-logo {
        padding-top: 0;
    }
    .zoeva-logo img {    
        margin: 0;
        width: 70%;
        margin-right: 20px;
    }
    .elcie-logo img {margin:0;}
    .right-text-box p {
        max-width:180px;
        padding-top: 20px;
        margin-bottom: 5px;
        margin-left:5px;
    }
    .right-text-box a {margin-right:20px;}
    .bootstrap-wrapper .modal-body {
        padding: 0;
    }
    .modal-text-m {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .bootstrap-wrapper .modal-dialog {
        max-width: 963px;
    }
    .bottom-container {
        padding: 0 20px 100px 20px;
    }
    .bottom-container .col-6 {
        padding-right:10px;
        padding-left:10px;
    }
    p.founder-name {
        padding-top:0;
    }
    .modal-content a {
        margin-left: 0;
    }
}

@media (max-width: 320px) {


}
