#main-menubar .is-dropdown-submenu>li {
    font-size: .9em
}

#main-menubar .menu-color-rubrieken:hover,
#main-menubar .menu-color-actueel:hover,
#main-menubar .menu-color-vrijetijd:hover,
#main-menubar .menu-color-interactief:hover,
#main-menubar .menu-color-community:hover,
#main-menubar .menu-color-nuttig:hover {
    cursor: pointer
}

#main-menubar .menu-color-rubrieken:hover>a,
#main-menubar .menu-color-actueel:hover>a,
#main-menubar .menu-color-vrijetijd:hover>a,
#main-menubar .menu-color-interactief:hover>a,
#main-menubar .menu-color-community:hover>a,
#main-menubar .menu-color-nuttig:hover>a {
    color: #fefefe;
    text-decoration: none
}

#main-menubar .menu-color-rubrieken:hover {
    background-color: #00c5a1
}

#main-menubar .menu-color-actueel:hover {
    background-color: #2089e5
}

#main-menubar .menu-color-vrijetijd:hover {
    background-color: #42b65d
}

#main-menubar .menu-color-interactief:hover {
    background-color: #ec7948
}

#main-menubar .menu-color-community:hover {
    background-color: #f6586a
}

#main-menubar .menu-color-nuttig:hover {
    background-color: #2f344f
}

#header #main-menu .user-menu ul>li>a:hover {
    text-decoration: none;
    background-color: #f7f7f7;
}

#main-menubar .menu input[type=search] {
    background: 0 0;
    margin-right: 0;
    width: 140px;
    height: 2.2em;
    margin-top: 13px;
    box-shadow: inset 0 0 2px rgba(10, 10, 10, .2);
    border: none
}

#main-menubar .button {
    margin-top: 13px;
    background: #e6e6e6;
    color: #7e7e7e;
    padding: 9.5px
}

#main-menubar .button:hover {
    background: #9ca7a8;
    color: #fefefe
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.menu {
    list-style-type: none;
    margin: 0
}


.dropdown.menu, .dropdown.menu li {
    transition: all .5s;
    position: relative;
    left: 0;
}

.menu>li {
    vertical-align: middle;
    display: table-cell
}

.menu>li>a {
    display: block;
    line-height: 1;
    padding: .7rem 1rem
}

.menu>li>a>img,
.menu>li>a>i {
    vertical-align: middle;
    display: inline-block;
    margin-right: .25rem
}
.menu>li>a>img
{
    min-width: 170px;
    max-height: 30px;
}

.menu>li>a>span {
    vertical-align: middle
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%
}

.menu.icon-top>li>a>img,
.menu.icon-top>li>a>i {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding: 0 1rem
}


.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    visibility: visible;
    display: block
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu a {
    padding: 0.7rem 1rem
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu .is-active>a {
    background: transparent;
    color: #1779ba
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top:100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top:100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top:100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }

    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-visible {
    display: block!important
}

.row {
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto
}

/*.row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}*/

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    width: 100%;
    float: left;
    margin-left: .9375rem;
    margin-right: .9375rem
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.medium-uncollapse>.column,
.medium-uncollapse>.columns {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

.close-button:hover,
.close-button:focus {
    color: #0a0a0a
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fefefe;
    transition: transform .15s linear, 0 .15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu-parent>a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    border-color: transparent transparent transparent #2199e8
}

.js-drilldown-back>a:before {
    content: '';
    width: 0;
    height: 0;
    border: inset 6px;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem;
    border-color: transparent #2199e8 transparent transparent
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #f7f7f7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

html,
body {
    height: 100%
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

.switch-inactive {
    right: 15%
}

.title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: .5rem
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .5rem
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    font-weight: 700;
    vertical-align: middle;
    display: inline-block
}

.top-bar input {
    width: 200px;
    margin-right: 1rem
}

.foundation-mq {
    font-family: small=0em&medium=40em&large=57.5em&xlarge=71.875em&xxlarge=90em
}

body {
    width: auto;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fefefe
}

#page {
    width: auto;
    box-shadow: none;
    background-color: #fefefe
}

#header {
    padding-bottom: 20px;
    clear: both;
    width: auto;
    height: auto
}

#main-menu {
    margin-top: 0;
    z-index: 1000;
    border-bottom: 1px solid #ebebeb;
    max-width: 75rem;
    padding: 0
}

