/* ---- FONT DECLARATION ---- */

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Oxygen-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Oxygen-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Oxygen-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Oxygen-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Oxygen-Bold.svg') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'SourceSansProLight';
    src: url('../fonts/SourceSansPro-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/SourceSansPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/SourceSansPro-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/SourceSansPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/SourceSansPro-Light.svg') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/SourceSansPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/SourceSansPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/SourceSansPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/SourceSansPro-Regular.svg') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/SourceSansPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/SourceSansPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/SourceSansPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/SourceSansPro-Bold.svg') format('svg'); /* Legacy iOS */
  }

  

body, html {
    margin: 0;
    padding: 0;
    color: #787878;
    font-family: "SourceSansProRegular", sans-serif;
    line-height: 25px;
    font-size: 16px;
}

section.full-width-img-banner {
    background: linear-gradient(260deg, #FAA739 0%, #E67534 100%);
    margin-top: -170px;
    padding-top: 15%;
    padding-bottom: 3%;
    position: relative;
    overflow: hidden;
}

section.full-width-img-banner:after {
  content: '';
  background-image: url('../images/beeldmerk_StudyWorks.svg');
  background-size: cover; 
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
}

section.full-width-img-banner .container {
  z-index: 2;
  position: relative;
}

.banner-text h1 {
    color: #FFFFFF;
    font-family: "SourceSansProLight", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
}

.banner-text h1 span {
  font-family: "Oxygen", sans-serif;
  font-size: 45px;
  font-weight: normal;
}

div#breadcrumbline {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #787676;
  margin-top: 50px;
  column-gap: 10px;
  justify-content: center;
  margin-bottom: -5px;
}

div#breadcrumbline a {
  color: #787676;
  font-family: "Oxygen", sans-serif;
  text-decoration: none;
}

div#breadcrumbline span.active {
  color: #F17435;
  font-size: 15px;
}

.container {
  margin: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-lander-wrap {
  display: grid;
  grid-template-columns: 60% auto;
  column-gap: 25px;
}

section.form-section {
  background: #f5f5f5;
  padding-top: 2%;
  padding-bottom: 5%;
}

.main-lander-content {
  background: #fff;
  padding: 25px;
  margin-top: -60px;
  border-radius: 10px;
  position: relative;
}

.main-lander-content h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 30px;
  margin-bottom: 15px;
}

.main-lander-content h3 {
  margin-top: 25px;
  color: #f1773a;
  font-size: 25px;
  margin-bottom: 20px;
}

.main-lander-content h3 span {
  display: block;
  font-family: 'Oxygen', sans-serif;
  margin-top: 5px;
}

.usp-wrap {
  background: #fff;
  color: #F17435;
  line-height: 40px;
  font-size: 20px;
  padding: 25px;
  border-radius: 10px;
}

.usp-wrap ul li i {
  margin-right: 10px;
}

form {
  margin-top: 25px;
}

form input[type="text"] {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 45px;
  border-radius: 10px;
  background: #fff;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 16px;
  font-family: 'SourceSansProLight', sans-serif;
}

.div2Column {
    display: flex;
    gap: 10px;
}

form input[type="submit"] {
  background: #36368e;
  padding: 10px 25px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  margin-top: 15px;
  font-size: 16px;
  display: block;
}

form .linkTerms {
  color: #f1773a;
  text-decoration: none;
  font-family: 'SourceSansProBold', sans-serif;
}

form .linkTerms:hover {
  text-decoration: underline;
  cursor: pointer;
}

input#formcheck {
  font-family: 'SourceSansProRegular',sans-serif;
}

.testimonial-wrap {
  background: #fff;
  color: #787878;
  font-size: 18px;
  padding: 25px;
  border-radius: 10px;
  margin-top: 25px;
  font-style: italic;
  line-height: 25px;
  font-family: 'SourceSansProLight', sans-serif;
}

img.testimonial-stars {
  width: 150px;
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
}

section.help-organisation-wrap {
  padding: 5% 0;
}

.help-oragnisation-container {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 50px;
  align-items: center;
}

