@charset "UTF-8";
#supportbanner {
    height: 300px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../img/support_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
}
#supportbanner h4 {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 3em;
    background-color: hsla(0,0%,0%,0.53);
    color: hsla(0,0%,100%,1.00);
    padding-top: 110px;
}
#supportliterature {
    padding-top: 20px;
}
#supportliterature article {
    text-align: justify;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    color: hsla(0,1%,31%,1.00);
    font-size: medium;
    padding-bottom: 10px;
}