.sn-logo {
    display: inline-block;
    transition: all .2s;
    height: 2.5em;
    min-width: 170px;
    margin: .6em 0
}

.main-logo a {
    max-width: 250px
}

.search-button {
    margin: 10px auto;
    margin-bottom: 0;
    max-width: 350px;
}


.search-button .button {
    position: relative;
    background: #fefefe;
    color: #767676;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0;
    border: 1px solid #f3f3f2;
    border-left: none;
    left: -2px;
    font-size: .9em;
    z-index: 1;
}
.search-button input[type="search"] {
    transition: width 0.2s;
    margin-right: 0;
    height: 30px;
    box-shadow: inset 0 0px 2px rgba(10,10,10,0.2);
    border: none;
    margin-left: 0;
    z-index: 1;
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #8a8a8a;
}

.search-button input[type="submit"] {
    display: none;
    position: absolute;
    left: 0;
    width: 35px;
}
_:-ms-fullscreen,
:root .sn-logo {
    width: 237px
}

.is-at-top li.has-submenu {
    z-index: 5;
    left: -190px;
    position: relative;
    background: #f7f7f7;
}

#header #sub-logo a {
    padding: 0 10px;
}


#header .user-menu ul {
    padding-top: 10px;
    float: right;
    font-size: 1em;
    font-weight: 300;
}
#header .user-menu ul>li {
    display: list-item;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    float: left;
}

#header .user-menu ul>li>a {
    display: block;
    float: right;
    padding: 0 2em;
    color: #666;
}
#header .user-menu ul>li>a.red {
    background-color: tomato;
    color: white;
    border-radius: 4px;
    transition: all .1s ease-in-out;
    line-height: 38px;
}

#header .user-menu ul>li>a:hover {
    text-decoration: none;
    background-color: #f7f7f7;
    color: #000;
}

.fixed {
    position: fixed
}

#sub-menu {
    margin-top: 4.5em
}

#header #main-menubar {
    background-color: #f7f7f7;
    z-index: 1000;
    border-radius: 5px;
    margin-top: 5px;
}

#main-menubar .top-bar-left li {
    font-weight: 300;
    box-sizing: border-box;
    background: #f7f7f7;    
    position: relative;
}

#main-menubar .top-bar-left li a, #main-menubar .top-bar-right li a {
    color: #444;
}

#header .top-bar-left>ul>li>a {
    transition: all .2s
}
#header .top-bar-left>ul>li>a:hover, 
#header .top-bar-left>ul>li>ul>li>a:hover,
#header .top-bar-right>ul>li>ul>li>a:hover  {
    background-color: #e7e7e7;
}


#main-menubar .top-bar-left > ul > li > ul
{
    left:0;
}

#header #main-menubar.is-at-top .top-bar-right #menu-topicon {
    top: -30px;
    opacity: 0;
    transition: all .5s;
    position: relative;
}

#header #main-menubar.is-at-top .top-bar-right  #menu-topicon li {
    display: none;
}

.is-stuck ul#menu-topicon {
    overflow: hidden;
    position: relative;
    top: 0;
}

#header #main-menubar.is-stuck .top-bar-right #menu-topicon>li>a, #header .small .top-bar-right #menu-topicon>li>a {
    display: block;
    padding: .5rem;
    line-height: 1;
    margin: 0 5px 0 0;
    border-radius: 2px;
    color: #666;
}
#header #main-menubar.is-stuck .top-bar-left .menu>.has-submenu>a
{
    padding: 1.1rem 1.3rem 0.7rem;
    line-height: 1.2;
    font-size: .9em;
}

#header #main-menubar.is-stuck:after, #header .small:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #e7e7e7;
    position: absolute;
    z-index: -10;
    top: 49px;
}


ul.horizontal.dropdown.menu {
    margin-right: -194px;
}

#main-menubar.is-stuck .top-bar-right > ul > li > a {
    padding: 1rem !important;
}


#main-menubar .top-bar-right > ul > li > ul 
{
    font-size: 1.2em;
    font-weight: 300;
    right: 0;
}

.menu-text a {
    padding: 0!important
}

#header #main-menubar a:hover{
    text-decoration: none;
}

#header .is-stuck {
    position: fixed;
    top: -5px;
}

#header .is-stuck .sn-logo {
    height: auto;
}

#header .sticky .top-bar-left>ul>li>a {
    padding: .7rem 1.65rem
}

#header .sticky .top-bar-right .menu input[type=search],
#header .sticky .top-bar-right .button {
    margin-top: 5px
}

