/* Spacing Ultility Classes */
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}


.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }


.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

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

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
/*.
this is messing with mobile view
pb-5 { padding-bottom: 3rem !important; }
*/
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

@media (min-width: 576px) {
    .m-sm-0 {margin: 0 !important;}
    .m-sm-1 {margin: 0.25rem !important;}
    .m-sm-2 {margin: 0.5rem !important;}
    .m-sm-3 {margin: 1rem !important;}
    .m-sm-4 {margin: 1.5rem !important;}
    .m-sm-5 {margin: 3rem !important;}

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }


    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }


    .mt-sm-0 {margin-top: 0 !important;}
    .mt-sm-1 {margin-top: 0.25rem !important;}
    .mt-sm-2 {margin-top: 0.5rem !important;}
    .mt-sm-3 {margin-top: 1rem !important;}
    .mt-sm-4 {margin-top: 1.5rem !important;}
    .mt-sm-5 {margin-top: 3rem !important;}

    .mr-sm-0 {margin-right: 0 !important;}
    .mr-sm-1 {margin-right: 0.25rem !important;}
    .mr-sm-2 {margin-right: 0.5rem !important;}
    .mr-sm-3 {margin-right: 1rem !important;}
    .mr-sm-4 {margin-right: 1.5rem !important;}
    .mr-sm-5 {margin-right: 3rem !important;}

    .mb-sm-0 {margin-bottom: 0 !important;}
    .mb-sm-1 {margin-bottom: 0.25rem !important;}
    .mb-sm-2 {margin-bottom: 0.5rem !important;}
    .mb-sm-3 {margin-bottom: 1rem !important;}
    .mb-sm-4 {margin-bottom: 1.5rem !important;}
    .mb-sm-5 {margin-bottom: 3rem !important;}

    .ml-sm-0 {margin-left: 0 !important;}
    .ml-sm-1 {margin-left: 0.25rem !important;}
    .ml-sm-2 {margin-left: 0.5rem !important;}
    .ml-sm-3 {margin-left: 1rem !important;}
    .ml-sm-4 {margin-left: 1.5rem !important;}
    .ml-sm-5 {margin-left: 3rem !important;}

    .p-sm-0 {padding: 0 !important;}
    .p-sm-1 {padding: 0.25rem !important;}
    .p-sm-2 {padding: 0.5rem !important;}
    .p-sm-3 {padding: 1rem !important;}
    .p-sm-4 {padding: 1.5rem !important;}
    .p-sm-5 {padding: 3rem !important;}

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {padding-top: 0 !important;}
    .pt-sm-1 {padding-top: 0.25rem !important;}
    .pt-sm-2 {padding-top: 0.5rem !important;}
    .pt-sm-3 {padding-top: 1rem !important;}
    .pt-sm-4 {padding-top: 1.5rem !important;}
    .pt-sm-5 {padding-top: 3rem !important;}
    .pr-sm-0 {padding-right: 0 !important;}
    .pr-sm-1 {padding-right: 0.25rem !important;}
    .pr-sm-2 {padding-right: 0.5rem !important;}
    .pr-sm-3 {padding-right: 1rem !important;}
    .pr-sm-4 {padding-right: 1.5rem !important;}
    .pr-sm-5 {padding-right: 3rem !important;}
    .pb-sm-0 {padding-bottom: 0 !important;}
    .pb-sm-1 {padding-bottom: 0.25rem !important;}
    .pb-sm-2 {padding-bottom: 0.5rem !important;}
    .pb-sm-3 {padding-bottom: 1rem !important;}
    .pb-sm-4 {padding-bottom: 1.5rem !important;}
    .pb-sm-5 {padding-bottom: 3rem !important;}
    .pl-sm-0 {padding-left: 0 !important;}
    .pl-sm-1 {padding-left: 0.25rem !important;}
    .pl-sm-2 {padding-left: 0.5rem !important;}
    .pl-sm-3 {padding-left: 1rem !important;}
    .pl-sm-4 {padding-left: 1.5rem !important;}
    .pl-sm-5 {padding-left: 3rem !important;}
}

.w100 {
    width: 100%;
}



/* Page overrides */

.pb__caption {
    background-color: transparent !important;
    color: white;
}

.pb__caption:before {
    background-color: transparent !important;
}

.pb__content-inner {
    vertical-align: top;
}

.component.component--embed {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div#wrapper.wrapper div.content div.template--main.template--product-page div.template__content.js-template__content div.experiencefragment div.aem-Grid.aem-Grid--12.aem-Grid--default--12 div.section.component.component--band.component--fullscreen.aem-GridColumn.aem-GridColumn--default--12 div.band.bg--orange.vg--small div.container div.col div.row.collapse div.col-sm-4 div.col div.row div.col-sm-6 div.section.component.component--button div.button div.button__wrap a.button__item.btn.btn--text span.btn__text {
    color: white;

}

div#wrapper.wrapper div.content div.template--main.template--product-page div.template__content.js-template__content div.experiencefragment div.aem-Grid.aem-Grid--12.aem-Grid--default--12 div.section.component.component--band.component--fullscreen.aem-GridColumn.aem-GridColumn--default--12 div.band.bg--orange.vg--small div.container div.col div.row.collapse div.col-sm-4 div.col div.row div.col-sm-6 div.section.component.component--button div.button div.button__wrap a.button__item.btn.btn--text:before {
    background-color: transparent;
}

/* hero tint */
div.section.component.component--page-banner.component--fullscreen .pb.pb--image.b-lazy.js-resizer-background.b-loaded {
    box-shadow: 0 1920px rgba(0, 0, 0, 0.2) inset;
}

@media screen and (max-width: 767px) {
    /* this breaks the presentations page, the first paragraph is too close
    .template--product-page .component--band .vg--small {
        padding-top: 0;
        padding-bottom: 0;
    }

     */

    .template--product-page .component--band .component--button .btn--text {
        padding: 15px 0;
    }

    .template--product-page .component--band .component--button .btn--text::after {
        bottom: -1px;
    }

    /* Hero component fixing content   */
    .pb.pb--image.b-lazy.js-resizer-background.b-loaded {
        padding-top: 100px;
    }


}

/* Video Player   */
.video-js {
    position: relative;
}

.video-js button.vjs-big-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* Changing desktop header size and hiding menu item */
@media (min-width: 991px) {
    /* hide the nav */
    .main-nav__level-1 li {
        display: none;
    }

    .pb.pb--image.b-lazy.js-resizer-background.b-loaded div.container.collapse.pb__container div.pb__caption {
        width: auto;
    }

    /* checking with the client, we might keep it as it is
    .pb.pb--image.b-lazy.js-resizer-background.b-loaded {
        padding-top: 100px;
    }
     */
}

/* Changing mobile header size and removing the myid menu */
@media (max-width: 768px) {
    div.content div.template--main.template--product-page div.template__content.js-template__content div.experiencefragment div.aem-Grid.aem-Grid--12.aem-Grid--default--12 div.section.component.component--band.component--fullscreen.aem-GridColumn.aem-GridColumn--default--12 div.band.bg--orange.vg--small  {
        display: none;
    }

    .pb.pb--image.b-lazy.js-resizer-background.b-loaded {
        padding-top: 10px;
    }

    pb__description.lead {
        font-size: 16px;
    }

    p:last-child {
        margin-bottom: 24px !important;
    }
}
