/* General page styles and containers */
@charset "UTF-8";
@font-face {
  font-family: "Arial";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
  font-display: swap;
  src: url("webfonts/3593ED_3_0.woff2") format("woff2"), url("webfonts/3593ED_3_0.woff") format("woff"), url("webfonts/3593ED_3_0.ttf") format("truetype");
}

@font-face {
  font-family: "Arial";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-variant: normal;
  font-display: swap;
  src: url("webfonts/3593ED_4_0.woff2") format("woff2"), url("webfonts/3593ED_4_0.woff") format("woff"), url("webfonts/3593ED_4_0.ttf") format("truetype");
}

@font-face {
  font-family: "Arial";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
  font-display: swap;
  src: url("webfonts/3593ED_9_0.woff2") format("woff2"), url("webfonts/3593ED_9_0.woff") format("woff"), url("webfonts/3593ED_9_0.ttf") format("truetype");
}

@font-face {
  font-family: "Arial";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  font-variant: normal;
  font-display: swap;
  src: url("webfonts/3593ED_C_0.woff2") format("woff2"), url("webfonts/3593ED_C_0.woff") format("woff"), url("webfonts/3593ED_C_0.ttf") format("truetype");
}

@font-face {
  font-family: "Arial";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
  font-display: swap;
  src: url("webfonts/3593ED_11_0.woff2") format("woff2"), url("webfonts/3593ED_11_0.woff") format("woff"), url("webfonts/3593ED_11_0.ttf") format("truetype");
}

@font-face {
  font-family: "Arial";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  font-variant: normal;
  font-display: swap;
  src: url("webfonts/3593ED_12_0.woff2") format("woff2"), url("webfonts/3593ED_12_0.woff") format("woff"), url("webfonts/3593ED_12_0.ttf") format("truetype");
}

body, html {
  border: 0;
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
  font-family: "Arial",sans-serif;
}

.outer-container {
  background-color: #ffffff;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.container {
  display: block;
  font-family: "Arial",sans-serif;
  height: 100%;
  margin: 0 auto;
  min-height: 100%;
  padding: 0;
  position: relative;
}

h1  {
  color: #3c3c3c;
  letter-spacing: 1.1px;
}

h1.level-2 {
  font-size: 30px;
}
h1.level-3 {
  font-size: 24px;
  margin-bottom: 32px;
}
h3 {
  color: #AFC812;
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
}
h4 {
  font-size: 17px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
    width: calc(100% - 60px);
  }

  h1 {
    font-size:24px;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  h1 {
    font-size:36px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .container {
    width: 728px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1104px;
  }
}

/* Header */

.header-container-inner {
  background-color: #AFC812;
  display: block;
  margin: 0 auto;
  position: relative;
}

.header-container-outer {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #AFC812;
}

.header-links-inner {
  display: table-cell;
  height: 100%;
  text-align: right;
  vertical-align: middle;
  background-color: #AFC812;
}

  .header-links-inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .header-links-inner ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }

  .header-links-inner ul li a {
    color: #606060;
    text-decoration: none;
  }

    .header-links-inner ul li a:hover {
      color: #003366;
      text-decoration: none;
    }

.header-links-inner-border {
  border-right: 1px solid #c1c1c1;
}

.header-links-outer {
  background-color: #ffffff;
  float: right;
  height: 97px;
  position: relative;
  width: 58.33333%;
}

.header-logo {
  display: inline-block;
  float: left;
  max-width: 160px;
  position: relative;
  text-align: center;
  width: 100%;
}

.header-menu-button {
  border: 1px solid #afafaf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #3c3c3c;
  cursor: default;
  font-size: 14px;
  float: right;
  margin-top: 11px;
  padding: 7px 8px;
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  width: 40px;
}

  .header-menu-button:hover {
    background-color: #606060;
    border: 1px solid #606060;
    color: #ffffff;
  }

