/* makes slider responsive */
.slider {height:auto;
width:auto;}
/* Changes attribute of text box inside slider */
#block-quicktabs-front-slider .field-name-body {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    height: auto;
    margin: 15px;
    position: absolute;
    width: 45%;
}
#block-quicktabs-front-slider .field-name-body p {
    margin:10px;}
/* Makes image responsive and correct size */
#block-quicktabs-front-slider .field-name-field-picture {
    display: block;
    float: left;
    height:auto;
    width:auto;
    max-height:99%;
    max-width:99%;
}
/* changes attribute of photo selector */
#block-quicktabs-front-slider .item-list {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    margin: 25px 25px 25px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
ul.quicktabs-tabs {
    margin: auto;
    padding: 0;
    width: 20%;
}
.quicktabs-style-nostyle a {
    margin: 20px;
}
ul.quicktabs-tabs li {
    font-size: 16pt;
}
.quicktabs-tabs li a {
}
.quicktabs-tabs li a.active {
    color: #01a2a6;
}
/* removes slider for users on mobile */
@media only screen and (max-width: 525px) {#block-quicktabs-front-slider{display:none;}}
