/* Reduce the size of the slideshow and center on page */
.slideshow-64105
{
    width: 70%;
    margin: 0 auto;
}
/* Removes fixed height to fix resizing glitch */
.slideshow-64105 .slideContainer
{
    height: auto !important;
}
/* Hide decrotive background for the footer seal */
.dma-full-width-centered .skin-footer-background::before
{
    display: none !important;
}

/* Adjust seal position slightly */
.dma-full-width-centered .skin-footer-seal
{
    top: -45px !important;
}
/* Increase bullet size */
li::marker
{
font-size: 1.5em;
}