.header-search-button {
  background-color: #ffffff;
  background-image: url('../img/search-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border: 1px solid #99cc00;
  /*border-bottom: 1px solid #e14a50;
  border-left: 0;
  border-right: 1px solid #e14a50;
  border-top: 1px solid #e14a50;*/
  /*border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;*/
  height: 33px;
  margin: 11px 0 0 0;
  padding: 0;
  vertical-align: bottom;
  width: 33px;
  border-radius: 5px;

}

.header-search-text {
  border: 0;
  /*border-bottom: 1px solid #e14a50;
  border-left: 1px solid #e14a50;
  border-right: 0;
  border-top: 1px solid #e14a50;*/
  /*border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;*/
  color: #606060;
  font-size: 14px;
  height: 23px;
  letter-spacing: 0.2px;
  margin: 11px 0 0 0;
  padding: 0;
  width: 170px;

  padding: 0.3em;
  border: 1px solid #99cc00;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .header-container-inner, .header-container-outer, .header-logo {
    height: 56px;
  }

  .header-container-inner {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
  }

  .header-links-outer {
    display: none;
  }

  .header-menu-button {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .header-container-inner, .header-container-outer, .header-logo {
    height: 97px;
  }

  .header-container-inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-links-outer {
    display: inline-table;
  }

  .header-menu-button {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .header-container-inner {
    width: 728px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-container-inner {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .header-container-inner {
    width: 1100px;
  }
}

/* Navigation */

.nav-green-container {
  background-color: #afc812;
  display: none;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  .nav-green-container a {
    text-decoration: none;
  }

.nav-green-section-inner {
  color: #ffffff;
  display: table-cell;
  font-family: Arial,sans-serif;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1px;
  padding: 0 30px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

  .nav-green-section-inner span {
    cursor: default;
    float: right;
    text-transform: none;
    vertical-align: middle;
  }

.nav-green-section-outer {
  border-bottom: 1px solid #9eb410;
  display: table;
  height: 55px;
  position: relative;
  width: 100%;
}

  .nav-green-section-outer-menu {
    background-color: #003366 !important;
    text-transform: uppercase !important;
  }

.nav-green-dropdown {
  background-color: #c7d959;
  display: none;
  height: auto;
  width: 100%;
}

.nav-pink-container {
  background-color: #003366;
  display: block;
  height: 55px;
  position: relative;
  text-align: center;
  width: 100%;
}

.nav-pink-links-container-outer {
  border-left: 1px solid rgba(255,255,255,.15);
  border-right: 1px solid rgba(60,60,60,.15);
  float: left;
  height: 55px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.nav-pink-dropdown {
  background-color: #fcfcfc;
  border-bottom: #003366 2px solid;
  display: none;
  height: auto;
  width: 100%;
}

  .nav-pink-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
  }

  .nav-pink-dropdown ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 12px 0;
    text-align: left;
    vertical-align: middle;
    width: 33%;
  }

.nav-pink-dropdown ul li::before {
  content: '\00bb ';
  color: #AFC812;
  padding-right: 10px;
}
  .nav-pink-dropdown ul li a {
    color: #606060;
    text-decoration: none;
  }

    .nav-pink-dropdown ul li a:hover {
      color: #AFC812;
      text-decoration: none;
    }

.nav-pink-link {
  border-left: 1px solid rgba(60,60,60,.15);
  border-right: 1px solid rgba(255,255,255,.15);
  display: inline-table;
  height: 100%;
  margin: 0;
  padding: 0;
  width: calc(100% / 6  - 2px);
  vertical-align: top;
}
.nav-pink-link.itemcount-2 {
  width: calc(100% / 2  - 2px);
}
.nav-pink-link.itemcount-3 {
  width: calc(100% / 3  - 2px);
}
.nav-pink-link.itemcount-4 {
  width: calc(100% / 4  - 2px);
}
.nav-pink-link.itemcount-5 {
  width: calc(100% / 5  - 2px);
}
.nav-pink-link.itemcount-6 {
  width: calc(100% / 6  - 2px);
}
.nav-pink-link.itemcount-7 {
  width: calc(100% / 7  - 2px);
}
.nav-pink-link.itemcount-8 {
  width: calc(100% / 8  - 5px);
}
.nav-pink-link.itemcount-9 {
  width: calc(100% / 9  - 5px);
}
  .nav-pink-link > a {
    color: #ffffff;
    display: table-cell;
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all .3s linear !important;
    -webkit-transition: all .3s linear !important;
    vertical-align: middle;
    width: 100%;
  }

  .nav-pink-link > a:hover {
    background-color: #AFC812;
  }

.nav-pink-search-button {
  background-color: #ffffff;
  background-image: url('../img/search-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  height: 33px;
  margin: 11px 0 0 0;
  padding: 0;
  vertical-align: bottom;
  width: 33px;
}

.nav-pink-search-container {
  float: right;
  height: 100%;
  position: relative;
}

.nav-pink-search-text {
  border: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  color: #606060;
  font-size: 14px;
  height: 33px;
  letter-spacing: 0.2px;
  margin: 11px 0 0 0;
  padding: 0 10px;
}

.subnav-container {
  display: block;
  height: auto;
  padding-top: 0;
  position: relative;
  width: 100%;
}

  .subnav-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .subnav-container ul li a {
    color: #AFC812;
    display: table-cell;
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: all .3s linear !important;
    -webkit-transition: all .3s linear !important;
    vertical-align: middle;
  }

    .subnav-container ul li a:hover {
      color: #606060;
      text-decoration: none;
    }


@media screen and (max-width: 991px) {
  .nav-pink-links-container-outer {
    display: none;
  }

  .nav-pink-search-container {
    display: inline-block;
  }

  .nav-pink-search-text {
    width: calc(100% - 113px);
  }

  .nav-pink-search-container {
    width: 100%;
  }

  .subnav-container ul li {
    border-bottom: 1px solid #afafaf;
    display: table;
    font-size: 16px;
    margin: 0 auto;
    height: 40px;
    padding: 14px 0;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 992px) {
  .nav-pink-links-container-outer {
    display: inline-table;
  }

  .nav-pink-search-container {
    display: none;
  }

  .nav-pink-search-text {
    width: 157px;
  }

  .nav-pink-search-container {
    width: 250px;
  }

  .subnav-container ul li {
    border-bottom: 1px solid #afafaf;
    display: inline-table;
    font-size: 16px;
    margin: 0;
    height: 40px;
    padding: 14px 0;
    text-align: center;
    vertical-align: middle;
    width: calc(33.3333333% - 20px);
  }

    .subnav-container ul li:nth-child(3n - 2), .subnav-container ul li:nth-child(3n - 1) {
      margin-right: 30px;
    }

    .subnav-container ul li:nth-child(-n + 3) {
      border-top: 1px solid #afafaf;
    }
}

/* Breadcrumbs */

.breadcrumbs-container {
  background-color: #e9e9e9;
  padding: 20px 0;
  width: 100%;
}

.breadcrumbs-container div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs-container div ul li {
  color: #3c3c3c;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.breadcrumbs-container div ul li a {
  font-size: 14px;
  border: 1px solid #8a8a8a;
  color: #3c3c3c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
}

  .breadcrumbs-container div ul li a:hover {
    background-color: #606060;
    border: 1px solid #606060;
    color: #ffffff;
    text-decoration: none;
  }

  .breadcrumbs-container div ul li.breadcrumbs-link:after {
    color: #3c3c3c;
    content: '\00bb';
    padding: 0 10px;
  }

@media screen and (max-width: 991px) {
  .breadcrumbs-container {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .breadcrumbs-container {
    display: block;
  }
}

/* Footer */

.footer-container-inner {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

  .footer-container-inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

    .footer-container-inner ul li a:hover {
      color: #AFC812;
      text-decoration: none;
    }

.footer-container-outer {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  display: table;
  height: 100px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-container-inner ul li {
    border-bottom: 1px solid #eeeeee;
    display: table;
    font-size: 14px;
    height: 55px;
    padding: 0;
    width: 100%;
  }

  .footer-container-inner ul li a {
    color: #606060;
    display: table-cell;
    height: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .footer-container-inner ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
  }

  .footer-container-inner ul li a {
    color: #606060;
    text-decoration: none;
  }
}

/* Search */

.container-search {
  background-color: #ffffff;
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.searchpage-pagination {
  display: block;
  text-align: center;
  width: 100%;
}

  .searchpage-pagination a {
    text-decoration: none;
  }

  .earchpage-pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .searchpage-pagination ul li {
    border: 1px solid #8a8a8a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #8a8a8a;
    cursor: default;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 6px 10px;
    transition: all .3s linear !important;
    -webkit-transition: all .3s linear !important;
  }

    .searchpage-pagination ul li:hover {
      background-color: #afc812;
      border: 1px solid #afc812;
      color: #ffffff;
    }

    .searchpage-pagination ul li.searchpage-pagination-active {
      background-color: #afc812;
      border: 1px solid #afc812 !important;
      color: #ffffff !important;
    }

.searchpage-result-container {
  border-bottom: 1px solid  #8a8a8a;
  height: auto;
}

  .searchpage-result-container p.search-result-link {
    color: #3c3c3c;
    font: LatoWebHeavy,sans-serif!important;
    font-weight: bold;
  }

  .searchpage-result-container p.search-result-title {
    color: #3c3c3c;
    font: LatoWebHeavy,sans-serif!important;
    font-size: 20px;
    font-weight: bold;
  }

  .searchpage-result-container a {
    color: #3c3c3c;
    text-decoration: none;
  }

.searchpage-search-button {
  background-color: #afc812;
  border: 0;
  /*border-bottom: 1px solid #e14a50;
  border-left: 0;
  border-right: 1px solid #e14a50;
  border-top: 1px solid #e14a50;*/
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  height: 42px;
  margin: 11px 0 0 0;
  padding: 0;
  vertical-align: bottom;
  width: 140px;
}

.searchpage-search-form {
  height: auto;
  width: 100%;
}

.searchpage-search-text {
  border: 0;
  /*border-bottom: 1px solid #e14a50;
  border-left: 1px solid #e14a50;
  border-right: 0;
  border-top: 1px solid #e14a50;*/
  border: 1px solid #c8c5c3;
  color: #606060;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.2px;
  margin: 11px 0 0 0;
  padding: 0 15px;
  width: 468px;
}

@media screen and (max-width: 991px) {
  .container-search {
    width: 100%;
  }

  .container-search p.results-found {
    padding: 0 30px;
  }

  .searchpage-result-container {
    overflow-x: auto;
    padding: 10px 30px;
    width: calc(100% - 60px);
  }

  .searchpage-search-button {
    display: none;
  }

  .searchpage-search-form {
    display: none;
  }

  .searchpage-search-text {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .container-search {
    width: 640px;
  }

  .searchpage-result-container {
    padding: 10px 0;
    width: 1005;;
  }

  .searchpage-search-button {
    display: inline-block;
  }

  .searchpage-search-form {
    display: block;
  }

  .searchpage-search-text {
    display: inline-block;
  }
}

/* Homepage */

  .homepage-bottom-container {
    background-color: #ebebeb;
    height: auto;
    overflow: auto;
    width: 100%;
  }

  .homepage-bottom-container a {
    color: #003366;
    text-decoration: none;
  }

    .homepage-link-boxes div:nth-child(1) {
      background-color: #69780b;
    }

    .homepage-link-boxes div:nth-child(2) {
      background-color: #07783a;
    }

    .homepage-link-boxes div:nth-child(3) {
      background-color: #107d41;
    }

    .homepage-link-boxes div:nth-child(4) {
      background-color: #afc812;
    }

    .homepage-link-boxes div:nth-child(5) {
      background-color: #279d5d;
    }

    .homepage-link-boxes div a {
      color: #ffffff;
      text-decoration: none;
    }

     .homepage-link-boxes div a:hover {
       text-decoration: underline;
     }

@media screen and (max-width: 991px) {

  .homepage-bottom-left-container {
    background-color: #ebebeb;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
  }

  .homepage-bottom-left-image {
    display: block;
    position: relative;
    width: 100%;
  }

  .homepage-bottom-left-text {
    background-color: #ffd43f;
    display: block;
    padding: 30px;
    position: relative;
    width: calc(100% - 60px);
  }

    .content-container .homepage-bottom-left-text > p {
      color: #3c3c3c;
      font-size: 18px;
      font-weight: bold;
    }

  .homepage-bottom-right-container {
    background-color: #ebebeb;
    display: block;
    height: auto;
    padding: 30px;
    position: relative;
    width: calc(100% - 60px);
  }

  .homepage-image {
    /*display: none;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 500px;
  }
  .homepage-image .webhomeimage {
    height: 500px;
  }
  .homepage-link-boxes {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 500;
    width: 100%;
  }

    .homepage-link-boxes div {
      display: inline-block;
      font-size: 18px;
      line-height: 1.5;
      padding: 30px;
      position: relative;
      width: calc(100% - 60px);
    }
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 992px) and (max-width: 991px) {

  .homepage-bottom-left-container {
    background-color: #ebebeb;
    display: block;
    height: auto;
    margin-top: 115px;
    position: relative;
    width: 100%;
  }

  .homepage-bottom-left-image {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
  }

  .homepage-bottom-left-text {
    bottom: 30px;
    background-color: rgba(255,212,63,.9);
    display: block;
    right: 30px;
    padding: 30px;
    position: absolute;
    width: 45%;
  }

    .content-container .homepage-bottom-left-text > p {
      color: #3c3c3c;
      font-size: 18px;
      font-weight: bold;
    }

  .homepage-bottom-right-container {
    background-color: #ebebeb;
    display: block;
    height: auto;
    padding: 30px;
    position: relative;
    width: calc(100% - 60px);
  }

  .homepage-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
    z-index: 400;
    margin-bottom: 20px;
  }
  .homepage-image .webhomeimage {
    height: 300px;
  }
  .homepage-link-boxes {
    padding: 0;
    position: absolute;
    z-index: 500;
    width: 100%;
  }

    .homepage-link-boxes div {
      display: inline-block;
      font-size: 18px;
      height: 75px;
      line-height: 1.5;
      overflow: hidden;
      padding: 20px;
      position: absolute;
      width: calc(20% - 40px);
    }

      .homepage-link-boxes div:nth-child(2) {
        margin-left:20%;
      }

      .homepage-link-boxes div:nth-child(3) {
        margin-left: 40%;
      }

      .homepage-link-boxes div:nth-child(4) {
        margin-left: 60%;
      }

      .homepage-link-boxes div:nth-child(5) {
        margin-left: 80%;
      }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .homepage-bottom-left-container {
    background-color: #ebebeb;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 50px;
    position: relative;
    width: 50%;
  }

  .homepage-bottom-left-image {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
  }

  .homepage-bottom-left-text {
    bottom: 30px;
    background-color: rgba(255,212,63,.9);
    display: block;
    right: 30px;
    padding: 30px;
    position: absolute;
    width: 45%;
  }

    .content-container .homepage-bottom-left-text > p {
      color: #3c3c3c;
      font-size: 18px;
      font-weight: bold;
    }

  .homepage-bottom-right-container {
    background-color: #ebebeb;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 50px;
    padding: 30px;
    position: relative;
    width: calc(50% - 60px);
  }

  .homepage-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 500px;
    position: relative;
    width: 100%;
    z-index: 400;
    margin-bottom: 20px;
  }
  .homepage-image .webhomeimage {
    height: 500px;
  }
  .homepage-link-boxes {
    left: -450px;
    margin-left: 50%;
    margin-top: -116px;
    padding: 0;
    position: absolute;
    z-index: 500;
    width: 900px;
  }

    .homepage-link-boxes div {
      display: inline-block;
      font-size: 24px;
      height: 100px;
      line-height: 1.5;
      overflow: hidden;
      padding: 20px;
      position: absolute;
      width: 140px;
    }

      .homepage-link-boxes div:nth-child(2) {
        margin-left: 180px;
      }

      .homepage-link-boxes div:nth-child(3) {
        margin-left: 360px;
      }

      .homepage-link-boxes div:nth-child(4) {
        margin-left: 540px;
      }

      .homepage-link-boxes div:nth-child(5) {
        margin-left: 720px;
      }

}

@media screen and (min-width: 1200px) {

  .homepage-bottom-left-container {
    background-color: #ebebeb;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 50px;
    position: relative;
    width: 50%;
  }

  .homepage-bottom-left-image {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
  }

  .homepage-bottom-left-text {
    bottom: 30px;
    background-color: rgba(255,212,63,.9);
    display: block;
    right: 30px;
    padding: 30px;
    position: absolute;
    width: 45%;
  }

    .content-container .homepage-bottom-left-text > p {
      color: #3c3c3c;
      font-size: 18px;
      font-weight: bold;
    }

  .homepage-bottom-right-container {
    background-color: #ebebeb;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 50px;
    padding: 30px;
    position: relative;
    width: calc(50% - 60px);
  }

  .homepage-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 600px;
    position: relative;
    width: 100%;
    z-index: 400;
    margin-bottom: 20px;
  }
  .homepage-image .webhomeimage {
    height: 600px;
  }
  .homepage-link-boxes {
    left: -575px;
    margin-left: 50%;
    margin-top: -133px;
    padding: 0;
    position: absolute;
    z-index: 500;
    width: 1150px;
  }

    .homepage-link-boxes div {
      display: inline-block;
      font-size: 28px;
      height: 117px;
      line-height: 1.5;
      padding: 20px;
      position: absolute;
      width: 190px;
    }

      .homepage-link-boxes div:nth-child(2) {
        margin-left: 230px;
      }

      .homepage-link-boxes div:nth-child(3) {
        margin-left: 460px;
      }

      .homepage-link-boxes div:nth-child(4) {
        margin-left: 690px;
      }

      .homepage-link-boxes div:nth-child(5) {
        margin-left: 920px;
      }

}

/* Content */

.bullet-green {
  list-style-image: url('../img/bullet-green.png');
}

.bullet-orange {
  list-style-image: url('../img/bullet-orange.png');
}

.bullet-red {
  list-style-image: url('../img/bullet-red.png');
}

.content-container {
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.content-container > .container > h1 {
  display: block;
  width: calc(100% - 111px);
}

.content-container p {
  color: #3c3c3c;
  font-family: "Arial",sans-serif;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 0;
}

.content-container > .container > ul, .content-container > .container > ul ul {
  list-style-type: square;
  padding: 0 20px;
  font-size: 17px;
  line-height: 1.3;
}
.content-container > .container  ol {
    padding: 0 20px;
}
  .content-container > .container > ul > li, .content-container > .container > ul > li ul li {
    color: #AFC812;
  }

    .content-container > .container > ul > li > span, .content-container > .container > ul > li ul li span {
      color: #3c3c3c;
    }

.web-banner-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-top: 80px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .content-container {
    min-height: calc(100% - 111px);
  }

  .web-banner-image {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .content-container {
    padding-bottom: 100px;
    min-height: calc(100% - 252px);
  }

  .web-banner-image {
    display: block;
  }
}

  /* Content - tables */

.table-container {
  margin: 20px 0;
  overflow: auto;
}

table.standard td,  table.standard th {
padding-right: 5px;
padding-left: 5px;
}
table.standard td.first-column,  table.standard th.first-column {
padding-left: 0px;
}
  table.standard td, table.prestatie td, table.decade td {
    border-bottom: #eeeeee 1px solid;
    border-right: #eeeeee 1px solid;
  }

    table.standard td p, table.prestatie td p, table.decade td p {
      margin: 5px 0;
    }

  table.standard th, table.prestatie th, table.decade th {
    border-bottom: 3px solid #AFC812;
    /*color: #118847;*/
  }

    table.standard th p, table.prestatie th p, table.decade th p {
      /*color: #118847;*/
      margin: 5px 0;
    }

  table.standard td {

  }

    table.standard td ul, table.prestatie td ul, table.decade td ul {
      list-style-type: square;
      margin: 5px 0;
      padding: 0 20px;
    }

      table.standard td ul > li, table.prestatie td ul > li, table.decade td ul > li {
        color: #e14a50;
      }

        table.standard td ul > li > span, table.prestatie td ul > li > span, table.decade td ul > li > span {
          color: #3c3c3c;
        }

table.formule {
  border-bottom: 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}

  table.formule td {
    border-bottom: 1px solid #000000;
  }

table tr.total, table tr.subtotal, table td.highlight, table th.highlight {
  background-color: #F7FAE7;
}
table tr.total, table tr.subtotal {
  font-weight: bold;
}
/* Page options */

.options {
  border: 1px solid #003366;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 48px;
  margin: 5px 0 0 40px;
  padding: 0;
  position: absolute;
  right: 0;
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  width: 110px;
  z-index: 300;
}

.options-title {
  background-color: #003366;
  color: #ffffff;
  display: block;
  height: 18px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.options-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  float: left;
  height: 30px;
  padding: 0;
  position: relative;
  transition: all .3s linear !important;
  -webkit-transition: all .3s linear !important;
  width: 30px;
}

  .options-download {
    background-image: url('../img/arrow-blue.png');
    margin-right: 10px;
  }

    .options-download:hover {
      background-color: #003366;
      background-image: url('../img/arrow-white.png');
    }

    .options-download:hover:after {
      background-color: #efefef;
      color: #3c3c3c !important;
      content: 'Download deze pagina';
      font-size: 14px;
      margin: 31px 0 0 0;
      padding: 5px 0;
      position: absolute;
      text-align: center;
      width: 110px;
    }

  .options-add {
    background-image: url('../img/plus-blue.png');
    margin-right: 10px;
  }

    .options-add:hover {
      background-color: #003366;
      background-image: url('../img/plus-white.png');
    }

    .options-add:hover:after {
      background-color: #efefef;
      color: #3c3c3c !important;
      content: 'Voeg pagina toe aan selectie';
      font-size: 14px;
      margin: 31px 0 0 -40px;
      padding: 5px 0;
      position: absolute;
      text-align: center;
      width: 110px;
    }

  .options-link {
    background-image: url('../img/equals-blue.png');
  }

    .options-link:hover {
      background-color: #003366;
      background-image: url('../img/equals-white.png');
    }

    .options-link:hover:after {
      background-color: #efefef;
      color: #3c3c3c !important;
      content: 'Bekijk downloads en pagina selectie';
      font-size: 14px;
      margin: 31px 0 0 -80px;
      padding: 5px 0;
      position: absolute;
      text-align: center;
      width: 110px;
    }

@media screen and (max-width: 991px) {
  .options {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .options {
    display: block;
  }
}
/* Compile Report page */

.compile-report-container ul {
  list-style: none !important;
  padding: 0;
}

.compile-report-container ul li {
  color: #3c3c3c !important;
}

.header-search-button {
	cursor: pointer;
}
#my-report-ul input,
#my-report-ul label {
	cursor: pointer;
}
.searchpage-pagination a > li {
	cursor: pointer;
}

.nav-pink-dropdown span {
  text-align: center;
  padding: 10px;
  display: block;
  border-bottom: 1px solid;

  font-size: 14px;
  margin: 0;
  padding: 20px 0;
  vertical-align: middle;
}

.nav-pink-dropdown span a {
  color: #606060;
  text-decoration: none;
}

.content-container table td p, .content-container table th p {
  font-size: 15px;
}

.document-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
height: 100%;
transition: min-height 400ms ease;
  max-width: calc(66.875rem + ( 1.875rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 10rem;
  padding-bottom: 0;
  position: relative;
}
.document-title h1 {
  margin-top: 0;
margin-bottom: 70px;
  max-width: 44.375rem;
  padding: 1.5rem 2.75rem;
  display: inline-block;
  font-size: 3.875rem;
  font-weight: 200;
color: #fff;
background-color: rgba(175, 200, 18, 0.4);
transition: margin 300ms ease, padding 300ms ease, font-size 300ms ease;
}


.l-above-content {
    background-color: #ebedee;
}
.l-site-width {
    max-width: calc(66.875rem + ( 1.875rem * 2));
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
.directlinks {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.directlinks__list {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;

}
.directlinks__item {

    margin: 0.3125rem;

}
.btnlink__directlink {

    padding: 0.75rem 1.25rem;
    text-decoration: none;
    color: #fff;
    background-color: #003366;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background-color 200ms ease;
}

.directlink__title {
    margin-bottom: 0.3125rem;
    font-size: 1.875rem;
}
.directlinks h2 {
  margin-top: .866666em;
  margin-bottom: .866666em;
  font-weight: 500;
}
.btnlink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: auto;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    text-decoration: none;

}
.btnlink__directlink:focus, .btnlink__directlink:hover {
    color: #fff;
    background-color: #AFC812;
}

@media screen and (max-width: 991px) {
  .document-title h1 {
      margin-right: -1rem;
      margin-left: -1rem;
      padding: 0.21875rem 1rem;
      font-size: 2.5rem;
      /*margin-bottom: 16px;*/
  }
}

.banner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 300px;
  position: relative;
  width: 100%;
  z-index: 400;
}

@media screen and (max-width: 620px) {
  .banner-image {
    height: 160px;
  }
}

.foot-navigation{
  display: inline-block;
  height: auto;
  /*max-width: 45%;*/
  margin-top: 5%;
  margin-bottom: 5%;
}
.foot-navigation a {
  color: #003366;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid;
}
.foot-navigation a:hover {
  color: #AFC812;
}
.floatLeft{
  float: left;
}

.floatRight{
  float: right;
}

.homepage-image .webhomeimage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 1.5s 0s opacity;
}

.webhomeimage.active {
  opacity: 1;
}
