/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ D N N   S T Y L E S ------------------------------------------- */
/* FONT FAMILY OPEN SANS */
/* FONT WEIGHTS */
/* FONT SIZES */
/* COLORS */
/* MIXINS FONT */
/* MIXINS OTHER */
/* KEYFRAMES */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* OVERALL STYLES */
html, body, #Form {
  height: 100%;
  font-size: 100% !important;
  font-family: "Open Sans", sans-serif !important;
}

body {
  background: #ffffff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: visible !important;
}

body, th, td, table, h1, h2, h3, h4, .Head, .SubHead, .SubSubHead, .Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, a:link, a:visited, a:hover, input, .CommandButton, p, li, label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #505050;
  letter-spacing: 0;
  font-weight: 400;
}

.clear, .clearBoth {
  clear: both;
}

/* Position edit icons */
.actionMenu .dnn_mact {
  margin-left: -110px !important;
}

/* Bootstrap button default */
.bstrap30 .form-button {
  text-transform: uppercase;
}

.bstrap3-material .text-danger {
  font-size: 13px;
  color: #505050 !important;
}

.form-checkbox.has-error .err-placeholder {
  border-top: 2px solid #e51c23;
}

.DnnModule {
  margin-bottom: 50px;
}

html.no-touch a[href^='tel'],
html.no-touch a[href^='tel']:hover {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.right {
  float: none;
}

.DNNEmptyPane {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important;
}

a, a:link, a:active, a:visited {
  color: #7e89bf;
  text-decoration: underline;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
}

/* HEADING STYLING */
.h1, h1, h1 a, h2, h2 a, h2 a:link, h2 a:visited, h2 a:active, .bstrap30 h2, .h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #14235a;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 15px;
}

h3, h3 a, h3 a:visited, h3 a:active, h3 a:link {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none !important;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 2px;
  line-height: 130%;
}

/* CONTAINER STYLING */
.white-bg {
  background-color: #ffffff;
  padding: 15px;
}

/* CONTENT STYLING */
p {
  margin: 0 0 18px 0;
  font-size: 13px;
}

hr {
  clear: both;
  height: 0;
  border: solid #ececec;
  border-width: 1px 0 0;
  margin: 15px 0 0 0;
}

img {
  border: 0;
}

/* BUTTONS STYLING */
a.btnBorder {
  padding: 11px 21px 9px;
  border: 1px solid #ccc !important;
  color: #ccc;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px !important;
  display: inline-block;
  font-weight: 600;
}

a.btnBorder:hover {
  border-color: #ffffff;
  color: #ffffff !important;
}

.eds_news_KopijServiceOnline.eds_subCollection_news .article_pager.edn_articleScrolling a,
a.primaryButton,
.dnnPrimaryAction {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 5px;
  line-height: 1;
  color: #ffffff !important;
  background: none;
  background-color: #7e89bf;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #7e89bf;
}

button.secondaryButton,
a.secondaryButton {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 5px;
  background-color: #666;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
  cursor: pointer;
  cursor: hand;
  background-color: white;
  color: #7e89bf;
}

.dnnPrimaryAction:hover {
  background-color: white;
  color: #7e89bf;
}

button.altButton:hover,
a.altButton:hover {
  cursor: pointer;
  cursor: hand;
}

.btn-primary {
  border: 1px solid #7e89bf !important;
  padding: 14px 21px 12px !important;
  border-radius: 0 !important;
  color: #7e89bf !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/*.btn-primary:hover {background-color: $primary-purple!important; color: $primary-white!important;}*/
.btn-info {
  border: 1px solid #7e89bf !important;
  padding: 14px 21px 12px !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background-color: #7e89bf !important;
  box-shadow: none !important;
}

/*.btn-info:hover {background-color: $primary-white!important; color: $primary-purple!important;}*/
.bstrap3-material select, .bstrap3-material select.form-control {
  font-size: 13px !important;
}

.bstrap3-material textarea, .bstrap3-material textarea.form-control {
  font-size: 13px !important;
}

/* EVALUATIE FORM STYLING */
.answer-horizontal, .answer-vertical, .answer-vertical span {
  font-size: 13px;
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ S K I N   S T Y L E S -------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
#ControlBar,
form .dnn_mact > li,
form .dnn_mact li,
#controlbar_admin_basic li,
#ControlNav li,
.dnnDropDownList .selected-item a,
.dnnDropDownList .selected-item a:link,
.dnnDropDownList .selected-item a:visited,
.dnnDropDownList .selected-item a:hover,
.dnnDropDownList .selected-item a:active,
#ControlNav > li.hover > a, #ControlNav > li:hover > a,
ul#ControlBar_Module_ModulePosition li {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}

ul#ControlBar_Module_ModulePosition li {
  width: auto !important;
  padding: 8px;
}

ul#ControlBar_Module_ModulePosition {
  width: auto !important;
}

