/* Ticket  1843 */
@media (max-width: 767.98px) {
     .home_hero__floating-media .home_hero__image img {
          height: auto !important;
     }
}

.popmake .pum-content{
     outline: none !important;
}
.vidJsPlayerWrapper .video-js {
    width: 100% !important;
    height: auto !important;
    padding: 0 0 56.25%;
}


.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
    display: block;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    margin-left: 2px;
    content: "";
    background: url(../svg/glyph_play-button.svg) no-repeat 50%;
    background-size: 25px;
    width: 100%;
    height: 100%;
    content: '' !important;
}
body .video-js .vjs-big-play-button {
    background: #522E91;
    position: absolute;
    margin: 0;
    left: calc(50% - 37.5px);
    top: calc(50% - 37.5px);
    border-radius: 50%;
    width: 75px;
    height: 75px;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    border: none;
}
#content a:not([class]),
#content a:not([class]):hover,
.pageblock-inner a:not([class]),
.pageblock-inner a:not([class]):hover {
    background:none;
    text-decoration: underline;
    text-decoration-color: #F38F1D;
    text-underline-offset: 0.2rem;
    text-decoration-thickness:2px;
}
.cardVideo {
    border-radius: 5px;
    overflow: hidden;
}
.cardVideo > div {
    padding:0 !important;
}
.photo_card__link.cardHasVideo {
    transform: none !important;
}
@media (min-width: 1200px) {
    .pageblock {
        padding: 75px 0;
    }
}
.home_hero__video .pausePlay span {
    display:none;
}
.home_hero__video .pausePlay {
    font-family: "Font Awesome 5 Pro", sans-serif;
    position: absolute;
    bottom: 0px;
}
@media (min-width: 768px){
    .home_hero__video .pausePlay {
        margin: 0;
        border-radius: 0 5px 0 0;
    }
}
@media (max-width: 767px){
    .home_hero__video .pausePlay {
        margin: 0 0 -1rem -1rem;
    }
}
.home_hero__video .pausePlay:not(.paused):before {
    content:'\f04c';
}
.home_hero__video .pausePlay.paused:before {
    content:'\f04b';
}
@media (min-width: 992px){
    .twoThirdsText .pageblock-column:not(.text),
    .twoThirdsImage .pageblock-column:not(.image) {
        max-width: 32% !important;
    }
    .twoThirdsText .pageblock-column.text,
    .twoThirdsImage .pageblock-column.image {
        max-width: 66% !important;
        flex: 0 0 66% !important;
    }
}
.heroSimpleImage,
.heroSimpleLeft {
    background-size: cover !important;
    background-position: center !important;
    position:relative;
}
.heroSimpleImage:before,
.heroSimpleLeft:before {
    content: '';
    display: block;
    background: #522E91;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.7;
}
.heroSimpleImage .simple_hero__container,
.heroSimpleLeft .simple_hero__container {
    position: relative;
    z-index: 2;
}
.heroSimpleImage .simple_hero__content,
.heroSimpleLeft .simple_hero__content {
    padding: 5.5rem 0;
}
article.testimonial.noImage {
    background: #f3f3f3;
    border-radius: 5px;
}
article.testimonial.noImage .testimonial__content {
    padding-left:10%;
    padding-right:10%;
}
@media (max-width: 767.98px) {
    article.testimonial.noImage .testimonial__content {
        padding-top:1.5rem;
    }
}
.home_hero__floating-media {
    pointer-events: auto;
}
.advancedTextImage .pageblock-row:not(:first-child) {
    margin-top:2rem;
}
@media (min-width: 768px) {
    .advancedTextImage .pageblock-column.image {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    .advancedTextImage .pageblock-column.text {
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }
    .advancedTextImage .pageblock-column {
        padding-right: 15px;
        padding-left: 15px;
    }
    .advancedTextImage.alignItemsCenter .pageblock-row {
        align-items: center;
    }
}
@media (max-width: 767px) {
    .advancedTextImage .pageblock-column.image  {
        order:0;
        margin-bottom:1rem;
    }
    .advancedTextImage .pageblock-column.text {
        order:1;
    }
}

.pageblock.pageblock--oms-slider header.pageblock-header{
    margin-bottom: 35px !important;
}
@media (max-width: 767px) {

}