.help-oragnisation-container.contentSection {
  grid-template-columns: auto;
}

.help-oragnisation-container img {
  width: 100%;
  border-radius: 10px;
}

span.subtitle {
  color: #f17435;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Oxygen', sans-serif !important;
  color: #f17435;
  font-size: 35px !important;
  margin-bottom: 25px !important;
  line-height: 35px !important;
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 29px !important;
    line-height: 29px !important;
  }
}



.help-oragnisation-content ul, .extra-help-content-right ul {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 35px;
  padding-left: 0;
}

.help-oragnisation-content ul {
  font-size: 16px;
}

.help-oragnisation-content ul li b {
  font-family: 'SourceSansProBold', sans-serif;
}

.help-oragnisation-content ul li i, .extra-help-content-right ul li i {
  margin-right: 10px;
  color: #f17435;
}

.extra-help-content-left h3, .extra-help-content-right h3, .oxygenH3 {
  font-family: "Oxygen", Sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
}

.extra-help-content {
  margin-top: 50px;
}

section.short-steps {
  text-align: center;
  background: #f5f5f5;
  padding: 5% 0;
}

div#short-stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
  gap: 20px;
}

div#short-stepper article {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
}

div#short-stepper article span.number.one {
  background: #eea731;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-family: "Oxygen";
  font-size: 25px;
}

div#short-stepper article span.number.two {
  background: #ec9231;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-family: "Oxygen";
  font-size: 25px;
}

div#short-stepper article span.number.three {
  background: #e5802d;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-family: "Oxygen";
  font-size: 25px;
}

div#short-stepper article span.number.four {
  background: #F17435;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-family: "Oxygen";
  font-size: 25px;
}

.stepper h3 {
  font-size: 20px;
  font-family: 'Oxygen', sans-serif;
  color: #787878;
  margin-top: 25px;
  margin-bottom: 15px;
}

div#short-stepper i {
  font-size: 45px;
}

.stepper p {
  font-family: "SourceSansProRegular", sans-serif;
  line-height: 25px;
  font-size: 17px;
  font-weight: 400;
  color: #787878;
}

section.about-wrap {
  padding: 5% 0;
}

section.about-wrap .container {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 50px;
  align-items: center;
}

section.about-wrap .container img {
  width: 100%;
  border-radius: 10px;
}

a.normal-button {
  background: #f17435;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 35px;
  display: block;
  width: max-content;
  font-family: 'SourceSansProBold', sans-serif;
  margin-top: 25px;
}

.help-oragnisation-content.discipline h2 {
  line-height: 40px;
}

section.table-disciplines {
  text-align: center;
  padding: 5% 0;
  background: #f5f5f5;
}

section#performance-table {
  margin-top: 50px;
}

#performance-table .column-heading {
  color: #f17435;
  background: transparent;
  border: none;
}

.flexbox-table-body i {
  color: #f17435;
  font-size: 25px;
}

.heading-max-length {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.heading-max-length h2 {
  line-height: 40px;
}

section.section-coaches {
  padding: 5% 0;
  text-align: center;
}

section#coaches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 150px;
}

.coaches-wrap {
  background: #f17435;
  padding: 25px;
  border-radius: 10px;
  color: #fff;
}

.coaches-wrap img {
  border-radius: 150px;
  height: 180px;
  width: 180px;
  object-fit: cover;
  margin-top: -120px;
}

.coaches-wrap h3 {
  font-size: 25px;
  font-family: 'Oxygen', sans-serif;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

section.section-prices {
  padding: 5% 0;
  background: #f5f5f5;
}

section#prices-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  text-align: center;
  margin-top: 50px;
}

.pricewrap {
  background: #fff;
  border-radius: 13px;
  padding: 25px;
  position: relative;
}

