body {

	background-position: bottom;
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
	
.titleBanner {
position: relative;
width: 100%;
}

.titleText {
font-size:4.166667rem;
/*
 * removed for wcag 2.0 AA 1.4.4 
 * https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
font-size:50pt;
 */
color:white;
position: absolute;
left: 40px;
top: 40px;
}

.titleImg {
position: absolute;
right: 40px;
top: 40px;
}

.resource_table-right div {
    text-align: center;
    line-height: 120%;
}

div.pdfName { 
    font-size: 1.25rem;
/*
 * removed for wcag 2.0 AA 1.4.4 
 * https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
    font-size: 20px;
 */
    padding: 15px 0;
}
div.download { 
    color: #FF0000;
    font-weight: bold;
}

div.remarks { 
    font-size: .8125rem;
/*
 * removed for wcag 2.0 AA 1.4.4 
 * https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
    font-size: 13px;
 */
}

.resource_img img {
	width: 100%;
	max-width: 330px;
}

.resourceSubTitle {
    text-align: -webkit-center;
    background-size: cover;
    margin-bottom: 10px;
}


@media only screen and (max-width: 1024px) {
    .resourceSubTitle {
        margin: 5px 2px;
        width: 145px;
        display: inline-block;
    }
    
}

@media only screen and (max-width: 480px) {
    .resourceSubTitle {
        width: calc(50% - 7px);
    }
  }

