@font-face {
    font-family: SourceSansProLight;
    src: url(../font/SourceSansPro-Light.otf);
    font-weight: 100
}

@font-face {
    font-family: SourceSansProRegular;
    src: url(../font/SourceSansPro-Regular.otf)
}

body {
    font-family: SourceSansProLight;
    font-size: 15px;
    line-height: 25px
}

h2 {
    font-size: 30px;
    color: #0172be;
    font-weight: 100
}

h3 {
    font-size: 30px;
    line-height: 70px;
    color: #0171bc;
    font-weight: 100
}

p {
    margin-top: 0
}

a {
    color: #0272bf;
    cursor: pointer
}

main {
    position: relative;
}

a img {
    border: 0;
}

ul {
    padding: 0 15px;
    list-style: circle outside url('../img/dot.png')
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: SourceSansProLight;
    color: #707070
}

.transition {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.no_margin {
    margin: 0 !important
}

.no_margin_top {
    margin-top: 0 !important
}

.no_margin_bottom {
    margin-bottom: 0 !important
}

.no_padding {
    padding: 0 !important
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.alert_overlay {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5)
}

.alert {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px;
    background-color: #fff;
    z-index: 4
}

.alert i.close {
    position: absolute;
    top: 5px;
    right: 5px
}

.btn {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 40px 10px 20px;
    background: #017237;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block
}

.btn::after {
    right: 15px;
    top: 50%;
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url("../img/arrow.png") no-repeat
}

.btn:hover {
    background: #005826;
    cursor: pointer;
    cursor: hand;
}

.btn_arrow_only {
    padding: 0 40px 0 0;
    color: #0172be;
    position: relative;
    display: inline-block
}

.btn_arrow_only::after {
    right: 15px;
    top: 50%;
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url("../img/arrow_blue.png") no-repeat
}

.btn_arrow_only:hover {
    color: #fff
}

.btn_arrow_only:hover::after {
    background: url('../img/arrow.png') no-repeat
}

.icon_fb {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    background: url('../img/fb_icon.png') no-repeat;
    background-position: top left;
    margin: 5px 5px 0 0
}

.icon_fb:hover {
    background-position: bottom
}

.close {
    width: 10px;
    height: 10px;
    overflow: hidden;
    display: inline-block;
    background: url('../img/close.png') no-repeat;
    background-size: cover;
    background-position: top left;
    margin: 5px 5px 0 0
}

.close:hover {
    background-position: bottom
}

nav {
    font-size: 18px;
    width: 100%;
    height: 130px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4)
}

nav .desktop_menu {
    overflow: hidden
}

nav .desktop_menu .header_logo {
    display: inline-block;
    float: left
}

nav .desktop_menu .header_logo img {
    height: 100%;
    padding: 6px 0 8px 0
}

nav .desktop_menu ul {
    height: 130px;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right
}

nav .desktop_menu ul li {
    display: inline-block
}

nav .desktop_menu ul li a {
    color: #898989;
    text-decoration: none;
    padding: 5px 0;
    margin: 0 15px;
    line-height: 130px
}

nav .desktop_menu ul li a:hover {
    color: #0171bc
}


nav .desktop_menu ul li a.active {
    border-bottom: 5px solid #0171bc;
    color: #0171bc
}



nav .mobile_header {
    display: none;
    overflow: hidden;
    height: 130px
}

nav .mobile_header .header_logo {
    display: inline-block;
    float: left
}

nav .mobile_header .header_logo img {
    height: 100%;
    padding: 6px 0 8px 8px
}

nav ul.mobile_menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    background: #f5f5f5
}

nav ul.mobile_menu li {
    overflow: hidden
}

nav ul.mobile_menu li a {
    color: #898989;
    text-decoration: none;
    padding: 15px;
    margin: 0;
    position: relative;
    display: block;
    border-top: 1px solid #e2e2e2
}

nav ul.mobile_menu li a:hover {
    color: #0171bc
}

nav ul.mobile_menu li a.active {
    background: #0171bc;
    color: #fff
}

.menu_icon_container {
    cursor: pointer;
    float: right;
    margin-right: 30px;
    margin-top: calc(65px - 19.5px)
}

.menu_icon_container:focus {
    outline: none
}

.bars {
    background-color: #898989;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    margin: 6px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}


.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 7px);
    transform: rotate(-45deg) translate(-9px, 7px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px)
}


