@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,400,400i,700');

/* start 0 lijn */
html,
body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
span,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.visually-hidden {
  user-select: none !important;
  pointer-events: none !important;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* einde 0 lijn */

/* Main Classes */

.row {
  width: 100%;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
}

.newline {
  clear: left;
}

.clear,
.clearfix,
.clearFix {
  clear: both;
}

.tooltip,
.jmodedit,
.item-page>.icons {
  display: none !important;
}

#system-message .alert {
  padding: 10px 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

#system-message .close {
  float: right;
  cursor: pointer;
}

#system-message .alert-heading {
  display: none;
}

#jcemediabox-popup-frame {
  padding: 0;
}

#jcemediabox-popup-body {
  max-width: 100% !important;
}

/* End main classes */

/* start algemeen */

html {
  background: #fff;
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 160px;
  min-height: 100%;
  background-color: #FFF;
}

body.mm-active {
  overflow: hidden;
}

body,
input,
textarea {
  font-family: 'Niramit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}

h1 {
  font-size: 36px;
  margin: 30px 0;
  color: #1B8656;
  font-weight: 300;
  line-height: 40px;
}

h2,
fieldset legend {
  font-size: 24px;
  margin: 40px 0 20px 0;
  color: #A5C63E;
  font-weight: 300;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  color: #181818;
  margin: 15px 0;
  font-weight: 300;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
}

p,
ul,
li,
ol {
  line-height: 1.4;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #a1c63e;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #1b8656;
  text-decoration: none;
}

a.button,
a.btn,
.btn,
.rsform-submit-button
{
  display: inline-block;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 20px;
  font-weight: 400;
  padding: 12px 25px;
  min-width: 175px;
  text-decoration: none;
  color: #fff;
  background-color: #a1c63e;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 25px;
}

a.button:hover,
a.btn:hover,
.btn:hover {
  background-color: #1b8656;
  color: #fff;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline-color: #22345A !important;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  box-sizing: border-box;
  color: #505050;
  background: #fff;
  border: 1px solid #D9D9D9;
  font-weight: 400;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 10px;
  width: 300px;
  max-width: 100%;
  max-width: 660px;
  outline: none;
}

textarea {
  min-height: 100px;
  width: 300px;
  max-width: 100%;
  line-height: 1.5;
  padding: 5px 10px;
}



::placeholder {
  color: #BFBFBF !important;
  font-size: 14px;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #BFBFBF !important;
  font-size: 14px;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #BFBFBF !important;
  font-size: 14px;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

iframe {
  max-width: 100%;
}

fieldset {
  padding: 0;
  border: none;
}

.tooltip,
.popover {
  display: none !important;
}

.videoWrapper {
  position: relative;
  margin: 50px 0;
  padding-bottom: 57%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* einde algemeen */

/* Blackout */

#blackout {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#blackout.active {
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
}

#header {
  position: relative;
  z-index: 3;
  background: #fff;
}

body.mm-active #header {
  z-index: 1;
}

/* TOP MENU */

#top-menu {
  position: relative;
  margin: 0;
  height: 40px;
}

#top-menu::before {
  content: "";
  position: absolute;
  left: 34%;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #1B8656;
  border-radius: 0 0 0 20px;
}

#top-menu ul {
  list-style: none;
  margin-bottom: 0;
}

#top-menu ul.nav {
  float: right;
}

#top-menu ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}

#top-menu ul li:first-of-type {
  margin-left: 0;
}

#top-menu ul li.lang-link {
  display: inline-block;
  margin-right: 10px;
}

#top-menu ul li.member-link {
  margin-left: 10px;
  margin-right: 0;
}

#top-menu ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  line-height: 30px;
}

.desktop #top-menu ul li a:hover,
#top-menu ul li.active a {
  color: #a1c63e;
}

#top-menu ul li.active a {
  font-weight: 700;
}

#top-menu ul li a.members,
#mobile-menu ul li a.members {
  background-color: #a1c63e;
  color: #fff;
  width: 235px;
  text-align: center;
}

#top-menu ul li a.members span,
#mobile-menu ul li a.members span {
  padding-left: 25px;
  background-image: url('../images/ico-member.png');
  background-size: 14px 17px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -5px;
}