.advanced.subNav dl ul li {
  width: 145px;
}

.adminSkin .console-large img {
  padding: 0;
}

.dnnPrimaryAction,
.dnnSecondaryAction {
  text-decoration: none !important;
}

.dnnCheckbox .mark {
  background-color: transparent !important;
}

#contentPaneWrap ul, #contentPaneWrap ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 18px;
  display: inline;
}

#contentPaneWrap ul li, #contentPaneWrap ol li {
  padding-left: 14px;
  margin-bottom: 0px;
  background: url(images/btnNextLargeBlack.svg) no-repeat left 5px;
  background-size: 6px 9px;
}

html.no-touch #footerMaster #copyrightWrapper p a[href^='tel']:hover {
  color: #929191 !important;
}

html.touch #mobileMenuMaster .nav li a:hover {
  background: none !important;
}

/* MENUMASTER STYLING */
#mobileMenuMaster {
  background: #14235a;
}

#mobileMenuMaster.isAdmin {
  padding-top: 62px;
}

#mobileMenuMaster .searchInputContainer {
  display: block !important;
  margin: 0 !important;
  padding: 10px;
}

#mobileMenuMaster .searchInputContainer a.dnnSearchBoxClearText {
  top: 18px;
  right: 42px !important;
}

#mobileMenuMaster #dnn_dnnSEARCH_mob_ClassicSearch {
  display: block;
  position: relative;
}

#mobileMenuMaster #dnn_dnnSEARCH_mob_ClassicSearch input {
  width: 100%;
  height: auto;
  padding: 12px 25px 12px 17px;
  background: #14235a;
  border: none;
  line-height: 20px;
  color: #fff;
}

#mobileMenuMaster #dnn_dnnSEARCH_mob_ClassicSearch input::placeholder {
  color: #ffffff;
}

#mobileMenuMaster #dnn_dnnSEARCH_mob_ClassicSearch a#dnn_dnnSEARCH_mob_cmdSearch {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 22px;
}

#mobileMenuMaster #topLinksWrapMob a {
  display: block;
  font-size: 16px;
  padding: 12px 12px 12px 17px;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  text-decoration: none;
  font-weight: 600;
  /*border-bottom: 1px solid #222;*/
}

#mobileMenuMaster #topLinksWrapMob a:hover {
  background: #222 !important;
}

#mobileMenuMaster #searchBarMob {
  background: #445596;
}

#mobileMenuMaster #searchBarMob #socialMasterMob {
  text-align: right;
  padding: 20px 10px 10px 0;
}

#mobileMenuMaster #searchBarMob #socialMasterMob a {
  display: inline-block;
  margin-left: 4px;
}

#mobileMenuMaster #navMasterMob {
  padding-top: 25px;
  padding-bottom: 25px;
}

#mobileMenuMaster #navMasterMob ul.nav {
  float: none;
  margin: 0;
}

#mobileMenuMaster #navMasterMob ul.nav li {
  float: none;
}

#mobileMenuMaster #navMasterMob ul.nav li a {
  white-space: normal;
  display: block;
  font-size: 16px;
  padding: 12px 12px 12px 17px;
  color: #ffffff;
  text-decoration: none;
}

#mobileMenuMaster #navMasterMob ul.nav li a span {
  width: 9px;
  height: 5px;
  margin: 0 0 2px 6px;
  display: inline-block;
  background: url(Images/iconArrowDownWhite.svg) 0 0 no-repeat;
  background-size: 9px 5px;
}

#mobileMenuMaster #navMasterMob ul.nav li a:hover, #mobileMenuMaster #navMasterMob ul.nav li a:focus {
  background: #445596 !important;
  color: #fff !important;
}

