﻿.picture-margin {
	margin: 15px;
}

.ef-h2 {
	font-size: 1.4em;
}

.ef-p {
	font-weight: 400;
}

.ef-highlights-h2 {
	font-size: 28px;
}

.panel-data {
	border-color: #dddddd;
}

.ef2023-chapter-icon {
	margin: 0; 
	position: absolute; 
	top: calc(50% - 40px); 
	left: 50%; 
	transform: translate(-50%, -50%);
}

.ef2023-chapter-header {
	background-color: white;
	width: 100%;
	line-height: 3em;
}

.ef2023-scope {
	background-color: #FCE044;
	height: 250px;
}

.ef2023-scope-toc {
	background-color: white; 
	border-top: 5px solid #FCE044; 
	padding: 20px 30px;
}

.ef2023-scope-quote {
	border-left: 5px solid #FCE044; 
	padding-left: 20px;
}

.ef2023-scope-well {
	background-color: #fffdf1;
	border: 1px solid #FCE044;
}

.ef2023-scope-table {
	background-color: #fded90 !important;
}

.ef2023-results-scope-shade {
	background-color: #fffdf1;
}

.ef2023-results {
	background-color: #39C9AD;
	height: 250px;
}

.ef2023-results-toc {
	background-color: white; 
	border-top: 5px solid #39C9AD; 
	padding: 20px 30px;
}

.ef-data-box {
	padding: 20px 30px;
}

.ef2023-results-table {
	color: black;
	background-color: #83ddcb !important;
}

.ef2023-results-table-white {
	color: black;
	background-color: white !important;
}

.ef2023-results-table-shade {
	background-color: #ddf6f1;
}

.ef2023-results-table2 {
	border: 1px solid black;
}

.ef2023-results-panel {
	border-color: #39c9ad;
}

.ef2023-results-panel-header {
	color: black !important;
	background-color: #83ddcb !important;
	border-color: #39c9ad !important;
}

.ef2023-results-well {
	background-color: #ddf6f1;
	border: 1px solid #39c9ad;
}

.ef2023-viz-links {
	padding: 30px 20px;
}

.btn-results {
	background-color: #1e6d5d;
	border-color: #1e6d5d;
	color: white;
}

.btn-results:visited {
	color: white;
}

.btn-results:hover {
	color: white;
}

.ef2023-about {
	background-color: #0073E6;
	height: 250px;
}

.ef2023-about-toc {
	background-color: white; 
	border-top: 5px solid #0073E6; 
	padding: 20px 30px;
}

.ef2023-appendices {
	background-color: #c9b6ff;
	height: 250px;
}

.ef2023-appendices-toc {
	background-color: white; 
	border-top: 5px solid #c9b6ff; 
	padding: 20px 30px;
}

.ef2023-appendices-table {
	background-color: #cad8f9 !important;
}

.ef2023-appendices-shade {
	background-color: #e2eafc;
}

.ef2023-appendices-panel {
	border-color: #c9b6ff;
}

.ef2023-appendices-panel-header {
	color: black !important;
	background-color: #cad8f9 !important;
	border-color: #c9b6ff !important;
}

.ef2023-highlights-video {
	background-color: white; 
	border-left: 5px solid #FED38A;
}

.ef2023-youtube-embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	padding: 0px 15px;
	border: 0px;
}

.ef2023-highlights-viz {
	background-color: white; 
	border-left: 5px solid #B0E0F3;
}

.ef2023-highlights-panel {
	padding: 35px 25px 35px 15px !important;
}

.purple-panel {
	border-color: #690B05;
}

.purple-panel>.panel-heading {
	color: #fff;
    background-color: #690B05;
    border-color: #690B05;
}

.no-underline {
	text-decoration: none;
}

.no-underline:visited {
	color: #7834bc;
}

.custom-panel-padding {
	padding: 50px 50px 38px;
}

.empty-line {
	visibility: hidden;
}

.pipeline-flow-icon {
	margin-top: -10px !important;
	border-top-left-radius: 5px;
	margin-left: -1px;
}