#top-menu ul li a.members:hover,
#mobile-menu ul li a.members:hover {
  background-color: #ccc;
  color: #fff;
}

#mid-header {
  min-height: 100px;
}

/* LOGO */

#logo {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.4s;
  float: left;
}

body.mm-active #logo {
  opacity: 0;
  transition: none;
}

#logo a {
  display: block;
  height: 120px;
  margin-top: -30px;
}

#logo a:hover {
  opacity: 0.666;
}

#logo img {
  display: block;
  height: 100%;
  width: auto;
}

/* SEARCH */

#search {
  float: right;
  position: relative;
  margin-top: 25px;
}

#mobile-menu .search {
  float: left;
  position: relative;
}

#search label,
#mobile-menu .search label {
  display: none;
}

#search input,
#mobile-menu .search input {
  display: block;
  width: 235px;
  padding-right: 40px;
  margin-bottom: 0;
  color: #666;
}

#search input::-webkit-search-cancel-button,
#mobile-menu .search input::-webkit-search-cancel-button {
  display: none;
}

#search button,
#mobile-menu .search button {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  font-size: 0;
  background-color: transparent;
  background-image: url('../images/ico-search.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

/* MAIN MENU TOP */

#main-menu-top {
  float: right;
  margin-top: 65px;
}

#main-menu-top ul {
  list-style: none;
  margin-bottom: 0;
}

#main-menu-top ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

#main-menu-top ul li a {
  display: inline-block;
  padding: 5px;
  color: #a1c63e;
}

#main-menu-top ul li.active a {
  text-decoration: none;
  color: #1b8656;
  font-weight: 700;
}

#main-menu-top ul li a:hover {
  text-decoration: underline;
  color: #1b8656;
}




/* MAIN MENU - OLD, NIET MEER GEBRUIKT, VOORLOPIG LATEN STAAN */

#main-menu {
  margin-top: 20px;
  background-color: #a1c63e;
}

#main-menu .container {
  position: static;
}

#main-menu ul {
  list-style: none;
  margin-bottom: 0;
}

#main-menu ul li {
  display: inline-block;
  width: 16%;
  text-align: center;
}

#main-menu ul li:first-of-type {
  margin-left: 0;
}

#main-menu ul li a,
#main-menu ul li span.nav-header {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 10px;
  width: 100%;
}



#main-menu ul li.active>a,
.desktop #main-menu ul.nav.intended li:hover>a,
#main-menu ul.nav.intended li:hover span.nav-header {
  color: #fff;
}


#main-menu ul li span.nav-header {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}


/* LEVEL 2 */

#main-menu ul.nav>li ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background: #EBEBEB;
  padding: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

#main-menu ul.nav.intended:hover li ul {
  opacity: 1;
}

#main-menu ul.nav.intended li:hover ul {
  height: auto;
  opacity: 1;
  padding: 20px 0;
  text-align: center;
}

#main-menu ul.nav li ul li {
  display: block;
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

#main-menu ul.nav li ul li a {
  padding: 5px 0;
}

#main-menu ul.nav li li.active>a,
.desktop #main-menu ul.nav li li:hover>a {
  color: #999;
}

#main-menu ul.nav li:nth-child(1) ul li a {
  padding-left: 0;
}

#main-menu ul.nav li:nth-child(2) ul li a {
  padding-left: 20%;
}

#main-menu ul.nav li:nth-child(3) ul li a {
  padding-left: 40%;
}

#main-menu ul.nav li:nth-child(4) ul li a {
  padding-left: 60%;
}

#main-menu ul.nav li:nth-child(5) ul li a {
  padding-left: 80%;
}

body.darken #content::after,
body.darken #footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}

#main-menu img {
  display: none;
}

/* MOBILE MENU */

.mobile-menu-button {
  display: none;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

body.mm-active .mobile-menu-button {
  opacity: 0;
}

body.mm-active #mobile-menu .mobile-menu-button {
  opacity: 1;
}

#mobile-menu {
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 85%;
  left: -100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

body.mm-active #mobile-menu {
  left: 0;
}

#mobile-menu .container {
  background: #183545;
  padding: 15px 0 0;
  position: absolute;
  overflow-y: scroll;
  width: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.desktop #mobile-menu .container {
  right: -20px;
}