.pricewrap::after {
    content: '';
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    height: 215px;
    width: 100%;
    z-index: 1;
    border-radius: 12px 2px 200px 200px / 15% 15%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.pricewrap.long::after {
  display: none;
}

.pricewrap.mostChosen {
  box-shadow: 0px 0px 25px #ccc;
  border: 3px solid #f17435;
  transform: scale(1.13);
}

.pricewrap.mostChosen:before {
  content: 'Meest gekozen';
  font-size: 20px;
  position: absolute;
  color: #fff;
  padding: 5px 15px;
  right: 0;
  top: 10px;
  border-radius: 3px 0 0 3px;
  z-index: 2;
  left: 0;
}

.pricewrap.mostChosen::after {
  content: '';
  background: linear-gradient(260deg, #FAA739 0%, #E67534 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 215px;
  width: 100%;
  z-index: 1;
  border-radius: 12px 2px 200px 200px / 15% 15%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pricewrap.long {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 25px 45px;
  margin-top: 15px;
}

.pricewrap.mostChosen h3.package-title {
  color: #fff;
  font-size: 35px;
}

.pricewrap.mostChosen span.package-subtitle {
  color: #fff;
  font-size: 20px;
}

.pricewrap.long a.normal-button {
  margin-top: 0;
  justify-self: flex-end;
  margin-right: unset;
}

.pricewrap.long .package-price p {
  margin-bottom: 0;
}

h3.package-title {
  font-family: "Oxygen", Sans-serif;
  font-size: 30px;
  position: relative;
  z-index: 2;
}

span.package-subtitle {
  font-size: 17px;
  color: #f17435;
  margin-bottom: 50px;
  display: block;
  position: relative;
  z-index: 2;
}

.pricewrap img {
  max-width: 100px;
  z-index: 2;
  position: relative;
}

.package-price p {
  font-size: 30px !important;
  display: inline-block;
  margin-bottom: 25px;
  font-family: 'SourceSansProBold', sans-serif;
}

.pricewrap a {
  margin-left: auto;
  margin-right: auto;
}

.pricewrap ul {
  font-family: 'SourceSansProBold';
  padding-left: 0;
}

.pricewrap ul li:first-child {
  color: #f17435;
}

.pricewrap ul li {
  padding: 10px 0;
  font-size: 18px;
}

.pricewrap ul li i {
    color: #f17435;
    font-size: 22px;
    margin-right: 10px;
}

.pricewrap.mostChosen .package-price p {
  font-size: 35px !important;
}

.pricewrap.long span.package-subtitle {
  margin-bottom: 25px;
}

.pricewrap.mostChosen a.normal-button::after {
  content: '';
  background: url(https://studyworks.nl/wp-content/uploads/2022/11/check-true.svg);
  background-size: cover;
  width: 60px !important;
  height: 60px !important;
  position: absolute !important;
  right: 10px;
  top: -25px;
  z-index: 10;
}

span.extra-price-info {
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section.section-testimonial {
  text-align: center;
  padding: 5% 0;
}

section.section-testimonial h2 {
  margin-bottom: 50px;
  display: block;
}

.parent-testimonial {
  max-width: 750px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.parent-testimonial h3 {
  color: #f17435;
  font-family: 'Oxygen', sans-serif;
  font-size: 25px;
  margin: 25px 0;
}

.parent-testimonial a.normal-button {
  margin-left: auto;
  margin-right: auto;
}

section.section-locations-nearby {
  padding: 5% 0;
  background-image: url(../images/AMS1_with_Pin.png);
  background-size: 1140px;
  background-position: right;
  background-repeat: no-repeat;
}

section.section-locations-nearby .locationContent {
  width: 50%;
  margin-right: auto;
  display: block;
}

section.section-locations-nearby .h2-left {
  line-height: 40px;
}

ul#location-list-nearby a {
  color: #787878;
  text-decoration: none;
}

ul#location-list-nearby a:hover {
  color: #f17435;
  cursor: pointer;
  transition: 0.2s;
}

ul#location-list-nearby {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
}

ul#location-list-nearby li {
  padding: 10px 0;
  font-size: 20px;
}

ul#location-list-nearby li i {
  color: #f17435;
  font-size: 20px;
  margin-right: 10px;
}

div.locations-all a {
  color: #f17435;
  font-size: 20px;
  text-decoration: none;
  margin-top: 25px;
  display: block;
}

ul.accordion {
  padding-left: 0;
}

section.section-inBetween-disciplines {
  margin-bottom: -35px;
  z-index: 2;
  position: relative;
}

div.locations-all.white a {
  color: #fff;
}

div.locations-all a:hover {
  text-decoration: underline;
}

div.locations-all a i {
  margin-right: 10px;
}

.discipline-container {
  background: linear-gradient(180deg, #FAA739 0%, #E67534 100%);
  max-width: 1410px;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
  padding: 25px;
}

.discipline-container span.subtitle.left, .discipline-container h2 {
  color: #fff;
}

ul.discipline-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

ul.discipline-wrap li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

ul.discipline-wrap li a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.section-accordion {
  background: #f5f5f5;
  padding: 5% 0;
}

section.section-accordion .container {
  display: grid;
  grid-template-columns: 70% auto;
  column-gap: 50px;
}

.accordion-container ul.accordion li {
  background: #fff;
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 10px;
  border-bottom: 3px solid #f17435;
}

.accordion-container ul.accordion li:hover {
  cursor: pointer;
}

.accordion-container ul.accordion li h4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
  color: #000;
}

.accordion-container .accordionHeader h4 {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.accordion-container .accordionHeader h4.active i {
  transform: rotate(180deg);
  transition: 0.3s;
}

.accordion-container ul li p {
  margin-top: 25px;
}

.accordion-container a.faqLink {
  color: #f17435;
  text-decoration: none;
  font-family: 'SourceSansProBold', sans-serif;
}

.accordion-container a.faqLink:hover {
  text-decoration: underline;
}

.question-information-wrap {
  background: #fff;
  padding: 25px;
  position: sticky;
  top: 25px;
  border-radius: 10px;
}

.question-information-wrap h3 {
  color: #767676;
  font-family: "Oxygen", Sans-serif;
  font-size: 25px;
}

.question-information-wrap img {
  width: 80%;
  margin-bottom: -8px;
  margin-left: auto;
  display: block;
}

.question-information-wrap p span {
  font-style: italic;
  font-family: 'SourceSansProLight', sans-serif;
}

ul.customer-contact-details {
  font-family: 'SourceSansProBold', sans-serif;
  margin-top: 10px;
}

ul.customer-contact-details li i {
  color: #f17435;
  margin-right: 15px;
}

section.section-footer-form {
  padding: 5% 0;
  padding-bottom: 1%;
}

section.section-footer-form .container {
  text-align: center;
}

section.section-footer-form h2 {
  line-height: 35px;
}

section.section-footer-form h2 span {
  color: #767676;
}

section.section-footer-form form {
  max-width: 750px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

section.section-socials {
  background: linear-gradient(260deg, #FAA739 0%, #E67534 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 1% 0;
}

section.section-socials a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

section.section-socials a i {
  color: #f17435;
  background: #fff;
  border-radius: 150px;
  width: 50px; 
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* RESPONSIVENESS */

@media only screen and (max-width: 600px) {
  .main-lander-wrap {
    display: block;
  }

  .main-lander-side-content {
    margin-top: 25px;
}

.about-content {
    margin-top: 25px;
}

.help-oragnisation-container img {
  margin-bottom: 15%;
}

section.about-wrap .container img {
  margin-top: 15%;
}

section.about-wrap .container img {
  margin-bottom: 15%;
}

.extra-help-content {
  margin-top: 0;
}

.help-oragnisation-container {
  display: block;
}

div#short-stepper {
  display: block;
}

section.about-wrap .container {
  display: block;
}

.flexbox-table {
  width: 350px;
  overflow-x: scroll;
}

.flexbox-table .flexbox-table-header .headings {
  display: grid !important;
  grid-template-columns: 150px 80px 80px 80px 80px 80px 80px 80px 80px !important;
  justify-content: unset !important;
  align-items: unset !important;
}

.flexbox-table .flexbox-table-body .row {
  grid-template-columns: 150px 80px 80px 80px 80px 80px 80px 80px 80px !important;
}

.flexbox-table .flexbox-table-header .headings .column-heading, .flexbox-table .flexbox-table-body .row div {
  padding: 10px 25px !important;
}

section#coaches {
  display: block;
}

.coaches-wrap {
  margin-bottom: 125px;
}

section#prices-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.pricewrap.long {
  margin-top: -25px;
}

.pricewrap {
  margin-bottom: 25px;
}

section.section-accordion .container {
  display: block;
}

section.section-socials a span {
  display: none;
}

ul.discipline-wrap {
  grid-template-columns: repeat(2, 1fr);
}

section.full-width-img-banner {
  margin-top: -125px;
  padding: 25px;
}

.banner-text h1 {
  font-size: 20px;
}

.banner-text h1 span {
  font-size: 25px;
}

a.fixed-coaching-button {
  display: none;
}

header {
  z-index: 999;
}

.main-lander-content {
  margin-top: -20px;
}

.container {
  padding: 0 25px;
}

.container h2, .h2-left {
  font-size: 25px;
  line-height: 30px;
}

.help-oragnisation-content ul, .extra-help-content-right ul {
  font-size: 16px;
}

 section.help-organisation-wrap, section.short-steps, section.about-wrap, section.table-disciplines, section.section-coaches, section.section-prices, section.section-testimonial, section.section-locations-nearby, section.section-accordion, section.section-footer-form {
  padding: 15% 0;
}

section.section-locations-nearby .locationContent {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

ul#location-list-nearby {
  grid-template-columns: 100%;
}



.locations-all.white a {
  color: #fff;
}

div.locations-all a i {
  display: none;
}

section.section-locations-nearby {
  padding: 5% 0;
  background-image: url(../images/AMS1_with_Pin.png);
  background-size: 396px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.stepper {
  margin-bottom: 25px;
}

.stepper h3 {
  font-size: 20px;
  margin-top: 10px;
}

.pricewrap.long {
  display: block;
}

div#priceItemLongWrap {
  text-align: center;
}

.pricewrap.long a.normal-button {
  margin-left: unset;
  margin-right: unset;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.parent-testimonial a.normal-button {
  width: 100%;
}

form input[type="submit"] {
  width: 100%;
}
}

.flexbox-table {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.flexbox-table .flexbox-table-header {
  display: flex;
  flex-direction: column;
}
.flexbox-table .flexbox-table-header .full-heading {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.flexbox-table .flexbox-table-header .headings {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.flexbox-table .flexbox-table-header .headings .column-heading {
  flex-grow: 1;
  flex-basis: 0;
  padding: 5px;
  border: 1px solid #d9d9d9;
}
.flexbox-table .flexbox-table-body {
  flex-direction: column;
}
.flexbox-table .flexbox-table-body .row {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  flex-direction: row;
  align-items: center;
}
.flexbox-table .flexbox-table-body .row.start {
  text-align: left;
}
.flexbox-table .flexbox-table-body .row.end {
  text-align: right;
}
.flexbox-table .flexbox-table-body .row.center {
  text-align: center;
}
.flexbox-table .flexbox-table-body .row div {
    flex-basis: 0;
    flex-grow: 1;
    padding: 5px;
    border: 1px solid #d9d9d9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.flexbox-table .flexbox-table-body .row div:nth-child(1) {
    border: none;
    font-family: 'SourceSansProBold';
}

.flexbox-table .flexbox-table-body .row div.radio-button {
  position: relative;
}
.flexbox-table .flexbox-table-body .row div.radio-button label {
  display: block;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
}
.flexbox-table .flexbox-table-body .row div.radio-button label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  background-color: green;
  transition: all ease-in-out 0.3s;
  background-color: transparent;
  opacity: 0;
}
.flexbox-table .flexbox-table-body .row div.radio-button input[type=radio] {
  padding: 0;
  margin: 0;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.flexbox-table .flexbox-table-body .row div.radio-button input[type=radio]:checked ~ label::before {
  opacity: 1;
  background-color: green;
}
.flexbox-table .flexbox-table-body .row div.checkbox {
  position: relative;
}
.flexbox-table .flexbox-table-body .row div.checkbox label {
  display: block;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
}
.flexbox-table .flexbox-table-body .row div.checkbox label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  background-color: green;
  transition: all ease-in-out 0.3s;
  background-color: transparent;
  opacity: 0;
}
.flexbox-table .flexbox-table-body .row div.checkbox input[type=checkbox] {
  padding: 0;
  margin: 0;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.flexbox-table .flexbox-table-body .row div.checkbox input[type=checkbox]:checked ~ label::before {
  opacity: 1;
  background-color: green;
}

footer {
  padding: 5% 0;
  background: #f5f5f5;
}

footer i {
  margin-right: 20px;
  color: #F17435;
}

footer ul li a, section#footerContactInformation a {
  color: #787878;
  text-decoration: none;
}

footer ul li a:hover, section#footerContactInformation a:hover {
  text-decoration: underline;
}

.footerLinksColumn span {
  display: block;
}

.footerLinksColumn span a {
  font-size: 20px;
  color: #787878;
  text-decoration: none;
  font-family: 'SourceSansProBold', sans-serif;
}

.footerLinksColumn span i {
  font-size: 20px;
}

section#firstFooterContentWrap {
  display: flex;
  justify-content: space-between;
}

section#footerContactInformation {
  display: grid;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
}

section#footerContactInformation a.lnkHomepage {
  margin-bottom: 15px;
}

section#footerContentLinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.footerLinksColumn h4 {
  color: #F17435;
  font-family: "Oxygen", Sans-serif;
  font-size: 30px;
  margin-bottom: 15px;
}

