body, html {
  font-size: 18px;
  color: #999999;
  
  
    line-height: 1.4em;
  
  letter-spacing: 0em;
}

@media(max-width: 992px) {
  body, html {
    font-size: 18px;
    
  }
}

@media(max-width: 768px) {
  body, html {
    font-size: 16px;
    
  }
}

/** Paragraphs */
p {
  margin-bottom: 1em;
}

/* Anchor Links */

a:hover, a:focus {
  text-decoration: underline;
}

a {
  color: #086bff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #086bff;
}

a:active {
  color: #086bff;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  word-break: break-word;
}

h1 {
 font-size: 61px;
 color: #fff;
 
 text-transform: none;
 
  line-height: 1.2em;
 
 letter-spacing: 0em;
 margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h1 {
    font-size: 51px;    
    
  }
}

@media(max-width: 768px) {
  h1 {
    font-size: 41px;    
    
  }
}

h2 {
  font-size: 48px;
  color: #fff;
  
  text-transform: none;
  
    line-height: 1.2em;
  
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h2 {
    font-size: 32px;
    
  }
}

@media(max-width: 768px) {
  h2 {
    font-size: 29px;
    
  }
}

h3 {
  font-size: 40px;
  color: #fff;
  
  text-transform: none;
  
    line-height: 1.2em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h3 {
    font-size: 32px;
    
  }
}

@media(max-width: 768px) {
  h3 {
    font-size: 32px;
    
  }
}

h4 {
  font-size: 32px;
  color: #111;
  
  text-transform: none;
  
  
    line-height: 1.2em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h4 {
    font-size: 26px;
    
  }
}

@media(max-width: 768px) {
  h4 {
    font-size: 26px;
    
  }
}

h5 {
  font-size: 18px;
  color: #fff;
  
  text-transform: none;
  
  
    line-height: 1.2em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h5 {
    font-size: 18px;
    
  }
}

@media(max-width: 768px) {
  h5 {
    font-size: 16px;
    
  }
}

h6 {
  font-size: 16px;
  color: #fff;
  
  text-transform: none;
  
  
    line-height: 1.2em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h6 {
    font-size: 16px;
    
  }
}

@media(max-width: 768px) {
  h6 {
    font-size: 16px;
    
  }
}

blockquote {
  margin-top: 0rem;
  border-left-style: solid;
  padding-left: 15px;  
  color: #999999;
  
  text-transform: none;
  
  
    line-height: 1.2em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
  margin-left: 2em;
  border-left-color: #086bff;
  border-left-width: 3px;
}

/** Lists **/

.body-container-wrapper li {  
  color: #999999;
  
  text-transform: none;
  
  
    line-height: 1.2em;
  
  letter-spacing: 0em;
  margin-bottom: 0.2em;
}


<style>
h1, h2, h3, h4, h5, h6 {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

</style>