﻿/*Color Variables*/
/*============= Global =============*/
body,
html {
  position: relative;
  background-color: #F7F7F7;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #333333; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:after,
*:before {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

img {
  max-width: 100%; }

section {
  font-family: "Univers LT W02 55 Roman", sans-serif;
  padding: 40px; }
  @media (max-width: 767px) {
    section {
      padding: 40px 20px; } }
  section.no-padding {
    padding: 0; }

.row {
  max-width: 1340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.btn,
a,
button {
  text-decoration: none;
  outline: none;
  -webkit-transition: background .2s;
  transition: background .2s;
  cursor: pointer; }
  .btn:focus, .btn:hover,
  a:focus,
  a:hover,
  button:focus,
  button:hover {
    text-decoration: none;
    outline: none; }

h1 {
  font-weight: 400; }

.h2,
h2 {
  font-size: 35px; }

p {
  font: 300 14px/22px 'Univers LT W02 55 Roman', sans-serif;
  color: #333333; }

a {
  color: #538300; }
  a:hover {
    color: #335000; }

li {
  font: 300 14px/22px 'Univers LT W02 55 Roman', sans-serif;
  color: #82898f; }

/*============= Buttons =============*/
.btn {
  border-radius: 30px;
  font: 300 12px/26px "Univers LT W02 55 Roman", sans-serif;
  padding: 2px 33px 0;
  color: #b4bcc3;
  border-color: #bbbdbe; }
  .btn:focus, .btn:hover {
    background: #374048;
    border-color: #374048;
    color: #fff; }

.btn-primary {
  border: none;
  background: "#F8BD18";
  color: #FFF;
  padding: 0 28px; }
  .btn-primary.btn-lg {
    padding: 0 85px;
    border-radius: 60px;
    font: 500 27px/72px "Univers LT W02 55 Roman", sans-serif;
    margin-bottom: 77px; }
    @media (max-width: 991px) {
      .btn-primary.btn-lg {
        padding: 0 70px;
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .btn-primary.btn-lg {
        padding: 0 65px; } }

.btn-warning {
  text-transform: uppercase;
  font: 500 16px/40px "Univers LT W02 55 Roman", sans-serif;
  padding: 0 35px;
  border-radius: 30px;
  color: #fff;
  border: none; }
  .btn-warning:focus, .btn-warning:hover {
    background: #374048;
    color: #fff; }
  .btn-warning.btn-lg {
    padding: 0 85px;
    border-radius: 60px;
    font: 500 27px/72px "Univers LT W02 55 Roman", sans-serif;
    margin-bottom: 77px; }
    @media (max-width: 991px) {
      .btn-warning.btn-lg {
        padding: 0 70px;
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .btn-warning.btn-lg {
        padding: 0 65px; } }
  @media (max-width: 991px) {
    .btn-warning {
      margin-bottom: 35px; } }

.btn-link {
  font: 300 15px/14px "Univers LT W02 55 Roman", sans-serif;
  border-bottom: 1px solid;
  text-decoration: none;
  color: #007eff;
  border-color: #a3c5ff; }

.btn-block {
  font: 600 19px/63px "Univers LT W02 55 Roman", sans-serif;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border-radius: 0;
  background: "#F8BD18";
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn-block.btn-rounded {
    border-radius: 4px;
    font: 600 26px/80px "Univers LT W02 55 Roman", sans-serif; }
    @media (max-width: 767px) {
      .btn-block.btn-rounded {
        font: 600 18px/60px "Univers LT W02 55 Roman", sans-serif; } }

/*
   Back to Top
   ----------- */
.back_to_top {
  display: none;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.back_to_top:hover {
  opacity: 0.5; }

.announcement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .announcement__item {
    margin: 0;
    padding: 20px;
    font-weight: 400;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .announcement__item a {
      color: #004959;
      text-decoration: underline; }
    .announcement__item p {
      font-weight: bold;
      font-size: 1em;
      margin: 0;
      color: #004959; }
    .announcement__item i {
      margin-right: 20px;
      font-size: 24px;
      width: 24px;
      min-width: 24px;
      text-indent: -1000px;
      background-size: 100%;
      background-position: center top;
      background-image: url("/images/cos-master/ui/home-alert.png");
      background-repeat: no-repeat; }
    .announcement__item--warning {
      font-weight: bold;
      background: #FFCE00;
      color: #004959; }

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #D1D4DB;
  position: relative;
  height: 540px; }
  @media (max-width: 1200px) {
    .banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 640px; } }
  @media (max-width: 1040px) {
    .banner {
      height: 940px; } }
  @media (max-width: 767px) {
    .banner {
      height: auto; } }
  .banner__slideshow {
    width: 75%;
    height: 100%;
    background: white;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    @media (max-width: 1200px) {
      .banner__slideshow {
        width: 100%;
        height: 100%; } }
    @media (max-width: 767px) {
      .banner__slideshow {
        height: auto; } }
    .banner__slideshow__pagination {
      padding: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      bottom: -40px;
      top: auto !important;
      width: 70%;
      left: 0; }
      @media (max-width: 1200px) {
        .banner__slideshow__pagination {
          bottom: auto !important;
          top: 470px !important;
          width: 100%; } }
      @media (max-width: 767px) {
        .banner__slideshow__pagination {
          position: relative;
          background: white;
          top: auto !important; } }
      .banner__slideshow__pagination .swiper-pagination-bullet {
        margin-right: 5px;
        width: 10px;
        height: 10px; }
        .banner__slideshow__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #6B7581; }
  .banner__links {
    width: 25%;
    background: white;
    border-left: 1px solid #eee;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1200px) {
      .banner__links {
        padding: 0 40px;
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media (max-width: 767px) {
      .banner__links {
        padding: 0 10px; } }
    .banner__links header h1 {
      font-family: "Univers LT W02 55 Roman", sans-serif;
      font-weight: 600;
      font-size: 25px;
      margin-bottom: 10px;
      color: #333333; }
    .banner__links ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (max-width: 767px) {
        .banner__links ul {
          margin: 0  -11px; } }
      .banner__links ul li {
        color: #333;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
        transition: background 0.3s ease-out, color 0.3s ease-out;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .banner__links ul li a {
          color: #5E6A71;
          padding: 20px 10px;
          display: block;
          width: 100%; }
          @media (max-width: 568px) {
            .banner__links ul li a {
              padding: 10px; } }
        .banner__links ul li:hover a {
          color: #538300; }
        .banner__links ul li img {
          width: 32px;
          margin: 0 5px 0 10px; }
        .banner__links ul li:not(:last-child) {
          border-bottom: 1px solid #D1D4DB; }
        .banner__links ul li:first-child {
          border-top: 1px solid #D1D4DB; }
      @media (max-width: 1200px) {
        .banner__links ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .banner__links ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            border-bottom: none !important;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: left;
            border: 1px solid #eee;
            border-bottom: 0;
            border-right: 0;
            font-size: 13px;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .banner__links ul li:first-child {
              border-color: #eee; }
            .banner__links ul li:last-child {
              border-right: 1px solid #eee; } }
      @media (max-width: 1040px) {
        .banner__links ul {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .banner__links ul li {
            border-right: 1px solid #eee;
            -webkit-flex-basis: -webkit-calc( 100% / 2);
            -ms-flex-preferred-size: calc( 100% / 2);
            flex-basis: calc( 100% / 2);
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 20px; }
            .ie11 .banner__links ul li {
              -webkit-flex-basis: 45%;
              -ms-flex-preferred-size: 45%;
              flex-basis: 45%; } }
      @media (max-width: 667px) {
        .banner__links ul li {
          border-right: 1px solid #eee;
          -webkit-flex-basis: -webkit-calc( 100% / 2);
          -ms-flex-preferred-size: calc( 100% / 2);
          flex-basis: calc( 100% / 2);
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 20px; }
          .ie11 .banner__links ul li {
            -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
            flex-basis: 45%; } }
      @media (max-width: 568px) {
        .banner__links ul li {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center; }
          .banner__links ul li img {
            margin-bottom: 0;
            margin-right: 0; } }

.swiper-container {
  width: 100%;
  height: 100%; }
  @media (max-width: 1200px) {
    .swiper-container {
      height: 500px; } }
  @media (max-width: 767px) {
    .swiper-container {
      height: auto; }
      .swiper-container .swiper-slide {
        display: block; }
        .swiper-container .swiper-slide .caption {
          margin-top: -10px;
          background: #538300; }
        .swiper-container .swiper-slide img {
          position: relative; } }

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%; }
  .swiper-slide .slide-image {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0; }
  .swiper-slide .caption {
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-height: 48%;
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    @media (max-width: 667px) and (orientation: portrait) {
      .swiper-slide .caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .swiper-slide .caption .description h3 {
          margin-top: 0; } }
    .swiper-slide .caption .description h3 {
      color: white;
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 1.75rem;
      margin-top: 16px; }
    .swiper-slide .caption .description p {
      margin-top: 0;
      color: white;
      padding-right: 50px; }
    .swiper-slide .caption button {
      border-radius: 4px;
      background: white;
      border: none;
      color: #538300;
      font-weight: 500;
      font-size: 0.8em;
      padding: 15px 20px;
      cursor: pointer;
      min-width: 95px; }
      .swiper-slide .caption button i {
        margin-left: 5px; }
      .swiper-slide .caption button:hover {
        background: #f2f2f2;
        color: #335000; }

.events {
  background: white;
  display: block;
  position: relative; }
  .events > h1 {
    font-family: 'UniversLTW01-57Condense 723821', sans-serif;
    font-weight: 400;
    color: #5E6A71;
    padding-bottom: 8px;
    font-size: 1.75rem;
    margin: 0 auto 30px 0;
    border-bottom: 3px solid #C1D72F;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .events .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 1000px) {
      .events .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.events-list-holder {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  font-family: "Univers LT W02 55 Roman", sans-serif;
  margin-left: 20px;
  background: #f7f7f7;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  .ie10 .events-list-holder {
    -webkit-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%; }
  @media (max-width: 1000px) {
    .events-list-holder {
      margin-left: 0px;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  .events-list-holder h2 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    text-transform: uppercase; }
  .events-list-holder .more {
    text-align: left;
    padding: 10px 0 0; }
    .events-list-holder .more a {
      font-weight: 600; }
      .events-list-holder .more a i {
        margin-left: 10px; }

.event-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .event-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 5px;
    border-bottom: 2px solid #e4e5e9;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 700px) {
      .event-list__item .img {
        display: none; }
      .event-list__item .details {
        padding-left: 0px !important; }
      .event-list__item .btn {
        padding-right: 0 !important; } }
    .event-list__item .img {
      -webkit-box-flex: 1;
      -webkit-flex: 1 25%;
      -ms-flex: 1 25%;
      flex: 1 25%;
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
    .event-list__item .details {
      -webkit-box-flex: 1;
      -webkit-flex: 1 70%;
      -ms-flex: 1 70%;
      flex: 1 70%;
      -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      padding: 0 20px;
      color: #333; }
      .ie10 .event-list__item .details {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
      .event-list__item .details .title {
        font-weight: 600;
        font-size: 16px;
        color: #538300; }
    .event-list__item .btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1 10%;
      -ms-flex: 1 10%;
      flex: 1 10%;
      -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      color: #538300;
      font-size: 30px; }
      .event-list__item .btn:hover, .event-list__item .btn:focus {
        background: none;
        border: none;
        color: #335000; }

.event {
  background: white;
  border: 1px solid #d1d4db;
  font-family: "Univers LT W02 55 Roman", sans-serif;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative; }
  .event:after {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none; }
  .event:hover:after {
    opacity: 1; }
  .event a {
    display: block; }
  .event > img {
    width: 100%; }
  @media (max-width: 1000px) {
    .event {
      margin-right: 0;
      margin-bottom: 20px;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .ie10 .event {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .event__date {
    font-weight: 100;
    color: #5E6A71;
    margin-bottom: 10px; }
  .event__title {
    font-weight: 400;
    font-size: 20px;
    color: #538300; }
    .event__title:hover {
      color: #335000; }
  .event__description {
    padding: 20px 30px; }

footer {
  background: #444444;
  padding: 40px; }
  @media (max-width: 767px) {
    footer {
      padding: 40px 20px; } }
  footer .link_rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .link_rows .column {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 20px;
      color: white; }
      @media (max-width: 1067px) {
        footer .link_rows .column {
          -webkit-box-flex: 1;
          -webkit-flex: 1 50%;
          -ms-flex: 1 50%;
          flex: 1 50%;
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
      @media (max-width: 800px) {
        footer .link_rows .column {
          -webkit-box-flex: 1 !important;
          -webkit-flex: 1 100% !important;
          -ms-flex: 1 100% !important;
          flex: 1 100% !important;
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
      @media (max-width: 900px) {
        footer .link_rows .column .logo {
          width: 40% !important;
          height: auto !important; } }
      footer .link_rows .column ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        footer .link_rows .column ul li {
          color: #eee;
          cursor: pointer; }
          footer .link_rows .column ul li:hover {
            text-decoration: underline; }
      footer .link_rows .column .logo {
        max-width: 170px;
        padding: 0; }
      footer .link_rows .column p {
        color: white; }
        footer .link_rows .column p.title {
          font-weight: 400;
          font-size: 20px; }
      footer .link_rows .column a {
        color: #fff;
        line-height: 26px; }
        footer .link_rows .column a:hover {
          text-decoration: underline; }
      @media (max-width: 800px) {
        footer .link_rows .column p.title {
          position: relative;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding-bottom: 10px;
          margin-bottom: 0;
          padding-left: 40px; }
          footer .link_rows .column p.title:after {
            content: " + ";
            font-size: 20px;
            color: white;
            display: block;
            position: absolute;
            left: 0px;
            top: 50%;
            -webkit-transform: translateY(-70%);
            -ms-transform: translateY(-70%);
            transform: translateY(-70%); }
          footer .link_rows .column p.title.active {
            margin-bottom: 10px; }
            footer .link_rows .column p.title.active:after {
              content: " - "; }
        footer .link_rows .column p.title + ul {
          display: none; }
        footer .link_rows .column p.title.active + ul {
          display: block; } }

.home > header {
  background-color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

#googleTranslateBox {
  padding: 10px;
  width: 100%;
  background: #666;
  color: #fff;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  font-size: .85em; }
  @media (max-width: 767px) {
    #googleTranslateBox {
      margin-left: 0; } }
  #googleTranslateBox h2 {
    font-family: 'Univers LT W01 65 Bold', Helvetica, Arial, sans-serif;
    font-size: 1.75em; }

#googleTranslateBox p {
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 24px;
  line-height: 20px; }

#googleTranslateBox p a {
  margin: 0px;
  display: inline;
  padding: 0px;
  background: transparent;
  text-decoration: underline;
  color: #a4e2ff; }

#googleTranslateGadget {
  overflow: hidden;
  margin: 10px 0px 0px 0px;
  padding: 10px;
  border: 1px solid #000;
  background: #fff; }

@media (min-width: 768px) {
  #googleTranslateBox {
    margin: 0;
    width: 500px;
    padding: 20px;
    margin-top: -13px; } }
nav {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #D1D4DB; }
  @media (max-width: 767px) {
    .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 0;
      border-top: 2px solid #D1D4DB; } }
  .nav__list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: 600;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    font-size: 16px;
    padding: 0 10px;
    color: #538300;
    -webkit-transition: background 0.3s ease-out,color 0.3s ease-out;
    transition: background 0.3s ease-out,color 0.3s ease-out;
    position: relative; }
    @media (max-width: 767px) {
      .nav__list li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        text-transform: none; } }
    .nav__list li:hover {
      background: #538300;
      color: white; }
      .nav__list li:hover a {
        color: white; }
      .nav__list li:hover:after {
        color: white; }
    .nav__list li a {
      color: #538300;
      padding: 14px 10px;
      display: inline-block;
      width: 100%;
      font-size: 0.95rem;
      letter-spacing: 0.045rem; }
      .nav__list li a:hover {
        color: white !important; }
    @media (max-width: 767px) {
      .nav__list li {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #eee; } }

    @media (max-width: 767px) {
      .search-header {
        margin: 0;
      }
      .search-header .nav-bar__search {
        background: #F7F7F7;
        padding: 1rem;
        justify-content: center;
      }
      .search-header .nav-bar__search button {
        background: #538300;
        color: #fff;
        padding: 0 1.25rem;
        }
      .search-header .nav-bar__search button:hover {
        background: #335000;
      }
    }

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px solid #D1D4DB;
  padding: 28px 0; }
  @media (max-width: 767px) {
    .nav-bar {
      padding: 0;
      border-bottom: none; } }
  .ie11 .nav-bar {
    height: 140px; }
  .ie10 .nav-bar > span {
    display: block; }
  .nav-bar__logo {
    max-width: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 20%;
    -ms-flex: 1 20%;
    flex: 1 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 0 29px;
    margin-top: -2px;
    position: relative;
    min-width: 248px;
    		/*.mobile-menu-icon {
    			display: none;
    			position: absolute;
    			width: 1.75em;
    			height: 1.18em;
    			margin-right: 0.3em;
    			border-top: 0.2em solid #585858;
    			border-bottom: 0.2em solid #585858;
    			top: 40%;
    			right: 20px;
    
    			&:before {
    				content: "";
    				position: absolute;
    				top: 0.3em;
    				left: 0;
    				width: 100%;
    				border-top: 0.2em solid #585858;
    			}
    		}*/ }
    @media (max-width: 767px) {
      .nav-bar__logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 17px 20px;
        max-width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .nav-bar__logo .mobile-menu-icon {
          display: block; }
        .nav-bar__logo img {
          max-width: 150px; } }
    .nav-bar__logo img {
      margin-left: -1px;
      width: 100%; }
  .nav-bar__search {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .nav-bar__search {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #F7F7F7;
        justify-content: center;
        padding: 0 1rem;
        width: 100%; } }
    .nav-bar__search button {
      padding: 13px 33px;
      font-size: 20px;
      background: #518500;
      color: white;
      border-radius: 4px;
      border: none;
      box-shadow: 0 2px 8px rgba(68, 68, 68, 0.35); }
      @media (max-width: 767px) {
        .nav-bar__search button {
          background: white;
          color: #538300;
          height: auto;
          padding: 0 1.25rem; } }
      .nav-bar__search button:hover {
        background: #335000; }
    .nav-bar__search__wrapper {
      border: 1px solid #D1D4DB;
      padding: 13px 0;
      border-radius: 3px;
      margin-right: 20px;
      width: 240px;
      background: white; }
      .nav-bar__search__wrapper i {
        margin: 0 10px;
        color: #ccc; }
      .nav-bar__search__wrapper input {
        font-size: 15px;
        padding-left: 10px;
        border: none;
        -webkit-appearance: none;
        font-weight: 100;
        outline: none;
        width: 100%; }
        .nav-bar__search__wrapper input::-webkit-input-placeholder {
          color: #A5ACAF; }
        .nav-bar__search__wrapper input:-moz-placeholder {
          color: #A5ACAF; }
        .nav-bar__search__wrapper input::-moz-placeholder {
          color: #A5ACAF; }
        .nav-bar__search__wrapper input:-ms-input-placeholder {
          color: #A5ACAF; }
  .nav-bar__extras {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .ie10 .nav-bar__extras {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    @media (max-width: 767px) {
      .nav-bar__extras {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0;
        background: #538300; } }
  .nav-bar__links {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 10px; }
    .ie10 .nav-bar__links {
      width: 140%;
      -webkit-flex-basis: 140%;
      -ms-flex-preferred-size: 140%;
      flex-basis: 140%; }
    .ie11 .nav-bar__links {
      width: 140%;
      -webkit-flex-basis: 140%;
      -ms-flex-preferred-size: 140%;
      flex-basis: 140%; }
    @media (max-width: 767px) {
      .nav-bar__links {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0; } }
    .nav-bar__links ul {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: -12px; }
      @media (max-width: 767px) {
        .nav-bar__links ul {
          margin-top: 0; } }
      .nav-bar__links ul li {
        display: inline-block; }
        @media (max-width: 767px) {
          .nav-bar__links ul li {
            display: block; } }
        .nav-bar__links ul li a {
          color: #5E6A71;
          padding: 0 8px; }
          .nav-bar__links ul li a:hover {
            color: #538300;
            text-decoration: underline; }
      @media (max-width: 767px) {
        .nav-bar__links ul {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
          .nav-bar__links ul li {
            padding: 0;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: center;
            line-height: 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: white;
            margin-bottom: 5px !important; }
            .nav-bar__links ul li:not(:first-child) {
              border-left: 1px solid rgba(255, 255, 255, 0.1); }
            .nav-bar__links ul li:hover {
              background: #565656;
              color: #fff;
              text-decoration: none; }
            .nav-bar__links ul li a {
              color: white;
              padding: 7px 10px 5px;
              display: block;
              line-height: 1.5em; } }

.mobile-controls {
  display: none;
  background: #e0e0e0;
  padding: 13px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 767px) {
    .mobile-controls {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .mobile-controls .navigation {
    border-radius: 3px;
    background: #7e9b35;
    font-family: "Univers LT W02 55 Roman", sans-serif;
    color: white;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5em;}

  .mobile-controls .tools {
    border-radius: 3px;
    background: #7a7a7a;
    font-family: "Univers LT W02 55 Roman", sans-serif;
    color: white;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5em; }

  .mobile-controls .tools span,
  .mobile-controls .navigation span {
    margin-right: 6px;
    position: relative;
  }

  .mobile-controls .tools span {
    top: 2px;
  }

.mobile-nav {
  position: fixed;
  left: -350px;
  top: 0;
  width: 350px;
  height: 100%;
  z-index: -1;
  background: #333;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px); }
  .open .mobile-nav {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .mobile-nav nav {
    background: #333 !important; }
  .mobile-nav .nav-bar__search {
    padding-top: 10px;
    background: #333; }
    .mobile-nav .nav-bar__search button {
      border-radius: 0;
      background: #538300;
      color: white; }
    .mobile-nav .nav-bar__search .nav-bar__search__wrapper {
      margin-right: 0;
      border-radius: 0;
      border: 0; }
  .mobile-nav .nav__list {
    border-top: 0; }
    .mobile-nav .nav__list li {
      background: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-nav .nav__list li a {
        color: #c5c5c5;
        font-weight: 400; }
      .mobile-nav .nav__list li:after {
        color: rgba(255, 255, 255, 0.3); }

.tools-menu {
  position: fixed;
  top: -203px;
  width: 100%;
  z-index: 0;
  background: #e0e0e0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  pointer-events: none; }
  .tools .tools-menu {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    pointer-events: auto; }
  .tools-menu .nav-bar__links {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px; }
    @media (max-width: 767px) {
      .tools-menu .nav-bar__links {
        margin-bottom: 0; } }
    .tools-menu .nav-bar__links ul {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; }
    .tools-menu .nav-bar__links li {
      margin-bottom: 10px;
      background: #7a7a7a;
      text-align: left;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      display: block; }

.news {
  background: white;
  padding: 40px 40px 20px;
  display: block; }
  @media (max-width: 767px) {
    .news {
      padding: 40px 20px 20px; } }
  .news .list header h1 {
    font-size: 2rem;
    font-family: "Univers LT W02 55 Roman", sans-serif;
    margin: 0; }
  .news .list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .news .list ul li {
      padding: 10px 0;
      cursor: pointer;
      position: relative; }
      .news .list ul li * {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out; }
      .news .list ul li:before {
        content: "\f105";
        opacity: 0;
        left: -20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "FontAwesome"; }
      .news .list ul li:not(.see-all) {
        border-bottom: 1px solid #D1D4DB;
        /*&:hover {
          * {
            transform:translateX(20px);
          }
          &:before {
            opacity:1;
          }
        }*/ }
      .news .list ul li.see-all {
        font-weight: 500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 15px; }
        .news .list ul li.see-all i {
          font-size: 20px;
          margin-left: 10px;
          position: relative;
          top: 2px; }
  .news > h1 {
    font-family: 'UniversLTW01-57Condense 723821', sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    padding-bottom: 8px;
    color: #5E6A71;
    border-bottom: 3px solid #C1D72F;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 1000px) {
      .news > h1 {
        width: 100%; } }
  .news aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 30%;
    -ms-flex: 1 30%;
    flex: 1 30%;
    margin-top: -70px;
    background: #F6F8E0;
    padding: 25px; }
    .ie10 .news aside {
      width: 25%; }
    @media (max-width: 1000px) {
      .news aside {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (max-width: 767px) {
      .news aside {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .news aside h1 {
      margin-top: 0;
      border-bottom: 1px solid #D1D4DB;
      padding-bottom: 12px;
      font-weight: 600; }
    .news aside .list {
      -webkit-box-flex: 1;
      -webkit-flex: 1 50%;
      -ms-flex: 1 50%;
      flex: 1 50%;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      @media (max-width: 1000px) {
        .news aside .list:first-child {
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .news aside .list {
          -webkit-box-flex: 1;
          -webkit-flex: 1 100%;
          -ms-flex: 1 100%;
          flex: 1 100%; }
          .news aside .list:first-child {
            padding-right: 0;
            margin-bottom: 20px; } }
      .news aside .list a {
        color: #5E6A71; }
      .news aside .list li:hover a {
        color: #538300; }
    .news aside .list + .list {
      margin-top: 20px; }
      @media (max-width: 1000px) {
        .news aside .list + .list {
          margin-top: 0; } }
  .news .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 1000px) {
      .news .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .news__articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 65%;
    -ms-flex: 1 65%;
    flex: 1 65%; }
    .ie10 .news__articles {
      width: 65%;
      display: block; }
    .ie11 .news__articles {
      display: block; }
    @media (max-width: 1000px) {
      .news__articles {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%; } }
    .news__articles__item {
      background: white;
      border: 1px solid #d1d4db;
      width: -webkit-calc(100% / 2 - 25px);
      width: calc(100% / 2 - 25px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 20px;
      position: relative; }
      .ie10 .news__articles__item {
        float: left;
        display: block;
        min-height: 450px; }
      .ie11 .news__articles__item {
        float: left;
        display: block;
        min-height: 450px; }
      .news__articles__item:after {
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        opacity: 0;
        pointer-events: none; }
      @media (max-width: 1000px) {
        .news__articles__item {
          width: -webkit-calc(100% / 2 - 10px);
          width: calc(100% / 2 - 10px); } }
      @media (max-width: 750px) {
        .news__articles__item {
          margin: 0 0 20px !important;
          width: 100%; } }
      .news__articles__item:first-child, .news__articles__item:nth-child(3) {
        margin: 20px 0; }
      .news__articles__item:nth-child(3), .news__articles__item:nth-child(4) {
        margin-bottom: 0; }
      .news__articles__item:nth-child(2), .news__articles__item:nth-child(4) {
        margin-right: 0; }
      .news__articles__item:hover:after {
        opacity: 1; }
      .news__articles__item__description {
        padding: 40px 40px 30px;
        font-family: "Univers LT W02 55 Roman", sans-serif; }
        .news__articles__item__description__date {
          font-weight: 100;
          color: #5E6A71;
          margin-bottom: 10px; }
        .news__articles__item__description h2 {
          margin: 0;
          font-size: 15px;
          line-height: 20px;
          font-weight: 600;
          color: #538300; }
          .news__articles__item__description h2:hover {
            color: #335000; }
      .news__articles__item--list {
        padding: 30px 40px 20px; }
        .news__articles__item--list:hover:after {
          opacity: 0 !important; }
        .news__articles__item--list h2 {
          margin: 0;
          font-size: 2rem;
          font-weight: 600;
          padding-bottom: 22px;
          border-bottom: 1px solid #D1D4DB; }
        .news__articles__item--list ul li:not(.see-all) {
          border-bottom: 1px solid #D1D4DB !important;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
        .news__articles__item--list ul li a {
          color: #538300;
          font-weight: 600;
          font-size: 14px; }
          .news__articles__item--list ul li a:hover {
            text-decoration: underline;
            color: #335000; }

.signup {
  background: #F2F2F2; }
  .signup .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .signup .wrapper > img {
      width: 130px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      height: 190px;
      margin-right: 35px; }
    @media (max-width: 700px) {
      .signup .wrapper img {
        display: none; } }
  .signup h1 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px; }
  .signup .signup-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .ie10 .signup .signup-form {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto; }
    .ie11 .signup .signup-form {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto;
      display: block; }
    .signup .signup-form .btn {
      border: none;
      padding: 7px 20px;
      border-radius: 4px;
      background: #538300;
      color: white;
      font-size: 14px;
      font-weight: 500;
      margin-top: 37px;
      box-shadow: 0 2px 9px rgba(68, 68, 68, 0.35); }
      .signup .signup-form .btn:hover {
        background: #335000; }
    .signup .signup-form .fields {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1000px) {
        .signup .signup-form .fields {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .ie10 .signup .signup-form .fields {
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; }
          .ie11 .signup .signup-form .fields {
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; } }
    .signup .signup-form .field-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 10px; }
      @media (max-width: 1000px) {
        .ie10 .signup .signup-form .field-container {
          -webkit-box-flex: 0;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; }
        .ie11 .signup .signup-form .field-container {
          -webkit-box-flex: 0;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; } }
      .signup .signup-form .field-container input {
        border-radius: 3px;
        padding: 10px 10px 12px;
        font-size: 15px;
        -webkit-appearance: none;
        border: 1px solid #cecac9;
        margin-top: 8px; }
        .signup .signup-form .field-container input::-webkit-input-placeholder {
          color: #A5ACAF; }
        .signup .signup-form .field-container input:-moz-placeholder {
          color: #A5ACAF; }
        .signup .signup-form .field-container input::-moz-placeholder {
          color: #A5ACAF; }
        .signup .signup-form .field-container input:-ms-input-placeholder {
          color: #A5ACAF; }
      .signup .signup-form .field-container:first-child {
        padding-right: 20px; }
      .signup .signup-form .field-container:not(:first-child) {
        padding: 0 20px; }
      .signup .signup-form .field-container:last-child {
        padding-left: 20px;
        padding-right: 0; }
      @media (max-width: 1000px) {
        .signup .signup-form .field-container {
          padding: 0 !important;
          width: 100%; } }

*[flex] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

body {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.73, 0.005, 0.665, 0.435);
  transition: transform 300ms cubic-bezier(0.73, 0.005, 0.665, 0.435);
  /* custom */
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  body.open {
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px); }
  body.tools {
    -webkit-transform: translateY(203px);
    -ms-transform: translateY(203px);
    transform: translateY(203px); }

.hidden {
  display: none;
}

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