@font-face {
  font-family: 'Spot Outline';
  src: url("fonts/Spot/eot/Spot-Outline.eot");
  src: url("fonts/Spot/eot/Spot-Outline.eot?#iefix") format("embedded-opentype"), url("fonts/Spot/woff2/Spot-Outline.woff2") format("woff2"), url("fonts/Spot/woff/Spot-Outline.woff") format("woff"), url("fonts/Spot/ttf/Spot-Outline.ttf") format("truetype"), url("fonts/Spot/svg/Spot-Outline.svg#Spot-Outline") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Spot';
  src: url("fonts/Spot/eot/Spot-Italic.eot");
  src: url("fonts/Spot/eot/Spot-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Spot/woff2/Spot-Italic.woff2") format("woff2"), url("fonts/Spot/woff/Spot-Italic.woff") format("woff"), url("fonts/Spot/ttf/Spot-Italic.ttf") format("truetype"), url("fonts/Spot/svg/Spot-Italic.svg#Spot-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Spot Outline';
  src: url("fonts/Spot/eot/Spot-OutlineItalic.eot");
  src: url("fonts/Spot/eot/Spot-OutlineItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Spot/woff2/Spot-OutlineItalic.woff2") format("woff2"), url("fonts/Spot/woff/Spot-OutlineItalic.woff") format("woff"), url("fonts/Spot/ttf/Spot-OutlineItalic.ttf") format("truetype"), url("fonts/Spot/svg/Spot-OutlineItalic.svg#Spot-OutlineItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Spot Normal';
  src: url("fonts/Spot/eot/Spot-Normal.eot");
  src: url("fonts/Spot/eot/Spot-Normal.eot?#iefix") format("embedded-opentype"), url("fonts/Spot/woff2/Spot-Normal.woff2") format("woff2"), url("fonts/Spot/woff/Spot-Normal.woff") format("woff"), url("fonts/Spot/ttf/Spot-Normal.ttf") format("truetype"), url("fonts/Spot/svg/Spot-Normal.svg#Spot-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: 'Spot Normal';
  color: #000000;
  font-size: 2.3rem;
  line-height: 110%;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h2,
h2 a {
  font-family: 'Spot Normal';
  color: #EB5F00;
  font-size: 2.3rem;
  line-height: 110%;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h2.black,
h2 a.black {
  color: #000000;
}

h2.center,
h2.center a {
  font-family: 'Spot Normal';
  color: #EB5F00;
  font-size: 2.3rem;
  line-height: 110%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

h2.center.black,
h2.center a.black {
  color: #000000;
}

h3,
h3 a {
  font-family: 'Spot Normal';
  color: #EB5F00;
  font-size: 1.3rem;
  line-height: 110%;
  text-decoration: none;
  text-align: left;
  margin-bottom: 0px;
}

h4,
h4 a {
  font-family: 'Spot Normal';
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 110%;
  text-decoration: none;
  text-align: left;
}

.grey-bg-container {
  background-color: rgba(79, 120, 155, 0.12);
  padding: 40px;
  margin-top: 0px;
}

.grey-bg-container h1,
.grey-bg-container h2,
.grey-bg-container h4 {
  margin-top: 0px;
}

.white-bg-container {
  background-color: #FFFFFF;
  padding: 40px;
  margin-top: 0px;
}

.white-bg-container h1,
.white-bg-container h2,
.white-bg-container h4 {
  margin-top: 0px;
}

.whiteblue-bg-container {
  background-color: #FFFFFF;
  padding: 40px;
  margin-top: 0px;
  position: relative;
}

.whiteblue-bg-container h1,
.whiteblue-bg-container h2,
.whiteblue-bg-container h4 {
  margin-top: 0px;
}

.whiteblue-bg-container::before {
  content: '';
  width: 100%;
  height: 295px;
  display: block;
  position: absolute;
  background-color: #34AFB6;
  left: 0px;
  top: 0px;
}

.whiteblue-bg-container .path-white-2 {
  position: absolute;
  left: 5%;
  top: 0px;
  background-image: url(images/path2-white.svg);
  background-repeat: no-repeat;
  width: 413px;
  height: 215px;
  display: block;
}

.whiteblue-bg-container .path-white-3 {
  position: absolute;
  right: 3%;
  top: 34px;
  background-image: url(images/path3-white.svg);
  background-repeat: no-repeat;
  width: 511px;
  height: 260px;
  display: block;
}

.greywhite-bg-container {
  background-color: #eaeff3;
  padding: 40px;
  margin-top: 0px;
  position: relative;
}

.greywhite-bg-container h1,
.greywhite-bg-container h2,
.greywhite-bg-container h4 {
  margin-top: 0px;
  color: #000000;
  z-index: 3;
}

.greywhite-bg-container::before {
  content: '';
  width: 100%;
  height: 295px;
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  left: 0px;
  top: 0px;
}

.gradient-bg-container {
  padding: 40px;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.gradient-bg-container.blue {
  background: #1daaba;
  background: -moz-linear-gradient(45deg, #1daaba 0%, #201e44 88%);
  background: -webkit-linear-gradient(45deg, #1daaba 0%, #201e44 88%);
  background: linear-gradient(45deg, #1daaba 0%, #201e44 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1daaba', endColorstr='#201e44', GradientType=1);
}

.gradient-bg-container.blue h2 {
  color: #FFFFFF;
}

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

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

/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ O V E R A L L   S T Y L E S ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
html,
body,
#Form {
  font-size: 100%;
  font-family: "all-round-gothic";
  line-height: 140%;
  text-align: left;
  overflow-x: hidden !important;
}

html {
  font-size: 100%;
}

body {
  background: #FFFFFF;
  height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
}

.clear,
.clearBoth {
  clear: both;
}

.no-padding {
  padding: 0px !important;
}

a,
a:link,
a:active,
a:visited {
  color: #34AFB6;
  text-decoration: none;
  outline: 0 !important;
  font-size: 1rem;
}

a:hover,
a:link:hover,
a:active:hover,
a:visited:hover {
  color: #34AFB6;
  text-decoration: none;
}

p,
.Normal {
  font-family: "all-round-gothic";
  color: #000000;
  font-size: 1rem;
  line-height: 150% !important;
  text-align: left;
}

ol {
  font-family: "all-round-gothic";
  color: #000000;
  font-size: 1rem;
  line-height: 150%;
}

ul {
  font-family: "all-round-gothic";
  color: #000000;
  font-size: 1rem;
  line-height: 150%;
  list-style-type: square;
}

ul ul {
  list-style-type: disc;
}

ul.checklist {
  font-family: "all-round-gothic";
  color: #000000;
  line-height: 160%;
  margin-left: 0px;
  list-style-type: none;
  position: relative;
  z-index: 1;
}

ul.checklist li {
  background-color: #eaeff3;
  padding: 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

ul.checklist li ul {
  list-style-type: none;
}

ul.checklist li ul li {
  padding: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  box-shadow: none;
}

ul.checklist li ul li::before {
  content: '';
  background-image: url(images/arrow-orange.svg);
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
}

img {
  border: 0 !important;
}

.btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 25px 15px 25px;
  font-size: 1.3rem !important;
  text-decoration: none !important;
  min-width: 140px;
  text-align: center;
  font-family: "Spot Normal";
  border: 0px solid transparent;
  outline: 0 !important;
  z-index: 1;
  position: relative;
}

.btn.btn-default {
  background-color: #34AFB6;
  color: #FFFFFF !important;
}

.btn.btn-default::after {
  content: '';
  background-image: url(images/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 19px 16px;
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
}

.btn.btn-primary {
  background-color: #EB5F00;
  color: #FFFFFF !important;
  padding: 12px 25px 10px 25px;
  font-size: 1rem !important;
  letter-spacing: 0.05em;
  line-height: 100%;
}

.btn.btn-primary.blue {
  background-color: #34AFB6;
}

.btn.btn-primary.purple {
  background-color: #312855;
}

.btn.btn-primary.white {
  background-color: #FFFFFF;
  color: #000000 !important;
}

.btn.btn-primary.white::after {
  content: '';
  background-image: url(images/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 19px 16px;
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
}

.btn.btn-primary::after {
  content: '';
  background-image: url(images/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 19px 16px;
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
}

.dnnPrimaryAction {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: #EB5F00 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  min-width: 130px;
  padding: 18px 25px 18px 25px !important;
}

.dnnPrimaryAction:hover {
  background-color: #312855 !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
}

.dnnSecondaryAction {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: #34AFB6 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  min-width: 130px;
  padding: 18px 25px 18px 25px !important;
}

.dnnSecondaryAction:hover {
  background-color: #312855 !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 280px;
}

.img-container {
  width: 100%;
  position: relative;
}

.img-container.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.img-container.custom-object-fit img.featured-image {
  opacity: 0;
}

.img-container img.featured-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* --------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ S K I N   S T Y L E S ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
.contactform-kjns .form-group-kjns-formfield .label-top label {
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #FFFFFF;
}

.contactform-kjns .form-group-kjns-formfield .kjns-formfield {
  background-color: #eaeff3;
  border: 1px solid #eaeff3;
  height: 50px;
  padding: 10px 20px;
  font-size: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contactform-kjns .form-group-kjns-formfield .kjns-formfield::placeholder {
  color: #D1D5D8;
  letter-spacing: -0.08em;
}

.contactform-kjns .form-group-kjns-formfield .kjns-formfield:focus {
  border: 1px solid #312855;
}

.contactform-kjns .form-group-kjns-formfield .kjns-formfield.textarea {
  height: auto;
}

.contactform-kjns .btn.contactform {
  background-color: #312855;
}

.contactform-kjns .text-danger {
  color: #FFFFFF;
}

.contactform-kjns .form-checkbox-agree-to-terms a {
  color: #FFFFFF;
  text-decoration: underline;
}

.contactform-kjns .form-checkbox-agree-to-terms a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.contactform-kjns .form-checkbox-agree-to-terms label {
  color: #FFFFFF;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown .label-top label {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #FFFFFF;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown input[type=text] {
  background-color: #eaeff3 !important;
  border: 1px solid #eaeff3;
  height: 50px;
  padding: 10px 20px;
  font-size: 1rem;
  -webkit-border-radius: 25px 0px 0px 25px;
  -moz-border-radius: 25px 0px 0px 25px;
  -ms-border-radius: 25px 0px 0px 25px;
  border-radius: 25px 0px 0px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown .btn-default {
  padding: 10px 25px 11px 25px;
  margin-top: -6px;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown .btn-default::after {
  display: none;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown .btn-default .glyphicon {
  top: 5px;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown .dropdown-absolute {
  width: 100% !important;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown .dropdown-absolute .panel {
  background-color: #eaeff3;
  padding: 10px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100% !important;
}

.scholenmarktform-kjns .form-group-kjns-multiple-dropdown .dropdown-absolute .panel.panel-default {
  border-color: #444444;
}

.scholenmarktform-kjns .form-group-kjns-formfield .label-top label {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #FFFFFF;
}

.scholenmarktform-kjns .form-group-kjns-formfield .kjns-formfield {
  background-color: #eaeff3;
  border: 1px solid #eaeff3;
  height: 50px;
  padding: 10px 20px;
  font-size: 1rem;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 5px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.scholenmarktform-kjns .form-group-kjns-formfield .kjns-formfield::placeholder {
  color: #D1D5D8;
  letter-spacing: -0.08em;
}

.scholenmarktform-kjns .form-group-kjns-formfield .kjns-formfield:focus {
  border: 1px solid #312855;
}

.scholenmarktform-kjns .form-group-kjns-formfield .kjns-formfield.textarea {
  height: auto;
}

.scholenmarktform-kjns .btn.contactform {
  background-color: #312855;
}

.scholenmarktform-kjns .text-danger {
  color: orange;
}

.scholenmarktform-kjns .form-checkbox-agree-to-terms a {
  color: #FFFFFF;
  text-decoration: underline;
}

.scholenmarktform-kjns .form-checkbox-agree-to-terms a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.scholenmarktform-kjns .form-checkbox-agree-to-terms label {
  color: #FFFFFF;
}

#fixed-dashboard {
  position: fixed;
  left: 80px;
  top: 30%;
  display: block;
  z-index: 12;
  background-color: #312855;
  width: 110px;
  text-align: center;
}

#fixed-dashboard i {
  color: #FFFFFF;
  margin-right: 2px;
  font-size: 0.8rem;
}

#fixed-dashboard a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 10px 0px;
  display: inline-block;
}

#fixed-logoff {
  position: fixed;
  left: 80px;
  top: 36%;
  display: block;
  z-index: 12;
  background-color: #312855;
  width: 110px;
  text-align: center;
}

#fixed-logoff i {
  color: #FFFFFF;
  margin-right: 2px;
  font-size: 0.8rem;
}

#fixed-logoff a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 10px 0px;
  display: inline-block;
}

.btnSearch {
  float: left;
  margin-top: 59px;
  margin-left: 40px;
  margin-right: 20px;
  position: relative;
  z-index: 13;
}

.btnSearch a {
  background: url(Images/search.svg);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.btnSearch a.active {
  background: url(Images/close.svg);
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

.searchWrapper {
  position: relative;
  float: left;
}

.searchWrapper.active {
  visibility: visible !important;
  opacity: 1;
}

.searchWrapper .searchPosition {
  position: absolute;
  width: auto;
  height: auto;
  left: 0px;
  top: 40px;
  z-index: 999999;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch .searchInputContainer {
  margin: 0px;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch .searchInputContainer input {
  padding: 10px 10px;
  height: 55px;
  border: none;
  color: #000000;
  background: #eaeff3;
  font-weight: normal;
  width: 280px;
  outline: 0;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch .searchInputContainer input::placeholder {
  color: #000000;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch {
  position: absolute;
  right: -3px;
  text-decoration: none;
  background-color: #000000;
  padding: 10px 15px;
  top: 0px;
  color: white;
  font-size: 15px;
  display: none;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch:hover {
  text-decoration: none;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch a.dnnSearchBoxClearText {
  display: none;
}

.searchWrapper .searchPosition .searchArrow {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 15px;
  display: none;
}

.searchSkinObjectPreview {
  display: none !important;
}

#topbar-wrapper {
  position: relative;
  background-color: #312855;
  margin-bottom: 60px;
}

#topbar-wrapper .logo-wrapper {
  position: relative;
  padding: 20px 0px;
}

#topbar-wrapper .logo-wrapper a {
  position: relative;
  display: block;
  width: auto;
}

#topbar-wrapper .logo-wrapper a img {
  height: 34px;
  width: auto;
}

#topbar-wrapper .navbar-collapse {
  font-family: "all-round-gothic";
  border: none;
  float: right;
  height: 75px;
}

#topbar-wrapper .navbar-collapse ul.nav {
  margin-bottom: 0px;
}

#topbar-wrapper .navbar-collapse ul.nav > li {
  margin: 0px;
}

#topbar-wrapper .navbar-collapse ul.nav > li:last-child a {
  margin: 0px;
}

#topbar-wrapper .navbar-collapse ul.nav > li > a {
  margin: 0px 25px 0px 0px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 100%;
  padding: 31px 0px 30px 0px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: '';
  height: 5px;
  border-bottom: 2px dotted transparent;
  display: block;
}

#topbar-wrapper .navbar-collapse ul.nav > li > a:hover {
  background-color: transparent;
}

#topbar-wrapper .navbar-collapse ul.nav > li > a:hover::after {
  content: '';
  height: 5px;
  border-bottom: 2px dotted #FFFFFF;
  display: block;
}

#topbar-wrapper .navbar-collapse ul.nav > li.active > a {
  color: #FFFFFF !important;
  text-decoration: none;
  background-color: transparent;
}

#topbar-wrapper .navbar-collapse ul.nav > li.active > a::after {
  content: '';
  height: 5px;
  border-bottom: 2px dotted #FFFFFF;
  display: block;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened {
  background-color: #312855;
  color: #FFFFFF;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > a {
  color: #FFFFFF;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 {
  display: block;
  padding: 20px 10px;
  border: 0px;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  -ms-border-radius: 0px 0px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  background-color: #312855 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 > li.active > a {
  background-color: #312855 !important;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 > li a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 140%;
  padding: 10px 10px;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 > li a:hover {
  text-decoration: none;
  background-color: #312855 !important;
  color: #EB5F00;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 > .opened > ul.dropdown-menu.sub-level-2 {
  display: block;
  padding: 0px 10px;
  left: 100%;
  top: 0px;
  margin-top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #312855 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 > .opened > ul.dropdown-menu.sub-level-2 .active > a {
  background-color: #312855 !important;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 > .opened > ul.dropdown-menu.sub-level-2 > .opened > ul.dropdown-menu.sub-level-3 {
  display: block;
  padding: 0px 10px;
  left: 100%;
  top: -6px;
  margin-top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #34AFB6 !important;
}

#topbar-wrapper .navbar-collapse ul.nav > li.dropdown.opened > ul.dropdown-menu.sub-level-1 > .opened > ul.dropdown-menu.sub-level-2 > .opened > ul.dropdown-menu.sub-level-3 .active > a {
  background-color: #34AFB6 !important;
}

.mobile-navbar-button {
  float: right;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.mobile-navbar-button .navbar-toggle {
  background-color: #34AFB6;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 6px 10px;
  border-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.mobile-navbar-button .navbar-toggle i {
  color: #FFFFFF;
  font-size: 2rem;
}

.mobile-navbar-button .navbar-toggle:focus, .mobile-navbar-button .navbar-toggle:hover {
  background-color: #34AFB6;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  background-color: #34AFB6;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 0px;
  display: none;
}

.sidenav ul {
  list-style-type: none;
  margin-top: 115px !important;
  text-align: center;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 240px;
}

.sidenav ul li {
  clear: both;
}

.sidenav ul li.active > a {
  background-color: transparent;
  color: #FFFFFF;
}

.sidenav ul li a {
  font-size: 23px;
  display: block;
  padding: 10px 15px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
}

.sidenav ul li a:hover, .sidenav ul li a:focus, .sidenav ul li a:focus-within, .sidenav ul li a:active {
  color: #FFFFFF !important;
  background-color: transparent !important;
}

.sidenav ul li ul.dropdown-menu {
  position: relative;
  display: block;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  border: none;
  margin: 0px auto !important;
  text-align: center;
}

.sidenav ul li ul.dropdown-menu li.active > a {
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 700;
}

.sidenav ul li ul.dropdown-menu li a {
  padding: 7px 35px;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: normal;
}

.sidenav a.closebtn {
  color: #FFFFFF;
  text-decoration: none;
  float: right;
  margin-top: 35px;
  font-size: 2.4rem;
  margin-right: 15px;
}

.DNN_Documents TD {
  padding: 10px 5px !important;
}

.DNN_Documents .dnnGrid {
  border: none;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridHeader td {
  border-bottom: 1px solid #D1D5D8;
  border-right: none;
  background: none;
  padding: 5px 5px !important;
  font-size: 1.1rem;
  color: #000000;
  text-align: left;
  text-decoration: none;
  font-family: "Museo Regular";
}

.DNN_Documents .dnnGrid tbody tr.dnnGridHeader td > a {
  font-size: 1.1rem;
  color: #000000;
  text-align: left;
  text-decoration: none;
  font-family: "Museo Regular";
}

.DNN_Documents .dnnGrid tbody tr.dnnGridItem {
  background-color: #FFFFFF;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridItem:hover {
  background-color: #D1D5D8;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridItem > td {
  text-align: left;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridAltItem {
  background-color: #FFFFFF;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridAltItem:hover {
  background-color: #D1D5D8;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridAltItem > td {
  text-align: left;
}

#content-pane-wrap {
  position: relative;
  min-height: 1000px;
  margin-bottom: 0px;
}

#content-pane-wrap .header-pane {
  position: relative;
}

#content-pane-wrap.homeskin {
  position: relative;
}

#content-pane-wrap.homeskin .path-blue {
  position: absolute;
  left: 0px;
  top: 20%;
  background-image: url(images/path-blue.svg);
  background-repeat: no-repeat;
  width: 120px;
  height: 443px;
  display: block;
  z-index: -1;
}

#content-pane-wrap.homeskin .path-pink {
  position: absolute;
  right: 0px;
  top: 35%;
  background-image: url(images/path-pink.svg);
  background-repeat: no-repeat;
  width: 165px;
  height: 485px;
  display: block;
  z-index: -1;
}

#content-pane-wrap.homeskin .path-orange {
  position: absolute;
  left: 0px;
  top: 77%;
  background-image: url(images/path-orange.svg);
  background-repeat: no-repeat;
  width: 130px;
  height: 364px;
  display: block;
  z-index: -1;
}

#content-pane-wrap.portalskin {
  position: relative;
}

#content-pane-wrap.portalskin .path-blue {
  position: absolute;
  left: -130px;
  bottom: 0%;
  z-index: -1;
  background-image: url(images/path2-blue.svg);
  background-repeat: no-repeat;
  width: 479px;
  height: 240px;
  display: block;
}

#content-pane-wrap.portalskin .path-pink {
  position: absolute;
  right: 0px;
  top: 10%;
  background-image: url(images/path2-purple.svg);
  background-repeat: no-repeat;
  width: 129px;
  height: 423px;
  display: block;
  z-index: -1;
}

#content-pane-wrap.portalskin .path-orange {
  position: absolute;
  left: 0px;
  top: 0%;
  background-image: url(images/path2-orange.svg);
  background-repeat: no-repeat;
  width: 140px;
  height: 350px;
  display: block;
  z-index: -1;
}

.isAdmin #content-pane-wrap {
  margin-bottom: 610px;
}

.isAdmin #topbar .links-wrapper ul li.login-link {
  display: none;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 280px;
  background-color: #312855;
  color: #FFFFFF;
  padding-top: 40px;
}

