
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.hasfocus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.box-content {
    padding: 0;
    background-color: #000000;
}
.active .slide {
    display: block !important;
    visibility: hidden;
    transition: left .6s ease-out;
}
.active .slide.current {
    visibility: visible;
    left: 0;
}
.active .slide.next {
    left: 100%;
}
.active .slide.prev {
    left: -100%;
}
.active .slide.next.in-transition,
.active .slide.prev.in-transition {
    visibility: visible;
}
.carousel,
.slide {
    width: 480px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.carousel {
    position: relative;
}
.carousel ul {
    margin: 0;
    padding: 0;
}
.slide {
    height: 360px;
    min-height: 400px;
    background-size: cover;
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #333;

    background-position: center;
}
.slide a {
    display: block;
    text-align: right;
}
.active .slide {
    border: none;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}
.slide.current {
    display: block;
    z-index: 400;
}
.btn-prev,
.btn-next {
    position: absolute;
    z-index: 700;
    top: 50%;
    margin-top: -2.5em;
    border: 0;
    background: rgba(255, 255, 255, .9);
    line-height: 1;
    padding: 10px 5px;
    transition: padding .4s ease-out;
    cursor: pointer;
}
.btn-next:hover,
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-prev {
    left: 0;
    border-radius: 0 .25em .25em 0;
}
.btn-next {
    right: 0;
    border-radius: .25em 0 0 .25em;
}
.carousel.with-slidenav {
    padding-bottom: 0em;
}
.slidenav {
    position: absolute;
    bottom: 0em;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
}
.slidenav li {
    display: inline-block;
    margin: 0 0.1em;
}
.slidenav button {
    border: 2px solid #7d3f98;
    background-color: #7d3f98;
    line-height: 1em;
    height: 1.5em;
    width: auto;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
.slidenav button.current {
    background-color: #fff;
    color: #333;
}
.slidenav button:hover,
.slidenav button:focus {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.slidenav button.current:hover,
.slidenav button.current:focus {
    border: 2px solid #036;
}
.box-content {
    min-height: 400px !important;
}
.carousel {
    width: 100%;
}
.carousel.active {
    height: 360px;
    min-height: 400px;
    position: relative;
}
.slide {
    width: 100%;
}
.slide-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999;
}
.slide h3,
.slide h4 {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 0.2em;
    padding: 0;
    text-align: center;
    color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'CVS Health Sans', sans-serif;
    font-weight: 600;
    font-size: 5em;
    line-height: 1em;
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 25px;
    /* Animation */
    top: 100px;
    opacity: 0;
}
.slide p {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'CVS Health Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 25px;
    top: 100px;
    opacity: 0;
}
.current h3,
.current h4 {
    top: 0px;
    opacity: 1;
}
.current p {
    top: 0px;
    opacity: 1;
    transition-delay: 1.0s;
}
.masthead-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.masthead-background-image {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
img.masthead-background-image {
    max-width: none;
}
@-webkit-keyframes mastheadanim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes mastheadanim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes mastheadanim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes mastheadanim {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.btn-prev img,
.btn-next img {
    width: 30px;
}
@media only screen and (max-width: 700px) {
    .masthead-background-image {
        opacity: 0.5;
    }
    .btn-prev img,
    .btn-next img {
        width: 20px;
    }
    .btn-prev,
    .btn-next {
        position: absolute;
        top: auto;
        bottom: 0;
    }
    .slide-content {
        padding: 2.5em;
    }
    ..slide-content h3,
    .slide-content h4 {
        font-size: 4em;
    }
    .slide-content p {
        font-size: 1.2em;
    }
}
.slidenav .button {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: none;
    border: 2px solid rgba(0,0,0,0.1);
    padding: 0;
    cursor: pointer;
}
ul.slidenav {
    left: auto;
    right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.2em 0.5em 0.5em 0.5em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
.slidenav button.current,
.slidenav button.current {
    border: 2px solid #7d3f98;
}
.slidenav .carousel-control-pc {
    color: #ffffff;
    position: relative;
    font-size: 0.8em;
    cursor: pointer;
    height:auto;
}
.pcplaypausebutton{
    pointer-events: none;
    height: 15px;
    width: 15px;
}

/* MODIFY FOR SPLIT CAROUSEL
-------------------------------------------------------------------- */

.box-content{
    /*2024*/
    background-color: #0B315E;
    /*background-color: #7D3F98;*/


}
.slide-content{
    width: 50%;
    left: 50%;
    text-align: left;
    padding: 4em;
}
.slide-content h3{
    font-family: "CVS Health Sans", sans-serif;
    font-size: 2.7em;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 1em;
}
.slide-content h4{
    font-family: "CVS Health Sans", sans-serif;
    font-size: 2.7em;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 1em;
}
.slide-content h3,
.slide-content h4,
.slide-content p{
    text-align: left;
}
.slide-content a{
    color: #ffffff;
    text-decoration: underline;
    text-align: left;
    font-weight: 400;
    line-height: 1.3em;
    width:60%;
    position: relative;
    display: block;
    top: 100px;
    opacity: 0;
}
.slide-content a:hover,
.slide-content a:focus,
.slide-content a:active{
    text-decoration: none;
}
.current a {
    top: 0px;
    opacity: 1;
}
ul.slidenav{
    left: auto;
    right: 0;
    transform: none;
    background-color: transparent;
}
.slidenav button{
    background-color: rgba(0,0,0,1);
    font-size: 14px;
    padding: 0 0.2em;
}
.btn-prev, .btn-next{
    margin-top: -1em;
}
.btn-prev img, .btn-next img{
    width: 20px;
}


div.masthead-background-container{
    width: 50%;
    overflow: hidden;
    position: relative;
    background-color: rgba(0,0,0,0.5);
}
.masthead-background-image{
    width: 110% !important;
    height: auto !important;
    min-height: auto;
}
@media only screen and (max-width: 1380px) {
     .masthead-background-image{
        width: 140% !important;
    }
}
@media only screen and (max-width: 1090px) {
     .masthead-background-image{
        width: 165% !important;
    }
}
@media only screen and (max-width: 910px) {
     .masthead-background-image{
        width: 175% !important;
    }
}
@media only screen and (max-width: 870px) {
     .masthead-background-image{
        width: 205% !important;
    }
}
@media only screen and (max-width: 720px) {
     .masthead-background-image{
        width: 220% !important;
    }
}

@media only screen and (max-width: 700px) {
    div.masthead-background-container{
        width:100%;
        opacity: 0;
    }
    .slide-content{
        width: 100%;
        left: 0;
        text-align: left;
        padding: 1.5em;
        text-align:center;
    }
    .slide-content h3{
        text-align:center;
    }
    .slide-content h4{
        text-align:center;
    }
    .slide-content a{
        margin: 0 auto;
        text-align:center;
    }
    .btn-next,
    .btn-prev{
        display:none;
    }
     ul.slidenav{
        right: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}
    


.active .slide {
    display: block !important;
    visibility: hidden;
    transition: left .6s ease-out;
}

.active .slide.current {
    visibility: visible;
    left: 0;
}

.active .slide.next {
    left: 100%;
}

.active .slide.prev {
    left: -100%;
}

.active .slide.next.in-transition,
.active .slide.prev.in-transition {
    visibility: visible;
}

.carousel,
.slide {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.carousel {
    position: relative;
}

.carousel ul {
    margin: 0;
    padding: 0;
}

.slide {
    background-size: cover;
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #333;
}

.slide h4 {
    display: inline-block;
    float: righ;
    font-size: 1.25em;
    margin: 0;
    padding: .25em;
    text-align: right;
    float: right;
    border-radius: 0 0 0 .5em;
}

.slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    clear: both;
    padding: 5px;
}

.slide a {
    display: block;
}

.carousel.active {
    height: 360px;
    border: 1px solid #333;
    position: relative;
}

.active .slide {
    border: none;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.slide.current {
    display: block;
    z-index: 500;
}

.btn-prev,
.btn-next {
    position: absolute;
    z-index: 700;
    top: 50%;
    margin-top: -2.5em;
    border: 0;
    background: rgba(255, 255, 255, .9);
    line-height: 1;
    padding: 10px 5px;
    transition: padding .4s ease-out;
}

.btn-next:hover,
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-prev {
    left: 0;
    border-radius: 0 .25em .25em 0;
}

.btn-next {
    right: 0;
    border-radius: .25em 0 0 .25em;
}

.carousel.with-slidenav {
    padding-bottom: 2em;
    /*background-color: #fff;*/
}

.carousel.with-slidenav .slide {
    border-bottom: 1px solid #333;
}

.slidenav {
    position: absolute;
    bottom: .25em;
    left: 0;
    right: 0;
    text-align: center;
}

.slidenav li {
    display: inline-block;
    margin: 0 0.2em;
}

.slidenav button {
    border: 2px solid #2c1635;
    background-color: #2c1635;
    line-height: 1em;
    height: 1.5em;
    width: auto;
    font-weight: bold;
    color: #fff;
}

.slidenav button.current {
    border-radius: .5em;
    background-color: #fff;
    color: #333;
}

.slidenav button:hover,
.slidenav button:focus {
    border: 2px dotted #fff;
}

.slidenav button.current:hover,
.slidenav button.current:focus {
    border: 2px dotted #036;
}

#carousel-items li:focus {
    border: 2px solid rgba(108, 184, 224, 0.69);
}