#mobile-menu .container .scroll-helper {
  position: relative;
  padding-bottom: 60px;
}

#mobile-menu #mm-logo a {
  display: block;
  height: 70px;
  width: auto;
  margin-left: 5%;
  margin-bottom: 20px;
}

#mobile-menu #mm-logo a img {
  display: block;
  max-height: 100%;
  width: auto;
}

#mobile-menu .hamburger {
  opacity: 0;
  transition: none;

}

body.mm-active #mobile-menu .hamburger {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.5s;
}

#mobile-menu ul {
  list-style: none;
  margin: 0;
}

#mobile-menu ul li {
  clear: both;
  margin-top: 1px;
  margin-bottom: 10px;
}

#mobile-menu ul li.member-link,
#mobile-menu .search {
  margin-left: 5%;
  margin-right: 5%;
}

#mobile-menu li a,
#mobile-menu li span.nav-header {
  display: block;
  padding: 10px 5%;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

#mobile-menu li span.nav-header {
  color: #d5d5d5;
}

#mobile-menu li li a {
  padding: 10px 8%;
  font-size: 14px;
}

#mobile-menu li.active>a,
.desktop #mobile-menu li.active>a:hover {
  background-color: #a1c63e;
  font-weight: 700;
  color: #fff;
}

.desktop #mobile-menu li a:hover {
  background-color: #a1c63e;
  color: #fff;
}

#mobile-menu img {
  display: none;
}

#mobile-menu li.member-link {
  margin-bottom: 10px;
}

#mobile-menu ul li a.members,
#mobile-menu .search input {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#mobile-menu .search {
  margin-bottom: 10px;
}

#mobile-menu .mod-languages {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #EBEBEB;
}

#mobile-menu .mod-languages ul li {
  margin: 0;
  float: left;
  width: 50%;
  clear: none;
}

#mobile-menu .mod-languages ul li a {
  display: block;
  width: 100%;
  color: #000;
  padding: 0;
  line-height: 40px;
  text-align: center
}

.desktop #mobile-menu .mod-languages ul li a:hover {
  background-color: #666;
}

#mobile-menu .mod-languages ul li.lang-active a {
  font-weight: 700;
}


/* einde header */

/* banner */

#fullPageBackground {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

#fullPageBackground .filter {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0, 120, 135, 0.8), rgba(0, 176, 185, 0.8));
}

#banner {
  position: relative;
  padding: 10px 0;
}

#banner #banner-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  display: table;
}

#banner.oversized #banner-content {
  width: 100%;
}

#banner #banner-content .aligner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5%;
}

#banner #banner-content .custom {
  text-align: left;
  margin: 0 auto;
  max-width: 340px
}

#banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: left;
}

#banner h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

#banner-button {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/ico-scroll.png) no-repeat center center;
  background-size: 100% 100%;
  bottom: 5%;
  left: 30%;
  margin-left: -12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

#banner.oversized #banner-button {
  left: 50%;
}

#banner-button:hover {
  opacity: 0.5;
}

/* BANNER NEWS */

#banner-news {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: rgba(25, 38, 44, 0.75);
  padding: 20px;
}

#banner-news h2 {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}

#banner-news .newsflash {
  width: 100%;
  max-width: 300px;
  overflow: auto;
}

#banner-news .newsflash-item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

#banner-news div.newsflash-item:last-of-type {
  border-bottom: none;
}

#banner-news p,
#banner-news a {
  color: #fff;
}

#banner-news a:hover div,
#banner-news a:hover p {
  opacity: 0.7;
}

#banner-news .newsflash-date {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

#banner-news a.read-more-news {
  float: right;
  padding-left: 30px;
  letter-spacing: 0.5px;
  font-weight: 700;
  background: url('../images/ico-arrow.png') no-repeat left center;
  background-size: 16px 16px;
}

#banner-news a.read-more-news:hover {
  padding-left: 23px;
  opacity: 0.5;
}

/* BANNER HELPER */

#banner-helper #banner-news {
  position: relative;
  top: auto;
  left: auto;
  max-width: 100%;
  width: 100%;
}

#banner-news .newsflash {
  max-width: 100%;
}

/* NEWS PAGE */