.footer a.logo-footer {
  float: left;
  width: 100%;
}

.footer a.logo-footer img {
  height: 35px;
}

.footer .footer-wrapper {
  background-color: transparent;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer .footer-wrapper h4 {
  margin-bottom: 0px;
}

.footer .footer-wrapper p {
  color: #FFFFFF;
  font-size: 1rem;
  font-family: "all-round-gothic";
}

.footer .footer-wrapper a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
}

.footer .footer-wrapper a:hover {
  text-decoration: none;
}

.footer .footer-wrapper ul.footer-list {
  line-height: 170%;
  margin-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.footer .footer-wrapper ul.footer-list.split {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.footer .footer-wrapper ul.footer-list li {
  list-style: none;
}

.footer .footer-wrapper ul.footer-list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
}

.footer .footer-wrapper ul.footer-list li a:hover {
  text-decoration: none;
}

.footer .footer-wrapper ul.footer-list-logo {
  list-style-type: none;
  margin-left: 0px;
}

.footer .footer-wrapper ul.footer-list-logo li {
  float: left;
  margin-right: 10px;
}

.footer .footer-wrapper ul.footer-list-logo li:last-of-type {
  margin-right: 0px;
}

.footer .footer-wrapper ul.footer-list-logo li a {
  background-color: #eaeff3;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  padding: 5px;
  margin-top: 6px;
}

.footer .footer-wrapper ul.footer-list-logo li a img {
  display: block;
  padding-top: 20px;
}

.footer .footer-wrapper ul.footer-list-logo li a img.bron {
  padding-top: 14px;
}

.footer .copyright-wrapper {
  background-color: #312855;
  display: block;
  width: 100%;
  font-size: 0.9rem;
  font-family: "all-round-gothic";
  position: relative;
  color: #FFFFFF;
}

.footer .copyright-wrapper .copyright-wrapper-border {
  padding: 20px 0px;
  float: left;
}

.footer .copyright-wrapper .copyright-wrapper-border a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer .copyright-wrapper .copyright-wrapper-border a:hover {
  text-decoration: none;
}

.footer .copyright-wrapper .copyright-wrapper-border .dnn-copyright {
  float: left;
  margin-right: 40px;
  margin-top: -3px;
}

.footer .copyright-wrapper .copyright-wrapper-border .disclaimer-wrapper {
  float: left;
  display: inline-block;
}

.footer .copyright-wrapper .copyright-wrapper-border .disclaimer-wrapper ul {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 0px;
  line-height: 110%;
}

.footer .copyright-wrapper .copyright-wrapper-border .disclaimer-wrapper ul li {
  margin-left: 40px;
  float: left;
  position: relative;
}

.footer .copyright-wrapper .copyright-wrapper-border .disclaimer-wrapper ul li::before {
  content: '\2022';
  color: #FFFFFF;
  display: block;
  position: absolute;
  left: -20px;
  top: 0px;
}

.footer .copyright-wrapper .copyright-wrapper-border .disclaimer-wrapper ul li:first-of-type {
  margin-left: 0px;
}

.Modal-overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  padding-top: 10%;
  z-index: 99999;
}

