/* SCSS */
/* Bases colors */
/* Button colors Bootstrap */
/* HTML AND BODY */
body {
  line-height: 2;
  font-size: 1.8rem;
  font-family: "MyriadPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: rgba(38, 52, 67, 0.75);
  font-weight: normal !important;
}

body *::-moz-selection {
  background: #4b2582;
  color: #fff;
}

body *::selection {
  background: #4b2582;
  color: #fff;
}

@media screen and (min-width: 64em) {
  body {
    margin: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 80em) {
  body {
    margin: 0;
  }
}

html {
  overflow-y: scroll;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

html.is-locked {
  position: fixed;
  overflow: hidden;
  max-height: 100%;
  top: 0;
}

/* MAX SCREEN SETTINGS */
@media screen and (min-width: 1800px) {
  body {
    background-color: #fff;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  html {
    background-color: #f4f1ee;
  }
}

/* FLEX SETTINGS */
@media screen and (max-width: 61.99em) {
  .d-flex {
    display: -ms-flexbox !important;
    display: inline-block !important;
  }
  .justify-content-start {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

/* CONTAINERS */
.main-container {
  margin-top: 4em !important;
  min-height: 500px;
}

@media screen and (min-width: 48em) {
  .container {
    max-width: 1300px !important;
  }
}

/* CONTENT */
.alert {
  margin-bottom: 2em;
}

.main-content {
  margin-bottom: 1em;
}

.back {
  padding-top: 1em;
}

@media (min-width: 768px) {
  .main-content {
    margin-bottom: 1em;
  }
  .back {
    padding-top: 4em;
  }
}

/* FOOTER */
.footer-top {
  padding: 2em;
  text-align: center;
}

.footer-top a {
  text-decoration: none;
  color: #4b2582;
  font-size: 1.3em;
}

.footer-top .logo {
  height: 50px;
  margin-bottom: 1em;
}

.footer-top ul {
  width: 100%;
  padding-top: 0.8em;
}

.footer-top li {
  list-style: none;
  text-align: center;
  width: 100%;
  padding-top: 0.8em;
}

@media (min-width: 768px) {
  .footer-top {
    text-align: left;
  }
  .footer-top li {
    list-style: none;
    display: inline-block;
    padding-left: 2.5em;
    width: auto;
  }
  .footer-top .logo {
    margin-bottom: 0;
  }
  .footer-top ul {
    margin: 0;
    padding-top: 0;
  }
  .footer-top .links {
    text-align: right;
  }
}

.footer-bottom {
  background-color: #4b2582;
  padding-top: 3rem;
  padding-bottom: 2rem;
  vertical-align: middle;
  text-align: right;
  font-size: 1.4rem;
  color: rgba(10, 23, 35, 0.75);
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ADADAD;
}

.footer-bottom ul {
  padding-right: 1em;
  padding-left: 0;
}

.footer-bottom ul li {
  text-decoration: none;
  list-style-type: none;
}

.footer-bottom li {
  width: 100%;
  text-align: center;
  padding: 0.4em;
  padding-left: 0;
}

.footer-text {
  text-align: center;
}

.footer-text p {
  color: #ADADAD !important;
  margin-top: 2em;
}

@media (min-width: 992px) {
  .footer-bottom {
    text-align: left;
  }
  .footer-bottom ul {
    padding-left: 3.3em !important;
  }
  .footer-bottom li {
    list-style: none;
    display: inline-block;
    padding-right: 1.5em;
    width: auto;
  }
  .footer-text {
    text-align: right;
  }
  .footer-text p {
    padding-right: 2em;
    margin-top: 0.2em;
  }
}

/* BASIC BUTTON ELEMENT */
.btn, a.dropdown-item {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0.04rem;
  padding: 1.53846154rem 3rem 2rem;
  font-size: 1.8rem;
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #4b2582;
  color: #fff;
  border-radius: 4rem;
  border: 0;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn:hover, a.dropdown-item:hover {
  background-color: #341a5a;
  color: #fff;
}

.btn:focus, a.dropdown-item:focus {
  /*box-shadow: inset 0 2px 0 0 darken(@orange, 10%); transform: translateY(1px);*/
  outline: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

@media screen and (min-width: 48em) {
  .btn {
    display: inline-block;
  }
}

@media screen and (min-width: 62em) {
  .btn {
    width: auto;
  }
}

button {
  border: 0;
  background-color: transparent;
}

button[class] {
  cursor: pointer;
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

button:focus {
  outline: 0;
}

a,
button {
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a[href^="tel:"] {
  text-decoration: none;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.6rem;
}

a,
button {
  cursor: pointer;
}

/* SPECIFIC BUTTTONS */
.btn-green {
  background-color: #7cb30a;
}

.btn-green:hover {
  background-color: #5b8307;
}

.moreinfo {
  color: #007bc0;
}

.moreinfo a {
  text-decoration: none;
}

.btn-download {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  margin: 0.2em;
  background-color: #007bc0;
}

.btn-download:hover {
  background-color: #005a8d;
}

.btn-primary {
  background-color: #4b2582;
}

.btn-primary:hover {
  background-color: #341a5a;
}

.btn-secundary {
  background-color: #7cb30a;
}

.btn-secundary:hover {
  background-color: #5b8307;
}

.btn-tertiary {
  background-color: #ADADAD;
}

.btn-tertiary:hover {
  background-color: #949494;
}

.btn-accept {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  background-color: #007bc0;
  margin: 0.2em;
}

.btn-light {
  background-color: #ADADAD;
  font-weight: normal;
}

.btn-light:hover {
  background-color: #949494;
}

.btn-filterplus {
  width: auto;
  float: right;
  padding: 1.2em 1.3em;
  font-size: 1.1rem;
  background-color: #007bc0;
}

.btn-filterplus:hover {
  background-color: #005a8d !important;
}

.btn-collapse {
  width: auto;
  float: right;
  padding: 1.2em 1.3em;
  font-size: 1.1rem;
  margin-top: -3.2em;
  background-color: #007bc0;
}

.btn-nextprev {
  width: 10em;
  padding: 1.2em 1.3em;
  font-size: 1.1rem;
  background-color: #007bc0;
  margin-bottom: 0.2em;
  display: inline-block;
}

.btn-small {
  padding: 1.2rem 2rem 1.4rem;
  font-size: 1.6rem;
  background-color: #7cb30a;
  margin-top: 1em;
}

.btn-small:hover {
  background-color: #6b9b09;
}

.btn-remove {
  width: auto;
  float: right;
  padding: 0.5em;
  font-size: 1em;
  border-radius: 0.2em;
  color: #dc002e;
  background-color: #fff;
}

.btn-remove:hover {
  color: #a90023;
  background-color: #fff;
}

.btn-logon {
  background-color: #4b2582 !important;
}

.btn-logon:hover {
  background-color: #341a5a !important;
}

.btn-logout {
  background-color: #4b2582;
}

.btn-logout:hover {
  background-color: #4b2582;
}

@font-face {
  font-family: "CircularStd";
  src: url("../lib/fonts/CircularStd-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CircularStd";
  src: url("../lib/fonts/CircularStd-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CircularStd";
  src: url("../lib/fonts/CircularStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MyriadProBold";
  src: url("../lib/fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MyriadPro";
  src: url("../lib/fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* BASE FONT-SIZES */
html {
  font-size: 56.25%;
}

@media (min-width: 768px) {
  html {
    font-size: 54%;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 60%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

.text-info {
  color: #007bc0 !important;
}

.l-intro {
  font-weight: 700;
  padding-bottom: 1em;
}

strong,
.bold {
  font-weight: 700;
}

p {
  margin: 0 0 1rem 0;
}

em,
i,
.italic {
  font-style: italic;
}

a {
  color: #007bc0;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a:hover {
  color: darken #007bc0, 10%;
}

ul,
ol {
  list-style-position: outside;
  list-style-type: square;
}

a,
button {
  cursor: pointer;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.07vw;
  line-height: 1.1;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #4b2582;
}

@media screen and (min-width: 64em) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.2;
  }
}

h1,
.h1 {
  font-size: calc(2rem + 1vw);
}

@media screen and (min-width: 64em) {
  h1,
  .h1 {
    line-height: 1.1;
  }
}

@media screen and (max-width: 63.99em) {
  h1,
  .h1 {
    line-height: 1.1;
    font-size: calc(3rem + 0.4vw);
  }
}

h2,
.h2 {
  font-size: calc(2.6rem + 0.3vw);
  padding-bottom: 0.5em;
}

h3,
.h3 {
  font-size: calc(2.4rem + 0.2vw);
}

h4,
.h4 {
  font-size: calc(2.1rem + 0.1vw);
}

h5,
.h5 {
  font-size: calc(2rem + 0.1vw);
  letter-spacing: -0.04vw;
}

@media screen and (min-width: 64em) {
  section.l-container:first-of-type {
    margin-top: 10rem;
  }
}

p:empty {
  display: none;
  margin: 0;
}

/* CONTENT */
.list-content ul li {
  list-style-type: none;
}

.list-content ul li a {
  text-decoration: none;
}

.l-pagetitle {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007bc0+0,4b2582+100 */
  background: #007bc0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #007bc0 0%, #4b2582 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #007bc0 0%, #4b2582 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007bc0 0%, #4b2582 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bc0', endColorstr='#4b2582',GradientType=1 );
  /* IE6-9 */
  word-break: break-word;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1.l-pagetitle {
  margin-left: -0.3rem;
}

.l-subtitle {
  color: #0a1723;
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: 2.4rem;
  width: 100%;
  float: left;
  margin-bottom: 0.4em;
}

.l-introtext {
  padding-top: 1em;
  padding-bottom: 2em;
}

.l-subtitle--function {
  color: rgba(10, 23, 35, 0.6);
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: 2.1rem;
}

.l-intro {
  color: #4b2582;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 2em;
}

.l-text, .main-content {
  color: #4b2582;
  font-weight: 400;
  font-family: "MyriadPro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.l-text h2, .main-content h2 {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}

.l-text h3, .main-content h3 {
  padding-top: 0.5em;
  padding-bottom: 0.1em;
  color: #007bc0;
}

.l-title--light {
  font-weight: 300;
  display: block;
}

.l-label {
  background: #007bc0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
}

.new {
  background: #7cb30a;
}

.l-intro {
  font-weight: 700;
  padding-bottom: 1em;
}

strong,
.bold {
  font-weight: 700;
}

p {
  margin: 0 0 1rem 0;
}

em,
i,
.italic {
  font-style: italic;
}

a {
  color: #007bc0;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a:hover {
  color: #341a5a;
}

a,
button {
  cursor: pointer;
}

.coloured {
  color: #4b2582;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.07vw;
  line-height: 1.1;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #4b2582;
}

@media screen and (min-width: 64em) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.2;
  }
}

@media screen and (min-width: 64em) {
  h1,
  .h1 {
    line-height: 1.1;
  }
}

h2,
.h2 {
  font-size: calc(2.6rem + 0.3vw);
  padding-bottom: 0.5em;
}

h3,
.h3 {
  font-size: calc(2.4rem + 0.2vw);
}

h4,
.h4 {
  font-size: calc(2.1rem + 0.1vw);
}

h5,
.h5 {
  font-size: calc(2rem + 0.1vw);
  letter-spacing: -0.04vw;
}

@media screen and (min-width: 64em) {
  section.l-container:first-of-type {
    margin-top: 10rem;
  }
}

p:empty {
  display: none;
  margin: 0;
}

.search {
  float: right;
  margin-top: 2em;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #495057;
  border: 2px solid #d4e3ec;
  border-radius: 2rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
  margin-bottom: 2em;
}

.form-group select {
  box-sizing: content-box;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  padding-left: 1em;
  width: 90%;
}

.form-group input {
  padding: 1.1em;
}

.form-group label {
  padding-left: 0.5em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-group select {
    padding: 0;
    line-height: 2.2em;
    height: 2em;
    border-radius: 0;
  }
  .form-group input {
    padding: 0;
    line-height: 2.2em;
    height: 2em;
    border-radius: 0;
  }
  .form-group label {
    padding: 0;
    line-height: 2.2em;
    height: 2em;
    border-radius: 0;
  }
  .l-pagetitle {
    background: none !important;
  }
  .card .key {
    width: 5.6em !important;
  }
}

/* MAIN NAVIGATION */
.navbar-expand-lg {
  color: #fff !important;
  background-color: #4b2582 !important;
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.9rem !important;
  letter-spacing: -0.2px;
  padding: 0rem 2rem 0rem;
  line-height: 0.7;
  text-align: left;
  text-decoration: none;
}

.navbar-expand-lg ul {
  text-align: right;
}

.navbar-brand {
  height: 7em;
  margin-top: 1em;
  padding-left: 0px;
}

.navbar-expand-lg img {
  height: 80%;
}

.navbar-toggler {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: .25rem;
}

.navbar-nav > li > a, .btn-outline-success {
  color: #fff !important;
  background-color: #4b2582 !important;
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.9rem !important;
  letter-spacing: -0.2px;
  padding: 2.3rem 2.8rem 2rem;
  margin-left: 0.9em;
  line-height: 1;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-nav > .active > a {
  color: #ececec !important;
}

.navbar-nav > .active > a:hover {
  color: #ececec !important;
}

/* DROPDOWN MENU */
.dropdown-menu {
  border: 0;
  margin-top: 15px;
  background-color: transparent !important;
  right: 0 !important;
}

.dropdown-menu > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  cursor: pointer !important;
  margin-left: 1em;
}

.dropdown-menu a.dropdown-item {
  font-family: "CircularStd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #4b2582;
  font-size: 1.8em;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #4b2582;
  background-color: #fff;
  padding: 1rem 2rem;
  margin-left: 2px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 0;
  margin-top: -1px;
}

.dropdown-menu a:hover.dropdown-item {
  color: #007bc0;
  border-color: #007bc0;
}

.dropdown-menu .dropdown-item-div {
  margin-right: 1em;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 1em;
  }
  .navbar-nav > li > a {
    font-size: 2.5rem !important;
  }
  .nav-item .cartnav {
    text-align: right;
  }
  .dropdown-menu {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    text-align: right;
    border: none;
    margin-top: 0;
  }
  .dropdown-item:hover {
    background-color: #4b2582;
  }
  .dropdown-item {
    width: 100%;
  }
  a.dropdown-item {
    font-size: 1.9rem !important;
    text-decoration: none;
    padding-bottom: 1em;
    float: right;
    text-align: right;
    border: 0 !important;
    color: #fff !important;
    background-color: #4b2582 !important;
    margin-right: 0 !important;
    padding: 1rem 0.4rem !important;
  }
  a:hover.dropdown-item {
    background-color: #4b2582;
  }
}

@media screen and (max-width: 47.99em) {
  .dropdown-menu > li {
    display: block;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-pagetitle {
    background: none !important;
  }
  .card .key {
    width: 5.6em !important;
  }
}

/* EVENTS */
.events, .news {
  width: 100%;
  padding: 0em;
  margin: 0em;
  border-top: 1px solid #ECECEC;
  line-height: 1.8;
}

.events .item, .news .item {
  margin: 1em 0;
  padding-bottom: 1em;
}

.events .item .content, .news .item .content {
  width: auto;
  max-width: 100%;
  vertical-align: top;
  margin-left: 0;
}

.events .item .content .title h2, .news .item .content .title h2 {
  color: #4b2582;
  font-size: calc(1.2em + 2vw);
  padding-bottom: 0;
  padding-top: 0.4em;
}

.events .item .content .title a, .news .item .content .title a {
  text-decoration: none;
}

.events .item .content .functions, .news .item .content .functions {
  margin: 0.2em 0em 0.4em 0em;
}

.events .item .content .function a.l-label, .news .item .content .function a.l-label {
  padding: 2em;
}

.events .item .time, .news .item .time {
  width: 10em;
  font-size: 1em;
}

.events .item .time .year, .events .item .time .date, .news .item .time .year, .news .item .time .date {
  width: 48%;
  text-align: center;
  font-size: 1em !important;
  font-weight: bold;
  line-height: 2em;
  display: inline-block !important;
}

.events .item .time .date, .news .item .time .date {
  background-color: #4b2582;
  color: #FFF;
  border-bottom-left-radius: 0.2em;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}

.events .item .time .year, .news .item .time .year {
  background-color: #ECECEC;
  color: #4b2582;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  border-bottom-left-radius: 0em;
  border-top-left-radius: 0em;
}

.nextprev {
  text-align: center;
}

@media (min-width: 768px) {
  .nextprev {
    margin-left: 6em;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .events .item .content, .news .item .content {
    display: inline-block;
    max-width: 82%;
    margin-left: 0.5em;
  }
  .events .item .content .title, .news .item .content .title {
    display: inline-block !important;
  }
  .events .item .content .title h2, .news .item .content .title h2 {
    padding-top: 0;
    font-size: calc(1.5em + 0.4vw);
  }
  .events .item .time, .news .item .time {
    width: 4.5em;
    display: inline-block !important;
    font-size: 1.2em;
  }
  .events .item .time .year, .events .item .time .date, .news .item .time .year, .news .item .time .date {
    width: 100%;
  }
  .events .item .time .year, .news .item .time .year {
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    display: inline;
  }
  .events .item .time .date, .news .item .time .date {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
    display: inline;
  }
}

/* SEARCH AND FILTER */
.searchfilter .card {
  margin: 0.2em !important;
}

.searchfilter .card .card-body {
  padding: 0.4em 0.6em 0.3em 0.6em;
}

/* NEWS HOMEPAGE */
.news-home {
  padding-bottom: 2em;
  margin-top: 2em;
  background-color: #f6efff;
  padding: 1em;
  border-radius: 0.4em;
}

.news-home h2 {
  padding-bottom: 0;
}

.news-home .item {
  border-top: 1px solid #F0F0F0;
  margin-bottom: 0.6em;
  padding-top: 0.6em;
}

.news-home .item a {
  text-decoration: none;
  font-size: 1.2em;
  color: #007bc0;
  line-height: 1;
  padding: 0;
  margin-bottom: 0;
}

.news-home .item .date {
  color: #8867b7;
  border-radius: 0.2em;
  font-size: 0.8em !important;
}

/* DOWNLOADS */
.downloads {
  margin-top: 3em;
  margin-bottom: 1em;
}

.downloads button {
  background-color: rgba(0, 123, 192, 0.05);
  border: solid 1px rgba(0, 123, 192, 0.2);
  border-radius: 6px;
  padding: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  width: 100%;
  text-decoration: none;
  margin-bottom: 1em;
  text-align: left;
}

.downloads .icon, .downloads .title {
  display: inline-block;
  color: #007bc0;
}

.downloads .icon {
  vertical-align: top;
  padding-top: 0.5em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  font-size: 1.1em;
}

.downloads .omschrijving {
  color: #606060;
  text-decoration: none;
  border: 0;
  text-align: left;
  margin-left: 1.4em;
  padding-top: 0.2em;
  font-size: 0.9em;
}

@media screen and (max-width: 47.99em) {
  .breadcrumbs {
    display: none;
  }
}

/* BREADCRUMBS */
.breadcrumbs {
  display: none;
  color: #ADADAD;
  text-decoration: none;
  font-family: "MyriadPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 120px;
  padding-top: 4.5em;
}

.breadcrumbs a {
  text-decoration: none;
  color: #606060;
}

.breadcrumbs a:hover {
  color: #7a7a7a;
}

.breadcrumbs ol {
  background-color: #fff;
  padding: 0.2em;
  margin: 0;
}

.breadcrumbs .arrow {
  padding: 0 1em;
}

.breadcrumbs .arrow:before {
  content: '>';
  font-weight: bold;
  width: 2em;
  color: #ADADAD;
}

@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}

/* CARDS */
.card {
  /* Add shadows to create the "card" effect */
  transition: 0.3s;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0.4em;
}

.card .list-group {
  margin: 0;
}

.card .list-group-item {
  border: 0;
  border-top: 1px solid #F0F0F0;
}

.card a {
  text-decoration: none;
}

.card li {
  list-style-type: none;
}

.card ul {
  padding-left: 0;
}

.card h3 {
  font-size: 1.2em;
  color: #007BC0;
  padding-top: 0.3em;
}

.card .card-header {
  background-color: #F0F0F0;
  transition: 0.3s;
  padding: 1em 1em 1em 1em;
  font-size: 2.1rem;
  color: #4b2582;
  border-top-right-radius: 0.4em;
  border-top-left-radius: 0.4em;
  border: 1px solid #F0F0F0;
  border-bottom: 0px;
}

.card .key {
  display: inline-block;
  width: 5.2em;
}

.card .value {
  padding-left: 1em;
  color: #404040;
  display: inline-block;
}

.card ul.filter {
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 47.99em) {
  .card {
    margin-bottom: 2em;
  }
  .card-header {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .form-row {
    margin-bottom: 0.2em;
  }
}

/* TABLES */
table.event-list {
  width: 100%;
  margin-bottom: 2em;
  font-size: 0.9em;
}

table.event-list th {
  background-color: #007BC0;
  color: #fff;
  padding: 0.2em;
  padding-left: 0.6em;
}

table.event-list tr {
  vertical-align: top;
}

table.event-list td {
  padding: 0.2em;
  padding-left: 0.6em;
}

table.event-list a {
  text-decoration: none;
}

table.event-list .download {
  float: left;
  margin-right: 1em;
}

table.event-list tr:nth-child(even) {
  background: #F0F0F0;
}

table.event-list tr:nth-child(odd) {
  background: #FFF;
}

table.event-list thead th:first-child {
  border-top-left-radius: 0.4em;
}

table.event-list thead th:last-child {
  border-top-right-radius: 0.4em;
}

/* CART */
.cart {
  width: 100%;
  padding: 0em;
  margin: 0em;
  margin-top: 1em;
  line-height: 1.8;
}

.cart .item {
  background-color: #F0F0F0;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 0.4em;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.cart .item .title {
  vertical-align: top;
  display: inline-block;
  width: 90%;
}

.cart .item .title a {
  color: #4b2582;
  font-size: 1.1em;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  text-decoration: none;
}

.cart .item .action {
  width: 2em;
  float: right;
}

.cart .item .price {
  width: 100%;
  text-align: right;
  color: #4b2582;
  font-size: 1.1em;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  text-decoration: none;
}

.cart .item .time {
  display: inline-block;
  width: 20em;
  padding: 0em;
  margin-right: 1em;
  margin-bottom: 0.2em;
}

.cart .item .time .date {
  width: 10em;
  text-align: center;
  color: #fff;
  background-color: #4b2582;
  border-radius: 0.2em;
  line-height: 2em;
  display: inline-block;
  width: 10em;
  font-size: 0.8em;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}

.cart .item .time .hour {
  width: 10em;
  text-align: center;
  color: #4b2582;
  border-radius: 0.2em;
  background-color: #ECECEC;
  line-height: 2em;
  display: inline-block;
  width: 10em;
  font-size: 0.8em;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  border-top-left-radius: 0em;
  border-bottom-left-radius: 0em;
}

.cart .item .footer .question .form-question {
  width: 100%;
  margin-top: 1em;
}

.cart .item .footer .question .form-answer {
  width: 100%;
  border-radius: 0.6em;
}

@media (min-width: 768px) {
  .adress {
    margin-top: 7.7em;
  }
  .cart .item .footer .question .form-answer {
    width: 50%;
  }
}