header {
    height: 580px;
    overflow: hidden;
    border-bottom: 5px solid #017237;
    position: relative
}

header div.imgSlider {
    width: 100%;
    height: 100%;
    overflow: hidden
}

header div.imgSlider ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

header div.imgSlider ul li {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: top right !important
}

header div.imgSlider ol {
    position: absolute;
    list-style-type: none;
    top: 40%;
    right: 25px;
    z-index: 1
}

header div.imgSlider ol li {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

header div.imgSlider ol li:hover {
    background-color: #fff
}


header div.imgSlider .active-slider-page {
    background-color: #0172be
}

header::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, #0171bc 0, rgba(0, 51, 85, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, #0171bc 0, rgba(0, 51, 85, 0) 55%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #0171bc 0, rgba(0, 51, 85, 0) 55%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0171bc', endColorstr='#00000000', GradientType=0)
}

header.header_small {
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top right !important
}

header.header_small::after {
    background: none
}

.shadow_container {
    overflow: initial;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:  translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.shadow_container .shadows {
    width: 100%;
    height: 1px;
    border-top: 2px solid #000;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}



.shadow_container::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 2px;
    height: 400px;
    background: black;
    -ms-transform: skewX(1.8deg);
    -webkit-transform: skewX(1.8deg);
    transform: skewX(1.8deg);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.shadow_container::after {
     content: '';
     top: 0;
     right: 0;
     position: absolute;
     width: 2px;
     height: 400px;
     background: black;
     -ms-transform: skewX(-1.8deg);
     -webkit-transform: skewX(-1.8deg);
     transform: skewX(-1.8deg);
     -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
     -o-filter: blur(5px);
     -ms-filter: blur(5px);
     filter: blur(5px)
 }

.content {
    padding: 35px;
    min-height: 400px
}

.content .btn {
    margin: 30px 0 30px
}

.container_home {
    margin-top: -100px;
    background: #fff;
}

/* voor ie browsers 10 & 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container_home, .container {
        box-shadow: -60px 0 40px -80px #000,60px 0 40px -80px #000;
    }

    /* fix voor footer */
    footer {
        display: block !important;
    }
}

/* voor edge 12+ */
@supports (-ms-accelerator:true) {
    .container_home, .container {
        box-shadow: -60px 0 40px -80px #000,60px 0 40px -80px #000;
    }
}


.container_home h1, .container_home h2 {
    text-align: center;
    color: #0171bc;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.container_home h1 {
    font-family: SourceSansProLight
}

.container_home h2 {
    font-family: SourceSansProRegular;
    margin-bottom: 50px
}

.container_home p {
    text-align: justify
}

.container_small {
    margin-top: -60px;
    background: #fff
}

.intro_text_home {
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px !important;
    line-height: 28px !important
}

.intro_text_home p {
    margin: 0
}

.intro_text {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px
}

.intro_text h1 {
    font-family: SourceSansProLight;
    text-transform: uppercase;
    font-weight: 100;
    color: #0172be;
    font-size: 50px;
    line-height: normal;
    text-align: center;
    margin-top: 20px
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 10px;
    background: #ebebeb;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #0172be
}

.owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0172be
}

.list {
    float: left;
    width: 100%
}

.list a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    width: calc(100% - 2px);
    background: #f5f5f5;
    margin-bottom: 10px
}

.list a:focus {
    outline: none
}

.list a .image {
    float: left;
    position: relative;
    width: 40%;
    margin-top: 0;
    padding-bottom: 200px;
    overflow: hidden
}

.list a .image img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    min-height: 100%;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%
}

 div.image.news > img {
    width: auto;
    height: 256px;
}

.list a .list_content {
    float: left;
    position: relative;
    height: 138px;
    width: calc(60% - 62px);
    padding: 30px
}

.list a .list_content .date {
    margin-top: -5px;
    display: inline-block;
    color: #acacac;
    font-size: 15px;
    vertical-align: text-bottom
}

.list a .list_content h3 {
    overflow: hidden;
    height: 85px;
    margin-top: 5px;
    color: #0272bf;
    font-size: 20px;
    line-height: 30px
}

.list a .list_content.grey h3 {
    color: #707070
}

.list a:hover {
    background: #0172be
}