.pipeline-gas-flow-title {
	border-bottom: 10px solid #890038;
	padding-bottom: 15px;
}

.pipeline-oil-flow-title {
	border-bottom: 10px solid #FF821E;
	padding-bottom: 15px;
}

.pipeline-flow-title-icon {
	width: 70px;
	position: absolute;
	top: 34px;
	bottom: auto;
	right: 15px;
	left: auto;
}

.panel-pipeline-gas {
	border-top: 10px solid #890038;
}

.btn-pipeline-gas {
    background-color: #890038;
    border-color: #3D3503;
	color: white;
	width: 50%;
}

.btn-pipeline-gas:visited, .btn-pipeline-gas:hover {
	color: white !important;
}

.panel-pipeline-oil {
	border-top: 10px solid #FF821E;
}

.btn-pipeline-oil {
    background-color: #FF821E;
    border-color: #3D3503;
	color: white;
	width: 50%;
}

.btn-pipeline-oil:visited, .btn-pipeline-oil:hover {
	color: white !important;
}

.interactive-map-iframe {
	width: 100%;
	height: 600px;
	border: 1px solid #ddd;
}

.embed-container {
	position: relative; height: 650px;
} 

.embed-container iframe, .embed-container object, .embed-container iframe {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
} 

small {
	position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;
}

.check-list {
	list-style: none;
}

.check-list li:before {
	content: '✓ ';
}

.center-button {
	text-align: center;
}

.full-width-button {
	width: 100%;
}

.navy-dropdown {
	background-color: #054169 !important;
	color: white !important;
}

.landing-box {
    padding: 50px 80px;
}

.button-link {
    text-decoration: none !important;
}

.ef2023-list>li {
    margin-bottom: 10px;
    line-height: 45px;
}

.custom-margin {
  margin-bottom: 0;
}

.custom-margin-right {
	margin-right: 25px;
}

.custom-margin-left {
	margin-left: 25px;
}

.custom-margin-top {
	margin-top: 0px !important;
}

.custom-button-text {
    font-size: 20px; 
    padding: 15px 30px;
}

.relative-position {
    position: relative;
}

.white-background {
  background: #ffffff;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.padding-top {
	padding-top: 40px !important;
}

.padding-top-small {
	padding-top: 15px !important;
}

.padding-top-md {
	padding-top: 25px !important;
}

.padding-left-medium {
	padding-left: 30px !important;
}

.padding-left-small {
	padding-left: 15px !important;
}

.padding-left-xs {
	padding-left: 5px !important;
}

.padding-right-md {
	padding-right: 25px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.ef2023-line-height {
	line-height: 1.5em !important;
}

.image-overlay {
	height: 190px; 
	width: 1200px; 
	object-fit: none;
}

.image-container {
	height: 192px;
}

.custom-flex {
  display: flex; 
  grid-template-columns: 2fr 2fr; 
  grid-gap: 20px; 
  padding: 15px 0;
}

.custom-padding {
    padding: 40px;
}

.custom-padding-lg {
    padding: 30px;
}

.extra-bullet {
    list-style-type: circle;
}

.custom-margin {
  margin-bottom: 0;
}

.custom-margin-bottom {
  margin-bottom: 25px;
}

.no-float {
  float: none !important;
}

.h2-custom {
    font-size: 28px;
}

.h2-padding {
    padding: 20px;
}

.kf-border {
    border-left-width: 5px; 
    padding-left: 20px; 
    border-color: #243850;
}

.a-custom {
    font-size: 17px;
}

.mobile-margin-bottom {
  margin-bottom: 0px;
}

.no-bullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.icon-space {
  padding-left: 60px;
}

.no-padding {
  padding: 0px;
}

.yellow-background {
  background: #ffbe4b;
  margin-right: 10px;
}

.blue-background {
  background: #134971;
  margin-right: 10px;
}

#vidbutton {
  z-index: 3;
}

.vid-text-overlay {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  background-color: #26374a;
  float: left;
  width: 500px;
  height: 270px;
  padding-left: 30px;
  padding-right: 30px;
}

