@charset "UTF-8";
@font-face {
  font-family: 'tex_gyre_herosbold';
  src: url("./fonts/texgyreheros-bold-webfont.eot");
  src: url("./fonts/texgyreheros-bold-webfont.eot#iefix") format("embedded-opentype"), url("./fonts/texgyreheros-bold-webfont.woff") format("woff"), url("./fonts/texgyreheros-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tex_gyre_herosregular';
  src: url("./fonts/texgyreheros-regular-webfont.eot");
  src: url("./fonts/texgyreheros-regular-webfont.eot#iefix") format("embedded-opentype"), url("./fonts/texgyreheros-regular-webfont.woff") format("woff"), url("./fonts/texgyreheros-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tex_gyre_herositalic';
  src: url("./fonts/texgyreheros-italic-webfont.eot");
  src: url("./fonts/texgyreheros-italic-webfont.eot#iefix") format("embedded-opentype"), url("./fonts/texgyreheros-italic-webfont.woff") format("woff"), url("./fonts/texgyreheros-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tex_gyre_herosbold_italic';
  src: url("./fonts/texgyreheros-bolditalic-webfont.eot");
  src: url("./fonts/texgyreheros-bolditalic-webfont.eot#iefix") format("embedded-opentype"), url("./fonts/texgyreheros-bolditalic-webfont.woff") format("woff"), url("./fonts/texgyreheros-bolditalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.hero-image-container img {
  width: 100%; }

.neb-apr {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 0px; }
  .neb-apr a.back-home {
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 4px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    text-decoration: none; }
    .neb-apr a.back-home:hover {
      text-decoration: underline; }
    .neb-apr a.back-home + h1 {
      padding-top: 0; }
  .neb-apr .empty-nav {
    display: none; }
  @media (min-width: 992px) {
    .neb-apr .regular-block {
      width: calc(83.3333333333% - 60px); } }
  .neb-apr ol, .neb-apr ul {
    margin-bottom: 25px !important;
    padding-left: 20px !important;
}
  .neb-apr .flex-height-column {
    display: flex;
    margin-bottom: 40px; }
    .neb-apr .flex-height-column .columns figure {
      margin-bottom: 0px;
      height: 100%; }
  .neb-apr nav.footer-nav {
    float: none;
    padding: 0px !important;
    margin: 25px auto 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    background: #e0e5e6;
    color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .neb-apr nav.footer-nav a {
      color: #134971; }
    .neb-apr nav.footer-nav ul {
      padding-left: 0;
      width: 100%;
      margin-bottom: 0; }
    .neb-apr nav.footer-nav .footer-wrapper {
      padding: 0px 20px; }
      .neb-apr nav.footer-nav .footer-wrapper:last-child {
        background: #d8e0e2;
        padding: 10px 30px; }
    .neb-apr nav.footer-nav div > ul.main-nav {
      padding: 30px 30px 40px;
      width: 83.3333333333%;
      margin: 0 auto; }
      .neb-apr nav.footer-nav div > ul.main-nav > li {
        padding-bottom: 10px;
        padding-top: 2px; }
        .neb-apr nav.footer-nav div > ul.main-nav > li:before {
          content: "";
          width: 45px;
          height: 1px;
          background: black;
          display: block; }
        @media only screen and (min-width: 960px) {
          .neb-apr nav.footer-nav div > ul.main-nav > li {
            width: 23.5%;
            margin-right: 2%; }
            .neb-apr nav.footer-nav div > ul.main-nav > li:nth-child(4n+4) {
              margin-right: 0; } }
    .neb-apr nav.footer-nav div > ul.extra-footer-links li {
      list-style-type: none;
      width: 23.5%;
      margin-right: 2%; }
      .neb-apr nav.footer-nav div > ul.extra-footer-links li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .neb-apr nav.footer-nav div > ul.extra-footer-links li a:hover {
          text-decoration: none; }
        .neb-apr nav.footer-nav div > ul.extra-footer-links li a:last-child {
          margin-right: 0; }
        .neb-apr nav.footer-nav div > ul.extra-footer-links li a img {
          width: 25px;
          margin-right: 10px; }
        .neb-apr nav.footer-nav div > ul.extra-footer-links li a span {
          font-weight: 500;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 13px; }
    .neb-apr nav.footer-nav .extra-footer-links {
      padding: 0px 30px;
      width: 83.3333333333%;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .neb-apr nav.footer-nav .extra-footer-links i {
        color: #134971; }
      .neb-apr nav.footer-nav .extra-footer-links a span {
        color: black; }
  .neb-apr .footnote-content {
    padding-top: 0 !important; }
  .neb-apr ul.footnotes {
    padding-right: 20px;
    font-size: 80%;
    margin-bottom: 0; }
    .neb-apr ul.footnotes li {
      list-style-type: none;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 1.5%; }
      .neb-apr ul.footnotes li:last-child {
        margin-bottom: 0; }
    .neb-apr ul.footnotes:before {
      content: "";
      width: 100%;
      height: 1px;
      background: black;
      display: block;
      margin-bottom: 20px;
      margin-top: 50px; }
  .neb-apr .figure-description-container {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 !important; }
    .neb-apr .figure-description-container summary {
      color: black;
      margin-bottom: 0;
      opacity: .6;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 13px;
      border: 0px; }
      .neb-apr .figure-description-container summary::-webkit-details-marker {
        display: none; }
      .neb-apr .figure-description-container summary img {
        transform: rotate(0deg);
        width: 12px;
        margin-top: -3px;
        display: inline-block;
        margin-right: 10px;
        transition: all 0.5s ease; }
    .neb-apr .figure-description-container .figure-description {
      height: 0;
      overflow: hidden;
      max-height: 0;
      transition: all 0.5s linear;
      opacity: 0; }
      .neb-apr .figure-description-container .figure-description p:last-child {
        margin-bottom: 0px; }
    .neb-apr .figure-description-container[open] {
      border: 0px; }
      .neb-apr .figure-description-container[open] img {
        transform: rotate(225deg); }
      .neb-apr .figure-description-container[open] .figure-description {
        height: auto;
        max-height: 9000px;
        overflow: visible;
        opacity: 1; }
  .neb-apr .back-to-top {
    text-decoration: none;
    margin: 0 auto;
    float: none;
    display: block;
    padding: 0px 30px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    .neb-apr .back-to-top:hover {
      text-decoration: none;
      color: black; }
      .neb-apr .back-to-top:hover svg {
        fill: black;
        animation: arrowup 0.5s; }
    .neb-apr .back-to-top svg {
      width: 13px;
      height: 27px;
      height: intrinsic;
      margin-right: 5px;
      fill: #134971;
      transition: all 0.25s ease; }
    .neb-apr .back-to-top span {
      margin-top: 3px; }
  .neb-apr nav.regular-navigation ul {
    margin: 30px 0px 10px !important; }
  .neb-apr nav.regular-navigation li {
    flex: 1 1 0px; }
    .neb-apr nav.regular-navigation li a.anchor {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1.5fr 2.5fr;
      grid-template-rows: 1.5fr 2.5fr;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      height: 100%;
      position: relative;
      width: 100%;
      float: left; }
      .neb-apr nav.regular-navigation li a.anchor > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
      .neb-apr nav.regular-navigation li a.anchor > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1; }
      .neb-apr nav.regular-navigation li a.anchor:hover .menu-link-name span {
        text-decoration: underline; }
      .neb-apr nav.regular-navigation li a.anchor:hover figure.menu-link-image {
        background-size: auto 120% !important; }
      .neb-apr nav.regular-navigation li a.anchor .menu-link-name {
        width: 100%;
        background: linear-gradient(90deg, #ffbe4b 75%, #efac35 100%);
        padding: 7px;
        line-height: 1.3;
        color: black;
        font-size: 13px;
        display: block; }
        .neb-apr nav.regular-navigation li a.anchor .menu-link-name span {
          width: 100%;
          display: block;
          float: left; }
      .neb-apr nav.regular-navigation li a.anchor figure.menu-link-image {
        background: black;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 100%;
        width: 100%;
        display: block;
        float: left; }
  .neb-apr nav.page-nav {
    margin: 0 auto;
    float: none; }
    .neb-apr nav.page-nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 15px;
      margin-bottom: 70px; }
    .neb-apr nav.page-nav li {
      list-style-type: none; }
  .neb-apr nav.mobile-navigation {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: -100px;
    background: #cb8100;
    transition: .5s ease all;
    z-index: 99999;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .neb-apr nav.mobile-navigation.active-menu {
      flex-wrap: wrap; }
      .neb-apr nav.mobile-navigation.active-menu ul {
        flex-wrap: wrap; }
        @media only screen and (max-width: 960px) {
          .neb-apr nav.mobile-navigation.active-menu ul {
            visibility: visible;
            height: auto;
            overflow: visible; }
            .neb-apr nav.mobile-navigation.active-menu ul li {
              width: 50%;
              flex: auto; } }
        @media only screen and (max-width: 600px) {
          .neb-apr nav.mobile-navigation.active-menu ul li {
            width: 100%; } }
    .neb-apr nav.mobile-navigation.fixed-header {
      top: 0px;
      opacity: 1;
      visibility: visible; }
    .neb-apr nav.mobile-navigation ul {
      padding: 0px;
      margin-bottom: 0px;
      width: calc(100% - 58px);
      float: left; }
      @media only screen and (max-width: 960px) {
        .neb-apr nav.mobile-navigation ul {
          visibility: hidden;
          position: relative;
          height: 0px;
          overflow: hidden;
          width: 100%;
          float: left; } }
    .neb-apr nav.mobile-navigation li {
      flex: 1 1 0px;
      position: relative; }
      .neb-apr nav.mobile-navigation li:after {
        content: "";
        width: 0;
        height: 2px;
        background: black;
        bottom: 0px;
        left: 0px;
        transition: all 0.5s ease;
        position: absolute; }
      .neb-apr nav.mobile-navigation li a {
        font-size: 14px;
        line-height: 19px;
        float: left;
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 10px;
        color: black;
        background: linear-gradient(90deg, #ffbe4b 75%, #efac35 100%); }
        .neb-apr nav.mobile-navigation li a span {
          position: relative;
          z-index: 2; }
      .neb-apr nav.mobile-navigation li.active {
        font-weight: 600;
        color: black; }
        .neb-apr nav.mobile-navigation li.active:after {
          width: 100%; }
    .neb-apr nav.mobile-navigation .back-top {
      flex: 0 0 0px !important;
      width: 58px;
      float: left;
      padding: 0px;
      border: 0px;
      margin: 0 auto;
      background: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .neb-apr nav.mobile-navigation .back-top {
          flex: none !important; }
          .neb-apr nav.mobile-navigation .back-top svg {
            float: none !important; } }
      .neb-apr nav.mobile-navigation .back-top:hover svg {
        animation: arrowup 0.75s; }
      .neb-apr nav.mobile-navigation .back-top a {
        background: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .neb-apr nav.mobile-navigation .back-top a span {
          background: transparent;
          width: 100%; }
        .neb-apr nav.mobile-navigation .back-top a svg {
          width: 20px;
          float: right;
          fill: white;
          background: transparent;
          position: relative;
          height: 30px; }
    .logged-in .neb-apr nav.mobile-navigation.fixed-header {
      top: 32px; }
  .neb-apr button.menu-toggle {
    display: none; }
    @media only screen and (max-width: 960px) {
      .neb-apr button.menu-toggle {
        display: block;
        width: 100%;
        float: left; } }
  .neb-apr .content-row {
    padding: 0px !important; }
    .neb-apr .content-row.with-border {
      border-width: 1px;
      border-style: solid;
      margin: 10px 0 40px;
      width: 100%;
      float: left; }
      .neb-apr .content-row.with-border > div {
        background: transparent !important;
        margin-bottom: 0px !important; }
        .neb-apr .content-row.with-border > div p:last-child {
          margin-bottom: 0px; }
    .neb-apr .content-row + .key-section {
      margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .neb-apr .content-row .columns .content-row figure {
        padding: 0 !important; } }
    @media (max-width: 991px) {
      .neb-apr .content-row .columns {
        padding: 0px !important;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .neb-apr .content-row .first_column.columns {
        padding-left: 0px;
        padding-right: 20px; }
      .neb-apr .content-row .columns:last-child {
        padding-right: 0px;
        padding-left: 20px; } }
  .neb-apr .columns ul:last-child {
    margin-bottom: 0; }
  .neb-apr .columns img {
    width: 100%; }
  @media (max-width: 992px) {
    .neb-apr .columns {
      float: left;
      width: 100%;
      margin-bottom: 40px !important; } }
  .neb-apr header.page-title.col-md-12 {
    float: left;
    width: 100%;
    position: relative; }
    .neb-apr header.page-title.col-md-12 .edit-link {
      visibility: hidden;
      position: absolute;
      opacity: 0px;
      right: 0px;
      width: 30px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 30px; }
      .neb-apr header.page-title.col-md-12 .edit-link svg {
        width: 20px;
        display: block; }
    .neb-apr header.page-title.col-md-12:hover .edit-link {
      visibility: visible;
      opacity: 1; }
  .neb-apr .key-section {
    float: left;
    width: 100%; }
    .neb-apr .key-section li p:last-child {
      margin-bottom: 10px; }
    .neb-apr .key-section li:last-child p:last-child {
      margin-bottom: 0px; }
    .neb-apr .key-section.basic-list-layout h3 {
      margin-top: 0px; }
    .neb-apr .key-section.basic-list-layout li {
      list-style: none;
      position: relative;
      width: 100%;
      float: left; }
    .neb-apr .key-section.basic-list-layout li:before {
      content: "– ¢";
      color: #054169;
      position: absolute;
      left: -18px;
      font-size: 23px;
      top: 1px; }
    .neb-apr .key-section.key-trends {
      margin-bottom: 25px; }
      .neb-apr .key-section.key-trends ul {
        width: 100%;
        float: left;
        padding-left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; }
        .neb-apr .key-section.key-trends ul.key-points-2 li {
          width: 49% !important; }
        .neb-apr .key-section.key-trends ul li {
          width: 23.5%;
          float: left;
          background: white;
          margin-right: 2%; }
          .neb-apr .key-section.key-trends ul li:before {
            display: none; }
          .neb-apr .key-section.key-trends ul li:last-child {
            margin-right: 0px; }
          .neb-apr .key-section.key-trends ul li p:last-child {
            margin-bottom: 0px; }
          .neb-apr .key-section.key-trends ul li .trends-icon {
            width: 35px;
            height: 35px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 5px;
            background: #134971;
            float: left; }
            .neb-apr .key-section.key-trends ul li .trends-icon img {
              width: 100%; }
          .neb-apr .key-section.key-trends ul li .trends-wrap {
            padding: 10px 14px 12px 10px;
            float: right;
            width: calc(100% - 35px);
            line-height: 1.5; }
  .neb-apr .anchor-title {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-top: 32px; }
    .neb-apr .anchor-title:focus {
      outline: none; }
  .neb-apr .content-row .featured_selection {
    margin: 15px 0px;
    width: calc(100% - 15px); }
  .neb-apr .featured_section {
    padding: 40px;
    width: calc(100% - 30px);
    display: inline-block;
    margin: 15px 15px 0px; }
    .neb-apr .featured_section > :last-child {
      margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      .neb-apr .featured_section {
        padding: 20px !important; } }
    .neb-apr .featured_section h2:first-child, .neb-apr .featured_section h3:first-child, .neb-apr .featured_section h4:first-child, .neb-apr .featured_section h5:first-child, .neb-apr .featured_section h6:first-child {
      margin-top: 0px;
      font-size: 22px !important;
      font-weight: 400 !important;
      color: black; }
    .neb-apr .featured_section span.figure-title {
      color: #054169;
      background: transparent;
      border-left: 1px solid #054169;
      margin-bottom: 15px;
      margin-left: -9px;
      padding: 0px 10px;
      line-height: 1.5; }
      .neb-apr .featured_section span.figure-title strong {
        width: 100%;
        float: left; }
  .neb-apr figure.figure {
    background: white;
    padding: 40px;
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    .neb-apr figure.figure.white-bg {
      background: white;
      padding: 40px; }
    .neb-apr figure.figure span.figure-title {
      background: transparent;
      color: #054169;
      border-left: 1px solid #054169;
      float: left;
      width: 100%;
      padding-left: 15px; }
    .neb-apr figure.figure span.figure-title strong {
      width: 100%;
      float: left; }
    .neb-apr figure.figure img {
      margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      .neb-apr figure.figure {
        padding: 20px !important; } }
  .neb-apr a {
    color: #134971;
    text-decoration: none;
    transition: all 0.25s ease; }
    .neb-apr a:hover {
      color: #054169;
      text-decoration: underline; }
  .neb-apr a[name*="_ftn"] {
    font-size: 70%;
    position: relative;
    top: -8px;
    margin-left: 2px;
    font-weight: bold;
    display: inline-block; }
    .neb-apr a[name*="_ftn"]:before {
      display: block;
      content: " ";
      height: 150px;
      /* Give height of your fixed element */
      margin-top: -150px;
      /* Give negative margin of your fixed element */
      visibility: hidden; }
  .neb-apr .key-section.icon-list-layout .key-title {
    margin-bottom: 15px; }
  .neb-apr .key-section.icon-list-layout ul {
    padding-left: 0px; }
    .neb-apr .key-section.icon-list-layout ul li {
      list-style-type: none;
      float: left;
      width: 100%;
      margin-bottom: 2%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .neb-apr .key-section.icon-list-layout ul li .icon-container {
        height: 55px;
        width: 55px;
        background: #ffbe4b;
        padding: 4px;
        float: left;
        margin-right: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
        .neb-apr .key-section.icon-list-layout ul li .icon-container .key-icon {
          width: 100%;
          height: auto; }
      .neb-apr .key-section.icon-list-layout ul li span {
        display: block;
        width: calc(100% - 60px);
        float: left; }
        .neb-apr .key-section.icon-list-layout ul li span p:last-child {
          margin-bottom: 0px; }
  .neb-apr .key-section.horizontal-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background: white;
    margin: 25px 0;
    width: 100%;
    float: left; }
    .neb-apr .key-section.horizontal-layout h3.key-title {
      background: #ffbe4b;
      margin: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 20px;
      color: black;
      position: relative; }
      .neb-apr .key-section.horizontal-layout h3.key-title .key-title-container {
        position: relative;
        z-index: 9;
        max-width: 220px; }
      .neb-apr .key-section.horizontal-layout h3.key-title:before, .neb-apr .key-section.horizontal-layout h3.key-title:after {
        left: 50%;
        right: 0;
        position: absolute;
        z-index: 1;
        background: #ffbe4b;
        content: '';
        display: block; }
      .neb-apr .key-section.horizontal-layout h3.key-title:before {
        top: 0;
        bottom: 50%;
        -webkit-transform: skewX(10deg);
        -webkit-transform-origin: top;
        transform: skewX(10deg);
        transform-origin: top; }
      .neb-apr .key-section.horizontal-layout h3.key-title:after {
        top: 50%;
        bottom: 0;
        -webkit-transform: skewX(-10deg);
        -webkit-transform-origin: bottom;
        transform: skewX(-10deg);
        transform-origin: bottom; }
    .neb-apr .key-section.horizontal-layout ul {
      padding-left: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin: 20px 0px; }
      .neb-apr .key-section.horizontal-layout ul li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        list-style-type: none;
        padding: 5px 20px;
        text-align: center;
        height: 100%;
        border-left: 5px solid gold; }
        .neb-apr .key-section.horizontal-layout ul li:first-child {
          border-left: 0; }
  .neb-apr .key-title {
    color: #555;
    margin-bottom: 14px;
    float: left;
    width: 100%; }
    .neb-apr .key-title span {
      color: #134971;
      text-transform: uppercase; }
  .neb-apr header {
    margin-bottom: 10px; }
    .neb-apr header h2 {
      font-size: 28px;
      margin-bottom: 0px;
      margin-top: 0px; }
      .neb-apr header h2:before {
        content: "";
        width: 60px;
        height: 4px;
        background: #ffbe4b;
        display: block;
        margin-bottom: 25px; }
  .neb-apr .h1, .neb-apr .h2, .neb-apr .h3, .neb-apr .h4, .neb-apr .h5, .neb-apr .h6, .neb-apr h1, .neb-apr h2, .neb-apr h3, .neb-apr h4, .neb-apr h5, .neb-apr h6 {
    font-weight: inherit; }
  .neb-apr h1 {
    font-size: 50px;
    margin-top: 0px;
    padding-top: 38px;
    color: #054169;
    font-weight: 300 !important; }
  .neb-apr h2 {
    color: #054169;
    font-size: 24px !important;
    font-weight: 400 !important; }
  .neb-apr p {
    font-weight: 400;
    margin: 0 0 20px; }
  .neb-apr p + div, .neb-apr p + figure, .neb-apr p + table {
    margin-top: 20px; }
  .neb-apr p + .key-section.key-no-title {
    margin-top: 0px; }
  .neb-apr header.page-title {
    margin-bottom: 12px; }
  .neb-apr figure + .key-section > :first-child {
    margin-top: 0px; }
  .neb-apr .hero-image-container {
    margin-left: -15px;
    margin-right: -15px; }
    .neb-apr .hero-image-container img {
      width: 100%;
      max-width: inherit; }
  .neb-apr > section {
    padding-top: 0 !important; }
  .neb-apr section.entry-content.cf.col-md-10 {
    margin: 0 auto;
    float: none;
    padding-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .neb-apr section.entry-content.cf.col-md-10:first-child {
      padding-top: 0; }
  .neb-apr .empty-nav + section.entry-content.cf.col-md-10 {
    padding-top: 0; }
  .neb-apr .content_row.featured_section + .content_row.regular_section {
    margin-top: 40px; }
.content_row.regular_section ol {
    margin-bottom: 25px;
    padding-left: 20px; }
  .neb-apr .columns.col-md-12 {
    background: white;
    margin-bottom: 40px;
    padding: 40px !important;
    width: 100%;
    float: left; }
    @media only screen and (max-width: 768px) {
      .neb-apr .columns.col-md-12 {
        padding: 20px !important; } }
    .neb-apr .columns.col-md-12 > .columns {
      padding: 0px; }
    .neb-apr .columns.col-md-12 figure, .neb-apr .columns.col-md-12 table {
      margin-bottom: 0px;
      padding: 0px; }
    .neb-apr .columns.col-md-12 figure.figure + .content-row {
      margin-top: 40px; }
    .neb-apr .columns.col-md-12 .content-row.col-md-12 {
      margin-bottom: 40px; }
      .neb-apr .columns.col-md-12 .content-row.col-md-12:last-child {
        margin-bottom: 0px; }
    .neb-apr .columns.col-md-12 > :first-child {
      margin-top: 0px; }
    .neb-apr .columns.col-md-12 h2, .neb-apr .columns.col-md-12 h3, .neb-apr .columns.col-md-12 h4, .neb-apr .columns.col-md-12 h5, .neb-apr .columns.col-md-12 h6 {
      color: #134971; }
  .neb-apr img.figure-image {
    width: 100%;
    margin: 10px 0px 20px; }
  .neb-apr figure.figure + figure.figure {
    margin-top: 40px; }
  .neb-apr .regular-block .content-container .copy-container {
    font-weight: 400; }
  .neb-apr .entry-content-post {
    margin: 0 auto 25px !important;
    float: none;
    padding: 0px 30px !important; }
  .neb-apr .home-content {
    margin-top: 0px !important;
    padding-top: 5% !important;
    width: 100% !important; }
    .neb-apr .home-content h1 {
      font-size: 52px;
      color: #42464b;
      font-weight: 100;
      margin-bottom: 25px;
      font-weight: 300; }
    .neb-apr .home-content p {
      margin-bottom: 0px; }
    .neb-apr .home-content .home-banner {
      max-width: none !important;
      margin-bottom: 5%;
      width: 100%; }
      @media (min-width: 982px) {
        .neb-apr .home-content .home-banner {
          width: calc(100% + 30px);
          margin-left: -15px;
          margin-right: -15px; } }
    .neb-apr .home-content + nav ul.col-md-12 {
      margin-top: 0px !important;
      margin-bottom: 80px !important; }
  .neb-apr .section-title {
    font-weight: 500;
    font-size: 22px; }
  .neb-apr a.read-more {
    font-weight: 400; }
    .neb-apr a.read-more .fas {
      color: #ffbe4b; }
  .neb-apr .table {
    width: 100%;
    max-width: 100%;
    margin: 20px 0px 40px;
    float: left; }
    .neb-apr .table table {
      width: 100%; }
      .neb-apr .table table tr {
        border-bottom: 1px solid #ccc; }
        .neb-apr .table table tr:first-child td, .neb-apr .table table tr:first-child th {
          font-weight: bold !important; }
          .neb-apr .table table tr:first-child td strong, .neb-apr .table table tr:first-child th strong {
            font-weight: bold !important; }
        .neb-apr .table table tr td, .neb-apr .table table tr th {
          padding: 5px 0px; }
          .neb-apr .table table tr td:first-child, .neb-apr .table table tr th:first-child {
            font-weight: bold; }
      .neb-apr .table table.columns-3 td {
        width: 25%;
        padding: 5px 0px;
        font-weight: normal; }
        .neb-apr .table table.columns-3 td strong {
          font-weight: normal; }
        .neb-apr .table table.columns-3 td:first-child {
          width: 50%; }
    .neb-apr .table span.table-title {
      padding: 5px 10px;
      float: left;
      width: 100%;
      background: #054169;
      color: white; }
      .neb-apr .table span.table-title + img.figure-image {
        margin-top: 0px; }
  @media (max-width: 992px) {
    .neb-apr nav.footer-nav {
      width: calc(100% + 15px); } }
  @media only screen and (max-width: 960px) {
    .neb-apr .content-row.col-md-12 {
      float: left;
      width: 100%; }
    .neb-apr button.menu-toggle {
      background: transparent;
      border: transparent;
      color: white;
      text-align: left;
      padding: 10px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .neb-apr button.menu-toggle:focus {
        outline: 0px; }
      .neb-apr button.menu-toggle img {
        width: 14px;
        margin-top: -3px;
        margin-right: 5px; }
    .neb-apr nav.page-nav.mobile-navigation.fixed-header {
      padding: 0px !important;
      background: linear-gradient(0deg, #ffbe4b 25%, #efac35 100%); }
      .neb-apr nav.page-nav.mobile-navigation.fixed-header li.menu-link {
        border-bottom: 1px solid #c58d29; }
        .neb-apr nav.page-nav.mobile-navigation.fixed-header li.menu-link:nth-child(odd) {
          border-right: 1px solid #c58d29; }
        .neb-apr nav.page-nav.mobile-navigation.fixed-header li.menu-link:after {
          visibility: hidden; }
    .neb-apr button.menu-link.back-top {
      padding: 10px 5px !important;
      position: absolute;
      right: 7.5px;
      float: right;
      text-align: right;
      top: 0px;
      height: 44px; }
      .neb-apr button.menu-link.back-top a {
        float: right;
        height: 100%; }
        .neb-apr button.menu-link.back-top a svg {
          width: 18px !important; } }
  @media (min-width: 700px) {
    .neb-apr span.table-point {
      display: none; } }
  @media (max-width: 700px) {
    .neb-apr .table table tr {
      background: white;
      display: block;
      border-bottom: 0px;
      width: 100%;
      float: left;
      border-right: 1px solid #ccc; }
      .neb-apr .table table tr:first-child {
        display: none; }
      .neb-apr .table table tr:nth-child(even) {
        background: #f9f9f9;
        border-left: 2px solid #333; }
      .neb-apr .table table tr:nth-child(odd) {
        border-left: 2px solid #0774bb; }
      .neb-apr .table table tr td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc; } }
    @media (max-width: 700px) and (max-width: 500px) {
      .neb-apr .table table tr td {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 700px) and (max-width: 500px) {
      .neb-apr .table table tr td {
        padding: 10px 15px; } }
  @media (max-width: 700px) {
        .neb-apr .table table tr td strong {
          font-weight: normal; }
        .neb-apr .table table tr td span {
          width: 50%;
          float: left;
          font-weight: 600;
          line-height: 1.4;
          display: block; }
          .neb-apr .table table tr td span:empty {
            display: none; }
          .neb-apr .table table tr td span strong {
            display: inline-block;
            font-weight: bold; }
            .neb-apr .table table tr td span strong + strong {
              margin-left: 5px; } }
      @media (max-width: 700px) and (max-width: 500px) {
        .neb-apr .table table tr td span {
          width: 100%;
          font-size: 14px;
          margin-bottom: 2.5px; } }
  @media (max-width: 700px) {
    .neb-apr nav.regular-navigation ul {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .neb-apr nav.regular-navigation ul li {
        width: 50%;
        float: left;
        flex: none; } }
    @media (max-width: 700px) and (max-width: 500px) {
      .neb-apr nav.regular-navigation ul li {
        width: 100%; } }
  @media (max-width: 700px) {
        .neb-apr nav.regular-navigation ul li a.anchor {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: reverse;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row-reverse;
          -moz-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          min-height: 60px; }
          .neb-apr nav.regular-navigation ul li a.anchor figure.menu-link-image {
            width: 25%; }
          .neb-apr nav.regular-navigation ul li a.anchor .menu-link-name {
            width: 75%;
            font-size: 14px;
            background: linear-gradient(0deg, #ffbe4b 50%, #efac35 100%); } }
  @media screen and (max-width: 782px) {
    .neb-apr {
      padding: 0px; }
      .neb-apr nav.mobile-navigation.fixed-header {
        top: 0 !important; } }
  @media (max-width: 768px) {
    .neb-apr .key-section.key-trends ul {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .neb-apr .key-section.key-trends ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 3px; }
    .neb-apr nav.footer-nav div > ul.main-nav {
      width: 100%;
      padding: 30px !important; }
      .neb-apr nav.footer-nav div > ul.main-nav > li {
        margin-bottom: 20px; }
      .neb-apr nav.footer-nav div > ul.main-nav li {
        margin-right: 0;
        width: 100%; }
    .neb-apr nav.footer-nav div .extra-footer-links {
      width: 100%;
      padding: 0 20px !important;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .neb-apr nav.footer-nav div .extra-footer-links li {
        width: 100% !important; }
      .neb-apr nav.footer-nav div .extra-footer-links li + li {
        margin-top: 10px; } }

@keyframes arrowup {
  0% {
    top: -0; }
  50% {
    top: -5px; }
  65% {
    top: -7px; }
  75% {
    top: 2px; }
  82.5% {
    top: -3px; }
  90% {
    top: -5px; }
  100% {
    top: -0; } }
