/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h1.main-heading {
  margin-bottom: 0;
  color: #fff;
  font-variant: normal;
  font-size: 30px;
  font-family: 'Michroma', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1.color-callout-heading {
  padding-top: 0;
  color: #4d3534;
  text-align: center;
  font-weight: 300;
  font-size: 2.625rem;
}

h1.blog-heading {
  color: #788b9d;
  font-weight: 300;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1.section-heading {
  color: #4d4d4e;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Michroma', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1 span.heading-text-1 {
  color: #ae0c05;
}

h1 span.heading-text-2 {
  color: #fff;
}

h4.benefit-type {
  padding-bottom: .3125rem;
  color: #212121;
  text-align: center;
  font-weight: 300;
  font-variant: small-caps;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph {
  color: #595959;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.footer-paragraph {
  margin-bottom: 2.25rem;
  padding-top: 0;
  color: #575757;
  font-style: italic;
  font-size: .8125rem;
}

p.paragraph.intro-highlighted-paragraph {
  margin-bottom: .2rem;
  color: #fff;
  font-family: 'Michroma', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.section-paragraph {
  margin-right: auto;
  margin-bottom: 1.25rem;
  margin-left: auto;
  max-width: 800px;
  color: #575757;
  text-align: left;
}

p.paragraph.services-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  text-align: left;
}

p.paragraph a.paragraph-text-1 {
  color: #1779ba;
  font-weight: 600;
}

p.paragraph a.paragraph-text-1:hover {
  color: #ae0c05;
}

a.link-text.menu-link {
  color: #fff;
  font-weight: 400;
  font-size: .8125rem;
  font-family: 'Roboto', sans-serif;
}

a.link-text.menu-link:hover {
  color: #ae0c05;
  font-weight: 400;
  font-size: 1rem;
  font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Interaction Elements */

a.link-button.social-button {
  display: block;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: .625rem;
  max-width: 200px;
  width: 65%;
  border: .0625rem solid #ae0c05;
  border-radius: 1px;
  background-color: transparent;
  color: #212121;
  text-align: center;
  font-weight: 300;
  font-size: 1.1875rem;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button {
  font-family: 'Roboto', sans-serif;
}

a.link-button.social-button:hover {
  background-color: #5cf000;
}

/* Layout Elements */

body > .row > [class*='small-'].blog-column {
  position: static;
  margin-top: 1.25rem;
  margin-left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 10px;
  background-color: #fff;
}

body > .row > [class*='small-'].hidden-column {
  display: none;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 10px;
  background-color: #fff;
}

body > .row.stay-social-row {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: none;
  background-color: #eaeaea;
}

body > .row.footer-row {
  max-width: none;
  background-color: rgba(120, 139, 157, .67);
}

body > .row.nav-row {
  position: static;
  max-width: none;
  background-color: #788b9d;
}

body > .row.spotlight-row {
  margin-bottom: 90px;
}

body > .row > [class*='small-'].spotlight-column {
  margin-top: 20px;
  margin-bottom: 20px;
}

body > .row.blog-row {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: none;
  background-color: #ae0c05;
}

body > .row.section-headling-row {
  margin-top: 90px;
  margin-bottom: 50px;
}

body > .row.homepage-header {
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
  max-width: none;
  height: 200px;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row > [class*='small-'].column-1 {
  padding-right: 0;
  padding-left: 0;
  min-height: auto;
}

body > .row > [class*='small-'].column-3 {
  height: auto;
  background-color: #fff;
}

body > .row > [class*='small-'].column-5 {
  margin-top: 0;
  min-height: auto;
}

.subgrid {
  margin-right: auto;
  margin-left: auto;
  max-width: 62.5rem;
}

.subgrid > .row {
  margin-right: 0;
  margin-left: 0;
}

.subgrid > .row > [class*='small-'].blog-subgrid-column {
  padding-right: 0;
  padding-left: 0;
}

.container.title-bar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container.responsive-menu {
  position: fixed;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  min-width: 0;
  width: 100%;
  border-bottom: .125rem ridge #ae0c05;
  background-color: #788b9d;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.top-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.highlighted-heading {
  margin: 0 auto;
  padding-top: 0;
  max-width: 400px;
  background-color: rgba(120, 139, 157, .67);
}

.container.orbit-bullets {
  margin-top: .8rem;
}

.container.orbit {
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 0;
}

ul.list-container.dropdown.menu {
  -ms-flex-pack: center;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.news-images {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  border-width: .0625rem;
  border-style: solid;
  border-radius: 8px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

span.glyph.font-icon-menu {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

.rule hr {
  border-top-width: .125rem;
  border-top-color: #fefefe;
}

.rule {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 40%;
}

span.glyph.button.font-icon-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

span.glyph.font-icon-image {
  color: #ae0c05;
  text-align: center;
}

.rule.rule-1 hr {
  border-top-width: 1px;
  border-top-color: #ae0c05;
}

.rule.rule-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
}

ul.list-container.orbit-container {
  height: auto;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  height: 100%;
  opacity: 1;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

div.responsive-picture.orbit-image {
  max-width: none;
  height: 100%;
}

button.slide-indicator {
  margin-right: 1.1%;
  margin-left: 1.1%;
}

div.responsive-picture.picture-1 {
  position: static;
  right: 50%;
  left: auto;
  float: none;
  clear: none;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-position: 50% center;
     object-position: 50% center;
}

div.responsive-picture.orbit-image > picture {
  height: 100%;
}

button.is-active.slide-indicator {
  background-color: #ae0c05;
}

span.glyph.button.font-icon-menu:hover {
  color: #ae0c05;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.blog-heading {
    font-size: 1.5rem;
  }

  h1.main-heading {
    font-size: 35px;
  }

  h4.benefit-type {
    font-size: 35px;
  }

  a.link-text.menu-link {
    padding: 11px 25px;
    font-size: 1rem;
  }

  a.link-text.menu-link.smooth-scroll:hover {
    color: #ae0c05;
  }

  a.link-text.menu-link:hover {
    color: #ae0c05;
    font-weight: 400;
    font-size: 1rem;
    font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  /* Interaction Elements */

  a.link-button.social-button {
    width: 40%;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].blog-column {
    position: static;
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  body > .row.stay-social-row {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body > .row > [class*='small-'].column-3 {
    height: auto;
    background-color: #fff;
  }

  body > .row > [class*='small-'].column-5 {
    margin-bottom: 0;
  }

  body > .row.homepage-header {
    margin-top: 200px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
    height: auto;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='small-'].spotlight-column {
    display: block;
    float: right;
    clear: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .container.title-bar {
    display: none;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.top-bar {
    background-color: transparent;
  }

  .container.responsive-menu {
    position: fixed;
    background-color: #788b9d;
  }

  .container.orbit {
    margin-top: 12px;
    margin-bottom: -6px;
  }

  ul.list-container.dropdown.menu {
    background-color: transparent;
  }

  button.slide-indicator {
    margin-right: .1%;
    margin-left: .1%;
  }

  div.responsive-picture.orbit-image {
    min-height: auto;
    max-height: none;
  }

  .rule.rule-1 {
    padding-top: 1px;
  }

  div.responsive-picture.news-images {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  li.list-item-container.is-active.orbit-slide {
    height: 100%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.color-callout-heading {
    padding-top: 0;
    color: #4d3534;
  }

  h1.blog-heading {
    display: block;
    color: #788b9d;
    font-size: 1.25rem;
  }

  h1.main-heading {
    font-size: 35px;
    font-family: 'Michroma', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h4.benefit-type {
    font-size: 35px;
  }

  p.paragraph.intro-highlighted-paragraph {
    margin-bottom: .2rem;
    font-family: 'Michroma', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.para-bold {
    font-weight: 700;
  }

  a.link-text.menu-link {
    padding: 11px 25px;
  }

  a.link-text.menu-link:hover {
    font-weight: 400;
    font-size: 1rem;
  }

  /* Interaction Elements */

  a.link-button.social-button {
    width: 40%;
    text-transform: uppercase;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].blog-column {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  body > .row.homepage-header {
    margin-top: 200px;
    margin-bottom: 50px;
    min-height: auto;
    height: auto;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row.nav-row {
    background-color: #788b9d;
  }

  body > .row > [class*='small-'].column-1 {
    padding-right: 0;
    padding-left: 0;
    min-height: auto;
  }

  body > .row.blog-row {
    background-color: #ae0c05;
  }

  body > .row > [class*='small-'].column-3 {
    height: auto;
    background-color: #fff;
  }

  body > .row.stay-social-row {
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    background-color: #eaeaea;
  }

  body > .row > [class*='small-'].spotlight-column {
    display: inline;
    float: right;
    clear: none;
  }

  body > .row.section-headling-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .subgrid > .row > [class*='small-'].blog-subgrid-column {
    padding-right: 0;
    padding-left: 0;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.orbit-bullets {
    margin-top: 12px;
  }

  .container.orbit {
    margin-top: -7px;
    margin-bottom: -6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  div.responsive-picture.news-images {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .rule.rule-1 {
    margin-bottom: 0;
  }

  .rule.rule-1 hr {
    border-top-color: #ae0c05;
  }

  div.responsive-picture.picture-1 {
    position: static;
    right: auto;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.orbit-image {
    margin-right: auto;
    margin-left: auto;
    min-width: 0;
    max-width: none;
    max-height: none;
    width: 900px;
    height: 100%;
  }

  div.responsive-picture.orbit-image > picture {
    height: 100%;
  }

  button.is-active.slide-indicator {
    background-color: #ae0c05;
  }

  .row > [class*='small-'] .html-element.html-element-1 {
    width: 100%;
  }

  li.list-item-container.is-active.orbit-slide {
    margin-right: auto;
    margin-left: auto;
    height: 100%;
  }
}