section#secondFooterContentWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #F17435;
  margin: 3% 0;
  padding: 3% 0;
}

section#secondFooterContentWrap h5 {
  color: #F17435;
  font-family: "Oxygen", Sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}

section#secondFooterContentWrap div ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

section#bottomFooter {
  background: linear-gradient(260deg, #FAA739 0%, #E67534 100%);
  color: #fff;
  padding: 10px 0;
}

section#bottomFooter i {
  color: #fff;
  margin-right: 10px;
}

section#bottomFooter a {
  color: #fff;
  text-decoration: none;
}

section#bottomFooter a:hover {
  text-decoration: underline;
}

section#bottomFooter div.container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.help-oragnisation-content.discipline ul li:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  margin-right: 10px;
  color: #f17435;
  font-size: 17px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {

  footer {
    padding: 10% 0;
  }

  section#firstFooterContentWrap {
    display: block;
  }

  section#footerContentLinks {
    grid-template-columns: 100%;
    margin-top: 50px;
  }

  section#secondFooterContentWrap {
    grid-template-columns: 100%;
    gap: 25px;
    margin-top: 25px;
  }

  .div2Column {
    display: block;
    gap: unset !important;
}

  section#bottomFooter div.container {
    display: grid;
    text-align: center;
    gap: 10px;
}

.checkboxInline {
    align-items: flex-start;
}

.checkboxInline input[type="checkbox"] {
    margin-top: 5px;
}


}

.checkboxInline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

form.meld-form .btn.btn-primary {
  background: #3450BF;
  border-radius: 50px;
  border: none;
  display: block;
  margin-top: 25px;
  font-family: "SourceSansProLight", sans-serif;
  font-size: 20px;
  padding: 10px 25px;
  width: 100%;
}

div#CookiebotWidget {
    box-shadow: none;
}

button.CookiebotWidget-logo {
    visibility: hidden;
}

button#hj-survey-toggle-1 {
    display: none;
}

form.meld-form .btn.btn-primary:hover {
  background: #3450BF;
}

form.meld-form a {
    color: #000000;
    text-decoration: none;
    font-family: 'SourceSansProBold', sans-serif;
}

form.meld-form a:hover {
  text-decoration: underline;
  cursor: pointer;
}

form.meld-form label {
    border: none;
    font-size: 18px;
    color: #000;
}

select#selectPackage {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 150px;
  padding: 10px 5px;
  background: #f9f9f9;
  margin-bottom: 15px;
}



