/******************************************************************
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-color: #eef1f2;
  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: 4%; }
    .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 {
      font-size: 18px;
      font-weight: 400;
      line-height: 120%;
      width: 100%;
      float: left;
      padding-top: 10px;
      margin-bottom: 5px;
      border-bottom: 0px !important; }
    .neb-apr nav ul li.child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      display: flex !important; }
      .neb-apr nav ul li.child.active a {
        color: #208de1; }
      .neb-apr nav ul li.child a {
        font-size: 13px; }
  .neb-apr nav ul .sub-menu {
    float: left;
    width: 100%;
    padding-left: 0px; }
    .neb-apr nav ul .sub-menu li {
      display: block;
      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%; } }
