/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ D N N   S T Y L E S ------------------------------------------- */
/* FONT FAMILY OPEN SANS */
/* FONT WEIGHTS */
/* FONT SIZES */
/* COLORS */
/*$secundary-blue:      #bb1881;*/
/*$primary-green:       #18a096;*/
/* 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: #00529b;
  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%;
}

/* 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 0px 25px 0px;
}

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;
}

button.primaryButton,
a.primaryButton,
.dnnPrimaryAction {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 5px;
  line-height: 1;
  color: #ffffff !important;
}

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: #D00;
}

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

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

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

/*.btn-info:hover {background-color: $primary-white!important; color: $secundary-blue!important;}*/
/* EVALUATIE FORM STYLING */
.answer-horizontal, .answer-vertical, .answer-vertical span {
  font-size: 13px;
}

.bstrap30 .alert-info {
  background-color: #f5f5f5 !important;
  border-color: #e2e2e2 !important;
  color: #212121 !important;
  border: 0px solid transparent !important;
}

.section-wrap span.question span.required {
  color: #14235a;
}

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

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

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ 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;
}

.livetabs li {
  padding: 6px 80px 5px 30px !important;
}

ul {
  list-style: disc outside;
}

ul.contentList {
  list-style: none;
  margin-left: 0;
}

ul.contentList li {
  padding-left: 14px;
  margin-bottom: 12px;
  background: url(images/iconListBullet.svg) no-repeat left 10px;
  background-size: 7px 7px;
}

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

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

.em-success, .thankyou-wrap {
  background-color: #f5f5f5 !important;
  border: 1px solid #e2e2e2 !important;
  color: #212121 !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: #00529b;
}

#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: #00529b;
  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 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: 1px 0px;
}

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

#topMaster #topContactMaster #logoWrap #logoCorporatieCollegeSmall img {
  margin-left: -2px;
  margin-top: 7px;
}

#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;
  /* 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: #00529b;
  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: #00529b !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: #00529b !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: 1px 1px 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(0, 82, 155, 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: #00529b;
}

#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;
}

#pageMaster #footerMaster {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #00529b;
}

#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 img {
  margin-top: 7px;
}

#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 #EFDF00;
}

#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 #footerMaster.Brink {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #88b917;
}

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

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

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

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

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

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

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

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

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

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

#pageMaster #footerMaster.Brink #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 #EFDF00;
}

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

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

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

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

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

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

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

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

#pageMaster #nieuwsbriefWrap a.btnBorder:hover {
  color: #00529b !important;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- C U S T O M ---------------------------------------------- */
#rightPaneContent {
  margin-bottom: 60px;
}

.rightPane .DnnModule {
  border-bottom: 1px solid #d9d7d7;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.rightPane .DnnModule:last-child {
  border: none;
}

.rightPane .DnnModule h2.modTitle {
  display: none !important;
}

.rightPane .DnnModule h3 {
  margin-top: 8px;
}

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

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

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

/* REVIEWMODULE */
#dnn_ctr535_Feedback_hContactInfo, #dnn_ctr535_Feedback_hFeedback {
  display: none;
}

span.dnnFormRequired:after {
  color: #00529b !important;
}

/* REVIEWMODULE HOMEPAGE & REVIEWPAGINA */
.review-wrapper {
  padding: 20px;
  border: 1px solid #ececec;
  min-height: 232px;
  background: #ffffff;
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  line-height: 170%;
}

.review-wrapper .review-text {
  min-height: 150px;
}

.review-wrapper .review-text:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #00529b;
  display: block;
  margin-top: 10px;
}

.review-wrapper .review-text span.cursus {
  display: block;
  font-size: 12px;
  color: #14235a;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}

.review-wrapper .sender-wrapper {
  font-size: 14px;
  color: #14235a;
  font-weight: 600;
  min-height: 70px;
}

.review-wrapper .sender-wrapper span {
  font-size: 12px;
  color: #939293;
  font-weight: 400;
}

.review-wrapper .sender-wrapper span.name {
  font-size: 14px;
  color: #14235a;
  font-weight: 600;
  display: block;
  line-height: 20px;
}

.review-wrapper .sender-wrapper span.function {
  font-size: 12px;
  color: #14235a;
  font-weight: 400;
  display: block;
  line-height: 20px;
}

.review-wrapper .sender-wrapper span.date {
  font-size: 12px;
  color: #939293;
  font-weight: 400;
  display: block;
}

/* CUSTOM HEADER */
.custom-header-wrapper {
  max-height: 300px;
  overflow: hidden;
}

.custom-header-wrapper img {
  width: 100%;
}

/*ENGAGE SURVEY */
.submit-button, .back-button, .delete-button, .edit-button {
  background-color: #00529b;
  border: 1px solid #00529b !important;
}

.submit-button:hover, .back-button:hover, .delete-button:hover, .edit-button:hover {
  color: #00529b !important;
  border: 1px solid #00529b !important;
}

.RadGrid_Simple {
  width: 100% !important;
}

.RadGrid_Simple .rgCommandTable td {
  text-align: left;
}

.RadGrid_Simple .rgCommandTable td:first-child {
  display: none;
}

.RadGrid_Simple .rgMasterTable {
  padding-top: 54px;
}

/* --------------------------------------------------------------------------------------- */
/* - - - - - - - - - - - - - - - B O O T S T R A P   A D D S - - - - - - - - - - - - - - - */
@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;
  }
  .LoginPanel {
    width: 100%;
    float: none;
    padding: 0;
  }
  .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: 1200px) {
  /* BREAKPOINT COL-LG */
}
