body {
	
	background-position: bottom;
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.articlesContent {
	font-size: 1rem;
/*
 * removed for wcag 2.0 AA 1.4.4 
 * https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
	font-size: 16px;
 */
}
	
.titleBanner {
/*background-color:#FFCB05;*/
position: relative;
/*height:300px;*/
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;
}

.verticalSubTitle {
  width:120px;
  height:10px;
  -ms-transform:rotate(270deg); /* IE 9 */
  -moz-transform:rotate(270deg); /* Firefox */
  -webkit-transform:rotate(270deg); /* Safari and Chrome */
  -o-transform:rotate(270deg); /* Opera */
  
    top: 154px;
    left: -10px;
  position: absolute;
  font-size: 1.625rem;
/*
 * removed for wcag 2.0 AA 1.4.4 
 * https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
  font-size: 26px;
 */
  color: white;
}

.verticalPartTop {
    position: absolute;
    top: 10px;
    right: 0px;
    font-color: white;
    color: white;
    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;
 */
}

.verticalPartBottom {
	position: absolute;
	bottom: -46px;
    right: -24px;
    font-color: white;
    color: white;
    font-size: 12.1875rem;
/*
 * removed for wcag 2.0 AA 1.4.4 
 * https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
    font-size: 195px;
 */
}

.subTitleCircle {
    height: 119px;
    border-radius: 70px;
	position:relative;
}

.SubTitleCircleText {
		position: absolute;
    top: 50px;
    left: 10px;
    color: white;
	font-size: .875rem;
/*
 * removed for wcag 2.0 AA 1.4.4 
 * https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html
	font-size: 14px;
 */
}

.SubTitleRect {
/* height: 300px;  */
padding-bottom: 10px;
position: relative;
}

.articleVTitle {
width: 100%;
}

.articleVTitle-desk {
  display: block;
}

.articleVTitle-mob {
  display: none;
}

.articleCTitle {
  width: 150px;
}
.articleCircleRow-row {
	display: inline-block;
}

@media only screen and (max-width: 1024px) {
	.articleCTitle {
		width: 100px;
	}
}
@media only screen and (max-width: 480px) {
	.articleCTitle {
		width: 60px;
  }
  .articleVTitle-desk {
    display: none;
  }
  .articleVTitle-mob {
    display: block;
  }
}