#mobileMenuMaster #navMasterMob ul.nav > li {
  /*border-bottom: 1px solid #222;*/
}

#mobileMenuMaster #navMasterMob ul.nav > li > a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

#mobileMenuMaster #navMasterMob ul.nav > li ul.dropdown-menu {
  display: block !important;
  float: none;
  position: static;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

#mobileMenuMaster #navMasterMob ul.nav > li ul.dropdown-menu ul li a {
  padding: 12px 12px 12px 40px;
  color: #D5D5D5;
  text-decoration: none;
  font-size: 14px;
}

#mobileMenuMaster #navMasterMob ul.nav > li ul.dropdown-menu ul li ul li a {
  padding: 10px 10px 10px 80px;
  color: red;
}

#mobileMenuMaster #navMasterMob ul.nav > li ul.dropdown-menu > .active > a {
  background-color: #445596 !important;
}

#mobileMenuMaster #navMasterMob ul.nav > li img.menuSep {
  display: none;
}

/* TOPMASTER STYLING */
#topMaster {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}

#topMaster #topContactMaster {
  background: #7e89bf;
  border-bottom: 1px solid #ececec;
  height: 64px;
}

#topMaster #topContactMaster #mobMenuBtnWrap #mobMenuBtn {
  position: relative;
  padding: 10px 0;
  float: right;
  margin-top: 5px;
  background-color: transparent;
  background-image: none;
  border: none;
  outline: 0;
}

#topMaster #topContactMaster #mobMenuBtnWrap #mobMenuBtn #mobMenuTxt {
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -1px;
}

#topMaster #topContactMaster #mobMenuBtnWrap #mobMenuBtn #mobMenuIcon {
  padding-top: 2px;
}

#topMaster #topContactMaster #mobMenuBtnWrap #mobMenuBtn #mobMenuIcon .iconMobMenu {
  width: 27px;
  height: 3px;
  margin-top: 5px;
  display: block;
  border-radius: 1px;
  background-color: #ffffff;
}

#topMaster #topContactMaster #mobMenuBtnWrap #mobMenuBtn #mobMenuIcon .iconMobMenu.first {
  margin-top: 0;
}

#topMaster #topContactMaster #contactWrap {
  text-align: right;
  padding-top: 16px;
}

#topMaster #topContactMaster #contactWrap .txtTransFx {
  margin-left: 15px;
}

#topMaster #topContactMaster #contactWrap a {
  color: #ffffff;
  font-size: 13px;
}

#topMaster #topContactMaster #contactWrap a#phoneNmbr {
  text-decoration: none;
  margin-left: 40px;
}

#topMaster #topContactMaster #contactWrap a#phoneNmbr:hover {
  color: #ffffff;
}

#topMaster #topContactMaster #contactWrap a span {
  color: #ffffff;
  margin-right: 2px;
  font-size: 18px;
  vertical-align: sub;
}

#topMaster #topContactMaster #contactWrap a:hover {
  color: #ffffff;
  text-decoration: none;
}

#topMaster #topContactMaster #logoWrap {
  margin: 0px 0px;
}

#topMaster #topContactMaster #logoWrap #logoSmall {
  display: block;
  outline: 0;
  margin: 0;
  top: 0;
  /*margin-bottom: -27px;*/
}

