/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
.sr-only {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  padding: 0;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: black;
  background: white; }

.offscreen {
  position: absolute;
  top: -9999px;
  top: -624.9375rem;
  left: -9999px;
  left: -624.9375rem; }

.hide {
  display: none; }

.show {
  display: initial; }

.invisible {
  visibility: hidden; }

.clear {
  display: block;
  clear: both; }

.clear-after:after {
  display: table;
  clear: both;
  content: ''; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media (orientation: landscape) {
  .show-landscape {
    display: block; } }

@media (orientation: portrait) {
  .show-landscape {
    display: none; } }

@media (orientation: portrait) {
  .show-portrait {
    display: block; } }

@media (orientation: landscape) {
  .show-portrait {
    display: none; } }

@media (orientation: landscape) {
  .hide-landscape {
    display: none; } }

@media (orientation: portrait) {
  .hide-landscape {
    display: block; } }

@media (orientation: portrait) {
  .hide-portrait {
    display: none; } }

@media (orientation: landscape) {
  .hide-portrait {
    display: block; } }

@media (min-width: 641px) {
  .show-small-only {
    display: none; } }

@media (min-width: 0) and (max-width: 640px) {
  .show-medium-only {
    display: none; } }

@media (min-width: 1025px) {
  .show-medium-only {
    display: none; } }

.show-large-only {
  display: none; }
  @media (min-width: 1025px) and (max-width: 1250px) {
    .show-large-only {
      display: block; } }
  @media (min-width: 1251px) {
    .show-large-only {
      display: none; } }

.show-xlarge-only {
  display: none; }
  @media (min-width: 1251px) and (max-width: 1650px) {
    .show-xlarge-only {
      display: block; } }
  @media (min-width: 1651px) {
    .show-xlarge-only {
      display: none; } }

.show-xxlarge-only {
  display: none; }
  @media (min-width: 1651px) {
    .show-xxlarge-only {
      display: none; } }

.show-medium-up {
  display: none; }
  @media (min-width: 641px) {
    .show-medium-up {
      display: block; } }

.show-large-up {
  display: none; }
  @media (min-width: 1025px) {
    .show-large-up {
      display: block; } }

.show-xlarge-up {
  display: none; }
  @media (min-width: 1251px) {
    .show-xlarge-up {
      display: block; } }

.show-xxlarge-up {
  display: none; }
  @media (min-width: 1651px) {
    .show-xxlarge-up {
      display: block; } }

@media (min-width: 0) and (max-width: 640px) {
  .hide-small-only {
    display: none; } }

@media (min-width: 641px) and (max-width: 1024px) {
  .hide-medium-only {
    display: none; } }

@media (min-width: 1025px) and (max-width: 1250px) {
  .hide-large-only {
    display: none; } }

@media (min-width: 1251px) and (max-width: 1650px) {
  .hide-xlarge-only {
    display: none; } }

@media (min-width: 1651px) {
  .hide-xxlarge-only {
    display: none; } }

@media (min-width: 641px) {
  .hide-medium-up {
    display: none; } }

@media (min-width: 1025px) {
  .hide-large-up {
    display: none; } }

@media (min-width: 1251px) {
  .hide-xlarge-up {
    display: none; } }

@media (min-width: 1651px) {
  .hide-xxlarge-up {
    display: none; } }

.banners {
  height: 220px;
  height: 13.75rem;
  width: 100%; }
  @media (min-width: 1025px) {
    .banners {
      height: 500px;
      height: 31.25rem; } }
  .banners .banner {
    position: relative;
    height: 220px;
    height: 13.75rem;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/banner-sample-sm.png"); }
    @media (min-width: 1025px) {
      .banners .banner {
        height: 500px;
        height: 31.25rem; } }
    .banners .banner:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      content: '';
      background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%); }
  .banners .text {
    position: absolute;
    bottom: 55px;
    bottom: 3.4375rem;
    padding: 0 20px 0 20px;
    padding: 0 1.25rem 0 1.25rem;
    width: 100%; }
    @media (min-width: 1025px) {
      .banners .text {
        bottom: 95px;
        bottom: 5.9375rem;
        padding: 0 50px;
        padding: 0 3.125rem; } }
  .banners .heading {
    display: block;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-family: lato,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 29px;
    font-size: 2.25rem;
    line-height: 1.8125rem;
    letter-spacing: normal;
    text-transform: uppercase;
    color: white; }
    @media (min-width: 1025px) {
      .banners .heading {
        font-size: 70px;
        line-height: 55px;
        font-size: 4.375rem;
        line-height: 3.4375rem;
        letter-spacing: normal; } }
  .banners .caption {
    display: none; }
    @media (min-width: 1025px) {
      .banners .caption {
        display: block;
        margin-bottom: 50px;
        margin-bottom: 3.125rem;
        font-family: lato,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        line-height: 36px;
        font-size: 1.5rem;
        line-height: 2.25rem;
        letter-spacing: normal;
        color: white; } }
  .banners .btn-primary {
    display: block;
    margin: 0;
    padding: 8px 0;
    padding: 0.5rem 0;
    font-family: lato,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 16px;
    font-size: 0.9375rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    border: 1px solid #595959;
    border: 0.0625rem solid #595959;
    border-radius: 6px;
    border-radius: 0.375rem;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .banners .btn-primary {
        display: inline-block;
        padding: 12px 50px 14px;
        padding: 0.75rem 3.125rem 0.875rem; } }
    .banners .btn-primary:visited {
      color: white;
      border: 1px solid #595959;
      border: 0.0625rem solid #595959;
      background: transparent; }
    .banners .btn-primary:hover, .banners .btn-primary:active {
      border: 1px solid #d50032;
      border: 0.0625rem solid #d50032;
      background: #d50032; }
  .banners .banner-pager {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 0 20px;
    padding: 1.25rem 1.25rem 0 1.25rem;
    width: 100%;
    height: 55px;
    height: 3.4375rem;
    z-index: 110; }
    @media (min-width: 1025px) {
      .banners .banner-pager {
        padding: 0 50px 50px 50px;
        padding: 0 3.125rem 3.125rem 3.125rem; } }
    .banners .banner-pager span {
      cursor: pointer;
      display: inline-block;
      margin-right: 10px;
      margin-right: 0.625rem;
      width: 15px;
      width: 0.9375rem;
      height: 15px;
      height: 0.9375rem;
      border: 1px solid #595959;
      border: 0.0625rem solid #595959;
      border-radius: 50%; }
      @media (min-width: 1025px) {
        .banners .banner-pager span {
          width: 20px;
          width: 1.25rem;
          height: 20px;
          height: 1.25rem; } }
      .banners .banner-pager span:visited {
        border: 1px solid #595959;
        border: 0.0625rem solid #595959;
        background: transparent; }
      .banners .banner-pager span:hover, .banners .banner-pager span:focus {
        border: 1px solid #b1002b;
        border: 0.0625rem solid #b1002b;
        background: #b1002b; }
      .banners .banner-pager span.cycle-pager-active {
        background-color: #d50032;
        border-color: #d50032;
        border-radius: calc(50% + 1px);
        border-radius: calc(50% + 0.0625rem); }
        .banners .banner-pager span.cycle-pager-active:hover, .banners .banner-pager span.cycle-pager-active:focus {
          border: 1px solid #d50032;
          border: 0.0625rem solid #d50032;
          background: #d50032; }

.mission {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/our-mission-sm.jpg"); }
  @media (min-width: 1025px) {
    .mission {
      padding: 60px 0;
      padding: 3.75rem 0;
      overflow: hidden; }
      .mission > div {
        padding: 60px 0;
        padding: 3.75rem 0; } }
  .mission:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(213, 0, 50, 0.92);
    z-index: 1;
    content: ''; }
  .mission h2,
  .mission .content {
    position: relative;
    z-index: 2; }
  .mission h2 {
    margin: 0;
    padding: 32px 20px;
    padding: 2rem 1.25rem;
    font-family: lato,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    font-size: 1.875rem;
    line-height: 1.875rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: white;
    background: rgba(0, 0, 0, 0.18); }
    @media (min-width: 1025px) {
      .mission h2 {
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) skew(16deg);
            -ms-transform: translateY(-50%) skew(16deg);
                transform: translateY(-50%) skew(16deg);
        margin-left: -20px;
        margin-left: -1.25rem;
        padding: 0 50px 0 70px;
        padding: 0 3.125rem 0 4.375rem;
        width: 40vw;
        font-size: 30px;
        line-height: 130px;
        font-size: 1.875rem;
        line-height: 8.125rem;
        letter-spacing: 0.05em;
        white-space: nowrap; }
        .mission h2 span {
          -webkit-transform: skew(-16deg);
              -ms-transform: skew(-16deg);
                  transform: skew(-16deg); } }
    @media (min-width: 1251px) {
      .mission h2 {
        width: 32vw;
        max-width: 500px;
        max-width: 31.25rem; } }
  .mission .content {
    padding: 35px 20px;
    padding: 2.1875rem 1.25rem;
    font-size: 18px;
    line-height: 30px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: normal;
    color: white; }
    @media (min-width: 1025px) {
      .mission .content {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 0 50px 0 60px;
        padding: 0 3.125rem 0 3.75rem;
        width: 54vw; } }
    @media (min-width: 1251px) {
      .mission .content {
        width: 61vw;
        min-width: calc(100% - 500px);
        min-width: calc(100% - 31.25rem); } }
    .mission .content p,
    .mission .content ul,
    .mission .content ol {
      font-size: 18px;
      line-height: 30px;
      font-size: 1.125rem;
      line-height: 1.875rem;
      letter-spacing: normal;
      color: white; }
      .mission .content p:last-of-type,
      .mission .content ul:last-of-type,
      .mission .content ol:last-of-type {
        margin-bottom: 0; }
  .authenticated .mission .content {
    min-width: 0; }

.hp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 1025px) {
    .hp-section {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .hp-section .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 280px;
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 1025px) {
      .hp-section .img {
        height: auto; } }
  .hp-section .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 50px 20px 80px 20px;
    padding: 3.125rem 1.25rem 5rem 1.25rem;
    width: 100%; }
    @media (min-width: 1025px) {
      .hp-section .content {
        padding: 100px 50px;
        padding: 6.25rem 3.125rem; } }
    .hp-section .content h2 {
      margin: 0;
      padding: 0;
      font-family: lato,sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      font-size: 1.875rem;
      line-height: 1.875rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #d50032; }
    .hp-section .content p,
    .hp-section .content ul,
    .hp-section .content ol {
      font-size: 18px;
      line-height: 30px;
      font-size: 1.125rem;
      line-height: 1.875rem;
      letter-spacing: normal;
      color: #1a1a1a; }
      .hp-section .content p:last-of-type,
      .hp-section .content ul:last-of-type,
      .hp-section .content ol:last-of-type {
        margin-bottom: 0; }
    .hp-section .content .btn-primary {
      display: block;
      margin: 0;
      padding: 13px 0 15px 0;
      padding: 0.8125rem 0 0.9375rem 0;
      font-family: lato,sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 15px;
      line-height: 5px;
      font-size: 0.9375rem;
      line-height: 0.3125rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      color: black;
      border: 1px solid #bfbfbf;
      border: 0.0625rem solid #bfbfbf;
      border-radius: 6px;
      border-radius: 0.375rem; }
      @media (min-width: 1025px) {
        .hp-section .content .btn-primary {
          display: inline-block;
          padding-left: 46px;
          padding-left: 2.875rem;
          padding-right: 46px;
          padding-right: 2.875rem; } }
      .hp-section .content .btn-primary:visited {
        color: black; }
      .hp-section .content .btn-primary:hover, .hp-section .content .btn-primary:focus {
        color: #d50032; }
  @media (min-width: 1025px) {
    .hp-section .img {
      width: 50%; }
    .hp-section .content {
      width: 50%; }
    .hp-section:nth-child(2n+1) .img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .hp-section:nth-child(2n+1) .content {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .hp-section:nth-child(2n+2) .img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .hp-section:nth-child(2n+2) .content {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .hp-section.terminal .img {
    background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/terminal-finder-sm.jpg"); }
    @media (min-width: 641px) {
      .hp-section.terminal .img {
        background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/terminal-finder-lg.jpg"); } }
  .hp-section.carbon .img {
    background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/carbon-indigo-sm.png");
    background-size: 420px;
    background-size: 26.25rem; }
    @media (min-width: 641px) {
      .hp-section.carbon .img {
        background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/carbon-indigo-lg.png");
        background-size: 500px;
        background-size: 31.25rem; } }
  .hp-section.find .img {
    background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/find-rep-sm.jpg"); }
    @media (min-width: 641px) {
      .hp-section.find .img {
        background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/find-rep-lg.jpg"); } }

.subfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1025px) {
    .subfooter {
      border-top: 2px solid white;
      border-top: 0.125rem solid white; } }

.careers-section {
  background-color: #323232;
  width: 100%; }
  @media (min-width: 1025px) {
    .careers-section {
      width: calc(100% - 500px);
      width: calc(100% - 31.25rem); } }
  .careers-section .img {
    background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/bg-careers.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 310px;
    min-height: 19.375rem; }
  .careers-section .content {
    padding: 50px 20px 80px 20px;
    padding: 3.125rem 1.25rem 5rem 1.25rem;
    width: 100%; }
    @media (min-width: 1025px) {
      .careers-section .content {
        padding: 50px;
        padding: 3.125rem; } }
    .careers-section .content h2 {
      margin: 0;
      padding: 0;
      font-family: lato,sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      font-size: 1.875rem;
      line-height: 1.875rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ffffff; }
    .careers-section .content p,
    .careers-section .content ul,
    .careers-section .content ol {
      font-size: 18px;
      line-height: 30px;
      font-size: 1.125rem;
      line-height: 1.875rem;
      letter-spacing: normal;
      color: #ffffff; }
      .careers-section .content p:last-of-type,
      .careers-section .content ul:last-of-type,
      .careers-section .content ol:last-of-type {
        margin-bottom: 0; }
    .careers-section .content .btn-primary {
      display: block;
      margin: 0;
      padding: 13px 0 15px 0;
      padding: 0.8125rem 0 0.9375rem 0;
      font-family: lato,sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 15px;
      line-height: 5px;
      font-size: 0.9375rem;
      line-height: 0.3125rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      border: 1px solid #5c5c5c;
      border: 0.0625rem solid #5c5c5c;
      border-radius: 6px;
      border-radius: 0.375rem; }
      @media (min-width: 1025px) {
        .careers-section .content .btn-primary {
          display: inline-block;
          padding-left: 46px;
          padding-left: 2.875rem;
          padding-right: 46px;
          padding-right: 2.875rem; } }
      .careers-section .content .btn-primary:visited {
        color: #ffffff; }
      .careers-section .content .btn-primary:hover, .careers-section .content .btn-primary:focus {
        color: #ffb126; }

.news-section {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  background: #f5f6f7;
  border-bottom: 1px solid #eaedf0;
  border-bottom: 0.0625rem solid #eaedf0; }
  @media (min-width: 1025px) {
    .news-section {
      margin-right: 2px;
      margin-right: 0.125rem;
      width: calc(100vw - 502px);
      width: calc(100vw - 31.375rem);
      border-right: 1px solid #eaedf0;
      border-right: 0.0625rem solid #eaedf0; } }
  .news-section .heading {
    position: relative;
    margin: 0;
    padding: 0 20px;
    padding: 0 1.25rem;
    height: 150px;
    height: 9.375rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("/Portals/_default/Skins/Growmark/assets/dist/images/sb-banner-lg.jpg"); }
    @media (min-width: 1025px) {
      .news-section .heading {
        padding: 0 50px;
        padding: 0 3.125rem;
        height: 200px;
        height: 12.5rem; } }
    .news-section .heading:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55);
      content: ''; }
    .news-section .heading h2 {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      padding: 0;
      font-family: lato,sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      font-size: 1.875rem;
      line-height: 1.875rem;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      color: white; }
  .news-section article {
    padding: 20px 30px 60px 20px;
    padding: 1.25rem 1.875rem 3.75rem 1.25rem; }
    @media (min-width: 1025px) {
      .news-section article {
        padding: 40px 50px 60px 50px;
        padding: 2.5rem 3.125rem 3.75rem 3.125rem; } }
    .news-section article h3 {
      margin: 0 0 5px 0;
      margin: 0 0 0.3125rem 0;
      padding: 0;
      font-family: lato,sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 24px;
      line-height: 30px;
      font-size: 1.5rem;
      line-height: 1.875rem;
      letter-spacing: normal;
      color: #d50032; }
      .news-section article h3 a {
        text-decoration: none;
        color: #d50032; }
        .news-section article h3 a:visited {
          color: #d50032; }
        .news-section article h3 a:hover, .news-section article h3 a:focus {
          text-decoration: none;
          color: black;
          border-bottom: 1px solid #bfbfbf;
          border-bottom: 0.0625rem solid #bfbfbf; }
    .news-section article time {
      display: block;
      margin: 0 0 5px 0;
      margin: 0 0 0.3125rem 0;
      font-family: lato,sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 15px;
      line-height: 24px;
      font-size: 0.9375rem;
      line-height: 1.5rem;
      letter-spacing: normal; }
    .news-section article .summary {
      font-family: lato,sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 18px;
      line-height: 30px;
      font-size: 1.125rem;
      line-height: 1.875rem;
      letter-spacing: normal; }
      .news-section article .summary p,
      .news-section article .summary ul,
      .news-section article .summary ol {
        font-family: lato,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 30px;
        font-size: 1.125rem;
        line-height: 1.875rem;
        letter-spacing: normal; }
    .news-section article .read-more,
    .news-section article .view-all {
      display: inline-block;
      font-family: lato,sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 15px;
      line-height: 15px;
      font-size: 0.9375rem;
      line-height: 0.9375rem;
      letter-spacing: normal;
      color: #d50032;
      text-decoration: none; }
      .news-section article .read-more:visited,
      .news-section article .view-all:visited {
        color: #d50032; }
      .news-section article .read-more:hover, .news-section article .read-more:focus,
      .news-section article .view-all:hover,
      .news-section article .view-all:focus {
        text-decoration: none;
        color: black;
        border-bottom: 1px solid #bfbfbf;
        border-bottom: 0.0625rem solid #bfbfbf; }
    .news-section article .view-all {
      position: relative;
      margin-left: 20px;
      margin-left: 1.25rem; }
      .news-section article .view-all:before {
        position: absolute;
        left: -10px;
        left: -0.625rem;
        top: 0;
        height: 100%;
        width: 1px;
        width: 0.0625rem;
        background: #bfbfbf;
        content: ''; }

.fb-page {
  display: none; }
  @media (min-width: 1025px) {
    .fb-page {
      display: block;
      margin-bottom: 2px;
      margin-bottom: 0.125rem;
      width: 500px;
      width: 31.25rem; } }
  .fb-page.fb_iframe_widget span,
  .fb-page.fb_iframe_widget iframe {
    width: 100% !important;
    height: 100% !important; }

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