.blog {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.blog .com-content-category-blog__item.blog-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.blog .items-leading>div:last-of-type .com-content-category-blog__item.blog-item {
  border-bottom: none;
}

.blog h2 {
  text-align: left;
  margin: 0;
  line-height: 1.2;
}

.blog .blogpost-heading-extra {
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 300;
}

.blog-content {
  overflow: auto;
}

.blog .item-image {
  display: block;
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}

.blog .blog-content-text {
  float: left;
  width: 65%;
}

.blog p.readmore {
  text-align: right;
}


.pagination {
  text-align: center;
}

.pagination ul {
  margin: 0;
  display: inline-block;
  overflow: auto;
  list-style: none;
}

.pagination li {
  float: left;
  padding: 0 10px;
  display: block;
}

.pagination .pagination-next {
  padding-right: 0;
}

.pagination .pagination-start,
.pagination .pagination-end {
  display: none;
}

/* NEWS ARTICLE PAGE */

.item-page dd.published {
  display: none;
}

/* MENU BLOCKS */

#block-menu .block-menu-item {
  display: block;
  float: left;
  width: 465px;
  margin-bottom: 10px;
}

#block-menu .block-menu-item a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 68%;
}

#block-menu .block-menu-item.margin {
  margin-right: 10px;
}

#block-menu .block-menu-item.large {
  width: 100%;
}

#block-menu .block-menu-item.large a {
  padding-top: 34%;
}

#block-menu .bmi-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#block-menu .bmi-image img {
  width: 100%;
  height: auto;
}

#block-menu a:hover .bmi-image {
  transform: scale(1.1);
}

#block-menu .bmi-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  min-height: 120px;
  padding: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

#block-menu .bmi-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 3px;
}

#block-menu .bmi-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

/* Content */

#content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 200px;
  background: #fff;
}

.item-page p,
.item-page ul,
.item-page ol,
.item-page h1,
.item-page h2,
.item-page h3,
.item-page h4,
.item-page h5,
.item-page h6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.item-page p.fullWidth {
  max-width: 100%;
}

.item-page ul,
.item-page ol {
  padding-left: 30px;
  margin-bottom: 20px;
}

#content table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#content table.smallSized {
  width: auto;
}

#content table th,
#content table td {
  vertical-align: top;
  text-align: left;
  border: 1px solid #fff;
  border-spacing: 1;
  padding: 5px 10px;
}

#content table th {
  color: #fff;
  font-weight: 700;
  background-color: #a1c63e;
}

#content table td img {
  max-width: none;
}

#content table tr:nth-child(even) td {
  background-color: #F2F2F2
}

#content table tr td:first-of-type {
  text-align: left;
}

#content hr {
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #ddd;
  margin: 80px 0;
}

/* BEFORE CONTENT */

#beforeContent {
  float: right;
  margin-top: 50px;
}

#system-message .close {
  display: none;
}

/* FORMS */

.control-group {
  margin-bottom: 10px;
  margin-top: 10px;
}

#com_users_twofactor_forms_container {
  margin-bottom: 30px;
}

.control-group.textField {
  width: 100%;
  float: left;
}

.control-group.textareaField {
  width: 100%;
}

.g-recaptcha {
  min-height: 78px;
  display: block;
}

.control-label {
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #1b8656;
  font-weight: 700;
  font-size: 14px;
}

form label {
  width: 100%;
}

.FormButtonContainer {
  text-align: left;
}

.extendCheck {
  text-align: center;
  margin-top: 15px;
}

.fieldError,
.fieldError span {
  color: #F5512E;
  font-size: 12px;
  font-weight: 700;
}

.fieldError {
  margin-bottom: 5px;
}

.control-group.textField.invalid input,
.control-group.textareaField.invalid textarea {
  border-color: #F5512E;
}

.checkboxField {
  overflow: auto;
}

.checkboxField .controls {
  float: left;
  margin-right: 5px;
}

.checkboxField .control-group {
  float: left;
}

.control-group.jCaptchaField.invalid iframe {
  border: 1px solid #F5512E;
}

#content .alert-error p {
  line-height: 1.5;
  margin-bottom: 10px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: transparent;
}

/* LOGIN */

.login form {
  margin-top: 50px;
}

.login .input-password-toggle {
  display: none !important;
}