#topMaster #topContactMaster #logoWrap #logoSmall img {
  margin-left: -2px;
  height: 63px;
  width: auto;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster {
  /* FIRST LEVEL MENU */
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav {
  margin: 25px 0px;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li {
  display: block;
  float: left;
  background: none;
  /* DROPDOWN MENU */
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li a {
  text-decoration: none;
  color: #14235a;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li.active > a, #topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li.active a:focus, #topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li.active a:hover, #topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li.active a:active, #topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li .activeHov > a, #topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li .activeHov a:focus, #topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li .activeHov a:hover, #topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li .activeHov a:active {
  color: #7e89bf;
  outline: 0;
  background: none;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul {
  display: none;
  position: absolute;
  z-index: 10000;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 114px;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li {
  display: block;
  float: none;
  border: none;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li a {
  display: block;
  font-size: 16px;
  padding: 8px 16px;
  background: #fff;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li a:hover {
  color: #7e89bf !important;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li.dropdown > a {
  padding-bottom: 4px;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li.dropdown a span {
  display: none;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li.dropdown.active > a {
  color: #7e89bf !important;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li ul {
  display: none;
  position: relative;
  width: 100%;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav li ul li ul a {
  padding: 0px 16px 4px 34px;
  color: #616161;
  font-size: 14px;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav > li {
  display: block;
  float: left;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav > li.first > a {
  padding-left: 0;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav > li > a {
  display: inline-block;
  padding: 15px 17px 13px 22px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav > li > a:hover {
  background: none;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav > li img.menuSep {
  padding-bottom: 3px;
}

#topMaster #topMenuMaster #topMenuWrap #navMaster ul.nav > li.last img.menuSep {
  display: none;
}

#topMaster #topMenuMaster #topMenuWrap #socialMaster {
  text-align: right;
  margin-top: 30px;
}

#topMaster #topMenuMaster #topMenuWrap #socialMaster a {
  display: inline-block;
  margin-left: 3px;
}

#topMaster #topMenuMaster #topMenuWrap #socialMasterMob {
  text-align: right;
  padding: 20px 10px 10px 0;
}

#topMaster #topMenuMaster #topMenuWrap #socialMasterMob a {
  display: inline-block;
  margin-left: 4px;
}

/* PAGE MASTER */
#pageMaster {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  /* FOOTER */
}

#pageMaster.homeSkin #contentWrap #contentPaneWrap {
  border-top: 1px solid #ececec;
  background: #f7f7f7;
}

#pageMaster.homeSkin #headerWrap #headerCaption {
  position: absolute;
  padding-left: 15%;
  padding-right: 30px;
  width: 100%;
  text-align: center;
  bottom: 0;
}

#pageMaster.homeSkin #headerWrap #headerCaption h1 {
  color: #ffffff;
  font-weight: 300;
  font-size: 30px;
  text-transform: inherit;
  text-shadow: 2px 2px 2px #222;
  margin-bottom: 0;
  /*background: #080808; opacity: 0.7;*/
  padding: 10px;
}

#pageMaster #contentWrap {
  padding-top: 102px;
  padding-bottom: 500px;
  /*background: #f7f7f7;*/
}

#pageMaster #contentWrap #searchBar #dnn_dnnSEARCH_ClassicSearch {
  float: right;
}

#pageMaster #contentWrap #searchBar #dnn_dnnSEARCH_ClassicSearch input {
  width: 220px;
  height: 40px;
  padding: 10px 45px 10px 10px;
  background-color: rgba(24, 160, 150, 0.3);
  border: none;
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  outline: 0;
}

#pageMaster #contentWrap #searchBar #dnn_dnnSEARCH_ClassicSearch input::placeholder {
  color: #ffffff;
}

#pageMaster #contentWrap #searchBar #dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 26px;
  top: 15px;
}

#pageMaster #contentWrap #searchBar #dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch img {
  display: block;
}

#pageMaster #contentWrap #searchBar #dnn_dnnSEARCH_ClassicSearch ul.searchSkinObjectPreview {
  display: none !important;
}

#pageMaster #contentWrap #searchBar .searchInputContainer {
  margin: 0 !important;
}

#pageMaster #contentWrap #searchBar .searchInputContainer a.dnnSearchBoxClearText {
  margin: 0;
  width: 16px !important;
  right: 30px !important;
  top: 12px;
}

#pageMaster #contentWrap #breadcrumbWrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

#pageMaster #contentWrap #breadcrumbWrap #breadcrumb {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #969595;
}

#pageMaster #contentWrap #breadcrumbWrap #breadcrumb #breadTxt {
  text-transform: none;
  margin-right: 5px;
}

#pageMaster #contentWrap #breadcrumbWrap #breadcrumb a {
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  font-size: 10.5px;
  color: #7e89bf;
}

#pageMaster #contentWrap #breadcrumbWrap #breadcrumb a:last-child {
  color: #000;
  border: none;
  cursor: default;
}

#pageMaster #contentWrap #breadcrumbWrap #breadcrumb a:hover {
  color: #000;
}

#pageMaster #contentWrap #contentPaneWrap {
  padding-top: 25px;
  background: #f7f7f7;
  border-top: 1px solid #ececec;
}

