/**
 * GNL UI ICONS
 * 
 * https://icomoon.io/app/
 */
@font-face {
  font-family: 'gnl-ui-icons';
  src: url("assets/gnl-ui-icons.ttf?40hoac") format("truetype"), url("assets/gnl-ui-icons.woff?40hoac") format("woff"), url("assets/gnl-ui-icons.svg?40hoac#gnl-ui-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("assets/lightcase.eot?55356177");
  src: url("assets/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("assets/lightcase.woff?55356177") format("woff"), url("assets/lightcase.ttf?55356177") format("truetype"), url("assets/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-case,
    html[data-lc-type=ajax] #lightcase-case {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      margin: 0 !important;
      padding: 55px 0 70px 0;
      width: 100% !important;
      height: 100% !important;
      overflow: auto !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content,
    html[data-lc-type=ajax] #lightcase-content,
    html[data-lc-type=error] #lightcase-content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
      html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
      html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
        html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
        html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
        html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
        html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
          width: 100% !important;
          max-width: none !important; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
        html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
        html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
          height: auto !important;
          max-height: none !important; } }

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-open body {
  overflow: hidden; }
  .lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%; }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
    @media screen and (max-width: 640px) {
      #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa; }
  @media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }
  a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white; }
  .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
  a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 641px) {
      a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  @media screen and (max-width: 640px) {
    a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 641px) {
    a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      a[class*='lightcase-icon-']:hover,
      #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }
  @media screen and (max-width: 640px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

#masthead {
  padding-right: 0;
  padding-left: 0;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: #545454;
  color: #fefefe; }

.layout-banner-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.6875rem; }
  @media print, screen and (min-width: 64em) {
    .layout-banner-container {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem; } }

@media print, screen and (min-width: 40em) {
  .layout-banner {
    padding-top: 0;
    padding-bottom: 0; } }

.mobile-navigation-panel {
  width: 100%; }
  .mobile-navigation-panel ul.menu > li:last-child > a {
    margin-bottom: 0.9375rem; }

.layout-top-navigation {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .layout-top-navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto;
      margin-right: 1rem;
      margin-left: 1rem; } }

.layout-top-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  margin-right: 1rem;
  margin-left: 1rem; }