#wrapper {
    width: auto!important;
}

#main-left,
#main_right {
    width: 48%;
    margin-right: 1%;
    float: left
}

#main_right {
    margin-left: 2%
}

#widgets {
    width: 300px!important;
    float: right;
    padding: 0 15px;
}

#content {
    width: 837px;
    float: left;
}

#pagefooter {
    width: 839px;
    float: left;
    padding-left: 0
}

#google_ads_div_sn_be_toptext_ad_container {
    width: 300px
}

#advertisement {
    padding-top: 6px;
    padding-bottom: 20px
}

.dossier-menu-left {
    margin-right: 15px
}

#top_nav ul {
    font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 27px;
    height: 30px;
    background-color: #555;
    width: 1140px
}

#top_nav {
    clear: both;
    height: 30px;
    width: auto
}

#top_nav ul li a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 13px
}

#top_nav a:link,
#top_nav a:visited {
    border: none;
    color: #eee
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fefefe;
    margin: 0 1rem 1rem 0;
    padding: .85em 1em
    text-decoration: none !important;
}
.button.small {
    font-size: .75rem;
}
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    border: 1px solid #cacaca;
    font-family: inherit;
    font-size: 1rem;
    color: #8a8a8a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    border-radius: 0;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0 0 1rem;
    padding: .5rem
}

#top_nav_inner {
    margin: 0 0 0 15px
}

#top_nav ul li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #555
}

.dossier-menu-list-nieuws {
    margin-left: 20px;
    margin-bottom: 30px
}

.dossier-menu-list-nieuws li {
    line-height: 1.5
}

.nb-inschrijven-footer {
    width: 100%;
    background-repeat: no-repeat;
    background-color: #006599
}

.nb-inschrijven-footer .input {
    width: 266px
}

div#main {
    width: auto!important;
}

.links-column {
    width: 30%;
    float: left;
    margin-left: 20px
}

.top-bar-left ul li {
    font-size: 1.2em;
    font-weight: 300;
}

.sticky .top-bar-left ul li .sn-logo {
    width: 172px
}

.menu ul.double {
    min-width: 350px!important
}

.menu ul.double li {
    float: left;
    display: inline;
    width: 50%!important
}

.poll-form {
    background-color: #f4e0e1;
    position: relative;
    padding-top: 10px
}

.poll-form p {
    padding-left: 7px;
    font-weight: 700
}

.poll-form #poll-form .poll-footer {
    height: 70px;
    display: block
}

.poll-form #poll-form div {
    position: absolute;
    bottom: 1px;
    right: 0
}

.poll-form #poll-form label {
    padding-left: 7px;
    display: block;
    font-weight: 300;
    border-bottom: 1px solid #ecd7d6
}

.poll-form #poll-form label input {
    margin: .5em
}

#poll-wrap {
    float: left;
    width: 300px;
    margin-right: 30px
}

#poll-wrap h2 {
    font-size: 1.4em;
    font-weight: 400;
    border-bottom: 2px solid #ec7948;
    line-height: 100%
}

#poll-wrap a.button {
    color: #fefefe!important
}

#poll-index ul {
    padding: 0 1em
}

#poll-index ul li {
    list-style-type: none !important
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #41b7d8;
    border-radius: .2em
}

#poll-index .progress {
    position: relative
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: .2em;
    background-color: #cacaca
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
    border-radius: .2em
}

span.gen textarea {
    height: 300px
}

textarea#bericht {
    min-height: 300px
}


.forumbg .sticky {
    display: block;
    position: inherit
}

.breadcrumbs {
    list-style: none;
    margin: 1em
}

.breadcrumbs:before,
.breadcrumbs:after {
    display: table;
    content: ' '
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    top: 1px;
    opacity: 1;
    content: "/";
    color: #cacaca;
    margin: 0 .75rem
}

.breadcrumbs a {
    color: #41b7d8
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

#section-menu h1 {
    border-bottom: 2px solid;
    font-size: 2em;
    font-weight: 300;
    line-height: 80%;
    margin: 10px 0
}

#section-menu .menu-ul li {
    border-bottom: solid 1px #dcdcdc;
    font-size: 1.1em;
    font-weight: 100;
    padding: 3px 0
}

.pages h1 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: .7em;
    margin: .75em 0
}

.mt1 {
    margin-top: 1em
}

.mt2 {
    margin-top: 2em
}