.reset-confirm legend,
.remind legend,
.reset legend {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.control-group.remember {
  margin-bottom: 20px;
}

.control-group.remember>div {
  display: inline-block;
}

.control-group.remember input {
  vertical-align: middle;
}

#content ul.nav-tabs {
  margin: 10px 30px;
}

#content ul.nav-tabs li {
  margin-bottom: 2px;
}

/* MEMBERS AREA */

.greenGasOverview {
  margin-top: 50px;
}

#content .greenGasOverview table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

#content .greenGasOverview table th,
#content .greenGasOverview table td {
  min-width: 100px;
  vertical-align: top;
  border: 1px solid #E6E6E6;
  border-spacing: 0;
  padding: 5px;
  font-size: 12px;
}

#content .greenGasOverview table td {
  word-break: break-all;
}

#content .greenGasOverview table th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 12px;
}

#content .greenGasOverview table th:first-of-type {
  border-left: 1px solid #E6E6E6;
}

#content .greenGasOverview table th:last-of-type {
  border-right: 1px solid #E6E6E6;
}

/* PROFILE */

.modal-button {
  margin-bottom: 5px;
}

/* SEARCH */

fieldset.phrases,
fieldset.only,
.search .form-limit,
dd.result-category,
dd.result-created {
  display: none;
}

dd.result-text {
  margin-bottom: 20px;
  margin-inline-start: 0px;
}

dt.result-title a {
  margin-left: 5px;
}

/* Remove cross from search fields */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#content .search .btn-group.pull-left {
  float: left;
}

#content .search input {
  margin-bottom: 5px;
}

#content .search button {
  padding: 10px 25px;
}

.searchintro {
  margin-top: 30px;
}

/* NEWS */

#news h2 {
  text-align: center;
}

#news .newsflash {
  overflow: auto;
  text-align: center;
}

#news .newsflash-item {
  display: block;
  float: left;
  width: 31%;
  margin: 10px 1%;
}

#news .newsflash-item a {
  display: block;
  position: relative;
  width: 100%;
}

#news .newsflash-item .newsflash-image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  background: #000;
}

#news .newsflash-item .newsflash-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.01);
  transition: all 0.5s ease-in-out;
}

#news .newsflash-item a:hover .newsflash-image img {
  opacity: 0.5;
  transform: scale(1.1);
}

#news .newsflash-item .newsflash-date {
  display: block;
  position: relative;
  width: 75px;
  margin-left: 10px;
  margin-top: -13px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  background-color: #2D4A50;
  color: #fff;
  text-align: center;
}

#news .newsflash-item .newsflash-title {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  text-align: left;
  font-size: 17px;
  line-height: 1.3;
}


#news .news-actions {
  display: block;
  clear: both;
  margin: 25px 0;
  text-align: center;
}

/* FAQ */

#faq h2 {
  text-align: center;
}

#faq ul {
  overflow: auto;
  list-style: none;
}

#faq ul li {
  margin-bottom: 0;
}

#faq li a {
  display: block;
  float: left;
  width: 46%;
  margin: 10px 2%;
  padding: 10px 20px 10px 75px;
  background-image: url(../images/ico-faq.png);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: 23px center;
  height: 75px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 6px #ccc;
}

#faq li a:hover {
  background-color: #f2f2f2;
  color: #a1c63e;
  box-shadow: 0 0 2px #ccc;
  border: 1px solid #bbb;
}

#faq li a>span {
  display: table;
  height: 100%;
  width: 100%;

}

#faq li a>span>span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: auto;
}

/* CTA */

#cta {
  margin: 50px 0;
}

#cta p {
  text-align: center;
  margin-bottom: 0;
}

/* profile */

.profile-edit button,
.profile-edit a.btn {
  margin-top: 10px;
  margin-right: 10px;
}


/* footer */

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: auto;
  background-color: #19262C;
}

#footer .container {
  padding-top: 45px;
  padding-bottom: 40px;
  overflow: auto;
}

#footer ul {
  list-style: none;
}

#footer-left {
  float: left;
}

#footer-right {
  float: right;
  color: #fff;
}

#footer-right ul {
  list-style: none;
}

#footer-right ul li,
#footer-left {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  margin-top: 46px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

#footer-right ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  background: #fff;
  width: 1px;
  height: 12px;
}

#footer-right ul li:last-of-type {
  padding-right: 0;
}

