h3 {
    color: #000000;
    padding-right: 1px;
   /* text-align: left;*/
    font-weight: 800;
    font-family: 'Work Sans';
    font-size:20px;
  	line-height:36px;
}

h2 {
    margin-bottom: 0.3em;
    color: #000;
    font-weight: 700;
    letter-spacing: -2px;
    font-family: 'Work Sans';
    line-height: calc(41px + (49 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(47px + (40 - 40) * ((100vw - 300px) / (1600 - 300)));
}

h4 {
   color: #000;
    font-weight: 600;
    font-family: 'Work Sans';
    line-height: calc(26px + (49 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(27px + (4 - 0) * ((100vw - 300px) / (1600 - 300)));
}

h5 {
    color: #f8b50c;
    font-weight: 600;
    font-family: 'Work Sans';
    line-height: calc(19px + (47 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(18px + (16 - 13) * ((100vw - 300px) / (1600 - 300)));
    font-style: oblique;
}

h6 {
color: #000000;
    padding-right: 1px;
    text-align: left;
    font-weight: 800;
    font-family: 'Work Sans';
    font-size: 17px;
    line-height: 36px;
}
}

.tck-article-title {
	display:none;
}

.cktext {
	font-family: 'Work Sans';
  	font-weight:500;
}

/*100vh wrapper*/

@media only screen and (min-width:1200px){
#wrapper7, #wrapper5, #wrapper8, #wrapper9 {
	height:100vh;
  	display:flex;
    align-items:center;
}

  #wrapper7 >.inner, #wrapper5 > .inner, #wrapper8 > .inner, #wrapper9 > .inner {
  	padding-top:0px;
    padding-bottom:0px;
  
  }
}
