/* Homepage Banner CSS - 100% Clickable CTA */

.bigButton {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    text-indent:-9999em;
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
#homepage-slider .slide-content {
max-width: 100%;
margin: 0;
text-align: left;
padding-bottom: 0em;
margin-top: 0em;
height: 650px;
position: relative;
}
@media all and (max-width: 599px) {
.bigButton {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    text-indent:-9999em;
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
#homepage-slider .slide-content {
max-width: 100%;
margin: 0;
text-align: left;
padding-bottom: 0em;
margin-top: 0em;
height: 650px;
position: relative;
}
}
@media all and (max-width: 1129px) and (min-width: 600px) {
.bigButton {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    text-indent:-9999em;
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
#homepage-slider .slide-content {
max-width: 100%;
margin: 0;
text-align: left;
padding-bottom: 0em;
margin-top: 0em;
height: 650px;
position: relative;
}
}