* {
  font-display: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  hyphens: auto;
}

body, html {
  font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
}

h2, .h2-style  {
  color: #3D3935;
  font-size: 46px;
  line-height: 52px;
  word-break: break-word;
  hyphens: auto;
}

 h3, .h3-style {
  color: #3D3935;
  font-size: 46px;
  font-weight: 100;
  line-height: 52px;
  word-break: break-word;
  hyphens: none;
}

.highlight, a {
  color: #F68D2E;
}

.content .cn-button.bootstrap, .content .cn-button  {
  font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif !important;
  color: #F68D2E !important;
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0!important;
  font-size: 16px!important;
  line-height: 20px!important;
  letter-spacing: normal;
}


.content .cn-button.bootstrap:hover , .content .cn-button:hover {
   box-shadow:inset 0 0 0 0 rgba(0,0,0,0)!important;
   text-decoration: none!important;
}

.content .cn-button.bootstrap:hover {
  background-color: transparent!important;
  text-decoration: underline;
}

a.cn-privacy-policy-link {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #A25F1E;
}

p, pre {
  margin-bottom: 30px;
}

/* hyphens exeptions */
p,
pre,
.fp .title h1,
.fp .tilte .front-page-h1,
.fp .tilte .front-page-h1 p,
.hero_module .hero .title h2,
.hero_module .hero .title .h2-style  {
  hyphens: initial !important;
}

em {
  font-style: italic;
}