.vid-overlay {
  position: absolute; 
  min-height: 100%; 
  width: 1200px; 
  height: auto; 
  opacity: 0.5; 
  z-index: 0;
}

.heroviz {
  position: relative;
  min-height: 250px; 
  height: auto !important; 
  height: 250px; 
  width: 100%; 
  overflow: hidden; 
  border: 1px solid #ddd;
}

.ef2023-heroviz {
  position: relative;
  min-height: 325px; 
  height: auto !important; 
  height: 250px; 
  width: 100%; 
  overflow: hidden; 
  border: 1px solid #ddd;
}

.ef2023-heroviz-fra {
  position: relative;
  min-height: 400px; 
  height: auto !important; 
  height: 250px; 
  width: 100%; 
  overflow: hidden; 
  border: 1px solid #ddd;
}

.ef2023-vid-overlay {
  position: absolute; 
  min-height: 100%; 
  width: 700px; 
  height: auto; 
  object-fit: cover;
  opacity: 0.5; 
  z-index: 0;
}

@media only screen and (max-width: 768px) {
    .btn-group-justified>.btn, .btn-group-justified>.btn-group {
        display: table-cell;
        float: left;
        width: 100%;
    }

    .whats-new {
        float: none !important;
        margin-bottom: 40px;
    }

    .custom-flex {
      display: block;
      padding: 15px;
    }

    .mobile-margin-bottom {
      margin-bottom: 15px;
    }

    .text {
      margin: 30px;
      background-color: #26374a;
      width: auto !important;
      height: auto !important;
      float: left;
      padding: 0 30px 30px 30px;
    }
	
	.ef-highlights-mobile{
		display: none;
	}
}

/* IMPORTED FROM cer-report.css from Victor's work for FOOTER */

@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: "Noto Sans",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;
    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 {
        padding: 10px 30px; }
    .neb-apr nav.footer-nav div > ul.main-nav {
      margin: 0 auto; }
      .neb-apr nav.footer-nav div > ul.main-nav > li {
        padding-bottom: 10px;
        padding-top: 2px; }
        
        @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%;
        
        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; }
.sub-menu {
	list-style-type: circle;
}
  .neb-apr nav.mobile-navigation {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: -100px;
    background: #26374a;
    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;
        color: black;
         }
        .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;
       }
      .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;
             } }
  @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; } }