.mb1 {
    margin-bottom: 1em
}

.mb2 {
    margin-bottom: 2em
}

.mr0 {
    margin-right: 0
}

.mr1 {
    margin-right: 1em
}

.mr2 {
    margin-right: 2em
}

.ml1 {
    margin-left: 1em
}

.ml2 {
    margin-left: 2em
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group>:first-child {
    border-radius: .2em 0 0 .2em
}

.input-group>:last-child>* {
    border-radius: 0 .2em .2em 0
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group-label {
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%;
    padding: 0 1rem
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

.fotomenu {
    border-left: 1px solid #e6e6e6;
    background: #fefefe;
    list-style: none!important;
    margin: 0!important
}

.fotomenu li {
    border-left: none;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0!important
}

.fotomenu a {
    text-decoration: none!important
}

.fotomenu a:hover {
    background-color: #e6e6e6
}

.top-bar-left,
.column.end:last-child:last-child,
.end.columns:last-child:last-child,
.small-up-1>.column:last-child,
.small-up-1>.columns:last-child,
.small-up-2>.column:last-child,
.small-up-2>.columns:last-child,
.small-up-3>.column:last-child,
.small-up-3>.columns:last-child,
.small-up-4>.column:last-child,
.small-up-4>.columns:last-child,
.small-up-5>.column:last-child,
.small-up-5>.columns:last-child,
.small-up-6>.column:last-child,
.small-up-6>.columns:last-child,
.small-up-7>.column:last-child,
.small-up-7>.columns:last-child,
.small-up-8>.column:last-child,
.small-up-8>.columns:last-child,
.medium-up-1>.column:last-child,
.medium-up-1>.columns:last-child,
.medium-up-2>.column:last-child,
.medium-up-2>.columns:last-child,
.medium-up-3>.column:last-child,
.medium-up-3>.columns:last-child,
.medium-up-4>.column:last-child,
.medium-up-4>.columns:last-child,
.medium-up-5>.column:last-child,
.medium-up-5>.columns:last-child,
.medium-up-6>.column:last-child,
.medium-up-6>.columns:last-child,
.medium-up-7>.column:last-child,
.medium-up-7>.columns:last-child,
.medium-up-8>.column:last-child,
.medium-up-8>.columns:last-child,
.title-bar-left {
    float: left
}

.top-bar-right,
.menu.align-right>li,
.is-dropdown-menu.vertical.align-right,
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

[data-whatinput=mouse] .menu>li,
[data-whatinput=mouse] .dropdown.menu a,
[data-whatinput=mouse] .close-button {
    outline: 0
}

.menu input,
.menu a,
.menu button,
.mb0 {
    margin-bottom: 0 !important
}

.menu.vertical>li,
.menu.medium-vertical>li,
.menu.large-vertical>li,
.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu,
.is-dropdown-submenu.js-dropdown-active,
input:checked+label>.switch-active {
    display: block
}

.menu.medium-horizontal>li,
.menu.large-horizontal>li,
.input-group .input-group-button {
    display: table-cell
}

.menu.expanded>li:first-child:last-child,
.is-dropdown-submenu>li,
#main ,
.small-12,
.medium-12
{
    width: 100%
}

.menu.icon-top>li>a,
.medium-text-center,
.large-text-center {
    text-align: center
}

.no-js [data-responsive-menu] ul,
.no-js .dropdown.menu ul,
input:checked+label>.switch-inactive {
    display: none
}

.dropdown-pane.tiny,
.is-dropdown-menu.vertical {
    width: 100px
}

.dropdown-pane.large,
.dossier-menu-left,
.dossier-menu-right {
    width: 400px
}

.is-dropdown-submenu-parent,
.is-drilldown-submenu-parent>a {
    position: relative
}

.is-hidden,
.show-for-print {
    display: none!important
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.title-bar:before,
.title-bar:after,
.top-bar:before,
.top-bar:after {
    content: ' ';
    display: table
}

.row:after,
.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1),
.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1),
.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1),
.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1),
.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1),
.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1),
.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1),
.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1),
.medium-up-1>.column:nth-of-type(1n+1),
.medium-up-1>.columns:nth-of-type(1n+1),
.medium-up-2>.column:nth-of-type(2n+1),
.medium-up-2>.columns:nth-of-type(2n+1),
.medium-up-3>.column:nth-of-type(3n+1),
.medium-up-3>.columns:nth-of-type(3n+1),
.medium-up-4>.column:nth-of-type(4n+1),
.medium-up-4>.columns:nth-of-type(4n+1),
.medium-up-5>.column:nth-of-type(5n+1),
.medium-up-5>.columns:nth-of-type(5n+1),
.medium-up-6>.column:nth-of-type(6n+1),
.medium-up-6>.columns:nth-of-type(6n+1),
.medium-up-7>.column:nth-of-type(7n+1),
.medium-up-7>.columns:nth-of-type(7n+1),
.medium-up-8>.column:nth-of-type(8n+1),
.medium-up-8>.columns:nth-of-type(8n+1),
.clearfix:after,
.title-bar:after,
.top-bar:after,
.breadcrumbs:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns,
.small-collapse>.column,
.small-collapse>.columns,
.medium-collapse>.column,
.medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row.collapse,
.small-collapse .row,
.medium-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-1,
.medium-1 {
    width: 8.33333%
}

