﻿
.displayBlock {
    display: block !important;
    visibility: visible !important;
}
.displayInlineBlock {
    display: inline-block !important;
    visibility: visible !important;
}
.hide {
    display: none;
    visibility: hidden;
}
#s4-workspace div.cer-carousel-div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#s4-workspace div.cer-carousel-div  a.cer-flatButton-readMore:hover{
	background-color: transparent;
}

#s4-workspace div.cer-carousel-slideButtons-div {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 0;
    margin-left: 0;
    margin-right: 10px;
    text-align: right;
    z-index: 200;
    background-color: transparent;
}
#s4-workspace div.cer-carousel-slideButtons-div-inner {
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    background-color: transparent;
    white-space: nowrap;
}
#s4-workspace div.cer-carousel-slideButtons-div-inner > a {
    margin-left: 1px;
    margin-right: 1px;
}
#s4-workspace div.cer-carousel-slideButtons-div-inner > a > img {
    display: inline-block;
    width: 20px;
    height: 18px;
    cursor: pointer;
}
#s4-workspace div.carousel-button
{
    display: inline-block;
}
#s4-workspace div.carousel-button:hover
{
    cursor: pointer !important;
}
#s4-workspace div.carousel-current-button {
    background-color: purple !important;
}
#s4-workspace div.cer-carousel-brandingSwirl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-image: url('/Style%20Library/Images/cer-transparentSwoosh.png');
    background-repeat: no-repeat;
}
#s4-workspace div.cer-carousel-slides-div /* Container for all slide divs */ {

}
#s4-workspace div.cer-carousel-slide-div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
}
#s4-workspace div.cer-carousel-slide-img-div {
    position: absolute;
    z-index: 50;
    width: 100%;
    /*overflow: hidden; */ /*Add this to enable image-offsetting requirement*/
}
#s4-workspace div.cer-carousel-slide-img-div > img {
    width: 100%; /*Need to remove this so as to allow image-offsetting requirement*/
}
#s4-workspace div.cer-carousel-slide-swoosh-overlay {
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 100%;
    padding-right: 1%;
    /*opacity: 0.4;
    filter:alpha(opacity=40);*/
    /*background-image: url("/Style%20Library/Images/cer-carousel-swoosh.png");*/
    /*background-repeat: no-repeat;*/
}
#s4-workspace div.cer-carousel-slide-swoosh-overlay > img {
    width: 101%;
}
#s4-workspace div.cer-carousel-slide-content-div {
    z-index: 100;
    position: absolute;
    width: 83%;
    height: 100%;
    margin-left: 30px;
}
#s4-workspace div.cer-carousel-slide-content-div h2,
#s4-workspace div.cer-carousel-slide-description-p,
#s4-workspace div.cer-carousel-slide-content-div p,
#s4-workspace div.cer-carousel-slide-content-div a
{
    text-shadow: 1px 1px black;
    border-color: white !important;
    color: white !important;
}
#s4-workspace div.cer-carousel-slide-content-div a{

}
#s4-workspace div.cer-carousel-slide-content-div h2 {
    margin-top: 30px;
    font-family: MuseoSans700;
    font-size: 50px;
    line-height: 50px;
}
#s4-workspace div.cer-carousel-slide-description-p {
    font-family: MuseoSans300;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}
#s4-workspace div.cer-carousel-slide-content-div a:hover
{
    text-decoration: none;
    color: white !important;
}
