@font-face {
    font-family: 'Interstate-Bold';
    src: url('/fonts/Interstate-Bold/Interstate-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Interstate-Bold/Interstate-Bold.woff') format('woff'),
         url('/fonts/Interstate-Bold/Interstate-Bold.ttf')  format('truetype'),
         url('/fonts/Interstate-Bold/Interstate-Bold.svg#Interstate-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-Regular';
    src: url('/fonts/Interstate-Regular/Interstate-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Interstate-Regular/Interstate-Regular.woff') format('woff'),
         url('/fonts/Interstate-Regular/Interstate-Regular.ttf')  format('truetype'),
         url('/fonts/Interstate-Regular/Interstate-Regular.svg#Interstate-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.interstate {
    font-family: 'Interstate-Regular';
}

.interstate-bold {
    font-family: 'Interstate-Bold';
}

.interstate-bold-color {
    font-family: 'Interstate-Bold';
    color: #377066 !important;
}
.line-aib {
    background: #377066;
}

.line-aib:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    background: #377066;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.report {
    color: white;
    font-weight: bold;
    background-color: #B33A3A;
    padding: 5px 30px 5px 30px;
    font-size: 20px;
    text-align: center;
}

.report-form {
    padding: 0 14px 0 14px;
}

.form-control:focus {
    border: 1px solid #B33A3A !important;
}

.report-send {
    background-color: #a1c667;
    border: #a1c667;
    font-size: 16px;
    text-align: center;
    width: 100%;
    border-radius: 0px;
}

.report-send:hover, .report-send:active, .report-send:focus {
    background-color: #a1c667;
}

.footer-bottom, .footer-text {
    background-color: #377066 !important;
    color: white;
    font-size: 16px !important;
}

.footer-list > li > a {
    color: white;
    font-size: 16px;
    font-style: italic;
}

.footer-list > li > a:hover {
    color: white;
    text-decoration: underline;
}

.info-header {
    background-color: #a1c667 !important;
}

.styled-icons.icon-dark a {
    background-color: #a1c667 !important;
}

.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    /*padding-bottom: 15px;*/
}

.member-logo {
    margin: 25px;
    height: 100px;
    width: auto;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.member-logo:hover {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.pb-200 {
    padding-bottom: 100px !important;
}

.pt-200 {
    padding-top: 100px !important;
}

.line-bottom:after {
    height: 6px !important;
    width: 100px !important;
    background-color: #a1c667 !important;
}

.line-bottom {
    margin-bottom: 15px;
    padding-bottom: 15px !important;
}

.tmo-logo-desktop {
    height: 35px;
    margin-left: 15px;
}

.tmo-logo-mobile {
    height: 50px;
    margin-top: 20px;
}

.img-vervolgpagina {
    height: 150px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 70px;
}

.flag-icon {
    margin: 0 5px 0 5px;
    height: 15px;
}

.flag-icon-mobile {
    margin: 0 10px 0 10px;
    height: 25px !important;
    width: auto;
}

.bg-theme-colored {
    background-color: #a1c667 !important;
}

.event .event-content .media-heading a {
    color: #377066 !important;
}

.read-more {
    float: right;
    background-color: #a1c667 !important;
    padding: 3px 10px 3px 10px;
    color: white;
}

.nieuws-kalender {
    color: #b0b1b2;
    margin-bottom: 25px;
}

.footer-link {
    color: white !important;
}

.footer-link:hover {
    color: white !important;
}

.widget.no-border ul li {
    float: left !important;
}

.checkbox-report {
    font-size: 14px;
}

.icon-dark-footer {
    background-color: #377066 !important;
}

.flags-footer {
    text-align: center !important;
}

.input-group {
    margin-bottom: 15px;
    height: 45px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    height: 45px;
}