/* BREAKPOINTS */
/**
 * Colors
 */
/**
 * padding and margin units
 *
 */
/*****************
HEIGHT SETTINGS
*****************/
/*****************
Menu block
*****************/
/****************
Menu Overlay
****************/
/* Components */
.attachments {
  display: inline-block;
  text-align: center;
  padding: 0 .5rem;
}
.attachments ul {
  margin-top: 20px;
  padding: 0;
}
.attachments ul li {
  list-style: none;
  text-align: left;
}
.attachments ul li label {
  width: 40px;
}
.attachments ul li a:not([href]) {
  /* Ignore pointer events on non-downloadable attachments */
  pointer-events: none;
}
.attachments ul li i.new-attachment {
  margin-left: .5rem;
}
.attachments .empty-message {
  text-align: center;
  margin-bottom: 10px;
  color: #707070;
  opacity: .75;
  font-size: 0.9em;
  display: none;
}
.attachments .empty-message:only-child {
  display: block;
}
@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }
}
@keyframes progress-bar {
  0% {
    width: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-family: 'nimbus-sans', sans-serif;
  font-size: 14px;
  color: #575756;
  line-height: 1.42857143;
}
@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}
body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
div[data-control="media-manager"] .control-scrollpad {
  position: relative !important;
  height: 500px;
  /* IE overflow should be none */
  -ms-overflow-style: none;
  overflow: auto;
}
video {
  width: 100%;
}
/* Begin form elements */
input[type=button]::-moz-focus-inner {
  border: 0;
}
label {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
label.align-bottom {
  vertical-align: bottom;
  margin-bottom: 20px;
}
label.checkbox-inline,
label.radio-inline {
  font-weight: 300;
}
/* Add same offset as label prefixed fields */
button {
  border: none;
  min-width: 14%;
  padding: 5px 0;
  margin-bottom: 20px;
}
button.btn-remove {
  border: solid 1px #000;
}
button:focus {
  outline: none;
}
input[type=button] {
  outline: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  padding: 10px;
  padding-right: 27px;
  background-image: url('../themes/nvdv/assets/images/dropdown.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
select:disabled {
  cursor: not-allowed;
  background-color: #ededed;
}
select option:not([value]) {
  display: none;
}
textarea {
  width: 100%;
  resize: none;
  height: 200px;
  font-family: 'nimbus-sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 5px;
}
@media (min-width: 576px) {
  textarea {
    font-size: 16px;
  }
}
.warning {
  color: #dd0000;
}
.gray {
  color: #707070;
}
.warning-message,
.success-message,
.alert {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  cursor: default;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1em;
  text-align: center;
}
.warning-message button,
.success-message button,
.alert button {
  display: none;
}
.warning-message,
.alert-error {
  background-color: #f55;
}
.success-message,
.alert-success {
  background-color: #5a5;
}
.form-field-error-label {
  color: #f55;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
}
.select2-selection.select2-selection--single {
  border: solid 1px #000;
  height: 35px;
  padding-top: 3px;
}
.select2-selection.select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
}
.select2-dropdown {
  width: 100%;
}
.select2 .selection {
  margin-top: -8px;
  border: none;
  background: transparent;
  width: 100%;
}
.select2 .selection .select2-selection {
  border: none;
  background: transparent;
}
.form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.form-group .help-block {
  margin-bottom: 1em;
}
.form-field,
select,
.input-container,
input[type=text].form-control,
input[type=number].form-control {
  display: inline-block;
  width: 100%;
  border: 1px solid #707070;
}
.form-field,
.input-container,
input[type=text].form-control,
input[type=number].form-control {
  padding: 10px;
}
#biography_container {
  display: inline-block;
  width: 100%;
  height: 300px;
  margin-bottom: 80px;
}
.input-container {
  margin-bottom: 20px;
  padding: 0;
}
.subfields {
  display: inline-block;
  min-width: 100%;
}
.subfields .protected input[type=radio]:checked + span:after {
  position: absolute;
  top: -.8em;
  left: 1.5em;
  width: 220px;
  content: 'Kan primair adres niet verwijderen.';
  font-size: 0.9em;
  color: #f55;
  border: solid 1px #ccc;
  background: #fff;
  padding: 3px;
  text-align: center;
}
.subfields .labels label {
  font-size: 0.9em;
}
.subfields label {
  margin-bottom: 10px;
}
.subfields .checkbox-label {
  width: auto;
}
.subfields .checkbox-label input[type=radio]:checked + span {
  position: relative;
}
.checkbox .checkbox-label {
  width: auto;
}
#field_zipcode {
  text-transform: uppercase;
}
.smaller {
  font-size: smaller;
}
#profile-form label {
  font-weight: 300;
}
#profile-form input[type=checkbox],
#profile-form input[type=radio] {
  display: none;
}
#profile-form input[type=checkbox] + span,
#profile-form input[type=radio] + span {
  display: inline-block;
  border: 1px solid #707070;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 8px;
}
#profile-form input[type=checkbox]:checked + span,
#profile-form input[type=radio]:checked + span {
  background-color: #7dd1be;
}
#profile-form[type=submit] {
  margin-top: 20px;
  margin-left: calc(20% + 5px);
}
#profile-form .form-field,
#profile-form select,
#profile-form .input-container,
#profile-form input[type=text].form-control,
#profile-form input[type=number].form-control {
  margin-bottom: 20px;
}
/* End form elements */
/****************
    // Typography
****************/
h1,
.h1,
h3,
.h3,
h4,
.h4 {
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0px;
  margin-left: -0.087em;
}
@media (min-width: 996px) {
  h1,
  .h1 {
    font-size: 3.25em;
  }
}
h2,
.h2 {
  font-size: 2em;
  line-height: 1.2em;
}
@media (min-width: 996px) {
  h2,
  .h2 {
    font-size: 2.375em;
  }
}
h3,
.h3 {
  font-size: 1.125em;
  letter-spacing: 0.25em;
  line-height: 1.2em;
  font-weight: 300;
}
@media (min-width: 996px) {
  h3,
  .h3 {
    font-size: 1.188em;
  }
}
h4,
.h4 {
  font-size: 1em;
  line-height: 1.2em;
}
p,
em {
  font-weight: 300;
}
p {
  font-size: 1em;
  line-height: 1.9em;
  margin-bottom: 1.9em;
}
p:last-child {
  margin-bottom: 0px;
}
em {
  font-style: italic;
}
li {
  font-size: 1em;
  font-weight: 300;
}
strong {
  font-weight: bold;
}
a,
a:link,
a:visited {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.active,
a:active {
  text-decoration: none;
}
table {
  font-weight: 300;
}
/*****************
    COLOR SETTINGS
******************/
h1 {
  color: #7dd1be;
}
h3 {
  color: black;
}
.color-bg-image h1,
.color-bg-image h2,
.color-bg-image p {
  color: white;
}
.color-bg-image h3 {
  color: #575756;
}
/*****************
    // Layout Scaffold
******************/
.wrapper {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}
.container,
.inner-container {
  height: 100%;
}
.inner-container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 996px) {
  .inner-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1440px) {
  .inner-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1440px) {
  .inner-container.sub-page-content,
  .inner-container.sub-page-hero {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.inner-container-left-padding {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 996px) {
  .inner-container-left-padding {
    padding-left: 48px;
  }
}
@media (min-width: 1440px) {
  .inner-container-left-padding {
    padding-left: 120px;
  }
}
.inner-container-right-padding {
  padding-right: 20px;
}
@media (min-width: 1440px) {
  .inner-container-right-padding {
    padding-right: 110px;
  }
}
.content-row .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .content-row .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/***************
    CHROME COMPONENTS
***************/
.user-dropdown li ul li a {
  margin: 0;
}
.header {
  margin-top: 50px;
}
.header#main-header .inner-container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 996px) {
  .header#main-header {
    margin-top: 0px;
  }
}
.header#main-header .featured-menu .inner-container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 996px) {
  .header#main-header .featured-menu .inner-container {
    padding-left: 48px;
  }
}
@media (min-width: 1440px) {
  .header#main-header .featured-menu .inner-container {
    padding-left: 120px;
  }
}
@media (min-width: 996px) {
  .header#main-header .featured-menu .logo {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 125px;
  }
}
.header#main-header .featured-menu .featured-menu-row {
  height: 100%;
  position: relative;
}
.header#main-header .featured-menu .featured-menu-row .login-menu-float {
  display: none;
}
@media (min-width: 996px) {
  .header#main-header .featured-menu .featured-menu-row .login-menu-float {
    display: block;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
  }
  .header#main-header .featured-menu .featured-menu-row .login-menu-float .rounded-block {
    background-color: white;
    border: 1px solid #707070;
    border-radius: 40px;
    padding: 10px;
  }
  .header#main-header .featured-menu .featured-menu-row .login-menu-float .login-icon:before {
    background-color: white;
    border-radius: 50%;
    background-size: 70%;
    border: 1px solid #707070;
  }
  .header#main-header .featured-menu .featured-menu-row .login-menu-float .login-icon a:before {
    background-size: 0px;
  }
  .header#main-header .featured-menu .featured-menu-row .login-menu-float .login-icon .dropdown {
    background-color: white;
    border: 1px solid #707070;
  }
}
.header#main-header .featured-menu .featured-menu-row .featured-carousel {
  height: 100%;
}
@media (min-width: 576px) {
  .header#main-header .featured-menu .featured-menu-row .featured-carousel {
    height: 60%;
  }
}
@media (min-width: 576px) {
  .header#main-header .featured-menu .featured-menu-row .featured-carousel {
    height: 65%;
  }
}
.header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 200px;
}
.header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item h1 {
  font-size: 2.375em;
  font-weight: 700;
}
.header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item h2 {
  font-size: 1.313em;
  margin-bottom: 30px;
  line-height: 1em;
}
@media (min-width: 996px) {
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item h2 {
    line-height: 0.8em;
  }
}
.header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item h3 {
  font-size: 1em;
}
.header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item .text-content {
  display: none;
}
.header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item.featured-slogan {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 996px) {
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item.featured-slogan {
    padding-bottom: 60px;
    padding-left: 100px;
  }
}
@media (min-width: 576px) {
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item {
    min-height: 240px;
  }
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item h1 {
    font-size: 3.25em;
    font-weight: 700;
  }
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item h2 {
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 0.8em;
  }
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item .text-content {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 996px) {
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item {
    min-height: 480px;
    padding: 140px 100px 100px;
  }
}
@media (min-width: 1440px) {
  .header#main-header .featured-menu .featured-menu-row .featured-carousel .featured-item {
    padding: 140px 120px 120px;
  }
}
.logo {
  background-image: url('../themes/nvdv/assets/images/logo-assets/logo_nvdv_full_kon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.logo.logo-submenu {
  background-image: url('../themes/nvdv/assets/images/logo-assets/logo_nvdv_nosub_kon.svg');
}
.footer {
  /*min-height: 150px;*/
  background-color: #f2f5f8;
  border-top: 5px solid #7dd1be;
}
.footer .footer-content {
  border-bottom: 1px solid #707070;
}
@media (min-width: 576px) {
  .footer .footer-content {
    padding: 30px 120px;
  }
}
.footer .footer-content .social-icons li {
  padding-bottom: 10px;
}
.footer .footer-content .social-icons li a {
  text-transform: none;
}
.footer .footer-disclaimer {
  text-align: center;
}
/********************
    BODY AND CONTENT SETTINGS
********************/
body.welcome {
  color: white;
}
body.welcome .wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../themes/nvdv/assets/images/gradient-main-background.svg');
}
body.welcome header .welcome-icons {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
}
@media (min-width: 996px) {
  body.welcome header .welcome-icons {
    height: 80px;
  }
}
body.welcome .welcome-container {
  height: calc(100vh -  60px);
}
body.welcome .welcome-container .welcome-box {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 500px;
  width: 500px;
}
body.welcome .welcome-container .welcome-box .welcome-content {
  margin-bottom: 30px;
}
body.welcome .welcome-container .welcome-box .welcome-content .logo-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 250px;
}
body.welcome .welcome-container .welcome-box .welcome-content .logo-container h1 {
  font-family: 'acumin-pro-semi-condensed', sans-serif;
  font-size: 6.625em;
  line-height: 0.9em;
  color: #575756;
  font-weight: 700;
}
body.welcome .welcome-container .welcome-box .welcome-content .logo-container h2 {
  font-family: 'source-serif-pro', serif;
  font-size: 1.313em;
}
body.welcome .welcome-container .welcome-box .welcome-content .logo-container h3 {
  color: white;
  margin-bottom: 1em;
}
body.welcome .welcome-container .welcome-box .welcome-content .logo-container:before {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../themes/nvdv/assets/images/logo-assets/logo_nvdv_welcome_kon.svg');
  width: 92%;
  height: 300px;
}
@media (min-width: 576px) {
  body.welcome .welcome-container .welcome-box .welcome-content .logo-container {
    height: 320px;
  }
  body.welcome .welcome-container .welcome-box .welcome-content .logo-container:before {
    top: 0;
    left: 0;
    width: 590px;
    height: 320px;
    left: -20%;
  }
}
body.welcome .welcome-container .welcome-box .welcome-buttons {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.welcome .welcome-container .welcome-box .welcome-buttons a {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.25em;
  width: 100%;
}
@media (min-width: 576px) {
  body.welcome .welcome-container .welcome-box .welcome-buttons a {
    width: 45%;
  }
}
@media (min-width: 996px) {
  body.welcome .welcome-container {
    height: calc(100vh -  80px);
  }
}
body.welcome_alt1 .wrapper {
  background-image: none;
  background-color: #f2f5f8;
}
body.welcome_alt1 header {
  background-color: white;
}
body.welcome_alt1 header .logo-box {
  padding: 20px;
}
body.welcome_alt1 header .logo-box .logo {
  background-position: center;
  height: 100px;
}
body.welcome_alt1 .section {
  background-color: #f2f5f8;
  margin-top: 40px;
}
body.welcome_alt1 .section .welcome-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../themes/nvdv/assets/images/');
  height: auto;
}
body.welcome_alt1 .section .welcome-container .welcome-box {
  background-color: transparent;
}
body.welcome_alt1 .section .welcome-container .welcome-box .welcome-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.welcome_alt1 .section .welcome-container .welcome-box .welcome-content h3 {
  color: black;
}
body.welcome_alt1 .section .welcome-container .welcome-box:before {
  display: none;
}
body.welcome_alt1 .section .welcome-box {
  background-color: white;
}
body.welcome_alt1 .section .welcome-box .welcome-buttons {
  padding: 10px;
}
body.welcome_alt1 .section .welcome-box .welcome-buttons a {
  font-size: 1.2em;
  padding: 15px 50px;
  width: 200px;
  margin: 20px;
}
body.welcome_alt2 .hero-balloon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 350px;
  height: 350px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: #7dd1be;
}
body.welcome_alt2 .hero-balloon h1 {
  font-family: 'operetta-12', serif;
  color: white;
  text-align: center;
  font-size: 1.9em;
}
body.welcome_alt2 .hero-balloon a {
  text-transform: uppercase;
}
@media (min-width: 996px) {
  body.home .menu-sticky,
  body.home .menu-overlay {
    display: none;
  }
}
body.sub-page .content-wrapper {
  margin-top: 50px;
}
body.sub-page .content-wrapper .sub-page-hero {
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 185px;
}
body.sub-page .content-wrapper .sub-page-hero.banner-align-left {
  background-position: left;
}
body.sub-page .content-wrapper .sub-page-hero.banner-align-right {
  background-position: right;
}
body.sub-page .content-wrapper .sub-page-hero .hero-balloon,
body.sub-page .content-wrapper .sub-page-hero .hero-texts {
  display: none;
}
body.sub-page .content-wrapper .sub-page-content {
  background-color: white;
}
body.sub-page .content-wrapper .sub-page-content #breadcrumbs {
  padding-top: 20px;
}
body.sub-page .content-wrapper .sub-page-content #breadcrumbs li {
  display: inline-block;
}
body.sub-page .content-wrapper .sub-page-content .content-box {
  margin-top: 20px;
}
body.sub-page .content-wrapper .sub-page-content .content-box .page-title {
  margin-bottom: 20px;
}
body.sub-page .content-wrapper .sub-page-content .page-content {
  margin-bottom: 20px;
}
body.sub-page .content-wrapper .sub-page-content .page-content h3 {
  color: #7dd1be;
}
body.sub-page .content-wrapper .sub-page-content .submenu {
  display: none;
}
@media (min-width: 996px) {
  body.sub-page .content-wrapper .sub-page-content .submenu {
    display: block;
  }
}
body.sub-page .content-wrapper .sub-page-content .submenu .submenu-items {
  /*border-right: 1px solid @darkgrey-base;*/
}
body.sub-page .content-wrapper .sub-page-content .submenu .submenu-items.hide-groups a[href*='mijn-groepen'] {
  display: none;
}
body.sub-page .content-wrapper .sub-page-content .submenu .submenu-items li {
  padding-bottom: 30px;
  font-size: 0.9em;
}
body.sub-page .content-wrapper .sub-page-content .submenu .submenu-items li.locked {
  position: relative;
}
body.sub-page .content-wrapper .sub-page-content .submenu .submenu-items li.locked:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../themes/nvdv/assets/images/icons/icon-locked.svg');
  width: 20px;
  height: 22px;
  position: absolute;
  left: -1.5rem;
  top: -.5rem;
}
body.sub-page .content-wrapper .sub-page-content .submenu .submenu-items li a {
  text-transform: uppercase;
}
body.sub-page .footer {
  background-color: white;
}
@media (min-width: 996px) {
  body.sub-page .content-wrapper {
    margin-top: 110px;
  }
  body.sub-page .content-wrapper .sub-page-hero {
    height: 305px;
  }
  body.sub-page .content-wrapper .sub-page-hero .row {
    height: 100%;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper .hero-texts {
    display: block;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper .hero-texts .hero-text {
    display: inline-block;
    color: white;
    padding: 15px;
    background-color: black;
    margin-top: 5px;
    width: fit-content;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper .hero-texts .hero-text.serif {
    font-family: 'operetta-12', serif;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper .hero-texts .hero-text.sans-serif {
    font-family: 'nimbus-sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper .hero-texts .hero-text.large {
    font-size: 4em;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper .hero-texts .hero-text.default {
    font-size: 3em;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-texts-wrapper .hero-texts .hero-text.small {
    font-size: 2em;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-balloon {
    display: none;
    height: 265px;
    width: 265px;
    border-radius: 50%;
    background-color: #7dd1be;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-balloon h1 {
    font-family: 'operetta-12', serif;
    color: white;
    text-align: center;
    font-size: 1.9em;
  }
  body.sub-page .content-wrapper .sub-page-hero .hero-balloon a {
    text-transform: uppercase;
  }
  body.sub-page .content-wrapper .sub-page-content .submenu {
    padding-top: 30px;
  }
  body.sub-page .content-wrapper .sub-page-content #breadcrumbs {
    padding-left: 48px;
  }
  body.sub-page .content-wrapper .sub-page-content .content-box {
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 1px solid #707070;
    padding-left: 48px;
  }
  body.sub-page .content-wrapper .sub-page-content .content-box .page-title {
    margin-bottom: 30px;
  }
}
/******************
    NAVIGATION ELEMENTS
*******************/
.menu-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  /* sub page search bar */
}
.menu-sticky:not(.menu-open) .container {
  background-color: #fff;
}
.menu-sticky .logo {
  height: 30px;
  width: 60px;
}
@media (min-width: 996px) {
  .menu-sticky .logo {
    height: 60px;
    width: 120px;
  }
}
.menu-sticky .hamburger {
  padding: 15px;
}
.menu-sticky .search-bar {
  display: none;
  border: 1px solid #707070;
  padding: 8.75px;
  height: 35px;
  border-radius: 17.5px;
  margin-right: 15px;
}
.menu-sticky .search-bar button[type=submit] {
  background-image: url('../themes/nvdv/assets/images/icons/search-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  width: 17.5px;
  margin: 0;
  margin-right: 9px;
}
.menu-sticky .search-bar input {
  width: 80%;
  border-width: 0px 0px 0px 0px;
  border-color: darkgrey-base;
  background-color: transparent;
}
.menu-sticky .search-bar input::placeholder {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .menu-sticky .search-bar {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
@media (min-width: 996px) {
  .menu-sticky .search-bar {
    display: none;
    border: 1px solid #707070;
    padding: 10px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
  }
  .menu-sticky .search-bar button[type=submit] {
    background-image: url('../themes/nvdv/assets/images/icons/search-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    width: 20px;
    margin: 0;
    margin-right: 9px;
  }
  .menu-sticky .search-bar input {
    width: 80%;
    border-width: 0px 0px 0px 0px;
    border-color: darkgrey-base;
    background-color: transparent;
  }
  .menu-sticky .search-bar input::placeholder {
    text-transform: uppercase;
  }
}
@media (min-width: 996px) and (min-width: 576px) {
  .menu-sticky .search-bar {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
.menu-sticky .advanced-search {
  display: none;
  width: 5%;
  font-size: 0.9em;
  vertical-align: text-top;
}
@media (min-width: 996px) {
  .menu-sticky .advanced-search {
    /*display: inline-block;*/
  }
}
.menu-sticky.menu-open {
  background-color: #7dd1be;
  box-shadow: none;
  background-color: transparent;
}
.menu-sticky.menu-open .hamburger .hamburger-box .hamburger-inner,
.menu-sticky.menu-open .hamburger .hamburger-box .hamburger-inner:before,
.menu-sticky.menu-open .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #ffffff;
}
.menu-sticky.menu-open .logo {
  filter: brightness(100);
}
.menu-sticky.menu-open .icons {
  color: white;
}
.menu-sticky.menu-open .icons .search-bar {
  border-color: white;
}
.menu-sticky.menu-open .icons .search-bar button {
  filter: brightness(100);
}
.menu-sticky.menu-open .icons .search-bar input,
.menu-sticky.menu-open .icons .search-bar input::placeholder {
  color: white;
}
.menu-sticky.menu-open .icons .login-icon a,
.menu-sticky.menu-open .icons .search-icon a {
  color: white;
}
@media (min-width: 996px) {
  .menu-sticky {
    height: 80px;
  }
  .menu-sticky .inner-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.mobile-top-menu {
  position: absolute;
  z-index: -1;
  top: 50px;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 4px 16px;
  transition: 1s;
  background-color: #fff;
  text-align: center;
}
.mobile-top-menu.collapsed {
  top: -200px;
}
.mobile-top-menu .search-bar {
  /* Expanded mobile search bar */
  display: flex;
  margin: 0 auto;
  width: 90%;
}
.mobile-top-menu .advanced-search {
  /* Expanded mobile advanced search */
  display: block;
  width: auto;
  margin-top: 5px;
  display: none;
}
.mobile-top-menu ul {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.mobile-top-menu ul a {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mobile-top-menu ul li:last-of-type a {
  margin-bottom: 0;
}
.menu-open .login-icon {
  display: none;
}
.menu-open .search-icon {
  display: none;
}
.menu-block {
  position: relative;
  left: -20px;
  z-index: 2;
  min-width: 300px;
  min-height: 300px;
  background-color: #7dd1be;
  background-image: url('../themes/nvdv/assets/images/background-gradient.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  border: 20px solid #ffffff;
  -webkit-box-shadow: 20px 20px 25px -10px rgba(6, 106, 89, 0.31);
  -moz-box-shadow: 20px 20px 25px -10px rgba(6, 106, 89, 0.31);
  box-shadow: 20px 20px 25px -10px rgba(6, 106, 89, 0.31);
  transition: all 1s;
}
.menu-block.expand {
  min-width: 580px;
}
.menu-block.expand .submenu {
  transform: translate(270px);
}
.menu-block .menu-items,
.menu-block .submenu {
  flex: 1;
  padding: 20px;
  width: 270px;
  position: relative;
  z-index: 1;
}
.menu-block .menu-items > ul,
.menu-block .submenu > ul {
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.menu-block .menu-items > ul.flex-start,
.menu-block .submenu > ul.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.menu-block .menu-items > ul.flex-start li,
.menu-block .submenu > ul.flex-start li {
  flex: 0 0 2rem;
}
.menu-block .menu-items > ul li,
.menu-block .submenu > ul li {
  padding-left: 1rem;
}
.menu-block .menu-items > ul li.locked,
.menu-block .submenu > ul li.locked {
  position: relative;
}
.menu-block .menu-items > ul li.locked:before,
.menu-block .submenu > ul li.locked:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../themes/nvdv/assets/images/icons/icon-locked.svg');
  width: 20px;
  height: 1em;
  position: absolute;
  left: -.5rem;
}
.menu-block .menu-items {
  /*background-color: @menu-block-bgcolor;*/
}
.menu-block .menu-items > ul li a {
  color: white;
  text-transform: uppercase;
}
.menu-block .menu-items .submenu-items {
  display: none;
}
.menu-block .submenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding-left: 0;
  height: 100%;
  transition: all 1s;
}
.menu-block .submenu > .submenu-items {
  display: none;
  /*opacity: 0;*/
  transition: all 10s;
  padding-left: 20px;
  border-left: 1px solid white;
}
.menu-block .submenu > .submenu-items li a {
  color: white;
}
.menu-block .submenu > .submenu-items.active {
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  animation: fadeIn 0.3s ease-in 0.3s forwards;
}
.menu-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  padding-top: 130px;
  transition: all 0.5s ease-in;
  background-image: url('../themes/nvdv/assets/images/background-gradient.jpg');
  background-image: url('../themes/nvdv/assets/images/gradient-main-background.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-overlay.menu-open {
  visibility: visible;
  opacity: 100;
  transition: all 0.5s ease-in;
}
.menu-overlay .menu-items,
.menu-overlay .submenu {
  height: auto;
  min-height: 250px;
  max-height: 600px;
  flex: 1 0 auto;
}
.menu-overlay .menu-items > ul,
.menu-overlay .submenu > ul {
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-overlay .menu-items > ul.flex-start,
.menu-overlay .submenu > ul.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.menu-overlay .menu-items > ul li,
.menu-overlay .submenu > ul li {
  padding: 8px;
}
.menu-overlay .menu-items > ul li.active,
.menu-overlay .submenu > ul li.active {
  background-color: rgba(125, 209, 190, 0.3);
}
.menu-overlay .menu-items > ul li.locked,
.menu-overlay .submenu > ul li.locked {
  position: relative;
}
.menu-overlay .menu-items > ul li.locked:before,
.menu-overlay .submenu > ul li.locked:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../themes/nvdv/assets/images/icons/icon-locked.svg');
  width: 20px;
  height: 1em;
  top: .7rem;
  left: -1rem;
}
.menu-overlay .menu-items > ul li a,
.menu-overlay .submenu > ul li a {
  color: white;
  text-transform: uppercase;
}
.menu-overlay .main-menu-box .menu-items .menu-link {
  font-size: 1.188em;
}
.menu-overlay .main-menu-box .menu-items .menu-link.active {
  font-weight: 700;
}
.menu-overlay .main-menu-box .menu-items .submenu-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.menu-overlay .main-menu-box .menu-items .submenu-items.active {
  max-height: 1000px;
  transition: max-height 0.8s ease-in-out;
}
.menu-overlay .main-menu-box .menu-items .submenu-items li {
  padding-left: 1.5rem;
}
.menu-overlay .main-menu-box .menu-items .submenu-items li.locked {
  position: relative;
}
.menu-overlay .main-menu-box .menu-items .submenu-items li.locked:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../themes/nvdv/assets/images/icons/icon-locked.svg');
  width: 20px;
  height: 1em;
  position: absolute;
  top: 1.1rem;
  left: -2px;
}
@media (min-width: 996px) {
  .menu-overlay .main-menu-box {
    border-right: 1px solid white;
  }
  .menu-overlay .main-menu-box .submenu-items {
    display: none;
  }
}
.menu-overlay .submenu-items li a {
  font-size: 1em;
  padding: 5px 11px 5px 11px;
  font-weight: lighter;
}
.menu-overlay .submenu-items li a:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 1em;
  width: 1em;
  background-size: contain;
  left: -11px;
  top: 3px;
  background-image: url('../themes/nvdv/assets/images/icons/menu-icon.svg');
}
.menu-overlay .sub-menu-box {
  border-left: 1px solid white;
  padding-left: 30px;
  display: none;
}
@media (min-width: 996px) {
  .menu-overlay .sub-menu-box {
    display: block;
  }
}
.menu-overlay .sub-menu-box .submenu > .submenu-items {
  display: none;
}
.menu-overlay .sub-menu-box .submenu > .submenu-items.active {
  display: -webkit-flex;
  display: flex;
}
#breadcrumbs li,
#breadcrumbs a {
  text-transform: uppercase;
  color: #707070;
  font-size: 0.9em;
}
.sub-page .submenu a:hover {
  color: #7dd1be;
}
.sub-page .submenu .active,
.sub-page .submenu .active:hover {
  color: #7dd1be;
  font-weight: bold;
}
.animated {
  animation-play-state: paused;
}
.field-content-filter {
  margin-bottom: 1em;
  width: 200px;
}
/* Content Row: Content list */
ul[data-letter] {
  position: relative;
  padding-top: 1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
ul[data-letter]:before {
  content: attr(data-letter);
  position: absolute;
  top: 0;
  left: 0;
  color: #7dd1be;
}
/* News page pagination */
ul.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 200px;
  border: solid 1px #eee;
  border-left: none;
  border-right: none;
  padding: .5em;
  margin: 20px 0;
}
ul.pagination a,
ul.pagination span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}
ul.pagination a.active,
ul.pagination span.active {
  color: #fff;
  background: #7dd1be;
}
/* Homepage and search page form */
.search .search-bar {
  position: relative;
  top: -30px;
  /* half of search bar setting width */
  background-color: white;
  display: inline-flex;
  width: 92%;
  display: none;
  border: 1px solid #707070;
  padding: 15px;
  height: 60px;
  border-radius: 30px;
  margin-right: 15px;
}
.search .search-bar button[type=submit] {
  background-image: url('../themes/nvdv/assets/images/icons/search-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  width: 30px;
  margin: 0;
  margin-right: 9px;
}
.search .search-bar input {
  width: 80%;
  border-width: 0px 0px 0px 0px;
  border-color: darkgrey-base;
  background-color: transparent;
}
.search .search-bar input::placeholder {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .search .search-bar {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
.search .search-bar button[type=submit] {
  width: 1.5rem;
  min-width: auto;
  margin: 0;
  margin-right: 1rem;
}
.search .advanced-search {
  position: relative;
  top: -19px;
  display: inline-block;
  width: 5%;
  font-size: 0.9em;
  display: none;
}
/* Begin modal */
.modal button {
  min-width: 0;
  margin-bottom: auto;
}
/* End modal */
/* Begin font awesome */
.fa-trash-can {
  opacity: .5;
  font-size: 0.9em;
  color: #575756;
}
.fa-trash-can:hover {
  opacity: 1;
  color: #dd0000;
}
/* End font awesome */
/* Content Rows */
/* Begin generic content row styles */
.content-rows section img,
.content-rows section iframe {
  max-width: 100%;
}
/* End generic content row styles */
/* Begin photo slider */
.photo-slider .inner-container .photo-slider-slider .photo-container {
  height: 600px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  color: currentColor;
}
.slick-dots {
  display: flex;
  width: 200px;
  margin: 0 auto;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
}
.slick-dots li.slick-active button {
  background-color: green;
}
.slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  color: transparent;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background-clip: padding-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  overflow: hidden;
}
/* End photo slider */
/* Begin multiple videos */
.multiple-videos {
  display: flex;
  justify-content: space-around;
}
/* End multiple videos */
.only-text {
  margin-bottom: 20px;
}
/* Begin blog post slider */
.blog-post-slider .blog-header {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-post-slider .bg-gradient {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .blog-post-slider .bg-gradient.inner-container {
    background-image: none;
  }
}
.blog-post-slider .blog-content {
  padding-top: 16px;
  padding-bottom: 60px;
}
@media (min-width: 996px) {
  .blog-post-slider .blog-content {
    padding: 60px 30px;
  }
}
.blog-post-slider .blog-content .blog-title {
  padding-bottom: 30px;
}
@media (min-width: 996px) {
  .blog-post-slider .blog-content .blog-title {
    padding-bottom: 60px;
  }
}
.blog-post-slider .blog-content .blog-title h1,
.blog-post-slider .blog-content .blog-title h3 {
  color: white;
}
.blog-post-slider .slide {
  display: -webkit-flex;
  display: flex;
  height: 500px;
  padding: 25px;
  vertical-align: bottom;
}
@media (min-width: 576px) {
  .blog-post-slider .slide {
    margin-right: 20px;
  }
}
.blog-post-slider .slide:last-child {
  margin-right: 0px;
}
.blog-post-slider .slide h2 {
  font-size: 1.7em;
}
.blog-post-slider .slide .slide-content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.blog-post-slider .slide .slide-content .post-excerpt {
  overflow: hidden;
}
.blog-post-slider .slide .slide-content .detail-button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.blog-post-slider .post-image {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
.blog-post-slider .slick-initialized .slick-slide {
  background: white;
  height: 400px;
}
.blog-post-slider .slider-controls {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.blog-post-slider .slider-controls .slide-m-dots {
  position: relative;
}
.blog-post-slider .slider-controls .slide-m-dots .slick-dots {
  position: relative;
}
.blog-post-slider .slider-controls .slide-m-dots .slick-dots button {
  margin-bottom: 0px;
}
.blog-post-slider .slider-controls .slide-m-dots .slick-dots .slick-active button {
  background-color: #7dd1be;
}
.blog-post-slider .slider-controls .slide-arrow {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../themes/nvdv/assets/images/icons/circle_arrow_white.svg');
  cursor: pointer;
}
.blog-post-slider .slider-controls .slide-arrow.slide-m-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* End blog post slider */
.highlights {
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.highlights.highlights_mobile {
  border-top: 1px solid #707070;
}
.highlights.highlights_desktop {
  display: none;
}
@media (min-width: 576px) {
  .highlights {
    position: static;
    display: block;
  }
  .highlights.highlights_desktop {
    display: block;
  }
  .highlights.highlights_mobile {
    display: none;
  }
}
.highlights .highlight {
  border-right: 1px solid #f2f5f8;
}
.highlights .highlight:last-child {
  border-right: none;
}
@media (min-width: 576px) {
  .highlights .highlight {
    border-right: none;
  }
}
.highlights .highlight .highlight-image {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 3px;
}
.highlights .highlight .highlight-image a {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.highlights .highlight .highlight-image a:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.highlights .highlight .highlight-text,
.highlights .highlight .highlight-text-addition {
  text-align: center;
}
.highlights .highlight .highlight-text a,
.highlights .highlight .highlight-text-addition a {
  font-family: 'nimbus-sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5em;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .highlights .highlight .highlight-text a,
  .highlights .highlight .highlight-text-addition a {
    font-size: 0.9em;
  }
}
.highlights .highlight .highlight-text-addition {
  display: none;
}
@media (min-width: 576px) {
  .highlights .highlight {
    padding: 15px;
  }
  .highlights .highlight .highlight-image {
    padding: 20px;
  }
  .highlights .highlight .highlight-image a {
    width: 100px;
    height: 100px;
  }
  .highlights .highlight .highlight-text-addition {
    display: block;
  }
  .highlights .highlight .highlight-text {
    font-size: 1em;
  }
}
.text-title-right .text-align-right {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.text-title-right .text-align-right h2 {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 996px) {
  .text-title-right .text-align-right {
    /*padding-left: 120px;*/
    padding-right: 30px;
    border-bottom: 0px;
  }
  .text-title-right .text-align-right h2 {
    text-align: right;
  }
  .text-title-right .content {
    border-left: 1px solid #707070;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.three-columns {
  /*background-color: @grey-base;*/
}
.three-columns .title-box {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .three-columns .title-box {
    margin-bottom: 60px;
  }
}
.three-columns .content-box {
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 5px 5px 15px 0px rgba(183, 190, 189, 0.31);
  border: 1px solid #d9d9d9;
}
.three-columns .content-box .box-image,
.three-columns .content-box .box-content {
  min-height: 120px;
}
@media (min-width: 996px) {
  .three-columns .content-box .box-image,
  .three-columns .content-box .box-content {
    min-height: 140px;
  }
}
.three-columns .content-box .box-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.three-columns .content-box .box-content {
  padding: 20px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.three-columns .content-box .box-content .button {
  align-self: center;
}
.questions .inner-container {
  background-color: #f2f5f8;
  position: relative;
  z-index: 1;
  /* Move container out of alignment to the right, correct with margin */
}
.questions .inner-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(188, 230, 221, 0.4);
}
@media (min-width: 996px) {
  .questions .inner-container {
    transform: translateX(48px);
    margin-right: 48px;
  }
}
.questions .inner-container .row {
  position: relative;
  z-index: 3;
}
@media (min-width: 996px) {
  .questions .inner-container .row {
    padding-right: 48px;
  }
}
@media (min-width: 1440px) {
  .questions .inner-container {
    transform: translateX(120px);
    margin-right: 120px;
  }
}
.questions .title-box {
  margin-bottom: 20px;
}
.questions .title-box h1 {
  color: white;
}
@media (min-width: 576px) {
  .questions .title-box {
    margin-bottom: 60px;
  }
}
@media (min-width: 996px) {
  .questions .left-container {
    padding-right: 30px;
  }
}
@media (min-width: 996px) {
  .questions .right-container {
    padding-left: 30px;
  }
}
.questions .questions-box {
  margin-bottom: 8px;
}
.questions .questions-box p {
  margin-bottom: 0px;
}
.questions .questions-box:last-child {
  margin-bottom: 0px;
}
.questions .questions-box .question {
  -webkit-box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
  -moz-box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
  box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
}
.questions .questions-box .question {
  padding: 10px 20px;
  background-color: white;
  transition: width 0.5s cubic-bezier(0, 1, 0, 1);
  width: inherit;
  cursor: pointer;
}
.questions .questions-box .question.active {
  transition: width 0.8s ease-in-out;
  background: #069092;
  background: -moz-linear-gradient(left, #069092 1%, #3db2bf 47%, #0276a7 100%);
  background: -webkit-linear-gradient(left, #069092 1%, #3db2bf 47%, #0276a7 100%);
  background: linear-gradient(to right, #069092 1%, #3db2bf 47%, #0276a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#069092', endColorstr='#0276a7', GradientType=1);
  color: white;
}
@media (min-width: 996px) {
  .questions .questions-box .question.active {
    width: calc(100% + 30px + 30px);
  }
  .questions .questions-box .question.active p {
    padding-right: 60px;
  }
}
.questions .questions-box .answer {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.questions .questions-box .answer.expanded {
  max-height: 1000px;
  transition: max-height 0.8s ease-in-out;
}
.questions .questions-box .answer p {
  padding: 10px;
}
@media (min-width: 996px) {
  .questions .questions-box .answer {
    display: none;
  }
}
.questions .answers-box {
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
  -moz-box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
  box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
  padding: 30px;
}
.questions .answers-box .answer {
  display: none;
}
.questions .answers-box .answer.active {
  display: block;
}
.photo-wall {
  padding-left: 0px;
  padding-right: 0px;
}
.photo-wall .photoblock {
  display: -webkit-flex;
  display: flex;
}
.photo-wall .photoblock .block {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 5px 5px 15px 0px rgba(183, 190, 189, 0.31);
  border: 1px solid #d9d9d9;
}
.photo-wall .photoblock .block .photo-info {
  background-color: #f4f7fb;
}
.photo-wall .photoblock .block .photo-info .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 145px;
  height: 200px;
}
.photo-wall .photoblock .block .photo-info .credentials {
  padding: 15px;
}
.photo-wall .photoblock .block .photo-info .credentials h3 {
  color: #7dd1be;
}
.photo-wall .photoblock .block .photo-info .credentials h4 {
  text-transform: none;
}
.photo-wall .photoblock .block .description {
  padding: 15px;
}
/* Specific photowall settings for book and magazine overview */
.photo-wall.mag-overview .photoblock .block .photo-info {
  background-color: white;
  height: 100%;
}
.photo-wall.mag-overview .photoblock .block .photo-info .photo {
  min-width: 165px;
  height: inherit;
  background-size: cover;
  padding-top: 50%;
}
.photo-wall.mag-overview .photoblock .block .credentials {
  justify-content: space-between;
}
.photo-wall.mag-overview .photoblock .block .credentials .description {
  padding: 0px;
}
.photo-wall.mag-overview .photoblock .block .credentials .description h3 {
  margin-bottom: 15px;
}
.photo-wall.mag-overview .photoblock .block .credentials .button {
  align-self: flex-end;
}
/* SPECIFIC for MAGAZING_LIST Content block */
.mag-list .mag-block .block {
  padding: 15px;
}
.mag-list .mag-block .block .mag-info .item {
  width: 100%;
  padding-top: 140%;
  background-size: cover;
  margin-bottom: 10px;
}
.mag-list .mag-block .block .mag-info .credentials .link {
  text-align: center;
}
/* SPECIFIC FOR PAGE CONTENT BY USER */
.content-box h2 {
  margin-bottom: 0.3em;
  font-size: 2em;
}
.content-box .page-title h1 {
  font-size: 2.8em;
}
@media (min-width: 996px) {
  .content-box .page-title h1 {
    font-size: 3.125em;
  }
}
.content-box .page-title h3 {
  color: black;
}
.content-box p {
  line-height: 1.5em;
}
.content-box a,
.content-box a:link,
.content-box a:visited {
  color: #078fa1;
}
.content-box a.btn-green,
.content-box a:link.btn-green,
.content-box a:visited.btn-green {
  color: white;
}
.content-box a.btn-green:hover,
.content-box a:link.btn-green:hover,
.content-box a:visited.btn-green:hover {
  color: black;
}
.content-box a:hover,
.content-box a:focus {
  text-decoration: underline;
}
.content-box a.active,
.content-box a:active {
  text-decoration: none;
}
.content-box .oc-btn-orange {
  display: inline-block;
  color: #F07F5C;
  font-weight: 400;
  padding: 4px 6px;
  margin: 5px;
  border: 1px solid #F07F5C;
  border-radius: 10px;
}
.content-box a.oc-btn-orange:hover {
  background-color: #F07F5C;
  color: white;
  text-decoration: none;
}
.content-box ul,
.content-box ol {
  padding-left: 1em;
  margin-bottom: 1.9em;
  line-height: 1.9em;
}
.content-box ul {
  list-style-type: disc;
}
.content-box ul.list-style-none {
  list-style: none;
  padding: 0;
}
.content-box ol {
  list-style-type: decimal;
}
.content-box .content-list a,
.content-box .content-list a:link,
.content-box .content-list a:visited {
  color: #575756;
}
.content-box .content-list input {
  padding: 10px;
  border-radius: 20px;
  width: 300px;
}
.content-box .content-list ul {
  padding-left: 1.25em;
  padding-top: 1.25em;
}
.content-box .content-list ul:before {
  font-size: 1.25em;
}
.content-box .content-list li {
  list-style: none;
}
/* Begin domaingroups and commussions page */
.group-container {
  margin-bottom: 40px;
}
.group-container ul {
  list-style-type: none;
  padding-left: 0px;
}
.group-category-btn {
  border: 1px solid #707070;
  border-radius: 40px;
  padding: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}
.group-category-btn:hover,
.group-category-btn.active {
  background-color: #7dd1be;
  color: white !important;
  text-decoration: none !important;
}
.group-category-btn:hover h3,
.group-category-btn.active h3 {
  font-weight: bold;
}
.group-category-btn h3 {
  color: #707070 !important;
}
.group-category-btn-lg {
  width: 100%;
  text-align: center;
}
.group-category-btn-sml {
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.group-category-btn-sml h3 {
  font-size: 0.7em;
}
/* FORUM SPECIFIC SETTINGS */
.rainlab-forum .forum-table th.activity-column img.member-avatar,
.rainlab-forum .forum-table td.activity-column img.member-avatar {
  display: none;
}
.rainlab-forum input,
.rainlab-forum textarea {
  width: 100%;
}
.rainlab-forum h3 {
  font-size: 1em;
}
.rainlab-forum .search-box {
  display: none;
  border: 1px solid #707070;
  padding: 10px;
  height: 40px;
  border-radius: 20px;
  margin-right: 15px;
}
.rainlab-forum .search-box button[type=submit] {
  background-image: url('../themes/nvdv/assets/images/icons/search-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  width: 20px;
  margin: 0;
  margin-right: 9px;
}
.rainlab-forum .search-box input {
  width: 80%;
  border-width: 0px 0px 0px 0px;
  border-color: darkgrey-base;
  background-color: transparent;
}
.rainlab-forum .search-box input::placeholder {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .rainlab-forum .search-box {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
.rainlab-forum .forum-table th,
.rainlab-forum .forum-table td {
  padding: 18px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: none;
}
.rainlab-forum .forum-table th {
  font-weight: bold;
  background-color: transparent;
}
.rainlab-forum .forum-table td.indicator-column {
  width: 12px;
  text-align: right;
  background-color: #f2f5f8;
}
.rainlab-forum .table-spacer {
  height: 18px;
}
.rainlab-forum .text-right {
  text-align: right;
}
.rainlab-forum .topic-indication {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../themes/nvdv/assets/images/icons/circle_arrow_gray.svg');
}
.rainlab-forum .topic-indication.has-new {
  background-image: url('../themes/nvdv/assets/images/icons/circle_arrow_green.svg');
}
.rainlab-forum .forum-channel {
  border: 1px solid #707070;
}
.rainlab-forum .forum-topic {
  border-top: 1px solid #f2f5f8;
}
.rainlab-forum .forum-posts .forum-post {
  padding: 20px;
}
.rainlab-forum .forum-posts .forum-post.forum-post:first-child {
  padding: 20px;
}
.rainlab-forum .forum-posts .forum-post:nth-child(odd) {
  background-color: #f2f5f8;
}
.rainlab-forum .forum-posts .forum-post .avatar {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: center;
}
.rainlab-forum .forum-posts .forum-post .content {
  border-left: 1px solid #707070;
}
.rainlab-forum #topicControlPanel {
  border-bottom: 1px solid #707070;
}
.rainlab-forum #topicControlPanel button[type=submit] {
  margin: 0px;
}
.rainlab-forum #topicControlPanel .list-group-item {
  margin-bottom: 15px;
}
.rainlab-forum .reply-form .post-area textarea {
  width: 100%;
}
.rainlab-forum .reply-form .post-buttons button[type=submit] {
  margin-top: 0px;
  margin-left: 0px;
}
/* UPCOMING EVENTS CONTENT ROW and EVENT PAGE */
/* General event settings */
.event-date {
  height: 100%;
  width: 100px;
  border-right: solid 1px #000;
  padding-right: 15px;
  margin-right: 15px;
}
.event-date .event-date-day {
  font-size: 3.25em;
}
.event-date .event-date-month {
  font-size: 1.313em;
  text-transform: capitalize;
}
/* End general settings */
/* Event page full list */
.event-list .event {
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
.event-list .event:nth-child(even) {
  background-color: #f2f5f8;
}
.event-list .event .event-date .event-date-day {
  font-size: 3em;
}
.event-list .event .event-date .event-date-month {
  font-size: 1em;
}
.upcoming-events {
  margin-top: 30px;
}
.upcoming-events.row {
  /* Apply offset on desktop */
}
@media (min-width: 996px) {
  .upcoming-events.row {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.upcoming-events .event-container {
  border-right: 1px solid #707070;
}
@media (min-width: 996px) {
  .upcoming-events .event-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.upcoming-events .event-container:last-of-type {
  border-right: none;
}
.upcoming-events .event .event-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 30px;
}
.upcoming-events .event .event-header .event-name {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.2em;
  padding-right: 40px;
}
.upcoming-events .event .event-footer {
  border-right: solid 1px #000;
}
.upcoming-events .event .event-footer div a {
  float: right;
}
.upcoming-events .event:last-of-type {
  margin-right: 0;
}
.upcoming-events .event:last-of-type .event-footer {
  border-right: none;
}
/* Begin login page */
#login-form,
#password-reset-form {
  width: 100%;
  max-width: 770px;
}
#login-form div.warning-message,
#password-reset-form div.warning-message {
  width: 100%;
  margin-left: 0;
}
#login-form input[type=text],
#password-reset-form input[type=text],
#login-form input[type=password],
#password-reset-form input[type=password] {
  display: block;
  border: 1px solid #707070;
  padding: 10px;
  height: 3.6rem;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#login-form input[type=checkbox] + span,
#password-reset-form input[type=checkbox] + span,
#login-form input[type=radio] + span,
#password-reset-form input[type=radio] + span {
  margin-top: 1rem;
}
#login-form button,
#password-reset-form button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}
#login-form .checkbox-label,
#password-reset-form .checkbox-label {
  vertical-align: baseline;
  width: auto;
  margin-right: 5px;
}
#login-form span,
#password-reset-form span {
  font-size: 0.9em;
  color: #707070;
}
#login-form span.forgot-password,
#password-reset-form span.forgot-password {
  margin-right: 150px;
}
#login-form span.remember-me,
#password-reset-form span.remember-me {
  vertical-align: super;
  margin-right: 150px;
}
#login-form span.warning-message,
#password-reset-form span.warning-message {
  vertical-align: super;
  color: red;
}
#login-form span a,
#password-reset-form span a {
  color: #7dd1be;
}
/* End login page */
/* Begin member list page */
.photo {
  display: block;
  background-image: url('../themes/nvdv/assets/images/placeholder.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.member-list.photoblock {
  margin-bottom: 20px;
}
.member-list.photoblock .block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.member-list.photoblock .block .photo-info {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.member-list.photoblock .block .photo-info .photo {
  margin-bottom: 14px;
}
.member-list.photoblock h4,
.member-details h4 {
  text-align: center;
}
.member-list.photoblock h4 .member-function,
.member-details h4 .member-function {
  display: block;
  font-size: smaller;
  color: #707070;
}
.member-list.photoblock .photo,
.member-details .photo {
  background-size: cover;
  width: 148px;
  height: 184px;
}
/* Detail page */
.member-details .row {
  margin-bottom: 30px;
}
.member-details h3 {
  margin-bottom: 5px;
}
.member-details .member-data {
  padding-bottom: 30px;
  border-bottom: 1px solid #F4F7FB;
}
.member-details .photo-block {
  padding-top: 30px;
}
.member-details table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.member-details table tr {
  width: 100%;
}
.member-details table .label,
.member-details table .info {
  padding: 5px;
}
.member-details table .label {
  width: 20%;
  font-weight: bold;
  background-color: #f2f5f8;
}
.member-details table .info {
  width: 80%;
  border-bottom: 1px solid #F4F7FB;
}
.member-details table .info ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.member-details li {
  list-style: none;
}
.member-details li::first-letter {
  text-transform: uppercase;
}
.member-details .member-locations ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
/* End member list page */
/* Begin job offers page */
#job-offers {
  width: 100%;
}
#job-offers th,
#job-offers td {
  padding: 5px;
}
@media (min-width: 996px) {
  #job-offers th,
  #job-offers td {
    padding: 15px;
  }
}
#job-offers th {
  background-color: #f2f5f8;
  text-align: left;
}
#job-offers td {
  border-bottom: 1px solid #f2f5f8;
}
#job-offers .no-job-offers {
  display: none;
}
#job-offers .no-job-offers:last-of-type {
  display: table-row;
}
#job-offers .no-job-offers td {
  text-align: center;
}
#vacature-opgeven .form-group label[for=valid_from],
#vacature-opgeven .form-group input[name=valid_from],
#vacature-opgeven .form-group label[for=valid_until],
#vacature-opgeven .form-group input[name=valid_until] {
  display: none;
}
span.date {
  font-weight: bolder;
}
input[readonly] {
  color: #000;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#update-job-offer-message {
  margin-bottom: -1rem;
}
/* End job offers page */
/* Begin guidelines page */
#alii-frame {
  width: 100%;
  height: calc(100vh - 50px);
  margin-top: 50px;
}
@media (min-width: 996px) {
  #alii-frame {
    height: calc(100vh - 80px);
    margin-top: 80px;
  }
}
/* End guidelines page */
/* MEMBER SEARCH FUNCTINOALITY  */
.memberpage #search-selection {
  margin-bottom: 15px;
}
.memberpage #search-selection input {
  display: inline-block;
}
.memberpage #search-selection label {
  width: inherit;
}
.memberpage .search-box {
  display: none;
}
.memberpage .search-box.visible {
  display: block;
}
.memberpage .search-box .search-field,
.memberpage .search-box .select2 {
  display: none;
  border: 1px solid #707070;
  padding: 10px;
  height: 40px;
  border-radius: 20px;
  margin-right: 15px;
  width: 100%;
  margin-bottom: 20px;
}
.memberpage .search-box .search-field button[type=submit],
.memberpage .search-box .select2 button[type=submit] {
  background-image: url('../themes/nvdv/assets/images/icons/search-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  width: 20px;
  margin: 0;
  margin-right: 9px;
}
.memberpage .search-box .search-field input,
.memberpage .search-box .select2 input {
  width: 80%;
  border-width: 0px 0px 0px 0px;
  border-color: darkgrey-base;
  background-color: transparent;
}
.memberpage .search-box .search-field input::placeholder,
.memberpage .search-box .select2 input::placeholder {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .memberpage .search-box .search-field,
  .memberpage .search-box .select2 {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
/* End Member page*/
/* News posts */
.post-list .blog-content-title h3 {
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.post-list .blog-post {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f5f8;
}
.post-list .blog-post .blog-content-wrapper .blog-content h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.post-list .blog-post .blog-content-wrapper .blog-content span {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #7dd1be;
}
.post-list .blog-post .blog-content-wrapper .blog-content .blog-summary {
  margin-bottom: 15px;
}
.post-list .blog-post .blog-content-wrapper .blog-image div {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* My profile page*/
.my-profile .select2 .selection .select2-selection {
  border: 1px solid #707070;
}
.my-profile button[type=submit] {
  margin-left: 0px;
}
.my-profile .store-container {
  margin-bottom: 20px;
}
.my-profile .empty-message {
  display: none;
}
.my-profile .empty-message.display {
  display: block;
}
.my-profile .explanation {
  display: none;
  position: absolute;
  font-family: 'Caveat', cursive;
  font-size: 1.313em;
  animation-duration: 3s;
}
@media (min-width: 576px) {
  .my-profile .explanation {
    font-size: 2em;
  }
}
.my-profile .explanation.display {
  display: block;
}
.my-profile .arrow {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../themes/nvdv/assets/images/arrow_hand.png');
  width: 40px;
  height: 50px;
}
@media (min-width: 576px) {
  .my-profile .arrow {
    width: 69px;
    height: 81px;
  }
}
.my-profile .explanation-top {
  position: relative;
  top: -260px;
}
.my-profile .explanation-top .step-one,
.my-profile .explanation-top .step-two {
  left: 220px;
}
@media (min-width: 576px) {
  .my-profile .explanation-top .step-one,
  .my-profile .explanation-top .step-two {
    left: 250px;
  }
}
.my-profile .explanation-top .step-one {
  top: 50px;
}
.my-profile .explanation-top .step-one .arrow {
  top: 36px;
  left: 12px;
  transform: rotate(205deg);
}
.my-profile .explanation-top .step-two {
  top: 175px;
  animation-delay: 2s;
}
.my-profile .explanation-top .step-two .arrow {
  top: 30px;
  left: -35px;
  transform: scaleY(-1) rotate(-60deg);
}
@media (min-width: 576px) {
  .my-profile .explanation-top .step-two .arrow {
    transform: rotate(80deg);
    top: 19px;
    right: -20px;
    left: inherit;
  }
}
.my-profile .explanation-bottom {
  position: relative;
}
.my-profile .explanation-bottom .step-three .arrow {
  top: 8px;
  left: -55px;
  transform: rotate(222deg);
  width: 35px;
  height: 45px;
}
@media (min-width: 576px) {
  .my-profile .explanation-bottom .step-three .arrow {
    width: 40px;
    height: 50px;
  }
}
@media (min-width: 576px) {
  .my-profile .explanation-bottom .step-four {
    top: 50px;
  }
}
.my-profile .explanation-bottom .step-four .arrow {
  top: 8px;
  left: -20px;
  transform: rotate(210deg);
  width: 35px;
  height: 45px;
}
@media (min-width: 576px) {
  .my-profile .explanation-bottom .step-four .arrow {
    top: 19px;
    width: 40px;
    height: 50px;
  }
}
.my-profile .profile-thumbnail {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  border: 1px solid #707070;
  margin-bottom: 20px;
  cursor: pointer;
  background-image: url('../themes/nvdv/assets/images/placeholder.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.my-profile .profile-thumbnail input {
  display: none;
}
.my-profile .profile-thumbnail #context_menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 140px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 2px 4px;
}
.my-profile .profile-thumbnail #context_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.image-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
}
.image-wrapper .image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.image-wrapper .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.image-wrapper .title {
  background-color: #f4f7fb;
  margin-top: 5px;
  text-align: center;
  padding: 20px;
}
/* Content block - Logo slider */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /*Arrow syze*/
  padding: 2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 1px -1px 0 1px inset;
  -webkit-box-shadow: 2px -2px inset;
  border: solid transparent;
  border-width: 0 0 1rem 1rem;
  transition: 0.2s;
  background-color: transparent;
  border-radius: 0px;
  z-index: 888;
  width: 18px;
  height: 18px;
  color: #7dd1be;
  overflow: hidden;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: transparent;
  box-shadow: 2px -2px 0 2px inset;
  -webkit-box-shadow: 4px -4px inset;
  color: #078fa1;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
.slick-prev {
  left: 36px;
  transform: rotate(45deg) translate(0, -50%);
}
.slick-next {
  right: 36px;
  transform: rotate(-135deg) translate(0, 50%);
}
body .logo-slider {
  width: 100%;
  padding: 30px;
  /* Slider settings */
}
body .logo-slider button {
  min-width: inherit;
}
body .logo-slider .logo-slider-item {
  margin: 3px;
}
body .logo-slider .logo-slider-item a {
  width: 100%;
}
body .logo-slider .logo-slider-item a,
body .logo-slider .logo-slider-item .a,
body .logo-slider .logo-slider-item a:link,
body .logo-slider .logo-slider-item a:visited {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .logo-slider .logo-slider-item a:hover,
body .logo-slider .logo-slider-item a:focus {
  color: #078fa1;
}
body .logo-slider .logo-slider-item a.active,
body .logo-slider .logo-slider-item a:active {
  color: #078fa1;
}
body .logo-slider .logo-slider-item .logo-slider-image {
  margin: 0 auto;
  width: 70%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body .logo-slider .logo-slider-item .logo-slider-info {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
}
body .logo-slider .slick-prev {
  left: -30px;
}
body .logo-slider .slick-next {
  right: 0px;
}
/* End Conten block - Logo slider */
/* Begin quiz conten block */
div[id^=quiz-] #quiz-start-screen p {
  text-align: left;
}
div[id^=quiz-] #quiz-counter {
  color: #fff;
  background-color: #000;
  display: block;
  margin: 0 auto 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
div[id^=quiz-] #questions p.question {
  padding: 15px;
  margin-top: 5px;
  font-family: 'operetta-12', serif;
  border: 1px solid #707070;
  border-radius: 10px;
}
div[id^=quiz-] #questions ul.answers {
  list-style: none;
  padding: 0;
}
div[id^=quiz-] #questions ul.answers.answered {
  pointer-events: none;
}
div[id^=quiz-] #questions ul.answers a {
  display: block;
  border: solid 1px lightgrey;
  border-radius: 10px;
  text-decoration: none;
}
div[id^=quiz-] #questions ul.answers a:hover {
  background-color: lightgrey;
}
div[id^=quiz-] #questions ul.answers a[class$=correct] {
  color: #fff;
}
div[id^=quiz-] #questions ul.answers a.correct {
  background-color: #7dd1be;
}
div[id^=quiz-] #questions ul.answers a.incorrect {
  background-color: #dd0000;
}
div[id^=quiz-] #quiz-controls {
  background: #707070;
  padding: 1em;
}
div[id^=quiz-] #quiz-controls #quiz-response {
  text-align: left;
}
div[id^=quiz-] #quiz-controls #quiz-buttons a {
  text-decoration: none;
}
div[id^=quiz-] #quiz-controls #quiz-buttons #quiz-restart-btn {
  margin-top: 20px;
}
/* End quiz conten block */
.flex-box {
  display: -webkit-flex;
  display: flex;
}
.flex-row {
  flex-flow: row wrap;
}
.flex-row-nowrap {
  flex-flow: row nowrap;
}
.flex-column {
  flex-flow: column wrap;
}
.flex-column-nowrap {
  flex-flow: column nowrap;
}
.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-align-center {
  -webkit-align-items: center;
  align-items: center;
}
.flex-centered {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.bg-img {
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-gradient {
  background: #069092;
  background: -moz-linear-gradient(left, #069092 1%, #3db2bf 47%, #0276a7 100%);
  background: -webkit-linear-gradient(left, #069092 1%, #3db2bf 47%, #0276a7 100%);
  background: linear-gradient(to right, #069092 1%, #3db2bf 47%, #0276a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#069092', endColorstr='#0276a7', GradientType=1);
}
.bg-gradient-lighter {
  background: rgba(6, 144, 146, 0.6);
  background: -moz-linear-gradient(left, rgba(6, 144, 146, 0.6) 1%, rgba(61, 178, 191, 0.6) 47%, #0276a7 100%);
  background: -webkit-linear-gradient(left, rgba(6, 144, 146, 0.6) 1%, rgba(61, 178, 191, 0.6) 47%, #0276a7 100%);
  background: linear-gradient(to right, rgba(6, 144, 146, 0.6) 1%, rgba(61, 178, 191, 0.6) 47%, #0276a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#069092', endColorstr='#0276a7', GradientType=1);
}
.box-shadow-default {
  -webkit-box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
  -moz-box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
  box-shadow: 5px 5px 15px 0px rgba(6, 106, 89, 0.31);
}
.hidden {
  display: none !important;
}
.bold {
  font-weight: 800;
}
.text-align-center {
  text-align: center;
}
/**********************
	BACKGROUND COLORS
**********************/
/* Function, add in direction(to right, to left) and color. Linear gradient to transparent will be created*/
.bg-grey-from-left {
  background: #f2f5f8;
}
@media (min-width: 996px) {
  .bg-grey-from-left {
    background: linear-gradient(to right, #f2f5f8, rgba(242, 245, 248, 0));
  }
  .bg-grey-from-left .inner-container .row {
    background-color: #f2f5f8;
  }
}
.bg-grey-from-right {
  background: #f2f5f8;
}
@media (min-width: 996px) {
  .bg-grey-from-right {
    background: linear-gradient(to left, #f2f5f8, rgba(242, 245, 248, 0));
  }
  .bg-grey-from-right .inner-container .row {
    background-color: #f2f5f8;
  }
}
@media (min-width: 996px) {
  .bg-darkgreen-from-right {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+45,7db9e8+45,7db9e8+45,0276a7+52,0276a7+100&0+45,0+45,0+45,0+45,0.6+52,0.6+100 */
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 45%, #0276a7 52%, #0276a7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 45%, #0276a7 52%, #0276a7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 45%, #0276a7 52%, #0276a7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#990276a7', GradientType=1);
    /* IE6-9 */
  }
}
.bg-gradient-lighter-from-right {
  background: rgba(6, 144, 146, 0.6);
}
@media (min-width: 996px) {
  .bg-gradient-lighter-from-right {
    background: linear-gradient(to right, rgba(6, 144, 146, 0.6), rgba(6, 144, 146, 0));
  }
  .bg-gradient-lighter-from-right .inner-container .row {
    background-color: rgba(6, 144, 146, 0.6);
  }
}
.bg-gradient-lighter-from-right .inner-container {
  background: rgba(6, 144, 146, 0.6);
  background: -moz-linear-gradient(left, rgba(6, 144, 146, 0.6) 1%, rgba(61, 178, 191, 0.6) 47%, #0276a7 100%);
  background: -webkit-linear-gradient(left, rgba(6, 144, 146, 0.6) 1%, rgba(61, 178, 191, 0.6) 47%, #0276a7 100%);
  background: linear-gradient(to right, rgba(6, 144, 146, 0.6) 1%, rgba(61, 178, 191, 0.6) 47%, #0276a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#069092', endColorstr='#0276a7', GradientType=1);
}
/**********************
Hamburger Menu
**********************/
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner:before,
.hamburger .hamburger-box .hamburger-inner:after {
  background-color: #707070;
  border-radius: none;
  width: 35px;
  height: 2px;
}
/***********************
	SLICK SLIDER SETTINGS
***********************/
.slick-list,
.slick-track {
  height: 100%;
}
/***********************
	BUTTONS
***********************/
.btn {
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}
.btn.btn-black {
  background-color: black;
  color: white !important;
}
.btn.btn-transparent {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.btn.btn-transparent:hover {
  background-color: #7dd1be;
}
.btn.btn-green {
  background-color: #7dd1be;
  color: white;
  border: 1px solid #7dd1be;
}
.btn.btn-green:hover {
  color: black;
  background-color: transparent;
  border-color: #000;
}
.btn.btn-darker-green-outline {
  color: #078fa1;
  border: 1px solid #078fa1;
}
.btn.btn-shadow {
  -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.28);
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.28);
}
.btn:disabled {
  cursor: not-allowed;
  opacity: .2;
}
/*********************
	DEFAULT ICONS AND SEARCHBARS SETTINGS
*********************/
.login-icon a,
.search-icon a,
.icons a {
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 15px;
}
.login-icon a:before,
.search-icon a:before,
.icons a:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.login-icon {
  position: relative;
  margin-left: 15px;
  min-width: 30px;
  min-height: 30px;
}
.login-icon:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 996px) {
  .login-icon {
    width: auto;
    height: auto;
  }
}
.login-icon a {
  text-indent: -9999px;
  font-size: 0;
}
.login-icon a.with-text {
  font-size: 1rem;
}
.login-icon a:before {
  background-image: url('/themes/nvdv/assets/images/login.svg');
  margin-right: 1rem;
}
@media (min-width: 996px) {
  .login-icon a {
    text-indent: 0;
    font-size: inherit;
  }
}
.login-icon.white a {
  color: white;
  position: relative;
  display: block;
}
.login-icon.white a:before {
  background-image: url('../themes/nvdv/assets/images/icons/login-icon-white.svg');
  position: absolute;
  left: -8rem;
  top: -.5rem;
}
@media (min-width: 996px) {
  .login-icon.white a:before {
    left: -3rem;
  }
}
.login-icon.grey {
  color: #707070;
}
.login-icon.grey:before {
  background-image: url('../themes/nvdv/assets/images/icons/login-icon-grey.svg');
}
.login-icon.logged-in-icon:before {
  background-image: url('../themes/nvdv/assets/images/icons/login-green.svg');
}
.search-icon a:before {
  background-image: url('../themes/nvdv/assets/images/icons/search-icon.svg');
}
@media (min-width: 576px) {
  .search-icon {
    display: none;
  }
}
.social-icons .twitter a:before {
  background-image: url('../themes/nvdv/assets/images/icons/twitter_icon_white.svg');
}
.social-icons .twitter a.solid:before {
  background-image: url('../themes/nvdv/assets/images/icons/twitter_icon_grey.svg');
}
.social-icons .facebook a:before {
  background-image: url('../themes/nvdv/assets/images/icons/facebook_icon_white.svg');
}
.social-icons .facebook a.solid:before {
  background-image: url('../themes/nvdv/assets/images/icons/facebook_icon_grey.svg');
}
.social-icons .linkedin a:before {
  background-image: url('../themes/nvdv/assets/images/icons/linkedin_icon_white.svg');
}
.social-icons .linkedin a.solid:before {
  background-image: url('../themes/nvdv/assets/images/icons/linkedin_icon_grey.svg');
}
.social-icons .instagram a:before {
  background-image: url('../themes/nvdv/assets/images/icons/instagram-icon.svg');
  width: 24px;
  margin-right: 6px;
  background-position: center;
}
.social-icons .instagram a.solid:before {
  background-image: url('../themes/nvdv/assets/images/icons/icon_instagram_solid_grey.svg');
  width: 24px;
  margin-right: 6px;
}
/***********************
	MARGIN SPACING SETTINGS
***********************/
.full-height {
  height: 100%;
}
.margin-bottom-spacing-all-xs h3,
.margin-bottom-spacing-all-xs h2 {
  margin-bottom: 20px;
}
.margin-bottom-spacing-all-xs > p {
  margin-bottom: 20px;
}
.margin-top-xs {
  margin-top: 15px;
}
.margin-top-m {
  margin-top: 20px;
}
.margin-top-l {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .margin-top-l {
    margin-top: 40px;
  }
}
@media (min-width: 996px) {
  .margin-top-l {
    margin-top: 60px;
  }
}
.padding-top-xs {
  padding-top: 15px;
}
.padding-top-m {
  padding-top: 20px;
}
.padding-top-l {
  padding-top: 30px;
}
.margin-bottom-xs {
  margin-bottom: 15px;
}
.margin-bottom-xxxs {
  margin-bottom: 5px;
}
/* STORELOCATOR */
#storelocatormap {
  width: 100%;
  /*padding-top: @padding-l;*/
  padding-bottom: 60px;
  /* End clinic locator page */
}
#storelocatormap button[type=submit] {
  margin-left: 0px;
  margin-top: 0px;
}
#storelocatormap input[type=checkbox],
#storelocatormap input[type=radio] {
  display: inline-block;
}
#storelocatormap .category-picker .header {
  margin-top: 30px;
}
#storelocatormap .category-picker .radio-wrapper {
  background-color: #f2f5f8;
  padding: 0.8em;
}
#storelocatormap .storelocatormap-wrapper {
  min-height: 500px;
}
#storelocatormap .storelocatormap-wrapper .map-wrapper {
  min-height: 500px;
}
#storelocatormap .storelocatormap-wrapper .menu-wrapper > * {
  margin-left: 8px;
  margin-right: 0px;
}
#storelocatormap .more-information {
  font-size: 12px;
  padding-top: 5px;
  float: right;
}
#storelocatormap .tmpl-infowindow .more-information {
  visibility: hidden;
}
#storelocatormap div.description-title {
  margin-top: 30px;
}
#storelocatormap div.staff {
  margin-top: 30px;
}
#storelocatormap div.staff ul {
  padding-left: 0;
}
#storelocatormap div.staff ul li {
  list-style: none;
}
/* Begin custom dropdown */
ul.dropdown {
  height: 2rem;
  text-transform: uppercase;
  width: 170px;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: none;
  margin-left: 50px;
  color: #707070;
}
ul.dropdown:before {
  content: attr(title);
  display: block;
  overflow: hidden;
  height: 100%;
  line-height: 1.3em;
}
ul.dropdown:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #999999;
}
ul.dropdown li {
  visibility: hidden;
  color: #707070;
}
ul.dropdown li i {
  margin-right: 1rem;
}
ul.dropdown li ul {
  color: #333;
  position: absolute;
  z-index: 100;
  top: 1.9rem;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
}
ul.dropdown li ul li a {
  padding-top: 1rem;
  padding-left: 10px;
  padding-bottom: 8px;
  font-size: 1rem;
}
ul.dropdown li ul li a:before {
  display: none;
}
ul.dropdown li ul li a:hover {
  color: #000;
}
ul.dropdown li ul li a:last-of-type {
  border-top: solid 1px #eee;
  padding-top: 1rem;
}
ul.dropdown.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
ul.dropdown.collapsed li {
  visibility: visible;
}
ul.dropdown.white {
  border-color: #fff;
  color: #fff;
  text-align: left;
}
ul.dropdown.white:after {
  border-top-color: #fff;
}
ul.dropdown.white li ul {
  background-color: transparent;
  margin-left: -1px;
  margin-right: -1px;
  border: solid 1px #fff;
}
ul.dropdown.white li ul li a:hover {
  background-color: #7dd1be;
}
@media (min-width: 996px) {
  ul.dropdown {
    display: inline-block;
  }
}
/* End custom dropdown */
/* Begin pagination */
ul.pagination {
  margin: 0 auto;
}
ul.pagination li {
  list-style: none;
}
/* End pagination */
.hero-texts-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.hero-texts-wrapper .hero-texts {
  display: block;
}
.hero-texts-wrapper .hero-texts .hero-text {
  display: inline-block;
  color: white;
  padding: 8px;
  background-color: black;
  margin-top: 5px;
  width: fit-content;
}
.hero-texts-wrapper .hero-texts .hero-text.serif {
  font-family: 'operetta-12', serif;
}
.hero-texts-wrapper .hero-texts .hero-text.sans_serif {
  font-family: 'nimbus-sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-texts-wrapper .hero-texts .hero-text.large {
  font-size: 2em;
}
.hero-texts-wrapper .hero-texts .hero-text.default {
  font-size: 1em;
}
.hero-texts-wrapper .hero-texts .hero-text.small {
  font-size: 0.8em;
}
@media (min-width: 576px) {
  .hero-texts-wrapper .hero-texts .hero-text.large {
    font-size: 2.5em;
  }
  .hero-texts-wrapper .hero-texts .hero-text.default {
    font-size: 1.2em;
  }
  .hero-texts-wrapper .hero-texts .hero-text.small {
    font-size: 0.9em;
  }
}
@media (min-width: 996px) {
  .hero-texts-wrapper .hero-texts .hero-text.large {
    font-size: 4em;
  }
  .hero-texts-wrapper .hero-texts .hero-text.default {
    font-size: 2em;
  }
  .hero-texts-wrapper .hero-texts .hero-text.small {
    font-size: 1.2em;
  }
}
/* Specific editor settings */
.oc-text-footnote {
  font-size: 0.9em;
}
/* Begin photo gallery page */
.photo-gallery {
  margin-bottom: 30px;
  background-color: white;
  border: 2px solid #078fa1;
  border-radius: 5px;
  padding: 15px 15px;
  cursor: pointer;
}
.photo-gallery .image-box {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .photo-gallery .image-box h4,
  .photo-gallery .image-box p {
    padding-left: 15px;
  }
}
.photo-gallery .image-box p {
  color: #575756;
}
.photo-gallery > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.photo-gallery.photo-gallery-wall .photo-gallery-images {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* End photo gallery page */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-2-dot-4,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-2-dot-4,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  display: block;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs-hidden {
  display: none;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-2-dot-4 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 576px) {
  .container {
    width: 100%;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-2-dot-4,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-2-dot-4,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm-hidden {
    display: none;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-2-dot-4 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 996px) {
  .container {
    width: 920px;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-2-dot-4,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-2-dot-4,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md-hidden {
    display: none;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-2-dot-4 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1100px;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-2-dot-4,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-2-dot-4,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg-hidden {
    display: none;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-2-dot-4 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1300px;
  }
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-2-dot-4,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-2-dot-4,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    display: block;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-xl-hidden {
    display: none;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-2-dot-4 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-2-dot-4 {
    margin-left: 20%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Layout specific styles */
.layout-search {
  /* Begin submenu filters */
  /* End submenu filters */
  /* Begin page content */
  /* End page content */
}
.layout-search .search-menu,
.layout-search .search-icon {
  display: none;
}
.layout-search #search-filters {
  position: fixed;
  z-index: 1;
  left: -100%;
  top: 50px;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: left .4s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width: 576px) {
  .layout-search #search-filters {
    position: static;
    height: auto;
    padding: 2rem 0;
    box-shadow: none;
  }
}
.layout-search #search-filters.expanded {
  left: 0;
}
.layout-search #search-filters h2 {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .layout-search #search-filters h2 {
    display: none;
  }
}
.layout-search #search-filters h5 {
  margin-left: 1.5rem;
}
.layout-search #search-filters ul {
  margin: .5rem auto 1rem;
}
.layout-search #search-filters ul li {
  margin-bottom: 5px;
}
.layout-search #search-filters ul li label.checkbox-label {
  display: flex;
}
.layout-search #search-filters ul li label.checkbox-label input[type=checkbox] {
  display: none;
}
.layout-search #search-filters ul li label.checkbox-label input[type=checkbox] + span {
  display: inline-block;
  border: 1px solid #707070;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: .5rem;
}
.layout-search #search-filters ul li label.checkbox-label input[type=checkbox]:checked + span {
  background-color: #7dd1be;
}
.layout-search #search-filters ul li label.checkbox-label span.result-count {
  margin-left: auto;
  font-size: 0.9em;
  color: #707070;
  opacity: 1;
}
.layout-search #search-filters button {
  display: block;
}
@media (min-width: 576px) {
  .layout-search #search-filters button {
    display: none;
  }
}
.layout-search .page-content .search-bar {
  display: flex;
  top: -15px;
  height: 35px;
  padding: 0;
  margin: 1rem 0;
}
@media (min-width: 576px) {
  .layout-search .page-content .search-bar {
    height: auto;
    padding: 15px;
  }
}
.layout-search .page-content .search-bar button {
  min-width: 14%;
  background-size: 45%;
  background-position: center;
}
@media (min-width: 576px) {
  .layout-search .page-content .search-bar button {
    min-width: auto;
    padding: 15px;
    background-size: contain;
  }
}
.layout-search .page-content .ss-result {
  padding-left: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 1;
  transition: opacity .8s;
  height: auto;
}
.layout-search .page-content .ss-result + button {
  display: none;
  margin-left: 24px;
}
.layout-search .page-content .ss-result.invisible {
  height: 0;
  margin: 0;
  opacity: 0;
}
.layout-search .page-content .ss-result.invisible + button {
  display: block;
}
.layout-search .page-content .ss-result .ss-result__text {
  margin-top: 5px;
  font-size: smaller;
}
@media (min-width: 576px) {
  .layout-search .page-content #filter-button {
    display: none;
  }
}
.layout-guidelines .content-list ul[data-letter] + .no-results {
  margin: .5rem 1rem 1rem;
}
.layout-guidelines .content-list .content .content-titles .content-main-title {
  padding-bottom: 20px;
}
.layout-guidelines .content-list .content .content-titles .content-sub-titles-container {
  padding-left: 5px;
  padding-right: 0px;
}
.layout-guidelines .content-list .content .content-titles .content-sub-titles-container .content-sub-titles {
  display: flex;
  justify-content: flex-end;
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 0.6em;
  font-weight: bold;
  color: #707070;
}
@media (min-width: 576px) {
  .layout-guidelines .content-list .content .content-titles .content-sub-titles-container .content-sub-titles {
    font-size: 0.8em;
  }
}
.layout-guidelines .content-list .content .content-value {
  display: flex;
}
.layout-guidelines .item:nth-child(even) .row {
  background-color: #ededed;
}
.layout-guidelines .row-title {
  padding-left: 0;
  font-size: 0.8em;
  font-weight: bold;
  height: 2rem;
  line-height: 1rem;
}
.layout-guidelines .content-value {
  font-size: 1em;
  height: 1rem;
  line-height: 1.9em;
}
.layout-guidelines .content-value-text {
  font-size: 0.8em;
  line-height: 1.9em;
}
.layout-guidelines .authorization-date-value {
  flex-direction: column;
  align-items: flex-start;
}
.layout-guidelines .expected-publication {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  font-size: 1em;
}
.layout-guidelines .phase-description {
  padding-top: 5px;
  font-size: 0.8em;
  height: 2rem;
  line-height: 1rem;
}
.layout-guidelines .border-div {
  background-color: #707070;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.layout-guidelines .progress {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 16px;
  padding: 3px;
  margin-right: 20px;
  margin-top: 5px;
  border-radius: 21px;
  border: 2px solid #707070;
  visibility: hidden;
}
@media (min-width: 576px) {
  .layout-guidelines .progress {
    width: 70%;
  }
}
.layout-guidelines .progress .state {
  width: 24%;
  height: 8px;
  border: 1px solid #707070;
  visibility: hidden;
}
.layout-guidelines .progress .visible {
  visibility: visible;
}
.layout-guidelines .progress .first {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: red;
}
.layout-guidelines .progress .second {
  background-color: #FFB915;
}
.layout-guidelines .progress .third {
  background-color: #fff81b;
}
.layout-guidelines .progress .fourth {
  background-color: #ACE690;
}
.layout-guidelines .progress .last {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #27AF05;
}
.layout-guidelines .visible {
  visibility: visible;
}
.layout-sub-page-content-list-and-details .content-document {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #7dd1be;
  border-radius: 15px;
  background-color: #f2f5f8;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .layout-sub-page-content-list-and-details .content-document {
    width: 250px;
    float: right;
    margin-left: 60px;
  }
}
.layout-sub-page-content-list-and-details .content-document .qr-wrapper,
.layout-sub-page-content-list-and-details .content-document .qrcode-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.layout-sub-page-content-list-and-details .content-document .qr-wrapper .qrcode-wrapper,
.layout-sub-page-content-list-and-details .content-document .qrcode-wrapper .qrcode-wrapper {
  display: none;
}
@media (min-width: 576px) {
  .layout-sub-page-content-list-and-details .content-document .qr-wrapper .qrcode-wrapper,
  .layout-sub-page-content-list-and-details .content-document .qrcode-wrapper .qrcode-wrapper {
    display: -webkit-flex;
    display: flex;
  }
}
.layout-sub-page-content-list-and-details .content-document .qr-wrapper .qrcode-wrapper span,
.layout-sub-page-content-list-and-details .content-document .qrcode-wrapper .qrcode-wrapper span {
  text-align: center;
  font-size: 0.8em;
  padding: 15px;
}
.layout-my-afas-profile .profile-thumbnail {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  border: 1px solid #707070;
  margin-bottom: 20px;
  cursor: pointer;
  background-image: url('../themes/nvdv/assets/images/placeholder.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.layout-my-afas-profile .profile-thumbnail input {
  display: none;
}
.layout-my-afas-profile .profile-thumbnail #context_menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 140px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 2px 4px;
}
.layout-my-afas-profile .profile-thumbnail #context_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.layout-my-afas-profile div[id$='-message'] {
  cursor: default;
  position: relative;
  z-index: 1;
}
.layout-my-afas-profile div[id$='-message']:empty {
  display: none;
}
.layout-my-afas-profile .profile-general-data {
  background-color: #f2f5f8;
}
.layout-my-afas-profile .profile-table {
  margin-top: 20px;
  margin-bottom: 30px;
}
.layout-my-afas-profile .profile-table td:first-of-type:not(:last-of-type) {
  font-weight: bold;
  width: 200px;
}
.layout-my-afas-profile .profile-table td ul {
  padding: 0;
  list-style: none;
}
.layout-my-afas-profile .profile-table td ul li {
  display: flex;
  justify-content: space-between;
}
.layout-my-afas-profile .profile-table td ul li div {
  padding-right: 15px;
}
.layout-my-afas-profile .store-container {
  margin-top: 20px;
}
.layout-my-forms {
  /* Copy styles from the visitation layout */
  /* END FORM FOOTER */
  /* PROGESS BAR */
  /* END PROGRESS BAR */
  /* Navigation between sections */
  /* VISITATION LIST OVERVIEW */
  /* Begin invitation form modal */
  /* End invitation form modal */
  /* Start finalize Modal */
  /* Begin form elements */
  /* End form elements */
  /* Begin my forms tables */
  /* End my forms tables */
  /* Begin modal */
  /* End modal */
  /* Begin user fillable form */
  /* End user fillable form */
}
.layout-my-forms .page-intro,
.layout-my-forms .section-intro {
  margin-bottom: 20px;
}
.layout-my-forms .form-footer-navigation {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  border-top: 5px solid #7dd1be;
}
.layout-my-forms .form-footer-navigation .content-wrapper,
.layout-my-forms .form-footer-navigation .row {
  height: 100%;
}
.layout-my-forms .form-footer-navigation .inner-column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.layout-my-forms .form-footer-navigation .content-wrapper {
  margin-top: 0px;
}
.layout-my-forms .form-footer-navigation button {
  margin-bottom: 0px;
}
.layout-my-forms .form-footer-navigation .page-buttons {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.layout-my-forms .form-footer-navigation .page-buttons .btn {
  min-width: 130px;
}
.layout-my-forms .form-footer-navigation .progress-wrapper {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.layout-my-forms .form-footer-navigation .progress-wrapper p {
  margin-bottom: 0px;
  font-size: 0.8em;
}
.layout-my-forms div.progress {
  width: 100%;
  height: 1.5rem;
  text-align: center;
  background-color: #7dd1be;
  border-radius: 5px;
  position: relative;
}
.layout-my-forms div.progress div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #078fa1;
}
.layout-my-forms div.progress div:not(.finished) {
  -webkit-animation: progress-bar 2s;
  animation: progress-bar 2s;
}
.layout-my-forms div.progress span {
  position: relative;
  line-height: 1.5rem;
  font-size: 0.9em;
  vertical-align: top;
  font-family: courier new;
  color: #fff;
}
.layout-my-forms nav.form-sections {
  margin-top: 50px;
  margin-bottom: 80px;
}
.layout-my-forms nav.form-sections h4,
.layout-my-forms nav.form-sections ul,
.layout-my-forms nav.form-sections a {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}
.layout-my-forms nav.form-sections h4 {
  /*margin-bottom: @padding-xs;*/
  width: 100%;
}
.layout-my-forms nav.form-sections ul {
  list-style: none;
}
.layout-my-forms nav.form-sections ul li.active {
  margin-right: -30px;
}
.layout-my-forms nav.form-sections ul li.required-field-alert a {
  background-color: salmon;
  transition: background-color 0.5s;
}
.layout-my-forms nav.form-sections ul li.required-field-alert a.active {
  background-color: indianred;
  transition: background-color 0.5s;
}
.layout-my-forms nav.form-sections ul li a {
  width: 100%;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  /*margin-bottom: @padding-xs;*/
  font-size: 0.9em;
  background-color: rgba(173, 230, 218, 0.2);
}
.layout-my-forms nav.form-sections ul li a:hover {
  font-weight: bold;
}
.layout-my-forms nav.form-sections ul li a.active {
  font-weight: 800;
  background-color: #ade6da;
}
.layout-my-forms .form-type-texts {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.layout-my-forms .form-type-header {
  margin-left: .5rem;
  display: inline-block;
  padding: .2rem .5rem;
  background-color: #7fc5ba;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  text-transform: none;
  font-size: .8rem;
  letter-spacing: 1px;
}
.layout-my-forms .content-box {
  /*padding-top: @padding-xxxl;*/
  /**  FORM FIELD DATA INSIDE FORM VISITATION Forms **/
}
.layout-my-forms .content-box .form-version {
  position: relative;
  top: -3px;
  font-size: smaller;
  font-style: italic;
}
.layout-my-forms .content-box table {
  width: 100%;
}
.layout-my-forms .content-box table tr td,
.layout-my-forms .content-box table tr th {
  padding: 10px;
  vertical-align: top;
}
.layout-my-forms .content-box .visitation-list,
.layout-my-forms .content-box .overview-general {
  margin-bottom: 60px;
}
.layout-my-forms .content-box ul.visitation-list {
  list-style: none;
  padding: 0;
}
.layout-my-forms .content-box ul.visitation-list li {
  margin-bottom: 20px;
}
.layout-my-forms .content-box ul.visitation-list li[id] {
  margin-top: -100px;
  padding-top: 100px;
}
.layout-my-forms .content-box ul.visitation-list li[id] > p a {
  margin-left: 15px;
  font-size: 0.9em;
}
.layout-my-forms .content-box table.visitation-list,
.layout-my-forms .content-box table.visitation-list-all {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  border-collapse: inherit;
  line-height: 1.9rem;
}
.layout-my-forms .content-box table.visitation-list tr:first-child th:first-child,
.layout-my-forms .content-box table.visitation-list-all tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.layout-my-forms .content-box table.visitation-list tr:first-child th:last-child,
.layout-my-forms .content-box table.visitation-list-all tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.layout-my-forms .content-box table.visitation-list tr:last-child td:last-child,
.layout-my-forms .content-box table.visitation-list-all tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.layout-my-forms .content-box table.visitation-list tr:last-child td:first-child,
.layout-my-forms .content-box table.visitation-list-all tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.layout-my-forms .content-box table.visitation-list tr th,
.layout-my-forms .content-box table.visitation-list-all tr th {
  text-align: left;
  text-transform: uppercase;
  color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  padding: 0 10px;
  height: 50px;
  vertical-align: middle;
}
.layout-my-forms .content-box table.visitation-list tr th a.invite-link,
.layout-my-forms .content-box table.visitation-list-all tr th a.invite-link {
  float: right;
  font-weight: 400;
  text-transform: uppercase;
  color: #575756;
  text-decoration: none;
  background-color: white;
  padding: 0px 10px;
  border-radius: 10px;
}
.layout-my-forms .content-box table.visitation-list tr th a.invite-link:hover,
.layout-my-forms .content-box table.visitation-list-all tr th a.invite-link:hover {
  color: white;
  background-color: black;
}
.layout-my-forms .content-box table.visitation-list tr td a,
.layout-my-forms .content-box table.visitation-list-all tr td a {
  display: block;
}
.layout-my-forms .content-box table.visitation-list tr:nth-child(even),
.layout-my-forms .content-box table.visitation-list-all tr:nth-child(even) {
  background-color: #cce8e3;
}
.layout-my-forms .content-box table.visitation-list tr:nth-child(odd),
.layout-my-forms .content-box table.visitation-list-all tr:nth-child(odd) {
  background-color: #fff;
}
.layout-my-forms .content-box table.visitation-list tr.table-header,
.layout-my-forms .content-box table.visitation-list-all tr.table-header {
  background-color: #99D1C8;
}
.layout-my-forms .content-box table.visitation-list tr:first-of-type,
.layout-my-forms .content-box table.visitation-list-all tr:first-of-type {
  background-color: #7fc5ba;
}
.layout-my-forms .content-box table.visitation-myforms {
  border: 2px solid #7fc5ba;
}
.layout-my-forms .content-box table.visitation-external-forms th {
  height: 50px;
  vertical-align: middle;
}
.layout-my-forms .content-box table.table-visitor-uploads {
  margin-bottom: 10px;
}
.layout-my-forms .content-box table.table-visitor-uploads + a {
  margin-bottom: 60px;
}
.layout-my-forms .content-box .form-wrapper {
  min-height: 50vh;
}
.layout-my-forms .content-box .form-wrapper p {
  line-height: 1.4em;
}
.layout-my-forms .content-box .form-wrapper label:not(.radio-inline) {
  font-family: 'nimbus-sans', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
.layout-my-forms .content-box .form-wrapper .form-container form.disabled {
  cursor: not-allowed;
}
.layout-my-forms .content-box .form-wrapper .form-container form.disabled label,
.layout-my-forms .content-box .form-wrapper .form-container form.disabled input,
.layout-my-forms .content-box .form-wrapper .form-container form.disabled select,
.layout-my-forms .content-box .form-wrapper .form-container form.disabled textarea,
.layout-my-forms .content-box .form-wrapper .form-container form.disabled button,
.layout-my-forms .content-box .form-wrapper .form-container form.disabled a {
  pointer-events: none;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .linked-form-results {
  width: 200px;
  margin: 0 auto;
  border: solid 1px #f2f5f8;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container {
  /* Required field settings */
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container .form-group {
  border-bottom: solid 2px #eee;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container.required-field .form-group:before {
  content: '(verplicht)';
  display: block;
  font-size: 0.8em;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container.required-field .required-field-alert {
  -webkit-box-shadow: inset 0px 0px 8px -1px #ff0000;
  -moz-box-shadow: inset 0px 0px 8px -1px #ff0000;
  box-shadow: inset 0px 0px 8px -1px #ff0000;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container.required-field textarea.required-field-alert {
  border: 1px;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container.required-field input[type=radio].required-field-alert {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid red;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container.required-field input[type=radio].required-field-alert:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.4);
  box-shadow: none;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container.required-field .comment-field .required-field-alert {
  box-shadow: none;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .field-container.required-field.attachments {
  background-color: transparent;
  border: dashed 1px salmon;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table {
  width: 100%;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table.aanbevelingen-table input[type=checkbox] {
  vertical-align: top;
  margin-right: 5%;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table.aanbevelingen-table textarea {
  width: 100%;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table tr:nth-child(even) {
  background-color: #f4f7fb;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table tr:first-child {
  border-bottom: 2px solid #707070;
  background-color: white;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table tr:first-child th {
  padding: 10px;
  font-weight: bold;
  text-align: left;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group label.radio-inline {
  text-indent: -17px;
  padding-left: 17px;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .checkbox-label {
  width: auto;
  vertical-align: baseline;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group.quickscan .input {
  width: 100px;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group.quickscan .input label:not(.checkbox-label) {
  display: none;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table.dossieronderzoek th,
.layout-my-forms .content-box .form-wrapper .form-container form .form-group table.dossieronderzoek label.radio-inline {
  text-align: center;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .comment-field {
  margin-top: 15px;
}
.layout-my-forms .content-box .form-wrapper .form-container form .form-group .comment-field textarea {
  height: 100px;
}
.layout-my-forms #invitation-modal .terminus {
  display: none;
  height: 170px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: space-around;
  align-items: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.layout-my-forms #invitation-modal .terminus div {
  text-align: right;
}
.layout-my-forms #invitation-modal form button {
  margin-top: 20px;
  margin-left: 20px;
}
.layout-my-forms #invitation-modal form input {
  margin-bottom: 15px;
}
.layout-my-forms #invitation-modal.finished .terminus {
  display: -webkit-flex;
  display: flex;
}
.layout-my-forms #invitation-modal.finished form {
  display: none;
}
.layout-my-forms #finalize-message h3,
.layout-my-forms #finalize-message p {
  margin-bottom: 15px;
}
.layout-my-forms #finalize-message .success-alert,
.layout-my-forms #finalize-message .failure-alert {
  display: none;
}
.layout-my-forms #finalize-message .success-alert .button-bar,
.layout-my-forms #finalize-message .failure-alert .button-bar {
  text-align: right;
}
.layout-my-forms #finalize-message.success .success-alert {
  display: block;
}
.layout-my-forms #finalize-message.success .finalize-message-alert,
.layout-my-forms #finalize-message.success .failure-alert {
  display: none;
}
.layout-my-forms #finalize-message.errors .failure-alert {
  display: block;
}
.layout-my-forms #finalize-message.errors .finalize-message-alert,
.layout-my-forms #finalize-message.errors .success-alert {
  display: none;
}
.layout-my-forms #finalize-message button:last-of-type {
  margin-left: 15px;
}
.layout-my-forms .page-intro {
  margin-bottom: 30px;
}
.layout-my-forms .form-control {
  margin-bottom: 20px;
}
.layout-my-forms .radio-list {
  margin: 5px 0 5px;
}
.layout-my-forms .radio-list input {
  margin-right: 5px;
}
.layout-my-forms .btn:disabled {
  opacity: 1;
}
.layout-my-forms table.myforms-table {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  border-collapse: inherit;
  margin-bottom: 30px;
  line-height: 1.9rem;
}
.layout-my-forms table.myforms-table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.layout-my-forms table.myforms-table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.layout-my-forms table.myforms-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.layout-my-forms table.myforms-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.layout-my-forms table.myforms-table tr th {
  text-align: left;
  text-transform: uppercase;
  color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  padding: 0 10px;
  height: 50px;
  vertical-align: middle;
}
.layout-my-forms table.myforms-table tr th a.invite-link {
  float: right;
  font-weight: 400;
  text-transform: uppercase;
  color: #575756;
  text-decoration: none;
  background-color: white;
  padding: 0px 10px;
  border-radius: 10px;
}
.layout-my-forms table.myforms-table tr th a.invite-link:hover {
  color: white;
  background-color: black;
}
.layout-my-forms table.myforms-table tr td {
  padding: 10px;
  vertical-align: top;
}
.layout-my-forms table.myforms-table tr td a {
  display: block;
}
.layout-my-forms table.myforms-table tr:nth-child(even) {
  background-color: #cce8e3;
}
.layout-my-forms table.myforms-table tr:nth-child(odd) {
  background-color: #fff;
}
.layout-my-forms table.myforms-table tr.table-header {
  background-color: #99D1C8;
}
.layout-my-forms table.myforms-table tr:first-of-type {
  background-color: #7fc5ba;
}
.layout-my-forms ul.pagination {
  margin-top: -10px;
  margin-bottom: 20px;
}
.layout-my-forms #myforms-modal .modal-body select.searchable + span.select2 {
  border: solid 1px black;
  margin-bottom: 20px;
}
.layout-my-forms #myforms-modal .modal-body button {
  margin-top: 20px;
  margin-left: 20px;
}
.layout-my-forms #myforms-modal .modal-body input {
  margin-bottom: 15px;
}
.layout-my-forms #myforms-modal .modal-body .terminus button {
  margin-left: 0;
}
.layout-my-forms .form-container form.visitation-form.disabled #is-ready-notification {
  display: block;
}
.layout-my-forms .form-container form.visitation-form #is-ready-notification {
  display: none;
}
.layout-my-forms .form-footer-navigation .page-buttons .btn:disabled {
  opacity: .2;
}
.layout-my-visitations {
  /* END FORM FOOTER */
  /* PROGESS BAR */
  /* END PROGRESS BAR */
  /* Navigation between sections */
  /* VISITATION LIST OVERVIEW */
  /* Begin invitation form modal */
  /* End invitation form modal */
  /* Start finalize Modal */
}
.layout-my-visitations .page-intro,
.layout-my-visitations .section-intro {
  margin-bottom: 20px;
}
.layout-my-visitations .form-footer-navigation {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  border-top: 5px solid #7dd1be;
}
.layout-my-visitations .form-footer-navigation .content-wrapper,
.layout-my-visitations .form-footer-navigation .row {
  height: 100%;
}
.layout-my-visitations .form-footer-navigation .inner-column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.layout-my-visitations .form-footer-navigation .content-wrapper {
  margin-top: 0px;
}
.layout-my-visitations .form-footer-navigation button {
  margin-bottom: 0px;
}
.layout-my-visitations .form-footer-navigation .page-buttons {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.layout-my-visitations .form-footer-navigation .page-buttons .btn {
  min-width: 130px;
}
.layout-my-visitations .form-footer-navigation .progress-wrapper {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.layout-my-visitations .form-footer-navigation .progress-wrapper p {
  margin-bottom: 0px;
  font-size: 0.8em;
}
.layout-my-visitations div.progress {
  width: 100%;
  height: 1.5rem;
  text-align: center;
  background-color: #7dd1be;
  border-radius: 5px;
  position: relative;
}
.layout-my-visitations div.progress div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #078fa1;
}
.layout-my-visitations div.progress div:not(.finished) {
  -webkit-animation: progress-bar 2s;
  animation: progress-bar 2s;
}
.layout-my-visitations div.progress span {
  position: relative;
  line-height: 1.5rem;
  font-size: 0.9em;
  vertical-align: top;
  font-family: courier new;
  color: #fff;
}
.layout-my-visitations nav.form-sections {
  margin-top: 50px;
  margin-bottom: 80px;
}
.layout-my-visitations nav.form-sections h4,
.layout-my-visitations nav.form-sections ul,
.layout-my-visitations nav.form-sections a {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}
.layout-my-visitations nav.form-sections h4 {
  /*margin-bottom: @padding-xs;*/
  width: 100%;
}
.layout-my-visitations nav.form-sections ul {
  list-style: none;
}
.layout-my-visitations nav.form-sections ul li.active {
  margin-right: -30px;
}
.layout-my-visitations nav.form-sections ul li.required-field-alert a {
  background-color: salmon;
  transition: background-color 0.5s;
}
.layout-my-visitations nav.form-sections ul li.required-field-alert a.active {
  background-color: indianred;
  transition: background-color 0.5s;
}
.layout-my-visitations nav.form-sections ul li a {
  width: 100%;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  /*margin-bottom: @padding-xs;*/
  font-size: 0.9em;
  background-color: rgba(173, 230, 218, 0.2);
}
.layout-my-visitations nav.form-sections ul li a:hover {
  font-weight: bold;
}
.layout-my-visitations nav.form-sections ul li a.active {
  font-weight: 800;
  background-color: #ade6da;
}
.layout-my-visitations .form-type-texts {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.layout-my-visitations .form-type-header {
  margin-left: .5rem;
  display: inline-block;
  padding: .2rem .5rem;
  background-color: #7fc5ba;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  text-transform: none;
  font-size: .8rem;
  letter-spacing: 1px;
}
.layout-my-visitations .content-box {
  /*padding-top: @padding-xxxl;*/
  /**  FORM FIELD DATA INSIDE FORM VISITATION Forms **/
}
.layout-my-visitations .content-box .form-version {
  position: relative;
  top: -3px;
  font-size: smaller;
  font-style: italic;
}
.layout-my-visitations .content-box table {
  width: 100%;
}
.layout-my-visitations .content-box table tr td,
.layout-my-visitations .content-box table tr th {
  padding: 10px;
  vertical-align: top;
}
.layout-my-visitations .content-box .visitation-list,
.layout-my-visitations .content-box .overview-general {
  margin-bottom: 60px;
}
.layout-my-visitations .content-box ul.visitation-list {
  list-style: none;
  padding: 0;
}
.layout-my-visitations .content-box ul.visitation-list li {
  margin-bottom: 20px;
}
.layout-my-visitations .content-box ul.visitation-list li[id] {
  margin-top: -100px;
  padding-top: 100px;
}
.layout-my-visitations .content-box ul.visitation-list li[id] > p a {
  margin-left: 15px;
  font-size: 0.9em;
}
.layout-my-visitations .content-box table.visitation-list,
.layout-my-visitations .content-box table.visitation-list-all {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  border-collapse: inherit;
  line-height: 1.9rem;
}
.layout-my-visitations .content-box table.visitation-list tr:first-child th:first-child,
.layout-my-visitations .content-box table.visitation-list-all tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.layout-my-visitations .content-box table.visitation-list tr:first-child th:last-child,
.layout-my-visitations .content-box table.visitation-list-all tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.layout-my-visitations .content-box table.visitation-list tr:last-child td:last-child,
.layout-my-visitations .content-box table.visitation-list-all tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.layout-my-visitations .content-box table.visitation-list tr:last-child td:first-child,
.layout-my-visitations .content-box table.visitation-list-all tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.layout-my-visitations .content-box table.visitation-list tr th,
.layout-my-visitations .content-box table.visitation-list-all tr th {
  text-align: left;
  text-transform: uppercase;
  color: white;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  padding: 0 10px;
  height: 50px;
  vertical-align: middle;
}
.layout-my-visitations .content-box table.visitation-list tr th a.invite-link,
.layout-my-visitations .content-box table.visitation-list-all tr th a.invite-link {
  float: right;
  font-weight: 400;
  text-transform: uppercase;
  color: #575756;
  text-decoration: none;
  background-color: white;
  padding: 0px 10px;
  border-radius: 10px;
}
.layout-my-visitations .content-box table.visitation-list tr th a.invite-link:hover,
.layout-my-visitations .content-box table.visitation-list-all tr th a.invite-link:hover {
  color: white;
  background-color: black;
}
.layout-my-visitations .content-box table.visitation-list tr td a,
.layout-my-visitations .content-box table.visitation-list-all tr td a {
  display: block;
}
.layout-my-visitations .content-box table.visitation-list tr:nth-child(even),
.layout-my-visitations .content-box table.visitation-list-all tr:nth-child(even) {
  background-color: #cce8e3;
}
.layout-my-visitations .content-box table.visitation-list tr:nth-child(odd),
.layout-my-visitations .content-box table.visitation-list-all tr:nth-child(odd) {
  background-color: #fff;
}
.layout-my-visitations .content-box table.visitation-list tr.table-header,
.layout-my-visitations .content-box table.visitation-list-all tr.table-header {
  background-color: #99D1C8;
}
.layout-my-visitations .content-box table.visitation-list tr:first-of-type,
.layout-my-visitations .content-box table.visitation-list-all tr:first-of-type {
  background-color: #7fc5ba;
}
.layout-my-visitations .content-box table.visitation-myforms {
  border: 2px solid #7fc5ba;
}
.layout-my-visitations .content-box table.visitation-external-forms th {
  height: 50px;
  vertical-align: middle;
}
.layout-my-visitations .content-box table.table-visitor-uploads {
  margin-bottom: 10px;
}
.layout-my-visitations .content-box table.table-visitor-uploads + a {
  margin-bottom: 60px;
}
.layout-my-visitations .content-box .form-wrapper {
  min-height: 50vh;
}
.layout-my-visitations .content-box .form-wrapper p {
  line-height: 1.4em;
}
.layout-my-visitations .content-box .form-wrapper label:not(.radio-inline) {
  font-family: 'nimbus-sans', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
.layout-my-visitations .content-box .form-wrapper .form-container form.disabled {
  cursor: not-allowed;
}
.layout-my-visitations .content-box .form-wrapper .form-container form.disabled label,
.layout-my-visitations .content-box .form-wrapper .form-container form.disabled input,
.layout-my-visitations .content-box .form-wrapper .form-container form.disabled select,
.layout-my-visitations .content-box .form-wrapper .form-container form.disabled textarea,
.layout-my-visitations .content-box .form-wrapper .form-container form.disabled button,
.layout-my-visitations .content-box .form-wrapper .form-container form.disabled a {
  pointer-events: none;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .linked-form-results {
  width: 200px;
  margin: 0 auto;
  border: solid 1px #f2f5f8;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container {
  /* Required field settings */
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container .form-group {
  border-bottom: solid 2px #eee;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container.required-field .form-group:before {
  content: '(verplicht)';
  display: block;
  font-size: 0.8em;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container.required-field .required-field-alert {
  -webkit-box-shadow: inset 0px 0px 8px -1px #ff0000;
  -moz-box-shadow: inset 0px 0px 8px -1px #ff0000;
  box-shadow: inset 0px 0px 8px -1px #ff0000;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container.required-field textarea.required-field-alert {
  border: 1px;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container.required-field input[type=radio].required-field-alert {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid red;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container.required-field input[type=radio].required-field-alert:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.4);
  box-shadow: none;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container.required-field .comment-field .required-field-alert {
  box-shadow: none;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .field-container.required-field.attachments {
  background-color: transparent;
  border: dashed 1px salmon;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table {
  width: 100%;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table.aanbevelingen-table input[type=checkbox] {
  vertical-align: top;
  margin-right: 5%;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table.aanbevelingen-table textarea {
  width: 100%;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table tr:nth-child(even) {
  background-color: #f4f7fb;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table tr:first-child {
  border-bottom: 2px solid #707070;
  background-color: white;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table tr:first-child th {
  padding: 10px;
  font-weight: bold;
  text-align: left;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group label.radio-inline {
  text-indent: -17px;
  padding-left: 17px;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .checkbox-label {
  width: auto;
  vertical-align: baseline;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group.quickscan .input {
  width: 100px;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group.quickscan .input label:not(.checkbox-label) {
  display: none;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table.dossieronderzoek th,
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group table.dossieronderzoek label.radio-inline {
  text-align: center;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .comment-field {
  margin-top: 15px;
}
.layout-my-visitations .content-box .form-wrapper .form-container form .form-group .comment-field textarea {
  height: 100px;
}
.layout-my-visitations #invitation-modal .terminus {
  display: none;
  height: 170px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: space-around;
  align-items: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.layout-my-visitations #invitation-modal .terminus div {
  text-align: right;
}
.layout-my-visitations #invitation-modal form button {
  margin-top: 20px;
  margin-left: 20px;
}
.layout-my-visitations #invitation-modal form input {
  margin-bottom: 15px;
}
.layout-my-visitations #invitation-modal.finished .terminus {
  display: -webkit-flex;
  display: flex;
}
.layout-my-visitations #invitation-modal.finished form {
  display: none;
}
.layout-my-visitations #finalize-message h3,
.layout-my-visitations #finalize-message p {
  margin-bottom: 15px;
}
.layout-my-visitations #finalize-message .success-alert,
.layout-my-visitations #finalize-message .failure-alert {
  display: none;
}
.layout-my-visitations #finalize-message .success-alert .button-bar,
.layout-my-visitations #finalize-message .failure-alert .button-bar {
  text-align: right;
}
.layout-my-visitations #finalize-message.success .success-alert {
  display: block;
}
.layout-my-visitations #finalize-message.success .finalize-message-alert,
.layout-my-visitations #finalize-message.success .failure-alert {
  display: none;
}
.layout-my-visitations #finalize-message.errors .failure-alert {
  display: block;
}
.layout-my-visitations #finalize-message.errors .finalize-message-alert,
.layout-my-visitations #finalize-message.errors .success-alert {
  display: none;
}
.layout-my-visitations #finalize-message button:last-of-type {
  margin-left: 15px;
}
.layout-groups .media-manager-container .w-300 {
  width: 300px;
}
.layout-groups .media-manager-container .pull-right {
  float: right;
}
.layout-groups .media-manager-container .progress-controls {
  display: none;
}
.layout-groups .media-manager-container button {
  min-width: 0;
}
.layout-groups .media-manager-container .hide {
  display: none;
}
.layout-groups .media-manager-container [data-label=public-url][href='#'],
.layout-groups .media-manager-container .oc-icon-sign-out {
  display: none;
}
.layout-groups .media-manager-container [data-control=left-sidebar] {
  display: none;
}
.layout-groups span.select2 .select2-selection__arrow b:before {
  display: none;
}
