    html,
    body {
        background-color: #fbfbfbfb;
        font-family: 'Trebuchet MS', sans-serif;
        font-size: 20px;
        font-weight: 400;
        height: 100%;
        line-height: 1.4em;
        margin-left: auto;
        margin-right: auto;
        -webkit-font-smoothing: antialiased;
        color:#040A3A
    }
    
    h1 {
        font-size: 1.8em;
        font-family:"Tahoma"
    }

    h2 {
        font-size:1.25rem;
        margin-top:35px;
    }

    h3{
        font-size:1.1rem;
        margin-top:30px;
    }
    
    h1,
    h2,
    h3,
    h4 {
        font-weight: 700;
        text-transform: capitalize;
    }
    
    p {
        margin: 0 0 1em;
    }
    
    hr {
        border-top: 1px solid #ddd;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    blockquote {
        background: #eee;
        border-left: 4px solid #006699;
        font-size: 1em;
    }
    /*----- Extra Small -----*/
    
    @media(max-width: 767px) {
        html,
        body {
            font-size: 18px;
            line-height:1.68em;
        }
        h1 {
            font-size: 28px;
            margin-top: 10px;
        }
        h2 {
            font-size: 1.4em;
        }
        h3 {
            font-size: 18px;
        }
    }
    /*----- Small -----*/
    
    @media(min-width: 768px) and (max-width: 991px) {}
    /*----- Medium -----*/
    
    @media(min-width: 992px) and (max-width: 1199px) {}
    /*----- Large -----*/
    
    @media(min-width: 1200px) {}
    /*---------------------------------------- LINKS & BUTTONS ----------------------------------------*/
    
    a {
        color: #006699;
    }
    
    a:active,
    a:hover {
        color: #006699;
        text-decoration: underline;
    }
    
    p a,
    blockquote a {
        font-weight: 700;
    }
    
    button {
        background-color: #7ac143;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-weight: 700;
        padding: 0 10px;
    }
    
    button:active,
    button:hover {
        background-color: #5fb02b;
    }
    
    button:focus {
        outline: 0;
    }
    
    button span {
        color: #006699;
    }
    
    .articleBody button {
        display: block;
        font-size: 1.25em;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding: 15px 25px;
        text-transform: uppercase;
    }

    .ctabutton {
        display: block;
        font-size: 1.6em;
        background-image: linear-gradient(180deg, #FF4E08 0%, #E04407 100%);
        border-radius: 5px;
        color: #fff;
        font-weight: 700;
        padding:15px 25px;
        text-align: center;
        margin: 30px auto;
        font-family:"Tahoma"
        }

    .ctabutton:active,
    .ctabutton:hover {
        background-image:linear-gradient(180deg, #E04000 0%, #C63C06 100%);
        text-decoration: none;
        color:#fff
    }

    @media(max-width: 767px) {
        .ctabutton {
            font-size:1.2rem;
            padding:6px 20px;
        }
    }

    /*---------------------------------------- HEADER ----------------------------------------*/
    
    .containerHeader {
        background-color: #fbfbfb;
        
        width: 100%;
    }
    
    header {
        background-repeat: no-repeat;
        background-size: 250px 46px;
        font-size: 0.85em;
        height: 46px;
        width: 100%;
    }
    
    header button {
        margin-top: 10px;
    }

    .headerlogo {
    max-width:180px;
    margin: 18px 0 15px;
    }
    /*----- Extra Small -----*/
    
    @media(max-width: 767px) {
        header {
            background-size: 150px 28px;
            height: 28px;
            width: 100%;
        }
        header button {
            font-size: 0.85em;
            margin-top: 3px;
        }
        .headerlogo{
            max-width:150px;
        }
    }
    /*---------------------------------------- MAIN BODY ----------------------------------------*/
    
    .containerBody {
        padding-top: 10px;
    }

    .container{
        background-color:#ffffff
    }
    
    .articleInfo {
        color: #7F7F7F;
        font-size: 0.85em;
        line-height: 1.5em;
    }
    
    .articleCategory {
        color: #006699;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .articleAuthor {
        color: #006699;
        font-size: 0.85em;
        text-align: left;
    }
    
    .articleHeadshot {
        border: 1px solid #006699;
    }
    
    .socialButtons {
        text-align: right;
    }
    
    .articleBody {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    
    .containerArticleImage {
        margin: 20px 0 1.5em;
    }
    
    .articleImageContainer {
        margin-bottom: 15px;
    }
    
    .articleImageContainer img {
        margin-left: auto;
        margin-right: auto;
    }
    
    .trusted {
        margin-bottom: 15px;
    }
    

    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
        margin-bottom:15px;
      }
      
      /* Hide the images by default */
      .mySlides {
        display: none;
      }
      
      /* Next & previous buttons */
      .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 38px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      
      .prev:hover, .next:hover {
        color:white;
        text-decoration-line:none;
      }
  
      
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      
      .active, .dot:hover {
        background-color: #717171;
      }
      
      /* Fading animation */
      .fade {
        animation-name: fade;
        animation-duration: 1.5s;
      }
      
      @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
      }

      .custom-list {
        list-style: none;
        padding-left: 0;
      }
      
      .custom-list li {
        position: relative;
        padding-left: 40px; /* ruimte voor icoon */
        margin-bottom:15px
      }
      
      .custom-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0; /* bovenaan uitlijnen */
        width: 28px;
        height: 28px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%2300D26A"><path d="M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
      }


      /*----- Extra Small -----*/
    
    @media(max-width: 767px) {

        .articleInfo {
    font-size: 0.76em;
}
.dot{
    height:10px;
    width:10px;
}
.slideshow-container {
    margin-bottom:1px;
  }
}
    /*---------------------------------------- FOOTER ----------------------------------------*/
    
    .containerFooter {
        padding: 20px 0 50px;
        width: 100%;
    }
    
    footer {
        font-size: 0.65em;
        line-height: 1.25em;
    }
    
    .footerNav li a {
        font-size: 0.75rem;
        font-weight: 500;
    }
    /*---------------------------------------- WIDGETS, MACROS, ETC. ----------------------------------------*/
    /*--AGE SELECT--*/
    
    .containerAge {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        max-width: 600px;
    }
    
    .containerAge h3 {
        color: #006699;
        text-align: center;
    }
    
    .containerAge .buttonAge {
        background-color: #eee;
        border: 2px solid #fff;
        font-size: 1.25em;
        padding: 25px 0;
        text-align: center;
    }
    
    .containerAge .buttonAge:hover {
        background-color: #ddd;
    }
    /*----- Extra Small -----*/
    
    @media(max-width: 767px) {
        .containerAge {
            max-width: 300px;
        }
    }