.articlePageHeaderImage{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
position: relative;
}
.articlePageHeaderTextContainer{
padding: 5%;
margin:0 auto 0 0;
max-width:1200px;
text-align: left;
display:flex;
flex-direction: column;
}
.articlePageHeaderText h1, .articlePageHeaderText h4{
color:white;
font-size:40px;
}
@media screen and (max-width: 1200px){ 
.articlePageHeaderText h1, .articlePageHeaderText h4{
margin-left: 0px;
}
}
.articlePageHeaderText h1
{
text-align: left;
font-weight: bold;
max-width:450px;
}
.articlePageHeaderText h4
{
font-weight: 200;
max-width:750px;
} .articlePageContent{
margin : 30px 0 0 0;
padding: 0 10% 0 10%;
}
.articlePageContent h1{
font-family: Arial, sans-serif;
color: #333333;
text-align: justify;
font-size: 36px;
font-weight: 500;
}
.articlePageContent h2{
font-weight: 500;
font-size: 27px;
}
.articlePageContent h4{
font-weight: bold;
}
.articlePageContent h3{
font-weight: 300;
font-size: 24px;
}
.articlePageContent p, li, td, ul{
letter-spacing: 0.5px;
line-height: 30px;
margin: 0px;
}
.articlePageContent .intro,.articlePageContent .outro{
background-color:#dd333330;
padding: 15px;
border: 1px solid red;
}
.articlePageContent .articleImageMiddle{
margin : 25px auto 10px auto;
}
.articlePageContent .articleImageDescription{
text-align: center;
margin: 0px 0px 20px 0px;
}
.articlePageContent .aspectRatioDiv
{
margin: auto;
width: 100%;
height: 0;
padding-bottom: 60%;
position: relative;
}
.articlePageContent .aspectRatioDiv iframe
{
position: absolute;
width: 80%;
left: 10%;
top: 10%;
height: 75%;
}
.articlePageContent .articleResidualErrorsTable, .articlePageContent .articleResidualErrorsTable table
{
text-align: center; 
margin: auto;
}
.articlePageContent .articleResidualErrorsTable
{
overflow-x: auto;
}
.articlePageContent .articleResidualErrorsTable tr
{
border: 1px solid #000000;
}
.articlePageContent .articleResidualErrorsTable td
{
text-align: center;
width: 150px;
height: 20px;
font-size: 12pt;
}
.articlePageContent .articleResidualErrorsTable .articleResidualErrorsTitleColumns td
{
font-weight: bold;
}
@media screen and (max-width: 769px){ 
.articlePageContent{
padding: 0 3% 0 3%;
}
} .articleFeatureFullContainer
{
width:100%;
}
.articleFeatureContainer
{
text-align: center; 
padding:10px;
max-width:950px;
width:100%;
margin:auto;
border-radius: 5px;
box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.articleFeatureContainer .su-row
{
margin-bottom:0;
}
.articleFeatureContainer .su-column-size-1-3
{
margin: 0px !important;
width: 33.3% ;
padding:10px;
}
.articleFeatureContainer .su-column-size-1-3:not(:first-child) {
border-left: 1px solid #d6dae0;
}
@media screen and (max-width: 769px){ 
.articleFeatureContainer .su-column-size-1-3:not(:first-child) {
border-left: none;
}
}