.layout-page-header {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2rem;
  padding-bottom: 1.5625rem;
  background: -webkit-radial-gradient(#fff, #e5dbce);
  background: radial-gradient(#fff, #e5dbce);
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .layout-page-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .layout-page-header {
      text-align: left;
      padding-bottom: 2rem; } }
  .layout-page-header .layout-page-header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      .layout-page-header .layout-page-header-logo {
        width: calc(16.66667% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
        margin-left: calc(83.33333% + 1rem); } }
    .layout-page-header .layout-page-header-logo img {
      width: 6.5rem;
      margin: 0; }
      @media print, screen and (min-width: 64em) {
        .layout-page-header .layout-page-header-logo img {
          float: right; } }
  .layout-page-header .layout-page-header-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 1.75rem;
    padding-top: 1.4375rem; }
    @media print, screen and (min-width: 64em) {
      .layout-page-header .layout-page-header-title {
        width: calc(83.33333% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
        margin-left: calc(-100% + 1rem);
        line-height: 5rem;
        font-size: 1rem;
        padding-top: 2.1875rem; } }
    .layout-page-header .layout-page-header-title .entry-title {
      padding-bottom: 0; }

.layout-body {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 62.5rem;
  margin: 0 auto;
  background: #fefefe;
  padding-top: 1.8125rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .layout-body {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.layout-footer {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  color: #fefefe;
  background: #545454;
  padding-top: 2rem;
  padding-bottom: 1.4375rem;
  margin: 0 auto; }

.layout-footer-government-brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 0;
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 64em) {
    .layout-footer-government-brand {
      width: calc(16.66667% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem;
      margin-left: calc(83.33333% + 1rem);
      margin-bottom: 0; } }

.layout-site-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 0; }
  @media print, screen and (min-width: 64em) {
    .layout-site-info {
      width: calc(83.33333% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem;
      padding-top: 2rem;
      margin-left: -100%; } }

.layout-copyright {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  @media print, screen and (min-width: 64em) {
    .layout-copyright {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-height: 0px;
      min-width: 0px;
      width: calc(100% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem; } }

.layout-disclaimer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  @media print, screen and (min-width: 64em) {
    .layout-disclaimer {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-height: 0px;
      min-width: 0px;
      width: calc(100% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem; } }

.grey-box {
  clear: both;
  overflow: auto;
  background-color: #e8e8e8;
  border-radius: 0.9375rem;
  padding: 1rem 1rem 0;
  margin: 0 -1rem 1.5rem; }

body {
  background: #e3e3e3 url(assets/bkg.png) repeat top left; }

body, button, input, select, optgroup, textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
  font-size: 1rem; }

.entry-title, .page-title, .widget-title {
  padding-bottom: 0;
  border-bottom: none; }

.table-unstyled {
  padding: 0;
  margin: 0; }
  .table-unstyled tbody {
    background: transparent; }
    .table-unstyled tbody tr {
      background: transparent;
      border: 0; }
      .table-unstyled tbody tr:nth-child(2n) {
        background: transparent;
        border: 0; }
    .table-unstyled tbody td, .table-unstyled tbody th {
      background: transparent;
      vertical-align: top;
      padding: 0 1.5rem 1.5rem 0;
      margin: 0; }
    .table-unstyled tbody ul {
      margin: 0; }

.secondary-navigation {
  display: block;
  width: 100%;
  background-color: #bfa7c0; }
  .secondary-navigation ul.menu {
    border: 1px solid #fefefe;
    border-width: 1px 0;
    overflow: hidden;
    margin: -1px; }
    .secondary-navigation ul.menu > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-height: 0px;
      min-width: 0px;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      text-align: center;
      position: relative;
      background-color: #632b64;
      border: 1px solid white;
      border-width: 1px 0 0; }
      .secondary-navigation ul.menu > li > a {
        text-align: center;
        font-size: 1.3125rem;
        font-weight: bold;
        line-height: 1.15;
        padding: 0.625rem 1rem 0.6875rem;
        display: block;
        margin: auto; }
        .secondary-navigation ul.menu > li > a:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
      .secondary-navigation ul.menu > li:last-of-type > a, .secondary-navigation ul.menu > li:first-of-type > a {
        padding: 0.625rem 1rem 0.6875rem; }
      .secondary-navigation ul.menu > li:last-of-type {
        border-width: 1px 0; }
      .secondary-navigation ul.menu > li:hover, .secondary-navigation ul.menu > li.current_page_item {
        background-color: #4f2250; }
    @media print, screen and (min-width: 40em) {
      .secondary-navigation ul.menu {
        margin: 0; }
        .secondary-navigation ul.menu > li {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 3em;
              -ms-flex: 1 1 3em;
                  flex: 1 1 3em;
          border-width: 1px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .secondary-navigation ul.menu > li a {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 100%;
                -ms-flex: 1 1 100%;
                    flex: 1 1 100%; }
          .secondary-navigation ul.menu > li:first-of-type {
            border-width: 1px 1px 1px 0; }
          .secondary-navigation ul.menu > li:last-of-type {
            border-width: 1px 0 1px 1px; } }

.home .layout-page-header {
  background: center center / cover no-repeat;
  min-height: 333px;
  color: #444;
  font-weight: bold;
  padding: 3.3125rem 0 0; }
  @media print, screen and (min-width: 64em) {
    .home .layout-page-header {
      padding-top: 2rem; } }
  .home .layout-page-header .home-header-content-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
    padding-top: 0; }
    @media print, screen and (min-width: 64em) {
      .home .layout-page-header .home-header-content-1 {
        text-align: left;
        width: calc(25% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
        margin-left: calc(50% + 1rem);
        padding-top: 15.625rem; } }
    .home .layout-page-header .home-header-content-1 p:nth-child(1) {
      display: inline-block;
      position: relative;
      color: #632b64;
      font-weight: bold;
      font-size: 2rem;
      line-height: 1.2; }
      .home .layout-page-header .home-header-content-1 p:nth-child(1):before {
        position: absolute;
        content: '';
        top: -2.3125rem;
        left: -2.5rem;
        width: 3rem;
        height: 3rem;
        background: url("assets/healthline-cross.svg") center center/cover no-repeat; }
  .home .layout-page-header .home-header-content-2 {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    margin-left: calc(50% + 1rem);
    background-color: #e4e4e4;
    text-align: left;
    font-size: 0.75rem;
    border-radius: 0.9375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1.5rem 0 0.125rem 2rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .home .layout-page-header .home-header-content-2 {
        width: 25%;
        margin-right: 0;
        margin-left: 0; } }
    .home .layout-page-header .home-header-content-2 p:nth-child(1) {
      position: relative;
      font-size: 1.3125rem;
      line-height: 1.15;
      margin-bottom: 1.3125rem; }
      .home .layout-page-header .home-header-content-2 p:nth-child(1):before {
        position: absolute;
        content: '';
        top: -0.75rem;
        left: -1rem;
        width: 1rem;
        height: 1rem;
        background: url("assets/healthline-cross.svg") center center/cover no-repeat; }
    .home .layout-page-header .home-header-content-2 p:nth-child(2) {
      margin: 0 0 1.125rem 0; }
    .home .layout-page-header .home-header-content-2 ul {
      list-style: none;
      padding: 0;
      margin: 0 0 1.3125rem 0; }
      .home .layout-page-header .home-header-content-2 ul li {
        color: #632b64;
        font-weight: bold;
        font-size: 1.3125rem;
        line-height: 1.15;
        padding: 0;
        margin: 0; }

.home .layout-main-content, .home article {
  margin: 0; }

.home .home-row-1 {
  padding-right: 0;
  padding-left: 0;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .home .home-row-1 .home-content-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .home .home-row-1 .home-content-1 {
        text-align: right;
        margin-top: -1.3125rem;
        margin-bottom: -1.3125rem; } }
    .home .home-row-1 .home-content-1 a {
      color: inherit; }

.home .home-row-2 {
  padding-right: 0;
  padding-left: 0;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .home .home-row-2 .home-content-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem; }
    .home .home-row-2 .home-content-2 img {
      margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-2 .home-content-2 {
        width: calc(16.66667% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem; } }
  .home .home-row-2 .home-content-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-2 .home-content-3 {
        width: calc(66.66667% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem; } }
  .home .home-row-2 .home-content-3-a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-2 .home-content-3-a {
        width: calc(16.66667% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem; } }

.home .home-row-3 {
  padding-right: 0;
  padding-left: 0;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .home .home-row-3 .home-content-4 {
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: #a90101;
    color: #fefefe;
    font-size: 1.3125rem;
    line-height: 1.15;
    text-align: center;
    padding: 0.5rem 1.125rem 0.6875rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-3 .home-content-4 {
        padding: 0.5rem 15.625rem 0.6875rem; } }
    .home .home-row-3 .home-content-4 p {
      margin-bottom: 0; }

.home .home-row-4 {
  padding-right: 0;
  padding-left: 0;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .home .home-row-4 .home-content-5,
  .home .home-row-4 .home-content-6,
  .home .home-row-4 .home-content-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 1rem 1rem 0 1rem;
    border-radius: 0.9375rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-4 .home-content-5,
      .home .home-row-4 .home-content-6,
      .home .home-row-4 .home-content-7 {
        width: calc(33.33333% - 2rem);
        margin-right: 1rem;
        margin-left: 1rem;
        margin-bottom: 0;
        width: 30.85%; } }
  .home .home-row-4 .home-content-5 {
    position: relative;
    z-index: 0;
    background-color: #f9f9f9;
    padding: 1.25rem 8.125rem 1.25rem 1.25rem;
    background: center center / cover no-repeat; }
    .home .home-row-4 .home-content-5:before {
      position: absolute;
      z-index: -1;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 75%);
      background: -webkit-gradient(linear, left top, right top, from(white), color-stop(75%, rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 75%);
      border-radius: 0.9375rem; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-4 .home-content-5 {
        margin-right: 0.5rem; } }
  .home .home-row-4 .home-content-6 {
    color: #fefefe;
    background-color: #632b64; }
    .home .home-row-4 .home-content-6 h2 {
      color: #fefefe; }
    .home .home-row-4 .home-content-6 a {
      color: #fefefe; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-4 .home-content-6 {
        margin-left: 0.75rem;
        margin-right: 0.75rem; } }
  .home .home-row-4 .home-content-7 {
    background-color: #e4e4e4; }
    .home .home-row-4 .home-content-7 h2 {
      color: #a90101; }
    @media print, screen and (min-width: 64em) {
      .home .home-row-4 .home-content-7 {
        margin-left: 0.5rem; } }

footer {
  border-top: none;
  background-color: transparent; }
  footer a {
    color: #fefefe; }
    footer a:hover {
      color: #fefefe; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #fefefe;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
          transform: translate3d(0, -6px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 0 1rem; }

.mobile-navigation-panel .menu-panel {
  background: #545454; }
  .mobile-navigation-panel .menu-panel nav {
    margin-bottom: 0; }

.mobile-navigation-panel ul.menu > li,
.mobile-navigation-panel ul.sub-menu > li {
  border-top: none; }
  .mobile-navigation-panel ul.menu > li:last-child,
  .mobile-navigation-panel ul.sub-menu > li:last-child {
    border-bottom: none; }
  .mobile-navigation-panel ul.menu > li.current-menu-item > a,
  .mobile-navigation-panel ul.sub-menu > li.current-menu-item > a {
    background-color: #6d6d6d; }

.mobile-navigation-panel ul.menu > li > a,
.mobile-navigation-panel ul.sub-menu > li > a {
  color: #fefefe; }
  .mobile-navigation-panel ul.menu > li > a:hover, .mobile-navigation-panel ul.menu > li > a.hover, .mobile-navigation-panel ul.menu > li > a.open,
  .mobile-navigation-panel ul.sub-menu > li > a:hover,
  .mobile-navigation-panel ul.sub-menu > li > a.hover,
  .mobile-navigation-panel ul.sub-menu > li > a.open {
    background-color: #6d6d6d; }

.site-title a {
  color: #fefefe; }
  .site-title a:hover, .site-title a:active {
    color: #fefefe;
    text-decoration: none; }

.top-navigation ul.menu > li > a {
  color: #fefefe; }
  .top-navigation ul.menu > li > a:hover, .top-navigation ul.menu > li > a:focus {
    text-decoration: none; }

.header-image {
  position: relative; }
  @media print, screen and (min-width: 60rem) {
    .header-image:after {
      content: '';
      position: absolute;
      top: 1.5rem;
      right: 0;
      width: 13.6875rem;
      height: 17.875rem;
      background: url("assets/call-to-action.png") center center/cover no-repeat; } }

/*# sourceMappingURL=app.css.map */