.small-push-1,
.medium-push-1 {
    position: relative;
    left: 8.33333%
}

.small-pull-1,
.medium-pull-1 {
    position: relative;
    left: -8.33333%
}

.small-offset-0,
.medium-offset-0 {
    margin-left: 0
}

.small-2,
.medium-2 {
    width: 16.66667%
}

.small-push-2,
.medium-push-2 {
    position: relative;
    left: 16.66667%
}

.small-pull-2,
.medium-pull-2 {
    position: relative;
    left: -16.66667%
}

.small-offset-1,
.medium-offset-1 {
    margin-left: 8.33333%
}

.small-3,
.medium-3 {
    width: 25%
}

.small-push-3,
.medium-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3,
.medium-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2,
.medium-offset-2 {
    margin-left: 16.66667%
}

.small-4,
.medium-4 {
    width: 33.33333%
}

.small-push-4,
.medium-push-4 {
    position: relative;
    left: 33.33333%
}

.small-pull-4,
.medium-pull-4 {
    position: relative;
    left: -33.33333%
}

.small-offset-3,
.medium-offset-3 {
    margin-left: 25%
}

.small-5,
.medium-5 {
    width: 41.66667%
}

.small-push-5,
.medium-push-5 {
    position: relative;
    left: 41.66667%
}

.small-pull-5,
.medium-pull-5 {
    position: relative;
    left: -41.66667%
}

.small-offset-4,
.medium-offset-4 {
    margin-left: 33.33333%
}

.small-6,
.medium-6 {
    width: 50%
}

.small-push-6,
.medium-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6,
.medium-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5,
.medium-offset-5 {
    margin-left: 41.66667%
}

.small-7,
.medium-7 {
    width: 58.33333%
}

.small-push-7,
.medium-push-7 {
    position: relative;
    left: 58.33333%
}

.small-pull-7,
.medium-pull-7 {
    position: relative;
    left: -58.33333%
}

.small-offset-6,
.medium-offset-6 {
    margin-left: 50%
}

.small-8,
.medium-8 {
    width: 66.66667%
}

.small-push-8,
.medium-push-8 {
    position: relative;
    left: 66.66667%
}

.small-pull-8,
.medium-pull-8 {
    position: relative;
    left: -66.66667%
}

.small-offset-7,
.medium-offset-7 {
    margin-left: 58.33333%
}

.small-9,
.medium-9 {
    width: 75%
}

.small-push-9,
.medium-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9,
.medium-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8,
.medium-offset-8 {
    margin-left: 66.66667%
}

.small-10,
.medium-10 {
    width: 83.33333%
}

.small-push-10,
.medium-push-10 {
    position: relative;
    left: 83.33333%
}

.small-pull-10,
.medium-pull-10 {
    position: relative;
    left: -83.33333%
}

.small-offset-9,
.medium-offset-9 {
    margin-left: 75%
}

.small-11,
.medium-11 {
    width: 91.66667%
}

.small-push-11,
.medium-push-11 {
    position: relative;
    left: 91.66667%
}

.small-pull-11,
.medium-pull-11 {
    position: relative;
    left: -91.66667%
}

.small-offset-10,
.medium-offset-10 {
    margin-left: 83.33333%
}