.Modal-box {
  width: 87%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.Modal-box > .video-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.Modal-box > .video-container > iframe,
.Modal-box > .video-container > object,
.Modal-box > .video-container > embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 860px;
}

.Modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 50px;
  z-index: 100000;
  color: #fff;
}

.Modal-cancel-overflow {
  overflow: hidden;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- MODULE CSS OVERRULE STYLING ----------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------ */
/* DNN SEARCH RESULTS */
/* ------------------ */
.dnnSearchBoxPanel {
  max-width: 100%;
  padding: 0px;
  background-color: #FFFFFF;
}

.dnnSearchBoxPanel .dnnSearchBox {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton {
  display: none;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced {
  right: 10px;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced a.dnnSearchBox_advanced_label {
  color: #EB5F00;
  text-decoration: none;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced .dnnSearchBox_advanced_dropdown {
  top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  right: -11px;
}

.dnnSearchBoxPanel a.dnnSearchResultAdvancedTip {
  color: #FFFFFF;
}

.dnnSearchResultPanel {
  max-width: 100%;
  display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem {
  margin: 0px 0px 20px 0px;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title {
  font-size: 19px;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title a {
  text-decoration: none;
  color: #EB5F00;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Link {
  display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
  display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
  display: none;
}

.dnnSearchResultPager .dnnLeft span {
  color: #EB5F00;
  margin: 0px;
}

.dnnSearchResultPager .dnnRight span {
  color: #EB5F00;
  margin: 0px 20px 0 0;
}

.dnnSearchResultPager .dnnRight a {
  box-shadow: none;
  border: 1px solid #EB5F00;
}

.dnnSearchResultPager .dnnRight a.dnnPager-prev {
  margin-right: 5px;
}

.LoginPanel {
  width: auto !important;
  float: none !important;
  display: flex !important;
  padding: 0 !important;
  max-width: 100% !important;
  justify-content: center;
}

.LoginPanel > div {
  min-width: 300px;
  max-width: 500px;
}

.LoginPanel .dnnForm .dnnFormItem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.LoginPanel .dnnFormItem > .dnnLabel {
  margin-top: 0;
}

.LoginPanel .dnnFormItem > .dnnLabel label {
  display: block;
}

.LoginPanel .dnnLabel {
  display: block;
  float: none;
  position: relative;
  width: auto;
  padding-right: 0;
  margin-right: 0;
  overflow: visible;
  text-align: left;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
  margin: 5px 5px 5px 0px;
}

.dnnCheckbox .mark {
  background: none !important;
  padding: 0px;
}

.dnnLoginRememberMe {
  font-size: 15px;
}

.LoginPanel .dnnLoginService input[type="text"],
.LoginPanel .dnnLoginService input[type="password"] {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  border-radius: 1px;
  padding: 10px;
}

.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
  display: none;
}

.LoginPanel ul.dnnActions {
  margin: 0 !important;
  padding: 0 !important;
}

.dnnFormItem.idasLoginWrap {
  width: auto !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  max-width: 100% !important;
  justify-content: center;
  margin-top: 100px;
}

.dnnFormItem.idasLoginWrap .form-group {
  display: block;
}

.dnnFormItem.idasLoginWrap .form-group .dnnLabel {
  display: block;
  float: none;
  position: relative;
  width: auto;
  padding-right: 0;
  margin-right: 0;
  overflow: visible;
  text-align: left;
}

.dnnFormItem.idasLoginWrap .form-group .dnnLabel a.dnnFormHelp {
  display: none;
}

.dnnFormItem.idasLoginWrap .form-group .fieldBox input[type="text"],
.dnnFormItem.idasLoginWrap .form-group .fieldBox input[type="password"] {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  border-radius: 1px;
  padding: 10px;
  outline: 0;
}

.dnnFormItem.idasLoginWrap .onthoudWrap {
  display: block;
  margin-bottom: 30px;
}

.dnnFormItem.idasLoginWrap .onthoudWrap .dnnBoxLabel {
  font-size: 13px;
  font-weight: normal;
}

.dnnFormItem.idasLoginWrap .onthoudWrap .dnnCheckbox {
  margin: 0px;
}

.dnnFormItem.idasLoginWrap .onthoudWrap .dnnCheckbox .mark {
  background: none !important;
  padding: 0px;
}

.dnnFormItem.idasLoginWrap .buttonsWrap {
  position: relative;
  display: block;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .resetBtn {
  background: #D1D5D8;
  border: none;
  color: #FFFFFF !important;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none;
  border-radius: 1px;
  font-size: 15px;
  padding: 10px 20px;
  display: block;
  width: 100%;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .resetBtn:hover {
  background-color: #D1D5D8 !important;
  color: #FFFFFF !important;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .StandardButton {
  background: #EB5F00;
  border: none;
  color: #ffffff;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none;
  border-radius: 1px;
  font-size: 15px;
  padding: 13px 20px;
  display: block;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .StandardButton:hover {
  text-decoration: none;
}

/* ------------------*/
/* DNN ASSETS MODULE */
/* ------------------*/
#dnnModuleDigitalAssetsSelectionToolbar,
#dnnModuleDigitalAssetsListViewToolbar,
#dnnModuleDigitalAssetsListContainer,
.dnnModuleDigitalAssetsGrid > table > thead > tr {
  min-height: 40px !important;
}

/* ------------*/
/* HTML EDITOR */
/* ------------*/
body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
  overflow: hidden !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 575px) {
  #topbar-wrapper .logo-wrapper {
    margin: 10px 0px 10px 0px;
  }
  #topbar-wrapper .logo-wrapper a img {
    height: 25px;
  }
  #content-pane-wrap.homeskin .path-blue {
    display: none;
  }
  #content-pane-wrap.homeskin .path-pink {
    display: none;
  }
  #content-pane-wrap.homeskin .path-orange {
    display: none;
  }
  #content-pane-wrap.portalskin .path-orange {
    display: none;
  }
  #content-pane-wrap.portalskin .path-pink {
    display: none;
  }
  .grey-bg-container {
    padding: 40px 0px;
  }
  .white-bg-container {
    padding: 40px 0px;
  }
  .whiteblue-bg-container {
    padding: 40px 0px;
  }
  .gradient-bg-container {
    padding: 15px;
  }
  .greywhite-bg-container {
    padding: 0px;
  }
  .sidenav {
    display: block;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .footer .copyright-wrapper ul.copyright-list {
    float: left;
  }
  .footer {
    height: 480px;
  }
  body {
    margin-bottom: 480px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #content-pane-wrap.homeskin .path-blue {
    display: none;
  }
  #content-pane-wrap.homeskin .path-pink {
    display: none;
  }
  #content-pane-wrap.homeskin .path-orange {
    display: none;
  }
  #content-pane-wrap.portalskin .path-orange {
    display: none;
  }
  #content-pane-wrap.portalskin .path-pink {
    display: none;
  }
  .grey-bg-container {
    padding: 40px 0px;
  }
  .white-bg-container {
    padding: 40px 0px;
  }
  .whiteblue-bg-container {
    padding: 40px 0px;
  }
  .gradient-bg-container {
    padding: 15px;
  }
  .greywhite-bg-container {
    padding: 0px;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .sidenav {
    display: block;
  }
  /* Footer */
  .footer .copyright-wrapper ul.copyright-list {
    float: left;
  }
  .footer {
    height: 480px;
  }
  body {
    margin-bottom: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content-pane-wrap.homeskin .path-blue {
    width: 64px;
    height: 234px;
  }
  #content-pane-wrap.homeskin .path-pink {
    width: 78px;
    height: 229px;
  }
  #content-pane-wrap.homeskin .path-orange {
    width: 80px;
    height: 224px;
  }
  #content-pane-wrap.portalskin .path-orange {
    width: 91px;
    height: 230px;
  }
  #content-pane-wrap.portalskin .path-pink {
    width: 59px;
    height: 192px;
  }
  #topbar-wrapper .logo-wrapper {
    padding: 25px 0px;
  }
  #topbar-wrapper .logo-wrapper a img {
    height: 25px;
  }
  #topbar-wrapper .navbar-collapse ul.nav > li > a {
    margin: 0px 25px 0px 0px;
    font-size: 0.8rem;
  }
  #content-pane-wrap.portalskin .path-orange {
    width: 91px;
    height: 230px;
  }
  #content-pane-wrap.portalskin .path-pink {
    width: 59px;
    height: 192px;
  }
  /* Footer */
  .footer .copyright-wrapper ul.copyright-list {
    float: left;
  }
  .footer {
    height: 390px;
  }
  body {
    margin-bottom: 390px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content-pane-wrap.homeskin .path-blue {
    width: 64px;
    height: 234px;
  }
  #content-pane-wrap.homeskin .path-pink {
    width: 78px;
    height: 229px;
  }
  #content-pane-wrap.homeskin .path-orange {
    width: 80px;
    height: 224px;
  }
  #content-pane-wrap.portalskin .path-orange {
    width: 91px;
    height: 230px;
  }
  #content-pane-wrap.portalskin .path-pink {
    width: 59px;
    height: 192px;
  }
  /* Footer */
  .footer {
    height: 390px;
  }
  body {
    margin-bottom: 390px;
  }
}

.cc-color-override-1634660846 .cc-allow {
  display: block !important;
  margin-left: 0px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  background-color: green !important;
}

.cc-color-override-1634660846 .cc-allow:hover {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
}

.cc-btn {
  border: none !important;
}

.cc-color-override-1634660846 .cc-dismiss {
  color: white !important;
}

.cc-message .messagetitle {
  font-weight: bold !important;
  color: #000000 !important;
}

.cc-message .submessage {
  color: #000000 !important;
}

.cc-banner {
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.2) !important;
}

.cc-window.cc-banner {
  padding: 1em 1.8em !important;
}

@media (max-width: 767px) {
  .row.reverse-order {
    display: flex;
    flex-direction: column-reverse;
  }
}