#footer-right ul li:last-of-type::after {
  display: none;
}

#footer-right ul li img {
  margin-left: 10px;
  vertical-align: middle;
}

#footer-right ul li img:first-of-type {
  margin-left: 15px;
  vertical-align: middle;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #fff;
  opacity: 0.5;
}


/*** HAMBURGER MENU ***/

.hamburger {
  position: absolute;
  right: 5%;
  top: 20px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  border-radius: 40px;
}

.hamburger:focus {
  outline: none;
}

.hamburger-box {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #a1c63e;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mobile-menu .hamburger-inner,
#mobile-menu .hamburger-inner::before,
#mobile-menu .hamburger-inner::after {
  background: #e5e5e5;
}

/* ADJUSTMENTS FOR RESPONSIVE */

@media only screen and (min-width:2000px) {

  #top-menu::before {
    left: 40%;
  }

}

@media only screen and (max-width:1000px) {

  .container {
    padding: 0 3%;
  }

  #block-menu .block-menu-item {
    width: 49%;
  }

  #block-menu .block-menu-item.margin {
    margin-right: 2%;
  }

  #top-menu::before {
    left: 20%;
  }

  #main-menu ul li a {
    padding: 10px 5px;
  }

  #main-menu ul.nav li:nth-child(1) ul li a {
    padding-left: 3%;
  }

  #faq li a {
    background-position: 15px center;
    padding: 5px 10px 5px 60px;
  }

}


@media only screen and (max-width:800px) {

  #main-menu-top,
  #main-menu,
  #top-menu,
  #search {
    display: none;
  }

  .mobile-menu-button {
    display: block;
  }

  #mid-header {
    min-height: 0;
    overflow: auto;
  }

  #logo a {
    margin: 10px 0;
  }

  h1 {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 20px;
  }

  h2 {
    font-size: 22px;
  }

  img.mobileNoFloat {
    display: block;
    float: none !important;
    margin: 20px auto !important;
  }

  #block-menu .block-menu-item {
    width: 100%;
  }

  #block-menu .block-menu-item.margin {
    margin-right: 0;
  }

  #block-menu .block-menu-item a {
    padding-top: 50% !important;
  }

  #block-menu .block-menu-item.small .bmi-image {
    top: 50%;
    margin-top: -34%;
  }

  #block-menu .large .bmi-image img {
    max-width: none;
    height: 100%;
    width: auto;
  }

  #block-menu .bmi-text p {
    font-size: 17px;
  }

  ul.flextable-list {
    list-style: none;
    padding-left: 0;
  }


  #content ul.flextable-list li.flextable-head {
    font-weight: bold;
  }

  #content ul.flextable-list li.flextable-spacer {
    height: 15px;
  }

  #content ul.flextable-list li.flextable-spacer:last-of-type {
    display: none;
  }

  #content .search button {
    min-width: 0;
  }

  #content .search input {
    width: 200px;
    min-width: 0;
  }

  #footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footer-right ul li {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: right;
    padding: 0;
  }

  #footer-right ul li::after {
    display: none;
  }

  table.mobileList td {
    display: block;
    width: 100% !important;
  }

  #news .newsflash-item {
    display: block;
    float: none;
    width: 80%;
    margin: 10px 10% 30px;
  }

  #faq li a {
    width: 100%;
    margin: 10px 0;
  }

  .blog .item-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .blog .blog-content-text {
    float: none;
    width: 100%;
  }

  .blog p.readmore {
    text-align: left;
  }

}

@media only screen and (max-width:600px) {

  #news .newsflash-item {
    display: block;
    float: none;
    width: 100%;
    margin: 10px 0 30px;
  }

  #beforeContent {
    float: none;
    overflow: auto;
    margin-top: 0;
    margin-bottom: -50px;
  }

  #beforeContent img {
    float: none !important;
    margin-bottom: 0 !important;
  }

}

@media only screen and (max-width:400px) {

  h1 {
    font-size: 26px;
  }

  #mobile-menu {
    width: 100%;
  }

  .hamburger {
    right: 2.5%;
  }

  #faq li a {
    font-size: 15px;
  }

}

@media only screen and (max-width:350px) {

  .control-group.jCaptchaField {
    width: 275px !important;
    overflow: hidden !important;
  }

}