#pageMaster.pageArticle #breadcrumbWrap #breadcrumb > span:nth-child(2) > span > span:nth-child(2) a {
  pointer-events: none;
  border: none !important;
  color: #969595 !important;
}

#pageMaster #footerMaster {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #14235a;
}

#pageMaster #footerMaster #footerWrapper {
  padding-top: 60px;
  padding-bottom: 35px;
}

#pageMaster #footerMaster #footerWrapper * {
  color: #ffffff;
  font-size: 12.5px;
}

#pageMaster #footerMaster #footerWrapper h4 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}

#pageMaster #footerMaster #footerWrapper #footerRow1 a {
  text-decoration: none;
  color: #ffffff;
  line-height: 24px;
}

#pageMaster #footerMaster #footerWrapper #footerRow1 a:hover {
  color: #ffffff !important;
}

#pageMaster #footerMaster #footerWrapper #footerRow2 {
  text-align: center;
}

#pageMaster #footerMaster #footerWrapper img {
  margin-top: 7px;
  margin: auto;
}

#pageMaster #footerMaster #footerWrapper p#bottomContact {
  margin-bottom: 0;
}

#pageMaster #footerMaster #footerWrapper p#bottomContact a {
  color: #ffffff;
}

#pageMaster #footerMaster #footerWrapper #footerRow5 a.btnBorder {
  border-color: #ffffff !important;
  color: #ffffff;
}

#pageMaster #footerMaster #footerWrapper #footerRow5 a.btnBorder:hover {
  color: #ffffff;
}

#pageMaster #footerMaster #footerWrapper a#iconAnchorTop {
  display: none;
  width: 70px;
  height: 70px;
  padding-top: 28px;
  border-radius: 70px;
  position: fixed;
  left: 10px;
  bottom: 70px;
  z-index: 100;
  cursor: pointer;
  font-size: 11px;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background: url(images/IconArrowUp.svg) center 13px no-repeat #7e89bf;
}

#pageMaster #footerMaster #copyrightWrapper {
  padding-top: 18px;
  padding-bottom: 25px;
}

#pageMaster #footerMaster #copyrightWrapper hr {
  background: #ffffff;
  border: 0;
  height: 1px;
  margin: 10px 0 30px 0;
}

#pageMaster #footerMaster #copyrightWrapper p, #pageMaster #footerMaster #copyrightWrapper a {
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 6px;
}

#pageMaster #footerMaster #copyrightWrapper p#bottomCopyright, #pageMaster #footerMaster #copyrightWrapper p a, #pageMaster #footerMaster #copyrightWrapper a#bottomCopyright, #pageMaster #footerMaster #copyrightWrapper a a {
  color: #ffffff;
}

#pageMaster #footerMaster #copyrightWrapper p a:hover {
  color: #ddd !important;
}

#pageMaster .form-group .field-container input {
  font-size: 13px;
}

#pageMaster .form-group label.required:after {
  content: "*";
  color: #7e89bf;
}

#pageMaster #nieuwsbriefWrap a.btnBorder {
  color: #18a096;
  border: 1px solid #18a096 !important;
}

#pageMaster #nieuwsbriefWrap a.btnBorder:hover {
  color: #18a096 !important;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- C U S T O M ---------------------------------------------- */
/* LOGIN */
.dnnLoginService .dnnLabel {
  text-align: left;
  width: 115px;
}

.dnnLoginService .dnnFormItem input {
  border-radius: 0;
  background: none !important;
  background-image: none !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #7e89bf;
}

.dnnLoginService .dnnFormItem input:focus, .dnnLoginService .dnnFormItem input :active {
  border: none;
  outline: none;
  border-bottom: 2px solid #7e89bf;
  box-shadow: none;
}

.dnnLoginService .dnnFormItem input[type="checkbox"] + span {
  margin-left: 0;
}

.dnnLoginService .dnnFormItem input[type="checkbox"] + span .mark {
  padding-left: 0;
}

.dnnLoginService a.dnnPrimaryAction {
  border-radius: 0;
  background: #7e89bf;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: white;
  margin-bottom: 0;
  margin-top: 10px;
}

.dnnLoginService a.dnnSecondaryAction {
  border-radius: 0;
  background: transparent;
  border: solid 1px #7e89bf;
  box-shadow: none;
  text-shadow: none;
  color: #7e89bf;
  margin-bottom: 0;
  margin-top: 10px;
}

