body {
	font-family: 'Raleway', sans-serif; 
	font-weight: 500; 
	overflow-x: hidden; 
	line-height: 26px; 
	font-size: 14px; 
	color: #181818; 
	background: #fff;
}

.questionheader {
        font-family: 'Raleway', sans-serif; 
	font-weight: 400; 
        text-align: left;
	overflow-x: hidden; 
	line-height: 26px; 
	font-size: 14px; 
	color: #FFFFFF; 

}

.questionanswer {
        font-family: 'Raleway', sans-serif; 
	font-weight: 600; 
        text-align: left;
        margin-left: 2cm;
	overflow-x: hidden; 
	line-height: 26px; 
	font-size: 14px; 
	color: #FFFFFF; 

}

.contactinfocategory {
        font-family: 'Raleway', sans-serif; 
	font-weight: 600; 
        text-align: left;
	overflow-x: hidden; 
	line-height: 26px; 
	font-size: 14px; 
	color: #FFFFFF; 

}

.contactinfo {
        font-family: 'Raleway', sans-serif; 
	font-weight: 400; 
        text-align: left;
	overflow-x: hidden; 
	line-height: 26px; 
	font-size: 14px; 
	color: #FFFFFF; 

}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}