#bottomLogo img:nth-child(1) {margin-top:-3.5%;}
#bottomLogo img:nth-child(2) {margin-top:-1.7%;}
.col-xs-12.col.modal-dialog{width:900px; margin-top:9%; margin-left:calc(50% - 450px); height:550px;}
.modal-body{height:395px;}
.modal-body iframe{border:none;}
option[value="default"]{color:#004c97;}





#content.container #home-slideshow{margin-left:-5px;width:calc(100% + 10px);}
#soSlideshow > div > div > div > img{width:100%;}
@media (min-width: 768px){
  #content.container #home-slideshow{margin-left:-15px;width:calc(100% + 30px);}
}
@media (min-width: 992px){
  #content.container #home-slideshow{margin-left:-30px;width:calc(100% + 60px);}
}
@media (min-width: 1200px){
  #content.container #home-slideshow{margin-left:-50px;width:calc(100% + 100px);}
}



/* SLIDER FIXES */
.landingTitleBlock {
    padding: 0 !important;
}
img.sliderImage.center-block.img-responsive {
    width: 100%;

}
.carousel-control.left {
    right: auto;
    left: 20px;
}
.carousel-control.right {
    right: 20px;
    left: auto;
}

@media (min-width: 768px) {
    .carousel-control span:before {
        font-size: 70px;
    }
}