/* Headlines
-------------------------------------------------------------*/
h1,
h2,
h3,
h4,
.footer-headline {
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}
h1,
h2,
h3,
h4 {
  color: #17253E;
}
h1,
h2 {
  font-size: 26px;
  line-height: 32px;
  font-variant: normal;
}
h1 {
  text-transform: uppercase;
}
h2 {
  font-style: italic;
  margin-bottom: 25px;
}
h3,
h4,
h1 {
  font-weight: 700;
}
h3 {
  font-size: 23px;
  line-height: 29px;
  margin-top: 35px;
  margin-bottom: 8px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 6px;
}
.footer-headline {
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single-layout-format h1 {
  margin-bottom: 20px;
}
.single-layout-format h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.single-layout-format h3 {
  margin-top: 35px;
  margin-bottom: 10px;
}
.single-layout-format hr {
  margin-top: 50px;
  border-color: #17253E;
}
/* Defaults
-------------------------------------------------------------*/
/**
 * strategic html settings
 */
h5,
h6,
p,
li {
  color: #000000;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
a {
  font-size: 1em;
}
p,
dl,
ol,
ul {
  margin-bottom: 25px;
}
p > a,
li > a {
  color: #17253E;
  text-decoration: underline;
}
/**
 * html and body defaults settings
 */
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}
body {
  font-size: 16px;
  color: #000000;
}
@media (max-width: 1199px) {
  body {
    padding-top: 116px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 76px;
  }
}
@media (max-width: 399px) {
  body {
    padding-top: 71px;
  }
}
@media (max-width: 329px) {
  body {
    padding-top: 63px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1200px) {
  .inside {
    min-height: calc(100vh - 398px);
  }
}
@media (max-width: 1199px) {
  .inside {
    min-height: 400px;
  }
}