.list a:hover img {
    -ms-transform: scale(1.1, 1.1) translate(-50%, -50%);
    -webkit-transform: scale(1.1, 1.1) translate(-50%, -50%);
    transform: scale(1.1, 1.1) translate(-50%, -50%);
    position: absolute;
    top: 50%;
    min-height: 100%;
    display: block;
    left: 50%;
    min-width: 100%
}

.list a:hover h3, .list a:hover p, .list a:hover span {
    color: #fff !important
}

.list a:hover .icon_fb {
    background-position: bottom
}

.list a:hover .btn_arrow_only {
    color: #fff
}

.list a:hover .btn_arrow_only::after {
    background: url('../img/arrow.png') no-repeat
}

.list_photos h3 {
    margin-bottom: 10px
}

.list.subjects h3 {
    margin-top: 0
}

table.meetings {
    margin: 30px 0;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #fff;
    outline: 1px solid #ececec
}

table.meetings tr:first-child {
    background-color: #0272bf;
    color: #fff
}

table.meetings tr:first-child th {
    padding: 10px 30px
}

table.meetings tr:nth-child(2n+2) {
    background-color: #f5f5f5
}

table.meetings tr td {
    padding: 5px 0 5px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

table.meetings tr td a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

table.meetings tr:hover td {
    background: #0172be;
    color: #fff;
    cursor: pointer
}

table.meetings tr:hover td a {
    color: #fff
}

.pagination {
    overflow: hidden;
    width: 100%;
    margin: 40px 0 30px 0;
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    border-top: 1px solid #e2e2e2
}

.pagination span {
    color: #eef2ed
}

.paginationNumbers {
    margin: 0 0 0 0;
    padding: 15px 0 0 0
}

.paginationNumbers .active a {
    color: #f5f5f5 !important;
    cursor: default;
    background: #0172be;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.paginationNumbers .active a:hover {
    background: #0172be;
    color: #f5f5f5
}

.paginationNumber {
    display: inline-block;
    padding-left: 10px
}

.paginationNumber:first-child {
    padding: 0
}

.paginationNumber a {
    background: #f1f8f0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 4px 14px;
    text-decoration: none;
    display: block;
    color: #707070;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.paginationNumber:hover a {
    background: #0172be;
    color: #fff
}

ul.member_list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.member_list li {
    overflow: hidden;
    padding: 0;
    margin-bottom: 40px
}

ul.member_list li .image {
    float: left;
    display: flex;
    padding-right: 20px
}

ul.member_list li .image img {
    height: 110px;
}

ul.member_list li .member_content {
    float: left;
    line-height: 25px
}

ul.member_list li .member_content h4 {
    padding: 0;
    margin: 0;
    font-weight: 100
}

ul.member_list li .member_content h4:first-of-type {
    padding: 0 0 5px 0
}

ul.member_list li .member_content h4 span {
    font-weight: bold
}

ul.member_list li .member_content table tr {
    padding: 3px 0 0;
    display: block
}

ul.member_list li .member_content table tr td {
    padding: 0
}

ul.member_list.grey li {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 10px
}

.contact_form {
    background: #f5f5f5;
    padding: 30px;
    overflow: hidden
}

.contact_form form {
    overflow: hidden
}

.contact_form h2 {
    margin: 0;
    margin-bottom: 25px;

}

.contact_form input {
    width: 100%;
    font-family: SourceSansProLight;
    font-size: 15px
}

.contact_form textarea {
    width: 100%;
    font-family: SourceSansProLight;
    font-size: 15px
}

.contact_form input, .contact_form textarea {
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: none;
    border-right: none;
    outline: none;
    color: #707070;
    padding: 10px;
    margin-top: 10px
}

.contact_form .btn {
    margin-top: 20px 0;
    padding: 5px 50px 5px 15px
}

.contact_form button {
    border: none;
    font-family: SourceSansProLight;
    font-size: 15px;
    line-height: 25px
}

.contact_form button:focus {
    outline: none
}

footer {
    width: 100%;
    margin-top: 50px;
    background: #f3f3f3;
    color: #acacac;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0
}

footer .footer_content {
    overflow: hidden;
    display: inline-block
}

footer p {
    float: left;
    margin: 15px 5px
}

footer a {
    color: #acacac
}

footer a:hover {
    color: #0272bf;
}

footer .footer_devider {
    color: #dedede
}

footer ul {
    padding: 0;
    float: left;
    list-style-type: none
}

footer ul li {
    display: inline-block;
    padding: 0 5px
}

.owl_carousel img {
    width: 100%;
}