.small-offset-11,
.medium-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns,
.medium-up-1>.column,
.medium-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n),
.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n),
.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n),
.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n),
.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n),
.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n),
.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n),
.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n),
.medium-up-1>.column:nth-of-type(1n),
.medium-up-1>.columns:nth-of-type(1n),
.medium-up-2>.column:nth-of-type(1n),
.medium-up-2>.columns:nth-of-type(1n),
.medium-up-3>.column:nth-of-type(1n),
.medium-up-3>.columns:nth-of-type(1n),
.medium-up-4>.column:nth-of-type(1n),
.medium-up-4>.columns:nth-of-type(1n),
.medium-up-5>.column:nth-of-type(1n),
.medium-up-5>.columns:nth-of-type(1n),
.medium-up-6>.column:nth-of-type(1n),
.medium-up-6>.columns:nth-of-type(1n),
.medium-up-7>.column:nth-of-type(1n),
.medium-up-7>.columns:nth-of-type(1n),
.medium-up-8>.column:nth-of-type(1n),
.medium-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column,
.small-up-2>.columns,
.medium-up-2>.column,
.medium-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-3>.column,
.small-up-3>.columns,
.medium-up-3>.column,
.medium-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-4>.column,
.small-up-4>.columns,
.medium-up-4>.column,
.medium-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-5>.column,
.small-up-5>.columns,
.medium-up-5>.column,
.medium-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-6>.column,
.small-up-6>.columns,
.medium-up-6>.column,
.medium-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-7>.column,
.small-up-7>.columns,
.medium-up-7>.column,
.medium-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-8>.column,
.small-up-8>.columns,
.medium-up-8>.column,
.medium-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-centered,
.medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-uncentered,
.small-push-0,
.small-pull-0,
.medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

.medium-text-left,
.large-text-left {
    text-align: left
}

.medium-text-right,
.large-text-right {
    text-align: right
}

.medium-text-justify,
.large-text-justify {
    text-align: justify
}

.top-bar input.button,
.fb-header {
    width: auto
}

#wrapper-inner,
.poll-form #poll-form .button {
    margin: 0
}

#main-menubar .top-bar-left>li a,
.top-bar-left .menu>li a {
    color: #7e7e7e;
    padding: 13px 1.272rem 11px;
}

@media screen and (max-width:1000px) {
    #main-menubar .top-bar-left>ul>li>a {
        padding: 1.4rem 1.45vw
    }
    img.sn-logo {
        width: 18vw;
        min-width: 140px
    }
    #header .sticky .top-bar-left>ul>li>a {
        padding: .85rem 1.46vw
    }
}

@media screen and (max-width:71.8125em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media only screen and (max-width:785px) {
    .main-logo {
        word-break: break-all;
        overflow: hidden;
        width: 52px !important;
        display: table-caption;
        float: left;
        vertical-align: top !important;
        padding-left: 10px !important
    }
    img.sn-logo {
        width: 175px;
        min-width: 175px
    }
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    border: 2px solid rgba(193, 207, 222, .49);
    border-radius: .2em;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    box-sizing: border-box;
    color: #8a8a8a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 2px solid #41b7d8;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

button,
select {
    text-transform: none
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px;
    padding: .67em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: .2em;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #41b7d8;
    color: #fefefe;
    text-decoration: none !important;
}

.button:hover,
.button:focus {
    background-color: #2490af !important;
    color: #fefefe !important
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination:before,
.pagination:after {
    display: table;
    content: ' '
}

.pagination:after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: .2em;
    font-size: .875rem;
    display: none
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block
}

@media print,
screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: .2em;
    color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
    color: #0a0a0a;
    text-decoration: none
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #41b7d8;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis:after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0a
}

.pagination-previous a:before,
.pagination-previous.disabled:before {
    display: inline-block;
    margin-right: .5rem;
    content: '\00ab'
}

.pagination-next a:after,
.pagination-next.disabled:after {
    display: inline-block;
    margin-left: .5rem;
    content: '\00bb'
}

.card{
    display:flex;
    flex-direction:column;
    flex-grow:1;
    margin-bottom:1rem;
    border:1px solid #e6e6e6;
    border-radius:0;
    background:#fefefe;
    box-shadow:none;
    overflow:hidden;
    color:#0a0a0a
}

.card>:last-child{
    margin-bottom:0
}

.card-divider{
    display:flex;
    flex:0 1 auto;
    padding:1rem;
    background:#e6e6e6
}

.card-divider>:last-child{
    margin-bottom:0
}

.card-section{
    flex:1 0 auto;
    padding:1rem
}

.card-section>:last-child{
    margin-bottom:0
}

.card-image{
    min-height:1px
}