.dnnLoginService .dnnLoginActions .dnnActions {
  padding-top: 0;
}

.dnnLoginService .dnnLoginActions .dnnActions a {
  margin-top: 5px;
}

.dnnLoginService .dnnFormItem > label.dnnFormLabel, .dnnLoginService .dnnFormItem > span.dnnFormLabel {
  width: 115px;
}

.dnnLoginService ul.dnnActions li {
  background: none !important;
  padding-left: 0 !important;
}

#socialControls {
  padding-top: 0;
}

/* RESET PASSWORD */
.dnnPasswordReset .dnnActions li {
  background: none !important;
  padding-left: 0 !important;
}

/* CONTACT */
p#contactWrap {
  margin-top: 30px;
}

p#contactWrap .glyphicon {
  color: #18a096;
  font-size: 15px;
  margin-right: 10px;
  vertical-align: sub;
}

p#contactWrap,
p#contactWrap a {
  font-size: 11px;
  color: #7e89bf;
  line-height: 30px;
}

/* EASYDNN SEARCH MODULE */
.DnnModule-EasyDNNnewsSearch {
  margin-bottom: 20px;
}

/* EASYDNNGALLERY TAGCLOUD */
.eds_GravityGallery_Nova .edsGGTC_tagsWrapper h3 {
  display: none;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a {
  border: solid 1px #7e89bf !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  margin: 0 5px 5px 0 !important;
  display: inline-block !important;
  background-color: #7e89bf !important;
  color: #fff !important;
  font-weight: normal !important;
  font-family: "Open Sans", sans-serif !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a .edsGGTC_tagName {
  color: white !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  padding: 0px 10px !important;
  min-width: 0px !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a .edsGGTC_tagName::after {
  background-color: #7e89bf !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a .edsGGTC_tagCount {
  color: #7e89bf !important;
  background-color: white !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  min-width: 0px !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a .edsGGTC_tagCount::after {
  background-color: white !important;
  color: #7e89bf !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a span::after {
  transition: none !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a:hover {
  background-color: white !important;
  color: #7e89bf !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a:hover .edsGGTC_tagName {
  color: #7e89bf !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a:hover .edsGGTC_tagName::after {
  background-color: white !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a:hover .edsGGTC_tagCount {
  color: #7e89bf !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper > div > a:hover .edsGGTC_tagCount::after {
  background-color: white !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper .edsGGTC__active {
  background-color: white !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper .edsGGTC__active .edsGGTC_tagName {
  color: #7e89bf !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper .edsGGTC__active .edsGGTC_tagName::after {
  background-color: white !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper .edsGGTC__active .edsGGTC_tagCount {
  color: #7e89bf !important;
}

.eds_GravityGallery_Nova .edsGGTC_tagsWrapper .edsGGTC__active .edsGGTC_tagCount::after {
  background-color: white !important;
}

/* EASYDNNGALLERY FOLDER FILTER */
.eds_GravityGallery_Graviton .edsGGW_list .edsGGW__galleriesList {
  display: inline-block !important;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW__galleriesList .edsGGW_link {
  text-decoration: underline;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory {
  padding: 0;
  background: none !important;
  transition: none !important;
  font-weight: bold !important;
  padding-left: 0 !important;
  padding-top: 10px !important;
  margin-top: -10px !important;
  min-width: 302px;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory > a {
  padding-right: 10px !important;
  padding-bottom: 10px;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory li {
  padding: 0;
  font-weight: normal !important;
  padding-left: 0px !important;
  background: none !important;
  transition: none !important;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_link {
  margin-bottom: 7px !important;
  transition: none !important;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_link.edsGGW_category {
  display: inline-block !important;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_link:hover {
  color: #7e89bf !important;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_listItemCategory > .edsGGW_link {
  display: block !important;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_expandCollapseIcon {
  display: none;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfItems {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: black !important;
  line-height: 18px !important;
  height: 18px !important;
  margin-top: -7px !important;
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfItems:before {
  content: "(";
}

.eds_GravityGallery_Graviton .edsGGW_list .edsGGW_numberOfItems:after {
  content: ")";
}

.portalSkin .DnnModule-EasyDNNGallery.DnnModule-1283 {
  margin-bottom: 0 !important;
}

.portalSkin .DnnModule-EasyDNNnewsCategoriesMenu {
  margin-bottom: 0 !important;
}

/* EASYDNNGALLERY BEELDBANK */
.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer {
  width: 23% !important;
  margin-right: 2% !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper {
  border: none !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 15px 30px 0 !important;
  width: 100% !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper::before {
  display: none;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer {
  margin-bottom: 0 !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_image_thumbnail {
  text-align: center;
  width: 100px !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_title {
  max-width: none !important;
  line-height: 1.1 !important;
  color: #323232 !important;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  word-wrap: revert !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_readMore {
  display: none !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_numberOfItems {
  display: none !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_galleryDetails {
  display: none !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_description {
  max-width: none !important;
  font-size: 12px !important;
  line-height: 150% !important;
  margin-top: 9px !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_description p {
  font-family: "Open Sans", sans-serif !important;
  line-height: 150% !important;
  font-size: 12px !important;
  margin-bottom: 5px !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg__itemDetailsAndLightboxTrigger {
  text-align: left !important;
  margin-top: 13px;
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #7e89bf !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg__itemDetailsAndLightboxTrigger:hover {
  text-decoration: underline;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg__itemDetailsAndLightboxTrigger.categories:hover {
  text-decoration: none !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_mediaDownload {
  margin: 5px 0 0px 0 !important;
  float: revert !important;
  text-align: left !important;
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #7e89bf !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_mediaDownload a {
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #7e89bf !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_mediaDownload a:hover {
  text-decoration: underline !important;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_mediaDownload em {
  display: none;
}

.eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper:hover .edsgg_image_thumbnail {
  border-color: #7e89bf !important;
}

/* TAGCLOUDS */
.DnnModule-EasyDNNGallery.DnnModule-1315 {
  display: none;
}

.DnnModule-EasyDNNGallery.DnnModule-1317 {
  display: none;
}

.DnnModule-EasyDNNGallery.DnnModule-1318 {
  display: none;
}

@media (max-width: 767px) {
  .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer {
    width: 31.3% !important;
    margin-right: 2% !important;
  }
}

@media (max-width: 500px) {
  .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg__itemContainer {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .eds_GravityGallery_Graviton .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_image_thumbnail {
    text-align: left !important;
    width: 100px !important;
  }
}

/* --------------------------------------------------------------------------------------- */
/* - - - - - - - - - - - - - - - B O O T S T R A P   A D D S - - - - - - - - - - - - - - - */
@media (max-width: 380px) {
  .dnnLoginService .dnnFormItem > label.dnnFormLabel, .dnnLoginService .dnnFormItem > span.dnnFormLabel {
    width: 0px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  /* BREAKPOINT COL-XS */
  .h1,
  h1,
  h1 a,
  h2,
  h2 a,
  .bstrap30 h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  h3 a,
  h3 a:visited,
  h3 a:active,
  h3 a:link {
    font-size: 18px;
  }
  #footerMaster #footerWrapper {
    padding-top: 0 !important;
  }
  .footerRow {
    margin-top: 50px;
  }
  #footerRow1 {
    margin-top: 0;
  }
  .ModDnnForgeLatestArticlesC .latestMaster img {
    width: 100%;
  }
  .ModDnnForgeLatestArticlesC .latestWrap {
    height: auto !important;
  }
  #pageMaster.homeSkin #headerWrap #headerCaption h1 {
    font-weight: 400;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  /* BREAKPOINT COL-XS */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* BREAKPOINT COL-SM */
}

@media (max-width: 991px) {
  /* BREAKPOINT COL-MD */
  #footerRow4 {
    clear: left;
  }
  #footerRow4,
  #footerRow5 {
    margin-top: 40px;
  }
  #pageMaster.homeSkin #headerWrap #headerCaption h1 {
    padding: 5px 0;
  }
}

@media (min-width: 992px) {
  /* BREAKPOINT COL-MD */
  #footerMaster .col-lg-2 {
    width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dnnLoginService .dnnFormItem > label.dnnFormLabel, .dnnLoginService .dnnFormItem > span.dnnFormLabel {
    width: 0px;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  /* BREAKPOINT COL-LG */
  .LoginPanel {
    width: 100%;
    float: none;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  /* BREAKPOINT COL-LG */
}