/* IMPORTED FROM og-cer-report.css from Victor's work for FOOTER */

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
.neb-apr {
    background-size: contain !important;
    font-family: inherit;
    line-height: 24px;
    float: left;
    width: 100%; }
    .neb-apr > .row {
      margin: 0 auto;
      width: 100%;
      display: block; }
    .neb-apr > .row > .entry-content.cf > .regular-row {
      margin-bottom: 0px !important; }
    .neb-apr ul li > ul {
      margin-top: 2%; }
    .neb-apr ol {
      margin-bottom: 25px; }
      .neb-apr ol li {
        float: left;
        width: 100%;}
    .neb-apr nav[role="navigation"] ul .sub-menu li a {
      border-bottom: 0px;
      font-weight: inherit;
      color: inherit; }
    .neb-apr p img {
      width: unset !important;
      max-width: 100%; }
      .neb-apr p img.alignright {
        float: right !important;
        padding: 0px 0px 20px 20px; }
      .neb-apr p img.alignleft {
        float: left !important;
        padding: 10px 20px 20px 0px; }
    .neb-apr img {
      max-width: 1100px;
      height: auto; }
    .neb-apr .screen-hide {
      height: 1px;
      width: 1px;
      position: absolute;
      overflow: hidden;
      top: -10px; }
    .neb-apr nav ul a {
      text-decoration: none; }
    .neb-apr nav ul.main-nav {
      margin: 0 auto;
      list-style: none;
      list-style-image: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .neb-apr nav ul li {
      float: left; }
      .neb-apr nav ul li.parent > a {
        line-height: 120%;
        width: 100%;
        float: left;
        padding-top: 10px;
        margin-bottom: 5px;
        border-bottom: 0px !important; }
      .neb-apr nav ul li.child { }
        .neb-apr nav ul li.child.active a {
          color: #208de1; }
        .neb-apr nav ul li.child a {
          font-size: 14px;
      list-style-type: circle !important; }
    .neb-apr nav ul .sub-menu {
      float: left;
      width: 100%;
      padding-left: 0px; }
      .neb-apr nav ul .sub-menu li {display: list-item;
      list-style-type: disc;
        float: left;
        width: 100%; }
        .neb-apr nav ul .sub-menu li a {
          color: #666;
          line-height: 120%;
          margin-bottom: 5px; }
    .neb-apr .regular-block {
      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;
      min-height: 300px;
      height: 200px;
      padding-left: 0px;
      margin: 0 auto 5%;
      float: none;
      vertical-align: middle;
      background: #f8f8f8;
      border: 1px solid white;
      box-shadow: 0px 0px 30px #ddd; }
      .neb-apr .regular-block:nth-child(odd) {
        -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;
        padding-left: inherit;
        padding-right: 0px; }
      .neb-apr .regular-block .image-container {
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        background: #eee;
        position: relative; }
        .neb-apr .regular-block .image-container figure {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-size: cover; }
      .neb-apr .regular-block .content-container {
        padding: 2.5%;
        display: table-cell;
        vertical-align: middle; }
        .neb-apr .regular-block .content-container h2 {
          font-weight: 400;
          text-decoration: none;
          margin-top: 0px; }
        .neb-apr .regular-block .content-container .copy-container {
          font-weight: 300; }
    .neb-apr .row.col-md-12 {
      padding: 0px;
      margin: 0px 0px 5%;
      max-width: 100%;
      width: 100%;
      float: left; }
    .neb-apr .home-content.col-md-10 {
      float: none !important;
      margin: 15% auto 5%;
      padding: 15% 0px 0px;
      display: table; }
      .neb-apr .home-content.col-md-10 h1 span {
        float: left;
        font-size: 26px;
        width: 100%;
        color: black; }
      .neb-apr .home-content.col-md-10 p {
        font-size: 20px;
        line-height: 34px;
        padding-left: 0px; }
    .neb-apr a.read-more {
      font-size: 115%;
      margin-top: 10px;
      display: block;
      float: left; }
      .neb-apr a.read-more .fas {
        transition: all ease-in 0.125s; }
      .neb-apr a.read-more:hover .fas {
        transform: rotate(90deg); }
    .neb-apr .read-more-link {
      border: 2px solid #208de1;
      padding: 10px;
      float: left;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px !important;
      display: block; }
    @media screen and (max-width: 995px) {
      .neb-apr .regular-block {
        width: 90%;
        min-height: 400px; }
        .neb-apr .regular-block .image-container {
          width: 33.333%; }
        .neb-apr .regular-block .content-container {
          width: 66.667%; }
      .neb-apr .home-content {
        width: 90%; } }
    @media (max-width: 1200px) {
      .neb-apr .main-container {
        width: 100% !important; } }
    @media (max-width: 960px) {
      .neb-apr nav ul li.parent {
        width: 50%; } }
    @media (max-width: 800px) {
      .neb-apr nav ul li.parent {
        width: 100%; }
      .neb-apr ul.main-nav {
        padding: 0px !important; }
      .neb-apr h1#wb-cont {
        font-size: 40px; } }
    @media (max-width: 600px) {
      .neb-apr .regular-block.block-container.col-md-10 {
        flex-direction: column;
        padding-right: 0px; }
      .neb-apr .image-container.col-md-4 {
        width: 100% !important;
        height: 300px; }
      .neb-apr .content-container.col-md-8 {
        width: 100% !important;
        padding: 6% 4% !important; }
      .neb-apr .regular-block.block-container.col-md-10 {
        height: inherit; }
      .neb-apr nav ul li.parent {
        width: 100%; } }
  

