.light-blue-background{
    background:#0062ae;
}
.dark-blue-background{
    background:#1b2e6f;
}
.red-background{
    background:#bd1d23;
}
.dark-red-background{
    background:#7d2432;
}
.violett-background{
    background:#5c247b;
}
.light-grey-background{
    background:#e9eaeb;
}
.grey-background{
    background:#5d5d5c;
}
.mid-grey-background{
    background:#878a8a;
}
.dark-grey-background{
    background:#4d4d4b;
}
.green-beige-background{
    background:#a5a68e;
}
.black-background{
    background:#000;
}
.white-background{
    background:#fff;
}
@font-face{
    font-family:'Roboto Condensed';
    src:url('fonts/RobotoCondensed-Regular.eot');
    src:url('fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/RobotoCondensed-Regular.woff') format('woff'),url('fonts/RobotoCondensed-Regular.ttf') format('truetype'),url('img/RobotoCondensed-Regular.svg#f4ba68a9596ca53347cecdb9c6e48d01') format('svg');
    font-style:normal;
    font-weight:400;
}
@font-face{
    font-family:'Roboto Condensed';
    src:url('fonts/RobotoCondensed-Light.eot');
    src:url('fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),url('fonts/RobotoCondensed-Light.woff') format('woff'),url('fonts/RobotoCondensed-Light.ttf') format('truetype'),url('img/RobotoCondensed-Light.svg#f4ba68a9596ca53347cecdb9c6e48d01') format('svg');
    font-style:normal;
    font-weight:300;
}
@font-face{
    font-family:'Roboto Condensed';
    src:url('fonts/RobotoCondensed-Bold.eot');
    src:url('fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),url('fonts/RobotoCondensed-Bold.woff') format('woff'),url('fonts/RobotoCondensed-Bold.ttf') format('truetype'),url('img/RobotoCondensed-Bold.svg#f4ba68a9596ca53347cecdb9c6e48d01') format('svg');
    font-style:normal;
    font-weight:700;
}
.font-roboto{
    font-family:sans-serif;
}
.font-Roboto Condensed{
    font-family:sans-serif;
}
.font-Helvetica{
    font-family:Arial,sans-serif;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    color:inherit;
    line-height:inherit;
}
html{
    font-size:100%;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}
body{
    line-height:1;
}
ol,ul{
    list-style:none;
}
section.text ul,section.textpic ul,section.bullets ul{
    list-style:disc;
    margin-left:2em;
}
section.text ol,section.textpic ol,section.bullets ol{
    list-style:decimal;
    margin-left:2em;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
*{
    font-family:inherit;
}
.grid{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.grid:before,.grid:after{
    content:" ";
    display:block;
}
.grid:after{
    clear:both;
}
.grid--reverse{
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.grid--start{
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-line-pack:start;
    -webkit-align-content:flex-start;
    align-content:flex-start;
}
.grid--end{
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    -ms-flex-line-pack:end;
    -webkit-align-content:flex-end;
    align-content:flex-end;
}
.grid--center{
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    -webkit-align-content:center;
    align-content:center;
}
.grid--stretch{
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    -ms-flex-line-pack:stretch;
    -webkit-align-content:stretch;
    align-content:stretch;
}
.grid--stretch .grid__column > .csc-default{
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}
.grid--no-margin{
    margin-bottom:0 !important;
}
.grid__column{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding-right:15px;
    padding-left:15px;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    float:left;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-line-pack:start;
    -webkit-align-content:flex-start;
    align-content:flex-start;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.grid__column--reverse{
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
}
.grid__column--xs-1{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:8.33333%;
    -webkit-flex-basis:8.33333%;
    flex-basis:8.33333%;
    width:8.33333%;
    max-width:8.33333%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-1{
    margin-left:8.33333%;
}
.grid__column--xs-order-1{
    -webkit-order:5;
    -ms-flex-order:5;
    order:5;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-2{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:16.66667%;
    -webkit-flex-basis:16.66667%;
    flex-basis:16.66667%;
    width:16.66667%;
    max-width:16.66667%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-2{
    margin-left:16.66667%;
}
.grid__column--xs-order-2{
    -webkit-order:10;
    -ms-flex-order:10;
    order:10;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-3{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:25%;
    -webkit-flex-basis:25%;
    flex-basis:25%;
    width:25%;
    max-width:25%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-3{
    margin-left:25%;
}
.grid__column--xs-order-3{
    -webkit-order:15;
    -ms-flex-order:15;
    order:15;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-4{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:33.33333%;
    -webkit-flex-basis:33.33333%;
    flex-basis:33.33333%;
    width:33.33333%;
    max-width:33.33333%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-4{
    margin-left:33.33333%;
}
.grid__column--xs-order-4{
    -webkit-order:20;
    -ms-flex-order:20;
    order:20;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-5{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:41.66667%;
    -webkit-flex-basis:41.66667%;
    flex-basis:41.66667%;
    width:41.66667%;
    max-width:41.66667%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-5{
    margin-left:41.66667%;
}
.grid__column--xs-order-5{
    -webkit-order:25;
    -ms-flex-order:25;
    order:25;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-6{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:50%;
    -webkit-flex-basis:50%;
    flex-basis:50%;
    width:50%;
    max-width:50%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-6{
    margin-left:50%;
}
.grid__column--xs-order-6{
    -webkit-order:30;
    -ms-flex-order:30;
    order:30;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-7{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:58.33333%;
    -webkit-flex-basis:58.33333%;
    flex-basis:58.33333%;
    width:58.33333%;
    max-width:58.33333%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-7{
    margin-left:58.33333%;
}
.grid__column--xs-order-7{
    -webkit-order:35;
    -ms-flex-order:35;
    order:35;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-8{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:66.66667%;
    -webkit-flex-basis:66.66667%;
    flex-basis:66.66667%;
    width:66.66667%;
    max-width:66.66667%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-8{
    margin-left:66.66667%;
}
.grid__column--xs-order-8{
    -webkit-order:40;
    -ms-flex-order:40;
    order:40;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-9{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:75%;
    -webkit-flex-basis:75%;
    flex-basis:75%;
    width:75%;
    max-width:75%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-9{
    margin-left:75%;
}
.grid__column--xs-order-9{
    -webkit-order:45;
    -ms-flex-order:45;
    order:45;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-10{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:83.33333%;
    -webkit-flex-basis:83.33333%;
    flex-basis:83.33333%;
    width:83.33333%;
    max-width:83.33333%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-10{
    margin-left:83.33333%;
}
.grid__column--xs-order-10{
    -webkit-order:50;
    -ms-flex-order:50;
    order:50;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-11{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:91.66667%;
    -webkit-flex-basis:91.66667%;
    flex-basis:91.66667%;
    width:91.66667%;
    max-width:91.66667%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-11{
    margin-left:91.66667%;
}
.grid__column--xs-order-11{
    -webkit-order:55;
    -ms-flex-order:55;
    order:55;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
.grid__column--xs-12{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.grid__column--xs-offset-12{
    margin-left:100%;
}
.grid__column--xs-order-12{
    -webkit-order:60;
    -ms-flex-order:60;
    order:60;
}
.grid__column--xs-first{
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
}
.grid__column--xs-last{
    -webkit-order:10000;
    -ms-flex-order:10000;
    order:10000;
}
@media (min-width:769px){
    .grid__column--sm-offset-1,.grid__column--sm-push-1{
        margin-left:8.33333% !important;
    }
    .grid__column--sm-order-1{
        -webkit-order:5;
        -ms-flex-order:5;
        order:5;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-2,.grid__column--sm-push-2{
        margin-left:16.66667% !important;
    }
    .grid__column--sm-order-2{
        -webkit-order:10;
        -ms-flex-order:10;
        order:10;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-3,.grid__column--sm-push-3{
        margin-left:25% !important;
    }
    .grid__column--sm-order-3{
        -webkit-order:15;
        -ms-flex-order:15;
        order:15;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-4,.grid__column--sm-push-4{
        margin-left:33.33333% !important;
    }
    .grid__column--sm-order-4{
        -webkit-order:20;
        -ms-flex-order:20;
        order:20;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-5,.grid__column--sm-push-5{
        margin-left:41.66667% !important;
    }
    .grid__column--sm-order-5{
        -webkit-order:25;
        -ms-flex-order:25;
        order:25;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-6,.grid__column--sm-push-6{
        margin-left:50% !important;
    }
    .grid__column--sm-order-6{
        -webkit-order:30;
        -ms-flex-order:30;
        order:30;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-7,.grid__column--sm-push-7{
        margin-left:58.33333% !important;
    }
    .grid__column--sm-order-7{
        -webkit-order:35;
        -ms-flex-order:35;
        order:35;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-8,.grid__column--sm-push-8{
        margin-left:66.66667% !important;
    }
    .grid__column--sm-order-8{
        -webkit-order:40;
        -ms-flex-order:40;
        order:40;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-9,.grid__column--sm-push-9{
        margin-left:75% !important;
    }
    .grid__column--sm-order-9{
        -webkit-order:45;
        -ms-flex-order:45;
        order:45;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-10,.grid__column--sm-push-10{
        margin-left:83.33333% !important;
    }
    .grid__column--sm-order-10{
        -webkit-order:50;
        -ms-flex-order:50;
        order:50;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-11,.grid__column--sm-push-11{
        margin-left:91.66667% !important;
    }
    .grid__column--sm-order-11{
        -webkit-order:55;
        -ms-flex-order:55;
        order:55;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--sm-offset-12,.grid__column--sm-push-12{
        margin-left:100% !important;
    }
    .grid__column--sm-order-12{
        -webkit-order:60;
        -ms-flex-order:60;
        order:60;
    }
    .grid__column--sm-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--sm-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-1{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:8.33333%;
        -webkit-flex-basis:8.33333%;
        flex-basis:8.33333%;
        width:8.33333%;
        max-width:8.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-2{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:16.66667%;
        -webkit-flex-basis:16.66667%;
        flex-basis:16.66667%;
        width:16.66667%;
        max-width:16.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-3{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-4{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-5{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:41.66667%;
        -webkit-flex-basis:41.66667%;
        flex-basis:41.66667%;
        width:41.66667%;
        max-width:41.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-6{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-7{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:58.33333%;
        -webkit-flex-basis:58.33333%;
        flex-basis:58.33333%;
        width:58.33333%;
        max-width:58.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-8{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:66.66667%;
        -webkit-flex-basis:66.66667%;
        flex-basis:66.66667%;
        width:66.66667%;
        max-width:66.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-9{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:75%;
        -webkit-flex-basis:75%;
        flex-basis:75%;
        width:75%;
        max-width:75%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-10{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:83.33333%;
        -webkit-flex-basis:83.33333%;
        flex-basis:83.33333%;
        width:83.33333%;
        max-width:83.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-11{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:91.66667%;
        -webkit-flex-basis:91.66667%;
        flex-basis:91.66667%;
        width:91.66667%;
        max-width:91.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px) and (min-width:769px){
    .grid__column--sm-12{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .grid__column--md-offset-1,.grid__column--md-push-1{
        margin-left:8.33333% !important;
    }
    .grid__column--md-order-1{
        -webkit-order:5;
        -ms-flex-order:5;
        order:5;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-2,.grid__column--md-push-2{
        margin-left:16.66667% !important;
    }
    .grid__column--md-order-2{
        -webkit-order:10;
        -ms-flex-order:10;
        order:10;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-3,.grid__column--md-push-3{
        margin-left:25% !important;
    }
    .grid__column--md-order-3{
        -webkit-order:15;
        -ms-flex-order:15;
        order:15;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-4,.grid__column--md-push-4{
        margin-left:33.33333% !important;
    }
    .grid__column--md-order-4{
        -webkit-order:20;
        -ms-flex-order:20;
        order:20;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-5,.grid__column--md-push-5{
        margin-left:41.66667% !important;
    }
    .grid__column--md-order-5{
        -webkit-order:25;
        -ms-flex-order:25;
        order:25;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-6,.grid__column--md-push-6{
        margin-left:50% !important;
    }
    .grid__column--md-order-6{
        -webkit-order:30;
        -ms-flex-order:30;
        order:30;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-7,.grid__column--md-push-7{
        margin-left:58.33333% !important;
    }
    .grid__column--md-order-7{
        -webkit-order:35;
        -ms-flex-order:35;
        order:35;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-8,.grid__column--md-push-8{
        margin-left:66.66667% !important;
    }
    .grid__column--md-order-8{
        -webkit-order:40;
        -ms-flex-order:40;
        order:40;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-9,.grid__column--md-push-9{
        margin-left:75% !important;
    }
    .grid__column--md-order-9{
        -webkit-order:45;
        -ms-flex-order:45;
        order:45;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-10,.grid__column--md-push-10{
        margin-left:83.33333% !important;
    }
    .grid__column--md-order-10{
        -webkit-order:50;
        -ms-flex-order:50;
        order:50;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-11,.grid__column--md-push-11{
        margin-left:91.66667% !important;
    }
    .grid__column--md-order-11{
        -webkit-order:55;
        -ms-flex-order:55;
        order:55;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--md-offset-12,.grid__column--md-push-12{
        margin-left:100% !important;
    }
    .grid__column--md-order-12{
        -webkit-order:60;
        -ms-flex-order:60;
        order:60;
    }
    .grid__column--md-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--md-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-1{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:8.33333%;
        -webkit-flex-basis:8.33333%;
        flex-basis:8.33333%;
        width:8.33333%;
        max-width:8.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-2{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:16.66667%;
        -webkit-flex-basis:16.66667%;
        flex-basis:16.66667%;
        width:16.66667%;
        max-width:16.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-3{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-4{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-5{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:41.66667%;
        -webkit-flex-basis:41.66667%;
        flex-basis:41.66667%;
        width:41.66667%;
        max-width:41.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-6{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-7{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:58.33333%;
        -webkit-flex-basis:58.33333%;
        flex-basis:58.33333%;
        width:58.33333%;
        max-width:58.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-8{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:66.66667%;
        -webkit-flex-basis:66.66667%;
        flex-basis:66.66667%;
        width:66.66667%;
        max-width:66.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-9{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:75%;
        -webkit-flex-basis:75%;
        flex-basis:75%;
        width:75%;
        max-width:75%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-10{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:83.33333%;
        -webkit-flex-basis:83.33333%;
        flex-basis:83.33333%;
        width:83.33333%;
        max-width:83.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-11{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:91.66667%;
        -webkit-flex-basis:91.66667%;
        flex-basis:91.66667%;
        width:91.66667%;
        max-width:91.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px) and (min-width:1024px){
    .grid__column--md-12{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px){
    .grid__column--lg-offset-1,.grid__column--lg-push-1{
        margin-left:8.33333% !important;
    }
    .grid__column--lg-order-1{
        -webkit-order:5;
        -ms-flex-order:5;
        order:5;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-2,.grid__column--lg-push-2{
        margin-left:16.66667% !important;
    }
    .grid__column--lg-order-2{
        -webkit-order:10;
        -ms-flex-order:10;
        order:10;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-3,.grid__column--lg-push-3{
        margin-left:25% !important;
    }
    .grid__column--lg-order-3{
        -webkit-order:15;
        -ms-flex-order:15;
        order:15;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-4,.grid__column--lg-push-4{
        margin-left:33.33333% !important;
    }
    .grid__column--lg-order-4{
        -webkit-order:20;
        -ms-flex-order:20;
        order:20;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-5,.grid__column--lg-push-5{
        margin-left:41.66667% !important;
    }
    .grid__column--lg-order-5{
        -webkit-order:25;
        -ms-flex-order:25;
        order:25;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-6,.grid__column--lg-push-6{
        margin-left:50% !important;
    }
    .grid__column--lg-order-6{
        -webkit-order:30;
        -ms-flex-order:30;
        order:30;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-7,.grid__column--lg-push-7{
        margin-left:58.33333% !important;
    }
    .grid__column--lg-order-7{
        -webkit-order:35;
        -ms-flex-order:35;
        order:35;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-8,.grid__column--lg-push-8{
        margin-left:66.66667% !important;
    }
    .grid__column--lg-order-8{
        -webkit-order:40;
        -ms-flex-order:40;
        order:40;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-9,.grid__column--lg-push-9{
        margin-left:75% !important;
    }
    .grid__column--lg-order-9{
        -webkit-order:45;
        -ms-flex-order:45;
        order:45;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-10,.grid__column--lg-push-10{
        margin-left:83.33333% !important;
    }
    .grid__column--lg-order-10{
        -webkit-order:50;
        -ms-flex-order:50;
        order:50;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-11,.grid__column--lg-push-11{
        margin-left:91.66667% !important;
    }
    .grid__column--lg-order-11{
        -webkit-order:55;
        -ms-flex-order:55;
        order:55;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
    .grid__column--lg-offset-12,.grid__column--lg-push-12{
        margin-left:100% !important;
    }
    .grid__column--lg-order-12{
        -webkit-order:60;
        -ms-flex-order:60;
        order:60;
    }
    .grid__column--lg-first{
        -webkit-order:-1;
        -ms-flex-order:-1;
        order:-1;
    }
    .grid__column--lg-last{
        -webkit-order:1000;
        -ms-flex-order:1000;
        order:1000;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-1{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:8.33333%;
        -webkit-flex-basis:8.33333%;
        flex-basis:8.33333%;
        width:8.33333%;
        max-width:8.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-2{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:16.66667%;
        -webkit-flex-basis:16.66667%;
        flex-basis:16.66667%;
        width:16.66667%;
        max-width:16.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-3{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-4{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-5{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:41.66667%;
        -webkit-flex-basis:41.66667%;
        flex-basis:41.66667%;
        width:41.66667%;
        max-width:41.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-6{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-7{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:58.33333%;
        -webkit-flex-basis:58.33333%;
        flex-basis:58.33333%;
        width:58.33333%;
        max-width:58.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-8{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:66.66667%;
        -webkit-flex-basis:66.66667%;
        flex-basis:66.66667%;
        width:66.66667%;
        max-width:66.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-9{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:75%;
        -webkit-flex-basis:75%;
        flex-basis:75%;
        width:75%;
        max-width:75%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-10{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:83.33333%;
        -webkit-flex-basis:83.33333%;
        flex-basis:83.33333%;
        width:83.33333%;
        max-width:83.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-11{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:91.66667%;
        -webkit-flex-basis:91.66667%;
        flex-basis:91.66667%;
        width:91.66667%;
        max-width:91.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px) and (min-width:1200px){
    .grid__column--lg-12{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:768px){
    .hidden-xs{
        display:none !important;
    }
}
@media (min-width:769px) and (max-width:1023px){
    .hidden-sm{
        display:none !important;
    }
}
@media (min-width:1024px) and (max-width:1199px){
    .hidden-md{
        display:none !important;
    }
}
@media (min-width:1200px){
    .hidden-lg{
        display:none !important;
    }
}
.container-fluid{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
    max-width:1200px;
    padding-left:15px;
    padding-right:15px;
}
.container-fluid:before,.container-fluid:after{
    content:" ";
    display:block;
}
.container-fluid:after{
    clear:both;
}
.container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
    padding-left:15px;
    padding-right:15px;
}
.container:before,.container:after{
    content:" ";
    display:block;
}
.container:after{
    clear:both;
}
@media (min-width:769px){
    .container{
        width:769px;
    }
}
@media (min-width:1024px){
    .container{
        width:1024px;
    }
}
@media (min-width:1200px){
    .container{
        width:1200px;
    }
}
html .grid--stretch{
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    -ms-flex-line-pack:stretch;
    -webkit-align-content:stretch;
    align-content:stretch;
}
html .grid--stretch.csc-default{
    display-display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
html .grid--stretch .grid__column > .csc-default > .tx-cal-controller,html .grid--stretch .grid__column > .csc-default > .news,html .grid--stretch .grid__column > .csc-default{
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    overflow:hidden;
}
html .grid--stretch .grid__column > .csc-default > .tx-cal-controller,html .grid--stretch .grid__column > .csc-default > .news{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    overflow:hidden;
}
html .grid--stretch .grid__column .plugin-list.plugin-list--highlight,html .grid--stretch .grid__column .plugin-list.plugin-list--cal-image-teaser-list,html .grid--stretch .grid__column .plugin-list.plugin-list--calendar-highlight{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    overflow:hidden;
}
html .grid--stretch .grid__column .plugin-list.plugin-list--highlight .plugin-list__item--box,html .grid--stretch .grid__column .plugin-list.plugin-list--cal-image-teaser-list .plugin-list__item--box,html .grid--stretch .grid__column .plugin-list.plugin-list--calendar-highlight .plugin-list__item--box,html .grid--stretch .grid__column .plugin-list.plugin-list--highlight .plugin-list__cal-image-teaser,html .grid--stretch .grid__column .plugin-list.plugin-list--cal-image-teaser-list .plugin-list__cal-image-teaser,html .grid--stretch .grid__column .plugin-list.plugin-list--calendar-highlight .plugin-list__cal-image-teaser,html .grid--stretch .grid__column .plugin-list.plugin-list--highlight .plugin-list__item--highlight-list,html .grid--stretch .grid__column .plugin-list.plugin-list--cal-image-teaser-list .plugin-list__item--highlight-list,html .grid--stretch .grid__column .plugin-list.plugin-list--calendar-highlight .plugin-list__item--highlight-list{
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}
html .grid--stretch .grid__column .plugin-list.plugin-list--highlight .plugin-list__cal-image-teaser:last-child,html .grid--stretch .grid__column .plugin-list.plugin-list--cal-image-teaser-list .plugin-list__cal-image-teaser:last-child,html .grid--stretch .grid__column .plugin-list.plugin-list--calendar-highlight .plugin-list__cal-image-teaser:last-child{
    margin-bottom:0;
}
html .grid--stretch .grid__column > .csc-default > .news.news--layout-30 > .plugin-list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    overflow:hidden;
}
html .grid--stretch .grid__column > .csc-default > .news.news--layout-30 > .plugin-list .plugin-list__image-teaser{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    overflow:hidden;
}
html .grid--stretch .grid__column > .csc-default > .news.news--layout-30 > .plugin-list .plugin-list__image-teaser .plugin-list__image{
    -webkit-flex-basis:auto;
    -ms-flex-preferred-size:auto;
    flex-basis:auto;
    overflow:hidden;
}
html .grid--stretch .grid__column > .csc-default > .news.news--layout-30 > .plugin-list .plugin-list__image-teaser .plugin-list__date{
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
}
html .grid--stretch .grid__column > .csc-default > .news.news--layout-30 > .plugin-list .plugin-list__image-teaser .plugin-list__content{
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}
html.ie .grid--stretch .grid__column > .csc-default > .csc-textpic{
    overflow:hidden;
}
.visible-print{
    display:none !important;
}
@media print{
    .visible-print{
        display:block !important;
    }
    table.visible-print{
        display:table !important;
    }
    tr.visible-print{
        display:table-row !important;
    }
    th.visible-print,td.visible-print{
        display:table-cell !important;
    }
}
.visible-print-block{
    display:none !important;
}
@media print{
    .visible-print-block{
        display:block !important;
    }
}
.visible-print-inline{
    display:none !important;
}
@media print{
    .visible-print-inline{
        display:inline !important;
    }
}
.visible-print-inline-block{
    display:none !important;
}
@media print{
    .visible-print-inline-block{
        display:inline-block !important;
    }
}
@media print{
    .hidden-print{
        display:none !important;
    }
}
@font-face{
    font-family:'Icons';
    src:url('fonts/hsmv-icons.eot');
    src:url('fonts/hsmv-icons.eot?#iefix') format('embedded-opentype'),
        url('fonts/hsmv-icons.woff') format('woff'),
        url('fonts/hsmv-icons.ttf') format('truetype'),
        url('img/hsmv-icons.svg#f4ba68a9596ca53347cecdb9c6e48d01') format('svg');
    font-style:normal;
    font-weight:400;
}
.hsmv-icons,.checkbox label:after,.navigation-list.navigation-list--overview-link a:before,.navigation-list__item a:before,.mobile-toggle__icon:before,.navigation-slidecontainer__content ul a:before,.navigation-slidecontainer__content .csc-menu a:before,.navigation-list__item.navigation-list__item--level-1 > a:after,.navigation-list__item.navigation-list__item--level-2 > .navigation-list__headline:after,.navigation-backlink:before,.navigation-sub .navigation-sub__item a:before,.footer__content-wrapper .csc-menu a:before,.topbar__wrapper a:before{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display:inline-block;
    font-family:'Icons';
    font-weight:400;
    font-style:normal;
    font-size:inherit;
    text-rendering:auto;
}
body{
    font-size:100%;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    color:#5d5d5c;
}
html{
    font-size:100%;
}
@media (max-width:768px){
    html{
        font-size:120%;
    }
}
.main-content{
    overflow:hidden;
}
img,video,object{
    max-width:100%;
    height:auto;
}
audio{
    width:100%;
}
h1,.h1-style{
    font-size:42px;
    font-size:2.625rem;
    line-height:48px;
    line-height:1.4;
    color:#004a99;
    margin-bottom:30px;
    text-transform:none;
    font-weight:400;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    letter-spacing:normal;
}
@media (max-width:768px){
    h1,.h1-style{
        font-size:26px;
        font-size:1.625rem;
        line-height:30px;
        line-height:1.4;
    }
}
h2,.h2-style{
    font-size:28px;
    font-size:1.75rem;
    line-height:32px;
    line-height:1.4;
    color:#5d5d5c;
    margin-bottom:10px;
    text-transform:none;
    font-weight:400;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    letter-spacing:normal;
}
@media (max-width:768px){
    h2,.h2-style{
        font-size:22px;
        font-size:1.375rem;
        line-height:26px;
        line-height:1.4;
    }
}
h3,.h3-style{
    font-size:22px;
    font-size:1.375rem;
    line-height:30px;
    line-height:1.4;
    color:#000;
    margin-bottom:5px;
    text-transform:none;
    font-weight:400;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    letter-spacing:normal;
}
@media (max-width:768px){
    h3,.h3-style{
        font-size:18px;
        font-size:1.125rem;
        line-height:22px;
        line-height:1.4;
    }
}
h4,.h4-style{
    font-size:17px;
    font-size:1.0625rem;
    line-height:21px;
    line-height:1.4;
    color:#5d5d5c;
    margin-bottom:0;
    text-transform:none;
    font-weight:700;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    letter-spacing:normal;
}
@media (max-width:768px){
    h4,.h4-style{
        font-size:17px;
        font-size:1.0625rem;
        line-height:21px;
        line-height:1.4;
    }
}
p{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:17px;
    font-size:1.0625rem;
    line-height:23px;
    line-height:1.4;
    margin-bottom:0px;
}
p + *{
    margin-top:10px;
}
p small{
    font-size:14px;
    font-size:0.875rem;
    line-height:18px;
    line-height:1.4;
}
strong,b{
    font-weight:700;
}
em,i{
    font-style:italic;
}
sup{
    vertical-align:super;
    font-size:smaller;
}
sub{
    vertical-align:sub;
    font-size:smaller;
}
abbr{
    font-weight:bold;
}
a{
    color:#bd1d23;
    text-decoration:underline;
}
a:hover{
    color:#1b2e6f;
    text-decoration:underline;
}
.external-link:before{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display:inline-block;
    font-family:'Icons';
    font-weight:400;
    font-style:normal;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:inherit;
    content:"\e905";
    margin-right:5px;
}
.file-link:before{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display:inline-block;
    font-family:'Icons';
    font-weight:400;
    font-style:normal;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:inherit;
    content:"\e900";
    margin-right:5px;
}
.mail-link:before{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display:inline-block;
    font-family:'Icons';
    font-weight:400;
    font-style:normal;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:inherit;
    content:"\f003";
    margin-right:5px;
}
ul{
    padding-left:30px;
    margin-left:0;
    margin-bottom:20px;
    list-style:disc;
    font-weight:400;
}
ul.no-bullets{
    padding-left:0;
    margin-left:0;
    list-style:none;
}
ul li{
    font-size:17px;
    font-size:1.0625rem;
    line-height:23px;
    line-height:1.4;
}
ul ul{
    margin-bottom:0px;
}
ol{
    padding-left:30px;
    margin-left:0px;
    margin-bottom:20px;
    list-style-type:decimal;
    font-weight:400;
}
ol li{
    font-size:17px;
    font-size:1.0625rem;
    line-height:23px;
    line-height:1.4;
}
ol ol{
    margin-bottom:0px;
}
table{
    width:100%;
    max-width:100%;
    margin-bottom:15px;
}
table thead tr{
    border:none;
}
table tr{
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:1px solid #878a8a;
}
table tr th{
    font-size:16px;
    font-size:1rem;
    color:#fff;
    margin-bottom:0;
    padding:15px;
    text-align:left;
    font-weight:400;
    background:rgba(27,46,111,1.0);
}
table tr td{
    font-size:16px;
    font-size:1rem;
    line-height:23px;
    line-height:1.4;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-weight:400;
    text-align:left;
}
table tr.tr-odd{
    background:rgba(0,0,0,0.0);
}
table tr.tr-odd th,table tr.tr-odd td{
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-size:16;
    font-weight:400;
    text-align:left;
}
table tr.tr-even{
    background:rgba(0,0,0,0.0);
}
table tr.tr-even td{
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:1px solid #878a8a;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-size:16;
    font-weight:400;
    text-align:left;
}
table tr td{
    padding:15px;
    color:#5d5d5c;
}
@media (max-width:1023px){
    div.tablewrap{
        overflow-x:scroll;
        -webkit-overflow-scrolling:touch;
    }
}
hr{
    background:#1b2e6f;
    border:1px;
    height:1px;
    margin-bottom:20px;
}
.align-right{
    text-align:right;
}
.align-center{
    text-align:center;
}
.align-left{
    text-align:left;
}
.button,.powermail_morestep .btn-group button,.powermail_fieldwrap.powermail_tab_navigation .btn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    font-size:16px;
    font-size:1rem;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display:inline-block;
    background:#000;
    color:#fff;
    padding:8px 10px;
    margin-bottom:15px;
    cursor:pointer;
    text-decoration:none;
    line-height:22px;
    font-weight:normal;
    border-style:none;
    border-color:#000;
    border-width:0;
}
.button:last-child,.powermail_morestep .btn-group button:last-child,.powermail_fieldwrap.powermail_tab_navigation .btn:last-child{
    margin-bottom:0;
}
.button:hover,.powermail_morestep .btn-group button:hover,.powermail_fieldwrap.powermail_tab_navigation .btn:hover{
    background:#0a0a0a;
    color:#fff;
    text-decoration:none;
}
.button.button--right,.powermail_morestep .btn-group button.button--right,.powermail_fieldwrap.powermail_tab_navigation .btn.button--right{
    float:right;
}
.button.button--left,.powermail_morestep .btn-group button.button--left,.powermail_fieldwrap.powermail_tab_navigation .btn.button--left{
    float:left;
}
.button.button--no-color,.powermail_morestep .btn-group button.button--no-color,.powermail_fieldwrap.powermail_tab_navigation .btn.button--no-color{
    background:none;
    padding-left:0;
    color:#bd1d23;
    text-decoration:underline;
}
.button.button--no-color:hover,.powermail_morestep .btn-group button.button--no-color:hover,.powermail_fieldwrap.powermail_tab_navigation .btn.button--no-color:hover{
    color:#1b2e6f;
    text-decoration:underline;
}
.button.button--blue,.powermail_morestep .btn-group button.button--blue,.powermail_fieldwrap.powermail_tab_navigation .btn.button--blue{
    background:#1b2e6f;
    color:#fff;
}
.button.button--blue:hover,.powermail_morestep .btn-group button.button--blue:hover,.powermail_fieldwrap.powermail_tab_navigation .btn.button--blue:hover{
    background:#203374;
}
.button.button--green,.powermail_morestep .btn-group button.button--green,.powermail_fieldwrap.powermail_tab_navigation .btn.button--green{
    background:#a5a68e;
    color:#fff;
}
.button.button--green:hover,.powermail_morestep .btn-group button.button--green:hover,.powermail_fieldwrap.powermail_tab_navigation .btn.button--green:hover{
    background:#aaab93;
}
.button.button--red,.powermail_morestep .btn-group button.button--red,.powermail_fieldwrap.powermail_tab_navigation .btn.button--red{
    background:#bd1d23;
    color:#fff;
}
.button.button--red:hover,.powermail_morestep .btn-group button.button--red:hover,.powermail_fieldwrap.powermail_tab_navigation .btn.button--red:hover{
    background:#c22228;
}
.button.button--default,.powermail_morestep .btn-group button.button--default,.powermail_fieldwrap.powermail_tab_navigation .btn.button--default{
    background:#bd1d23;
    color:#fff;
}
.button.button--default:hover,.powermail_morestep .btn-group button.button--default:hover,.powermail_fieldwrap.powermail_tab_navigation .btn.button--default:hover{
    background:#c22228;
}
.button.button--grey,.powermail_morestep .btn-group button.button--grey,.powermail_fieldwrap.powermail_tab_navigation .btn.button--grey{
    background:#5d5d5c;
    color:#fff;
}
.button.button--grey:hover,.powermail_morestep .btn-group button.button--grey:hover,.powermail_fieldwrap.powermail_tab_navigation .btn.button--grey:hover{
    background:#626261;
}
.media-element{
    display:block;
    width:100%;
    padding-top:0;
    padding-bottom:0;
}
.media-element:before,.media-element:after{
    content:" ";
    display:block;
}
.media-element:after{
    clear:both;
}
.media-element.media-element--align-left{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    float:left;
    max-width:33.3%;
    width:100%;
    margin:0 10px 10px 0;
    padding-right:20px;
    clear:left;
}
@media (max-width:768px){
    .media-element.media-element--align-left{
        max-width:100%;
        width:100%;
        padding-right:0;
    }
}
@media (min-width:769px){
    .media-element.media-element--video{
        width:100% !important;
    }
}
.media-element.media-element--align-right{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    float:right;
    max-width:33.3%;
    width:100%;
    margin:0 0 10px 20px;
    padding-left:15px;
    clear:right;
}
@media (max-width:768px){
    .media-element.media-element--align-right{
        max-width:100%;
        width:100%;
        padding-left:0;
    }
}
.media-element.media-element--full-width{
    max-width:100%;
    width:100%;
}
.media-element__video{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
    height:auto;
}
.media-element__video + .media-element__image,.media-element__video + .media-element__video,.media-element__video + .media-element__audio{
    margin-top:20px;
}
.media-element__video .embed-responsive{
    margin-bottom:0;
}
.media-element__video figure{
    margin-bottom:20px;
}
.media-element__video figcaption{
    font-size:16px;
    font-size:1rem;
    line-height:23px;
    line-height:1.4;
    font-weight:400;
    background-color:#878a8a;
    color:#fff;
    margin-top:5px;
    padding:5px 5px 5px 5px;
}
.media-element__audio{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
    height:auto;
}
.media-element__audio + .media-element__image,.media-element__audio + .media-element__video,.media-element__audio + .media-element__audio{
    margin-top:20px;
}
.media-element__audio audio{
    width:100%;
}
.media-element__audio figure{
    margin-bottom:20px;
}
.media-element__audio figcaption{
    font-size:16px;
    font-size:1rem;
    line-height:23px;
    line-height:1.4;
    font-weight:400;
    background-color:#878a8a;
    color:#fff;
    margin-top:5px;
    padding:5px 5px 5px 5px;
}
.media-element__image{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
    height:auto;
}
.media-element__image + .media-element__image,.media-element__image + .media-element__video,.media-element__image + .media-element__audio{
    margin-top:20px;
}
.media-element__image img{
    display:block;
    max-width:100%;
    height:auto;
}
.media-element__image figure{
    margin-bottom:20px;
}
.media-element__image figcaption{
    font-size:16px;
    font-size:1rem;
    line-height:23px;
    line-height:1.4;
    font-weight:400;
    background-color:#878a8a;
    color:#fff;
    margin-top:5px;
    padding:5px 5px 5px 5px;
}
[class*="csc-textpic-"] > .csc-textpic-imagerow + .csc-textpic-imagerow{
    margin-top:20px;
}
.rounded-images .media-element__image img{
    border-radius:50%;
    overflow:hidden;
}
.related-posts{
    display:block;
    padding-left:0;
}
.related-posts__post{
    display:block;
}
.pagination{
    font-size:0px;
    font-size:0rem;
    display:block;
    text-align:center;
    padding-left:0;
    margin-left:0;
}
.pagination:before,.pagination:after{
    content:" ";
    display:block;
}
.pagination:after{
    clear:both;
}
.pagination__item{
    font-size:16px;
    font-size:1rem;
    display:inline-block;
    background-color:#bd1d23;
    line-height:35px;
    color:#fff;
}
.pagination__item.pagination__item--current{
    background-color:#e65a60;
}
.pagination__item.pagination__item--current a,.pagination__item.pagination__item--current span{
    display:block;
    width:40px;
    background-color:#e65a60;
    color:#fff;
}
.pagination__item.pagination__item--next a,.pagination__item.pagination__item--next span{
    position:relative;
}
.pagination__item.pagination__item--next a:before,.pagination__item.pagination__item--next span:before{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.pagination__item.pagination__item--previous a,.pagination__item.pagination__item--previous span{
    position:relative;
}
.pagination__item.pagination__item--previous a:before,.pagination__item.pagination__item--previous span:before{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.pagination__item a,.pagination__item span{
    display:block;
    text-decoration:none;
    background-color:#bd1d23;
    color:#fff;
    padding:0;
    width:40px;
    line-height:35px;
}
.pagination__item a:hover,.pagination__item span:hover{
    background-color:#e65a60;
    color:#fff;
}
.pagination-wrapper{
    display:block;
}
.pagination-search{
    font-size:0px;
    font-size:0rem;
    display:block;
    text-align:center;
}
.pagination-search:before,.pagination-search:after{
    content:" ";
    display:block;
}
.pagination-search:after{
    clear:both;
}
.pagination-search a{
    font-size:16px;
    font-size:1rem;
    display:inline-block;
    background-color:#bd1d23;
    line-height:35px;
    color:#fff;
    text-decoration:none;
    width:40px;
}
.pagination-search a:hover{
    background-color:#e65a60;
    color:#fff;
}
.pagination-search a.current{
    background-color:#e65a60;
}
.pagination-search a.prev,.pagination-search a.next{
    text-indent:-9999px;
    position:relative;
}
.pagination-search a.prev:before,.pagination-search a.next:before{
    font-size:16px;
    font-size:1rem;
    font-family:'Icons';
    content:"\f054";
    position:absolute;
    text-indent:0;
    top:0;
    left:14px;
}
.pagination-search a.prev:before{
    content:"\f053";
}
fieldset{
    padding:0;
    margin:0;
    border:0;
    min-width:0;
}
legend{
    font-size:16px;
    font-size:1rem;
    display:block;
    width:100%;
    padding:0;
    margin-bottom:5px;
    line-height:inherit;
    color:#000;
    border:0;
}
label{
    display:block;
    max-width:100%;
    margin-bottom:5px;
    font-size:16px;
    font-size:1rem;
    font-weight:normal;
}
input,textarea,select{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    font-size:16px;
    font-size:1rem;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    border:3px solid #e9eaeb;
    display:block;
    width:100%;
    border-radius:6px;
    padding:10px;
    outline:none;
    margin-bottom:15px;
    background-color:#fff;
    font-weight:400;
    color:#1b2e6f;
}
.form-error{
    border:1px solid #f00;
    color:#f00;
}
.checkbox{
    position:relative;
    display:block;
    margin-bottom:15px;
}
.checkbox input[type=checkbox]{
    display:none;
}
.checkbox input[type=checkbox]:checked + label:after{
    content:"\f00c";
}
.checkbox label{
    font-size:16px;
    font-size:1rem;
    display:inline-block;
    cursor:pointer;
    color:#5d5d5c;
    margin-right:10px;
    margin-bottom:0px;
    line-height:20px;
}
.checkbox label:before{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    content:"";
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    border:3px solid #e9eaeb;
    background-color:#fff;
    color:#1b2e6f;
    vertical-align:middle;
    text-align:center;
    border-radius:6px;
    margin-right:5px;
    margin-top:-3px;
}
.checkbox label:after{
    font-size:12px;
    font-size:0.75rem;
    content:"";
    position:absolute;
    font-family:'Icons';
    top:-1px;
    left:0px;
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    color:#1b2e6f;
    text-align:center;
}
.radio{
    display:block;
}
.radio input[type=radio]{
    display:none;
}
.radio input[type=radio]:checked + label:after{
    display:block;
}
.radio label{
    font-size:16px;
    font-size:1rem;
    position:relative;
    display:inline-block;
    cursor:pointer;
    margin-right:10px;
    line-height:20px;
    font-weight:normal;
}
.radio label:last-child{
    margin-right:0;
}
.radio label:before{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    font-size:16px;
    font-size:1rem;
    position:relative;
    top:0px;
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    border:3px solid #e9eaeb;
    background-color:#fff;
    color:#e9eaeb;
    vertical-align:middle;
    text-align:center;
    border-radius:50%;
    margin-right:5px;
}
.radio label:after{
    position:absolute;
    top:50%;
    left:5px;
    content:" ";
    display:none;
    width:10px;
    height:10px;
    background:#1b2e6f;
    margin-top:-5px;
    border-radius:50%;
    font-family:'';
}
.radio label.checked :after{
    content:" ";
    content:20px;
}
.select-field{
    display:block;
    margin-bottom:15px;
}
.select-field.select-field--no-margin-bottom{
    margin-bottom:0;
}
@media (max-width:769px){
    .select-field.select-field--no-margin-bottom{
        margin-bottom:15px;
    }
}
.select-field.select-field--disabled{
    opacity:0.5;
    filter:alpha(opacity=50);
    pointer-events:none !important;
}
.select-field__label{
    display:block;
}
.select-field__box{
    position:relative;
    cursor:pointer;
    background:#fff;
    border-radius:6px;
}
.select-field__box:after{
    font-size:14px;
    font-size:0.875rem;
    display:block;
    content:"\f078";
    font-family:"Icons";
    width:40px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    text-align:center;
    line-height:44px;
    border-radius:0 6px 6px 0;
    border-top:0 none #fff;
    border-right:0 none #fff;
    border-bottom:0 none #fff;
    border-left:0 none;
    background:#1b2e6f;
    color:#fff;
    pointer-events:none;
}
.select-field__box select{
    cursor:pointer;
    margin-bottom:0;
    background:none;
    color:#5d5d5c;
}
.csc-default{
    display:block;
    margin-bottom:20px;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
}
.csc-default:before,.csc-default:after{
    content:" ";
    display:block;
}
.csc-default:after{
    clear:both;
}
.csc-uploads .csc-uploads-element .csc-uploads-fileSize{
    margin-left:10px;
}
.csc-uploads .csc-uploads-element .csc-uploads-description{
    display:block;
}
.csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagerow{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn img{
    max-width:100%;
    height:auto;
}
.csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagerow{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn img{
    max-width:100%;
    height:auto;
}
.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn img{
    max-width:100%;
    height:auto;
}
.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagerow{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn img{
    max-width:100%;
    height:auto;
}
.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagerow{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:20%;
        -webkit-flex-basis:20%;
        flex-basis:20%;
        width:20%;
        max-width:20%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn img{
    max-width:100%;
    height:auto;
}
.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagerow{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:16.66667%;
        -webkit-flex-basis:16.66667%;
        flex-basis:16.66667%;
        width:16.66667%;
        max-width:16.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn img{
    max-width:100%;
    height:auto;
}
.logo{
    display:inline-block;
    margin-top:20px;
    margin-bottom:20px;
}
.logo a,.logo img{
    display:block;
}
@media (max-width:400px){
    .logo a,.logo img{
        width:100%;
        height:auto;
    }
}
.topbar{
    position:relative;
    display:block;
    color:#fff;
    background:#4d4d4b;
    z-index:1000;
}
.topbar__wrapper{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
}
@media (min-width:769px){
    .topbar__wrapper{
        width:769px;
    }
}
@media (min-width:1024px){
    .topbar__wrapper{
        width:1024px;
    }
}
@media (min-width:1200px){
    .topbar__wrapper{
        width:1200px;
    }
}
.topbar__wrapper a{
    color:#fff;
    line-height:30px;
    text-decoration:none;
}
.topbar__wrapper a:hover{
    color:#fff;
}
@media (min-width:770px){
    .topbar__wrapper a.logout{
        padding-left:0;
    }
    .topbar__wrapper a.logout:before{
        content:inherit;
        content:initial;
    }
}
.topbar__wrapper p{
    line-height:1.7;
}
.topbar__wrapper .grid__column:first-child{
    text-align:left;
}
.topbar__wrapper .grid__column:last-child{
    text-align:right;
}
.header{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    display:block;
    background:#fff;
    margin-bottom:20px;
    min-height:0px;
    z-index:1000;
}
.header__content{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
}
@media (min-width:769px){
    .header__content{
        width:769px;
    }
}
@media (min-width:1024px){
    .header__content{
        width:1024px;
    }
}
@media (min-width:1200px){
    .header__content{
        width:1200px;
    }
}
.header-submenu{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
}
.header-submenu__item{
    display:inline-block;
}
.header-submenu__icon{
    transition:background 0.5s cubic-bezier(0.19,1,0.22,1),color 0.5s cubic-bezier(0.19,1,0.22,1);
    display:block;
    padding:50px 20px 20px 20px;
    background:transparent;
    color:#bd1d23;
    text-decoration:none;
    line-height:25px;
}
.header-submenu__icon.active,.header-submenu__icon:hover{
    background:#bd1d23;
    color:#fff;
    text-decoration:none;
}
.header-submenu__icon:before{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:25px;
    font-size:1.5625rem;
    position:relative;
    top:5px;
    display:inline-block;
    font-family:'Icons';
    font-weight:400;
    font-style:normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    margin-right:5px;
    content:'';
}
@media (max-width:1023px){
    .header-submenu__icon:before{
        margin-right:0;
    }
    .header-submenu__icon span{
        display:none;
    }
}
.breadcrumb{
    font-size:16px;
    font-size:1rem;
    display:block;
    margin:0 0 15px 0;
    padding:0;
    color:#5d5d5c;
    float:left;
}
.breadcrumb:before,.breadcrumb:after{
    content:" ";
    display:block;
}
.breadcrumb:after{
    clear:both;
}
@media (max-width:768px){
    .breadcrumb{
        display:none;
    }
}
.breadcrumb__item{
    font-size:16px;
    font-size:1rem;
    display:block;
    float:left;
    margin-right:10px;
    line-height:30px;
}
.breadcrumb__item:after{
    display:inline-block;
    content:"\f054";
    margin-left:10px;
    line-height:15px;
    font-weight:bold;
}
.breadcrumb__item:last-child:after{
    display:none;
}
.breadcrumb__item a{
    line-height:25px;
}
.breadcrumb__item.breadcrumb__item--level-1:before{
    display:none;
}
.breadcrumb__item.breadcrumb__item--level-1 > a:before{
    font-family:Helvetica,Arial,sans-serif;
    content:'';
    margin-right:0;
    display:inline-block;
    text-decoration:none;
}
.breadcrumb__item.breadcrumb__item--level-1 > a > span{
    display:none;
}
.teaser-element{
    display:block;
    margin-bottom:20px;
}
.slider{
    transition:opacity 0.3s cubic-bezier(0.19,1,0.22,1);
    position:relative;
    display:none;
    margin-bottom:0;
}
.slider:before,.slider:after{
    content:" ";
    display:block;
}
.slider:after{
    clear:both;
}
.slider__item{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    display:block;
}
.slider__item.slider__item--margin{
    margin-left:15px;
    margin-right:15px;
}
@media (max-width:768px){
    .slider__item{
        margin-left:0px;
        margin-right:0px;
    }
}
.slider__item:focus{
    outline:none;
    border:none;
}
.slider__image{
    transition:all 0.3s;
    -webkit-transform:scale(1);
    transform:scale(1);
    display:block;
}
.slider__image img{
    display:block;
    width:100%;
    height:auto;
}
.slider__content-wrapper{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
}
@media (max-width:768px){
    .slider__content-wrapper{
        position:relative;
        left:0;
        bottom:0;
    }
}
.slider__caption{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    left:80px;
    bottom:0px;
    display:inline-block;
    width:auto;
    max-width:68%;
    padding:20px;
    background:rgba(255,255,255,0.9);
    margin-bottom:20px;
    text-decoration:none;
}
.slider__caption:hover{
    text-decoration:none;
}
.slider__caption:focus{
    outline:none;
    border:none;
}
@media (max-width:768px){
    .slider__caption{
        max-width:100%;
        padding-left:0;
        padding-right:0;
        margin-bottom:0;
        left:0;
        bottom:0;
    }
}
.slider__caption a p{
    color:#5d5d5c;
}
.slider__caption > *:last-child{
    margin-bottom:0;
}
.slider__caption *{
    text-decoration:none;
}
.slider__caption *:hover{
    text-decoration:none;
}
.slider__button{
    display:inline-block;
    margin-top:20px;
    text-align:left;
}
.slider .slider__button:first-child{
    margin-top:0;
}
.slider.slick-initialized{
    -webkit-animation:fadeIn ease-in;
    -ms-animation:fadeIn ease-in;
    animation:fadeIn ease-in;
    -webkit-animation-duration:0.3s;
    -ms-animation-duration:0.3s;
    animation-duration:0.3s;
    -webkit-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    display:block;
}
.slider .slider__item{
    margin-bottom:0;
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@keyframes fadeIn{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
.alert{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    background:#f1f1f1;
    color:#000;
    padding:10px;
    border:1px solid #000;
    margin-bottom:10px;
}
.alert:last-child{
    margin-right:0px;
}
.alert *:last-child{
    margin-bottom:0;
}
.alert.alert--success{
    background:#dff0d8;
    color:#3c763d;
    border-color:#dff0d8;
}
.alert.alert--success *{
    color:#3c763d !important;
}
.alert.alert--info{
    background:#d9edf7;
    color:#31708f;
    border-color:#d9edf7;
}
.alert.alert--info *{
    color:#31708f !important;
}
.alert.alert--warning{
    background:#fcf8e3;
    color:#8a6d3b;
    border-color:#fcf8e3;
}
.alert.alert--warning *{
    color:#8a6d3b !important;
}
.alert.alert--custom{
    background:#f2dede;
    color:#a94442;
    border-color:#f2dede;
}
.alert.alert--custom *{
    color:#a94442 !important;
}
.alert.alert--danger{
    background:#f2dede;
    color:#a94442;
    border-color:#f2dede;
}
.alert.alert--danger *{
    color:#a94442 !important;
}
.navigation{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    background:#dfdfdf;
}
.navigation:before,.navigation:after{
    content:" ";
    display:block;
}
.navigation:after{
    clear:both;
}
@media (min-width:769px){
    .navigation{
        display:block !important;
    }
}
@media (max-width:768px){
    .navigation{
        display:none;
    }
}
.navigation-list{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:0px;
    font-size:0rem;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    display:block;
    padding-left:0;
    margin-left:0;
    margin-bottom:0px;
}
.navigation-list:before,.navigation-list:after{
    content:" ";
    display:block;
}
.navigation-list:after{
    clear:both;
}
.navigation-list.navigation-list--block{
    display:block;
    width:100%;
}
.navigation-list.navigation-list--block > .navigation-list__item{
    display:block;
    float:none;
}
.navigation-list.navigation-list--inline-block{
    width:100%;
}
.navigation-list.navigation-list--inline-block.navigation-list.navigation-list--inline-block--center{
    text-align:center;
}
.navigation-list.navigation-list--inline-block.navigation-list.navigation-list--inline-block--right{
    text-align:right;
}
.navigation-list.navigation-list--inline-block > .navigation-list__item{
    display:inline-block;
    float:none;
}
.navigation-list.navigation-list--inline-block > .navigation-list__item + .navigation-list__item{
    margin-left:10px;
}
.navigation-list.navigation-list--float{
    width:100%;
}
.navigation-list.navigation-list--float > .navigation-list__item{
    display:block;
    float:left;
}
.navigation-list.navigation-list--float > .navigation-list__item + .navigation-list__item{
    margin-left:10px;
}
.navigation-list.navigation-list--table{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:table;
    width:100%;
}
@media (max-width:768px){
    .navigation-list.navigation-list--table{
        display:block !important;
    }
}
.navigation-list.navigation-list--table > .navigation-list__item{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:table-cell;
    float:none;
}
@media (max-width:768px){
    .navigation-list.navigation-list--table > .navigation-list__item{
        display:block !important;
    }
}
.navigation-list.navigation-list--flex{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
@media (max-width:768px){
    .navigation-list.navigation-list--flex{
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
    }
}
.navigation-list.navigation-list--flex > .navigation-list__item{
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}
.navigation-list.navigation-list--mobile-toggle{
    text-align:left;
    display:table !important;
}
@media (min-width:769px){
    .navigation-list.navigation-list--mobile-toggle{
        display:none !important;
    }
}
.navigation-list.navigation-list--mobile-toggle.navigation-list--table > .navigation-list__item{
    display:table-cell !important;
}
.navigation-list.navigation-list--mobile-toggle.navigation-list--table > .navigation-list__item + .navigation-list__item{
    border-left:3px solid #fff;
}
.navigation-list.navigation-list--overview-link{
    width:100%;
    margin-bottom:20px;
    background:#fff
}
.navigation-list.navigation-list--overview-link a{
    font-size:18px;
    font-size:1.125rem;
    display:inline-block !important;
    margin-bottom:0;
    line-height:38px;
    padding:0 12px;
    background:#fff !important;
    color:#4d4d4b !important;
}
.navigation-list.navigation-list--overview-link a:hover{
    color:#bd1d23 !important;
    background:#fff !important;
    text-decoration:none;
}
.navigation-list__item{
    font-size:16px;
    font-size:1rem;
    display:block;
}
.navigation-list__item a{
    font-size:100%px;
    font-size:6.25%rem;
    position:relative;
    display:block;
    padding:5px 10px 5px 13px;
    margin:0 0 0 10px;
    text-decoration:none;
}
.navigation-list__item a:hover{
    text-decoration:none;
}
.navigation-list__item.navigation-list__item--active > a{
    color:#bd1d23;
    text-decoration:none;
}
.navigation-list__item.navigation-list__item--level-1{
    text-align:center;
}
.navigation-list__item.navigation-list__item--level-1.navigation-list__item--active > a{
    background-color:#4d4d4b;
    color:#fff;
}
.navigation-list__item.navigation-list__item--level-1.navigation-list__item--dropdown-open > a{
    background-color:#4d4d4b;
    color:#fff;
}
.navigation-list__item.navigation-list__item--level-1 > a{
    transition:background-color 0.5s cubic-bezier(0.19,1,0.22,1);
    font-size:17px;
    font-size:1.0625rem;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    background-color:#e9eaeb;
    color:#4d4d4b;
    padding:10px;
    margin-left:0px;
    text-decoration:none;
}
.navigation-list__item.navigation-list__item--level-1 > a:hover{
    background-color:#4d4d4b;
    color:#fff;
    text-decoration:none;
}
.navigation-list__item.navigation-list__item--level-1 > a:before{
    content:inherit;
    content:initial;
}
.navigation-list__item.navigation-list__item--level-1 + .navigation-list__item--level-1{
    border-left:3px solid #fff;
}
@media (max-width:768px){
    .navigation-list__item.navigation-list__item--level-1 + .navigation-list__item--level-1{
        border-left:0 none;
        border-top:1px solid #fff;
    }
}
.navigation-list__item.navigation-list__item--level-1 > a{
    text-transform:uppercase;
}
@media (max-width:768px){
    .navigation-list__item.navigation-list__item--level-1{
        text-align:left;
    }
}
.navigation-list__item.navigation-list__item--level-2{
    text-align:left;
}
@media (min-width:769px){
    .navigation-list__item.navigation-list__item--level-2 .navigation-list{
        display:block !important;
    }
}
@media (max-width:768px){
    .navigation-list__item.navigation-list__item--level-2 .navigation-list{
        display:none;
    }
}
.navigation-list__item.navigation-list__item--level-3{
    text-align:left;
}
.navigation-list__dropdown{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:none;
    background:#fff;
    overflow:hidden;
}
.navigation-list__dropdown:before,.navigation-list__dropdown:after{
    content:" ";
    display:block;
}
.navigation-list__dropdown:after{
    clear:both;
}
@media (max-width:768px){
    .navigation-list__dropdown{
        position:relative !important;
        top:0;
    }
}
.navigation-list__headline{
    font-size:18px;
    font-size:1.125rem;
    font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-weight:normal;
    position:relative;
    display:block;
    padding:5px 10px;
    margin-bottom:10px;
    border-bottom:1px solid #1b2e6f;
    color:#1b2e6f;
}
@media (max-width:768px){
    .navigation-list__headline:hover{
        cursor:pointer;
    }
}
@media (max-width:768px){
    .navigation-list .navigation-list__item--active > .navigation-list__headline{
        color:#bd1d23;
    }
}
.navigation-list__dropdown-content{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-top:15px;
    padding-bottom:15px;
    text-decoration:none;
    color:#1b2e6f;
    border-top:none;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
@media (max-width:768px){
    .navigation-list__dropdown-content{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-right:-15px;
        margin-left:-15px;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--1-columns > .navigation-list.navigation-list--overview-link{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--1-columns > .navigation-list.navigation-list--overview-link{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--1-columns > .navigation-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--1-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--1-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:1023px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--1-columns > .navigation-list:nth-child(2n - 2){
        clear:both;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--2-columns > .navigation-list.navigation-list--overview-link{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--2-columns > .navigation-list.navigation-list--overview-link{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--2-columns > .navigation-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--2-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--2-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:1023px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--2-columns > .navigation-list:nth-child(2n - 2){
        clear:both;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--3-columns > .navigation-list.navigation-list--overview-link{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--3-columns > .navigation-list.navigation-list--overview-link{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--3-columns > .navigation-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--3-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--3-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:1023px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--3-columns > .navigation-list:nth-child(2n - 2){
        clear:both;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--4-columns > .navigation-list.navigation-list--overview-link{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--4-columns > .navigation-list.navigation-list--overview-link{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--4-columns > .navigation-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--4-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--4-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:1023px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--4-columns > .navigation-list:nth-child(2n - 2){
        clear:both;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--5-columns > .navigation-list.navigation-list--overview-link{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--5-columns > .navigation-list.navigation-list--overview-link{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--5-columns > .navigation-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--5-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--5-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:20%;
        -webkit-flex-basis:20%;
        flex-basis:20%;
        width:20%;
        max-width:20%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:1023px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--5-columns > .navigation-list:nth-child(2n - 2){
        clear:both;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--6-columns > .navigation-list.navigation-list--overview-link{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--6-columns > .navigation-list.navigation-list--overview-link{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.navigation-list__dropdown-content.navigation-list__dropdown-content--6-columns > .navigation-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--6-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--6-columns > .navigation-list{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:16.66667%;
        -webkit-flex-basis:16.66667%;
        flex-basis:16.66667%;
        width:16.66667%;
        max-width:16.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:1023px){
    .navigation-list__dropdown-content.navigation-list__dropdown-content--6-columns > .navigation-list:nth-child(2n - 2){
        clear:both;
    }
}
.navigation-list__dropdown-content a{
    color:#4d4d4b;
}
.navigation-list__dropdown-content a:hover{
    color:#bd1d23;
}
.footer{
    display:block;
}
.footer__content-wrapper{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
}
@media (min-width:769px){
    .footer__content-wrapper{
        width:769px;
    }
}
@media (min-width:1024px){
    .footer__content-wrapper{
        width:1024px;
    }
}
@media (min-width:1200px){
    .footer__content-wrapper{
        width:1200px;
    }
}
.footer__content-wrapper p,.footer__content-wrapper a,.footer__content-wrapper span{
    font-size:15px;
    font-size:0.9375rem;
}
.footer__content-wrapper h4{
    margin-bottom:10px;
    padding-bottom:5px;
    color:#1b2e6f;
    border-bottom:1px solid #878a8a;
}
.footer-column{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    padding-top:15px;
    padding-bottom:15px;
}
.footer-column:before,.footer-column:after{
    content:" ";
    display:block;
}
.footer-column:after{
    clear:both;
}
.footer-column.footer-column--light{
    background:#e9eaeb;
    color:#4d4d4b;
}
.footer-column.footer-column--light *{
    color:#4d4d4b;
}
.footer-column.footer-column--dark{
    background:#5d5d5c;
    color:#fff;
}
.footer-column.footer-column--dark *{
    color:#fff;
}
.footer-bottom{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
    font-size:14px;
    font-size:0.875rem;
    display:block;
}
.footer-bottom:before,.footer-bottom:after{
    content:" ";
    display:block;
}
.footer-bottom:after{
    clear:both;
}
.footer-bottom:before{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    content:'';
    display:block;
    height:1px;
    background:#666;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:15px;
}
.footer-bottom *{
    font-size:14px;
    font-size:0.875rem;
    margin-bottom:0;
}
.footer-bottom__copyright{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.plugin-list{
    display:block;
    width:100%;
}
.plugin-list.plugin-list--with-seperator .plugin-list__item + .plugin-list__item{
    padding-top:20px;
    border-top:1px solid #1b2e6f;
}
.plugin-list.plugin-list--calendar-highlight .plugin-list__item--highlight-list{
    margin-bottom:0;
}
.plugin-list.plugin-list--calendar-highlight .plugin-list__item--highlight-list + .plugin-list__item--highlight-list{
    padding-top:5px;
    border-top:none;
}
.plugin-list.plugin-list--calendar-highlight .plugin-list__subinfo{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding:20px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex:1 1 0%;
    -ms-flex:1 1 0%;
    flex:1 1 0%;
    background:#fff;
    margin-bottom:0;
    word-break:break-word;
}
@media (max-width:768px){
    .plugin-list.plugin-list--calendar-highlight .plugin-list__subinfo{
        word-break:break-all;
        word-break:break-word;
    }
}
.plugin-list.plugin-list--calendar-highlight .plugin-list__subinfo *{
    font-style:normal;
    color:#5d5d5c;
}
.plugin-list.plugin-list--highlight{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box{
    padding:15px;
    margin:0;
    background:#fff;
    border:1px solid #878a8a;
    text-decoration:none;
}
.plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box .plugin-list__content{
    padding:0;
}
.plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box .plugin-list__date{
    color:#5d5d5c;
    text-decoration:none;
}
.plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box .h3-style{
    color:#bd1d23;
    text-decoration:none;
}
.plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box + .plugin-list__item{
    border-top:none;
}
.plugin-list__item{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
    margin-bottom:20px;
}
@media (min-width:769px){
    .plugin-list__item:not(.cal-list__item){
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
    }
}
.plugin-list__item:last-child{
    margin-bottom:0px;
}
.plugin-list__item.plugin-list__item--highlight-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-left:0;
    margin-right:0;
}
.plugin-list .plugin-list__calendar{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex:0 0 60px;
    -ms-flex:0 0 60px;
    flex:0 0 60px;
    background:#fff;
    padding:20px;
    margin-right:5px;
}
.plugin-list .plugin-list__calendar-date-wrapper{
    font-size:18px;
    font-size:1.125rem;
    display:block;
}
.plugin-list .plugin-list__calendar-day{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
    text-align:center;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:5px;
    margin-bottom:5px;
    color:#000;
    border-bottom:1px solid #fff;
}
.plugin-list .plugin-list__calendar-day-number{
    font-size:24px;
    font-size:1.5rem;
    display:block;
    width:100%;
    text-align:center;
    font-weight:bold;
    color:#000;
}
.plugin-list .plugin-list__calendar-month{
    display:block;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    color:#000;
}
.plugin-list__image{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .plugin-list__image{
        max-width:25%;
        -ms-flex-preferred-size:inherit;
        -webkit-flex-basis:inherit;
        flex-basis:inherit;
        width:auto;
    }
}
.plugin-list__image img{
    display:block;
}
@media (max-width:768px){
    .plugin-list__image img{
        max-width:100%;
        height:auto;
    }
}
@media (max-width:768px){
    .plugin-list__image{
        margin-bottom:0;
    }
}
.plugin-list__subinfo{
    font-size:15px;
    font-size:0.9375rem;
    display:block;
    margin-bottom:10px;
}
.plugin-list__subinfo.plugin-list__subinfo--no-margin-bottom{
    margin-bottom:5px;
}
.plugin-list__date{
    display:inline-block;
}
.plugin-list__date ~ .plugin-list__categories > *:first-child::before{
    content:'- ';
}
.plugin-list__categories{
    display:inline-block;
}
.plugin-list__content{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .plugin-list__content.plugin-list__content--full-width{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.plugin-list--cal-image-teaser-list{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
    width:auto;
}
.plugin-list__cal-image-teaser{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
@media (min-width:769px){
    .plugin-list__cal-image-teaser{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .plugin-list__cal-image-teaser{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .plugin-list__cal-image-teaser{
        margin-bottom:15px;
    }
}
.plugin-list__cal-image-teaser:nth-child(1){
    margin-top:0 !important;
}
.plugin-list__cal-image-teaser + .plugin-list__cal-image-teaser{
}
.plugin-list__cal-image-teaser .plugin-list__date{
    display:block;
    background-color:#5d5d5c;
    -webkit-flex:0 0 50px;
    -ms-flex:0 0 50px;
    flex:0 0 50px;
    max-width:50px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding-top:15px;
    padding-bottom:15px
}
.plugin-list__cal-image-teaser .plugin-list__date *{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#fff
}
.plugin-list__cal-image-teaser .plugin-list__date .plugin-list__calendar-day{
    padding:0;
    margin-bottom:2px;
    border:0 none;
}
.plugin-list__cal-image-teaser .plugin-list__date .plugin-list__calendar-date-wrapper + .plugin-list__calendar-date-wrapper::before{
    content:'';
    display:block;
    width:40%;
    height:2px;
    position:relative;
    left:auto;
    margin:0 auto;
    background-color:#fff;
    margin-top:15px;
    margin-bottom:15px;
}
.plugin-list__cal-image-teaser .plugin-list__content-wrapper{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%;
    background-color:#fff;
    max-width:calc(100% - 50px);
}
.plugin-list__cal-image-teaser .plugin-list__content{
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    width:100%;
    padding:15px;
    border-color:#878a8a;
    border-style:solid;
    border-width:1px 1px 1px 0px;
}
.plugin-list__cal-image-teaser .plugin-list__content h2 a{
    color:#bd1d23;
    text-decoration:none;
}
.plugin-list__cal-image-teaser .plugin-list__content h2 a:hover{
    color:#bd1d23;
    text-decoration:underline;
}
.plugin-list__cal-image-teaser .plugin-list__image + .plugin-list__content{
    border-width:0 1px 1px 0;
}
.plugin-list__cal-image-teaser .plugin-list__image{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    padding-left:0 !important;
    padding-right:0 !important;
    -webkit-flex-basis:auto !important;
    -ms-flex-preferred-size:auto !important;
    flex-basis:auto !important;
    overflow:hidden;
    margin-bottom:0;
}
@media (min-width:769px){
    .plugin-list__cal-image-teaser .plugin-list__image{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
html:not(.mobile) .plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box:hover{
    background:#e9eaeb;
    border-color:#878a8a;
}
html:not(.mobile) .plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box:hover .plugin-list__date{
    color:#5d5d5c;
    text-decoration:underline;
}
html:not(.mobile) .plugin-list.plugin-list--highlight .plugin-list__item.plugin-list__item--box:hover .h3-style{
    color:#bd1d23;
    text-decoration:underline;
}
html:not(.mobile) .plugin-list .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__calendar-date-wrapper .plugin-list__calendar-day,html:not(.mobile) .plugin-list .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__calendar-date-wrapper .plugin-list__calendar-day-number,html:not(.mobile) .plugin-list .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__calendar-date-wrapper .plugin-list__calendar-month{
    text-decoration:none !important;
}
html.ie11 .plugin-list__cal-image-teaser{
    overflow:hidden;
}
html:not(.ie11) .plugin-list .plugin-list__calendar{
    -webkit-flex:0 0 100px;
    -ms-flex:0 0 100px;
    flex:0 0 100px;
}
.plugin-list .plugin-list__image-teaser{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    margin-bottom:20px;
}
.plugin-list .plugin-list__image-teaser .plugin-list__content,.plugin-list .plugin-list__image-teaser .plugin-list__image{
    max-width:100%;
    width:100%;
    -webkit-flex-basis:100%;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    padding:0;
}
@media (max-width:769px){
    .plugin-list .plugin-list__image-teaser .plugin-list__content,.plugin-list .plugin-list__image-teaser .plugin-list__image{
        margin-bottom:0 !important;
    }
}
.plugin-list .plugin-list__image-teaser .plugin-list__content img,.plugin-list .plugin-list__image-teaser .plugin-list__image img{
    max-width:100%;
    height:auto;
}
.plugin-list .plugin-list__image-teaser .plugin-list__content{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    background:#fff;
    padding:10px 10px;
    border-left:1px solid #878a8a;
    border-bottom:1px solid #878a8a;
    border-right:1px solid #878a8a;
}
.plugin-list .plugin-list__image-teaser .plugin-list__content a{
    display:block;
    color:#bd1d23;
    text-decoration:none;
}
.plugin-list .plugin-list__image-teaser .plugin-list__content a:hover{
    color:#bd1d23;
    text-decoration:underline;
}
.plugin-list .plugin-list__image-teaser .plugin-list__content > *:last-child{
    margin-bottom:0;
}
.plugin-list .plugin-list__image-teaser .plugin-list__date{
    font-size:14px;
    font-size:0.875rem;
    display:block;
    padding:10px 10px;
    background:#5d5d5c;
    color:#fff;
}
.plugin-list .plugin-list__image-teaser .listlink_hidden{
    display:none;
}
.navigation-slidecontainer{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:none;
    border-top:3px solid #bd1d23;
    border-bottom:3px solid #bd1d23;
}

.navigation-slidecontainer__content{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
    position:relative;
    overflow:hidden;
    padding-top:15px;
    padding-bottom:15px;
}
@media (min-width:769px){
    .navigation-slidecontainer__content{
        width:769px;
    }
}
@media (min-width:1024px){
    .navigation-slidecontainer__content{
        width:1024px;
    }
}
@media (min-width:1200px){
    .navigation-slidecontainer__content{
        width:1200px;
    }
}
@media (min-width:769px){
    .navigation-slidecontainer__content .csc-default,.navigation-slidecontainer__content .csc-menu{
        margin-bottom:0;
    }
}
@media (max-width:768px){
    .navigation-slidecontainer__content .csc-menu{
        margin-bottom:0;
    }
}
.navigation-slidecontainer__content ul,.navigation-slidecontainer__content .csc-menu{
    list-style:none;
    margin:0;
    padding:0;
}
.navigation-slidecontainer__content ul a,.navigation-slidecontainer__content .csc-menu a{
    position:relative;
    display:inline-block;
    text-decoration:none;
    padding:5px 10px 5px 13px;
}
.navigation-slidecontainer__close{
    position:absolute;
    top:0;
    right:15px;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    background:#bd1d23;
    color:#fff;
    text-align:center;
    text-indent:-999999px;
    text-decoration:none;
}
.navigation-slidecontainer__close:hover{
    background:#bd1d23;
    color:#fff;
    text-decoration:none;
}
.pagination-search-result{
    text-align:center;
    margin:0 0 10px 0;
}
.pagination-search ul{
    display:inline;
    margin:0;
    padding:0;
}
.pagination-search ul li{
    list-style-type:none;
    display:inline;
    margin:0;
}
.embed-responsive{
    position:relative;
    display:block;
    height:0;
    padding:0;
    overflow:hidden;
    padding-bottom:56.2%;
    margin-top:0px;
}
@media (max-width:769px){
    .embed-responsive{
        margin-bottom:15px;
    }
}
.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    height:100%;
    width:100%;
    border:0;
}
video{
    background:#000;
}
@media (min-width:769px){
    .embed-responsive + .alert{
        margin-top:10px;
    }
}
.mfp-bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1042;
    overflow:hidden;
    position:fixed;
    background:#0b0b0b;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.mfp-wrap{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1043;
    position:fixed;
    outline:none !important;
    -webkit-backface-visibility:hidden;
}
.mfp-container{
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding:0 8px;
    box-sizing:border-box;
}
.mfp-container:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.mfp-align-top .mfp-container:before{
    display:none;
}
.mfp-content{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
    z-index:1045;
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{
    width:100%;
    cursor:auto;
}
.mfp-ajax-cur{
    cursor:progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor:-webkit-zoom-out;
    cursor:zoom-out;
}
.mfp-zoom{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:zoom-in;
}
.mfp-auto-cursor .mfp-content{
    cursor:auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.mfp-loading.mfp-figure{
    display:none;
}
.mfp-hide{
    display:none !important;
}
.mfp-preloader{
    color:#ccc;
    position:absolute;
    top:50%;
    width:auto;
    text-align:center;
    margin-top:-0.8em;
    left:8px;
    right:8px;
    z-index:1044;
}
.mfp-preloader a{
    color:#ccc;
}
.mfp-preloader a:hover{
    color:#fff;
}
.mfp-s-ready .mfp-preloader{
    display:none;
}
.mfp-s-error .mfp-content{
    display:none;
}
button.mfp-close,button.mfp-arrow{
    overflow:visible;
    cursor:pointer;
    background:transparent;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:none;
    padding:0;
    z-index:1046;
    box-shadow:none;
}
button::-moz-focus-inner{
    padding:0;
    border:0;
}
.mfp-close{
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:0;
    top:0;
    text-decoration:none;
    text-align:center;
    opacity:0.65;
    filter:alpha(opacity=65);
    padding:0 0 18px 10px;
    color:#fff;
    font-style:normal;
    font-size:28px;
    font-family:Arial,Baskerville,monospace;
}
.mfp-close:hover,.mfp-close:focus{
    opacity:1;
    filter:alpha(opacity=100);
}
.mfp-close:active{
    top:1px;
}
.mfp-close-btn-in .mfp-close{
    color:#333;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{
    color:#fff;
    right:-6px;
    text-align:right;
    padding-right:6px;
    width:100%;
}
.mfp-counter{
    position:absolute;
    top:0;
    right:0;
    color:#ccc;
    font-size:12px;
    line-height:18px;
    white-space:nowrap;
}
.mfp-arrow{
    position:absolute;
    opacity:0.65;
    filter:alpha(opacity=65);
    margin:0;
    top:50%;
    margin-top:-55px;
    padding:0;
    width:90px;
    height:110px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.mfp-arrow:active{
    margin-top:-54px;
}
.mfp-arrow:hover,.mfp-arrow:focus{
    opacity:1;
    filter:alpha(opacity=100);
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    margin-top:35px;
    margin-left:35px;
    border:medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a{
    border-top-width:13px;
    border-bottom-width:13px;
    top:8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b{
    border-top-width:21px;
    border-bottom-width:21px;
    opacity:0.7;
}
.mfp-arrow-left{
    left:0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{
    border-right:17px solid #fff;
    margin-left:31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{
    margin-left:25px;
    border-right:27px solid #3f3f3f;
}
.mfp-arrow-right{
    right:0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{
    border-left:17px solid #fff;
    margin-left:39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{
    border-left:27px solid #3f3f3f;
}
.mfp-iframe-holder{
    padding-top:40px;
    padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content{
    line-height:0;
    width:100%;
    max-width:900px;
}
.mfp-iframe-holder .mfp-close{
    top:-40px;
}
.mfp-iframe-scaler{
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%;
}
.mfp-iframe-scaler iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    background:#000;
}
img.mfp-img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
    line-height:0;
    box-sizing:border-box;
    padding:40px 0 40px;
    margin:0 auto;
}
.mfp-figure{
    line-height:0;
}
.mfp-figure:after{
    content:'';
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    display:block;
    right:0;
    width:auto;
    height:auto;
    z-index:-1;
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    background:#444;
}
.mfp-figure small{
    color:#bdbdbd;
    display:block;
    font-size:12px;
    line-height:14px;
}
.mfp-figure figure{
    margin:0;
}
.mfp-bottom-bar{
    margin-top:-36px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    cursor:auto;
}
.mfp-title{
    text-align:left;
    line-height:1.4;
    color:#f3f3f3;
    word-wrap:break-word;
    padding-right:36px;
}
.mfp-image-holder .mfp-content{
    max-width:100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    cursor:pointer;
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){
    .mfp-img-mobile .mfp-image-holder{
        padding-left:0;
        padding-right:0;
    }
    .mfp-img-mobile img.mfp-img{
        padding:0;
    }
    .mfp-img-mobile .mfp-figure:after{
        top:0;
        bottom:0;
    }
    .mfp-img-mobile .mfp-figure small{
        display:inline;
        margin-left:5px;
    }
    .mfp-img-mobile .mfp-bottom-bar{
        background:rgba(0,0,0,0.6);
        bottom:0;
        margin:0;
        top:auto;
        padding:3px 5px;
        position:fixed;
        box-sizing:border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty{
        padding:0;
    }
    .mfp-img-mobile .mfp-counter{
        right:5px;
        top:3px;
    }
    .mfp-img-mobile .mfp-close{
        top:0;
        right:0;
        width:35px;
        height:35px;
        line-height:35px;
        background:rgba(0,0,0,0.6);
        position:fixed;
        text-align:center;
        padding:0;
    }
}
@media all and (max-width:900px){
    .mfp-arrow{
        -webkit-transform:scale(0.75);
        transform:scale(0.75);
    }
    .mfp-arrow-left{
        -webkit-transform-origin:0;
        transform-origin:0;
    }
    .mfp-arrow-right{
        -webkit-transform-origin:100%;
        transform-origin:100%;
    }
    .mfp-container{
        padding-left:6px;
        padding-right:6px;
    }
}
.mfp-ie7 .mfp-img{
    padding:0;
}
.mfp-ie7 .mfp-bottom-bar{
    width:600px;
    left:50%;
    margin-left:-300px;
    margin-top:5px;
    padding-bottom:5px;
}
.mfp-ie7 .mfp-container{
    padding:0;
}
.mfp-ie7 .mfp-content{
    padding-top:44px;
}
.mfp-ie7 .mfp-close{
    top:0;
    right:0;
    padding-top:0;
}
.gallery{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.gallery .gallery__imagecolumn{
    margin-bottom:15px;
}
.gallery .gallery__imagecolumn img{
    max-width:100%;
    height:auto;
}
.gallery[data-xs-cols="1"] .gallery__imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.gallery[data-xs-cols="2"] .gallery__imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:50%;
    -webkit-flex-basis:50%;
    flex-basis:50%;
    width:50%;
    max-width:50%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
.gallery[data-xs-cols="3"] .gallery__imagecolumn{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:33.33333%;
    -webkit-flex-basis:33.33333%;
    flex-basis:33.33333%;
    width:33.33333%;
    max-width:33.33333%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .gallery[data-sm-cols="1"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px){
    .gallery[data-sm-cols="2"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px){
    .gallery[data-sm-cols="3"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px){
    .gallery[data-sm-cols="4"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .gallery[data-md-cols="1"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .gallery[data-md-cols="2"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .gallery[data-md-cols="3"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .gallery[data-md-cols="4"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .gallery[data-md-cols="5"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:20%;
        -webkit-flex-basis:20%;
        flex-basis:20%;
        width:20%;
        max-width:20%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1024px){
    .gallery[data-md-cols="6"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:16.66667%;
        -webkit-flex-basis:16.66667%;
        flex-basis:16.66667%;
        width:16.66667%;
        max-width:16.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px){
    .gallery[data-lg-cols="1"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:100%;
        -webkit-flex-basis:100%;
        flex-basis:100%;
        width:100%;
        max-width:100%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px){
    .gallery[data-lg-cols="2"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px){
    .gallery[data-lg-cols="3"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px){
    .gallery[data-lg-cols="4"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:25%;
        -webkit-flex-basis:25%;
        flex-basis:25%;
        width:25%;
        max-width:25%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px){
    .gallery[data-lg-cols="5"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:20%;
        -webkit-flex-basis:20%;
        flex-basis:20%;
        width:20%;
        max-width:20%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:1200px){
    .gallery[data-lg-cols="6"] .gallery__imagecolumn{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:16.66667%;
        -webkit-flex-basis:16.66667%;
        flex-basis:16.66667%;
        width:16.66667%;
        max-width:16.66667%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.navigation-list .navigation-list__item > a .icon-protected:before{
    color:#cf2a0e;
}
.navigation-sub .navigation-sub__item > a .icon-protected:before{
    color:#cf2a0e;
}
.tabpanel{
    display:block;
}
@media (min-width:769px){
    .tabpanel--mobile-accordion .tabpanel__content.accordion{
        border:none;
    }
    .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__header{
        display:none;
    }
    .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__content{
        display:block;
        max-height:10000px !important;
    }
    .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__content > .csc-default{
        padding:0;
    }
}
@media (max-width:769px){
    .tabpanel--mobile-accordion .tabpanel__tablist{
        display:none;
    }
    .tabpanel--mobile-accordion .tabpanel__content-wrapper{
        padding:0;
        border:none;
    }
    .tabpanel--mobile-accordion .tabpanel__content{
        transition:opacity 0s;
        position:relative;
        display:block !important;
        opacity:1;
        visibility:visible;
    }
}
.tabpanel__tablist{
    display:block;
    margin:0;
    padding-left:0;
    border-bottom:1px solid #ddd;
}
.tabpanel__tablist:before,.tabpanel__tablist:after{
    content:" ";
    display:block;
}
.tabpanel__tablist:after{
    clear:both;
}
.tabpanel__tablist li{
    position:relative;
    float:left;
    display:block;
    margin-bottom:-1px;
    top:0;
    color:#000;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.tabpanel__tablist li + li{
    margin-left:-1px;
}
.tabpanel__tablist li:hover a{
    background:#fff;
    color:#000;
}
.tabpanel__tablist li:first-of-type{
    margin-left:0;
}
.tabpanel__tablist li a{
    font-size:16px;
    font-size:1rem;
    display:block;
    background:#ddd;
    color:#000;
    padding:10px 15px;
    text-decoration:none;
}
.tabpanel__tablist li.active{
    position:relative;
    border-color:#ddd;
    top:0;
}
.tabpanel__tablist li.active a{
    background:#fff;
    color:#000;
    padding:10px 15px;
}
.tabpanel__content-wrapper{
    display:block;
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:15px;
    background-color:#fff;
}
.tabpanel__content{
    transition:opacity 0.5s;
    display:block;
}
.tabpanel__content:before,.tabpanel__content:after{
    content:" ";
    display:block;
}
.tabpanel__content:after{
    clear:both;
}
.tabpanel__content .csc-default:last-of-type{
    margin-bottom:0;
}
@media (min-width:769px){
    .js .tabpanel__content{
        position:absolute;
        visibility:hidden;
        opacity:0;
    }
    .js .tabpanel__content.active{
        display:block;
        position:relative;
        opacity:1;
        visibility:visible;
    }
}
.grid__column--xs-1 h1,.grid__column--xs-1 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-1 h2,.grid__column--xs-1 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-1 h3,.grid__column--xs-1 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-1 h4,.grid__column--xs-1 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-1 h5,.grid__column--xs-1 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-1 h6,.grid__column--xs-1 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-2 h1,.grid__column--xs-2 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-2 h2,.grid__column--xs-2 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-2 h3,.grid__column--xs-2 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-2 h4,.grid__column--xs-2 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-2 h5,.grid__column--xs-2 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-2 h6,.grid__column--xs-2 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-3 h1,.grid__column--xs-3 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-3 h2,.grid__column--xs-3 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-3 h3,.grid__column--xs-3 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-3 h4,.grid__column--xs-3 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-3 h5,.grid__column--xs-3 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-3 h6,.grid__column--xs-3 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-4 h1,.grid__column--xs-4 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-4 h2,.grid__column--xs-4 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-4 h3,.grid__column--xs-4 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-4 h4,.grid__column--xs-4 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-4 h5,.grid__column--xs-4 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-4 h6,.grid__column--xs-4 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-5 h1,.grid__column--xs-5 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-5 h2,.grid__column--xs-5 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-5 h3,.grid__column--xs-5 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-5 h4,.grid__column--xs-5 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-5 h5,.grid__column--xs-5 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-5 h6,.grid__column--xs-5 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-6 h1,.grid__column--xs-6 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-6 h2,.grid__column--xs-6 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-6 h3,.grid__column--xs-6 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-6 h4,.grid__column--xs-6 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-6 h5,.grid__column--xs-6 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--xs-6 h6,.grid__column--xs-6 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-1 h1,.grid__column--sm-1 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-1 h2,.grid__column--sm-1 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-1 h3,.grid__column--sm-1 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-1 h4,.grid__column--sm-1 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-1 h5,.grid__column--sm-1 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-1 h6,.grid__column--sm-1 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-2 h1,.grid__column--sm-2 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-2 h2,.grid__column--sm-2 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-2 h3,.grid__column--sm-2 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-2 h4,.grid__column--sm-2 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-2 h5,.grid__column--sm-2 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-2 h6,.grid__column--sm-2 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-3 h1,.grid__column--sm-3 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-3 h2,.grid__column--sm-3 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-3 h3,.grid__column--sm-3 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-3 h4,.grid__column--sm-3 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-3 h5,.grid__column--sm-3 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-3 h6,.grid__column--sm-3 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-4 h1,.grid__column--sm-4 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-4 h2,.grid__column--sm-4 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-4 h3,.grid__column--sm-4 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-4 h4,.grid__column--sm-4 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-4 h5,.grid__column--sm-4 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-4 h6,.grid__column--sm-4 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-5 h1,.grid__column--sm-5 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-5 h2,.grid__column--sm-5 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-5 h3,.grid__column--sm-5 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-5 h4,.grid__column--sm-5 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-5 h5,.grid__column--sm-5 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-5 h6,.grid__column--sm-5 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-6 h1,.grid__column--sm-6 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-6 h2,.grid__column--sm-6 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-6 h3,.grid__column--sm-6 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-6 h4,.grid__column--sm-6 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-6 h5,.grid__column--sm-6 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--sm-6 h6,.grid__column--sm-6 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-1 h1,.grid__column--md-1 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-1 h2,.grid__column--md-1 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-1 h3,.grid__column--md-1 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-1 h4,.grid__column--md-1 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-1 h5,.grid__column--md-1 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-1 h6,.grid__column--md-1 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-2 h1,.grid__column--md-2 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-2 h2,.grid__column--md-2 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-2 h3,.grid__column--md-2 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-2 h4,.grid__column--md-2 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-2 h5,.grid__column--md-2 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-2 h6,.grid__column--md-2 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-3 h1,.grid__column--md-3 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-3 h2,.grid__column--md-3 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-3 h3,.grid__column--md-3 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-3 h4,.grid__column--md-3 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-3 h5,.grid__column--md-3 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-3 h6,.grid__column--md-3 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-4 h1,.grid__column--md-4 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-4 h2,.grid__column--md-4 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-4 h3,.grid__column--md-4 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-4 h4,.grid__column--md-4 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-4 h5,.grid__column--md-4 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-4 h6,.grid__column--md-4 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-5 h1,.grid__column--md-5 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-5 h2,.grid__column--md-5 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-5 h3,.grid__column--md-5 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-5 h4,.grid__column--md-5 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-5 h5,.grid__column--md-5 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-5 h6,.grid__column--md-5 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-6 h1,.grid__column--md-6 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-6 h2,.grid__column--md-6 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-6 h3,.grid__column--md-6 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-6 h4,.grid__column--md-6 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-6 h5,.grid__column--md-6 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--md-6 h6,.grid__column--md-6 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-1 h1,.grid__column--lg-1 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-1 h2,.grid__column--lg-1 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-1 h3,.grid__column--lg-1 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-1 h4,.grid__column--lg-1 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-1 h5,.grid__column--lg-1 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-1 h6,.grid__column--lg-1 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-2 h1,.grid__column--lg-2 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-2 h2,.grid__column--lg-2 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-2 h3,.grid__column--lg-2 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-2 h4,.grid__column--lg-2 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-2 h5,.grid__column--lg-2 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-2 h6,.grid__column--lg-2 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-3 h1,.grid__column--lg-3 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-3 h2,.grid__column--lg-3 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-3 h3,.grid__column--lg-3 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-3 h4,.grid__column--lg-3 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-3 h5,.grid__column--lg-3 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-3 h6,.grid__column--lg-3 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-4 h1,.grid__column--lg-4 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-4 h2,.grid__column--lg-4 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-4 h3,.grid__column--lg-4 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-4 h4,.grid__column--lg-4 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-4 h5,.grid__column--lg-4 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-4 h6,.grid__column--lg-4 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-5 h1,.grid__column--lg-5 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-5 h2,.grid__column--lg-5 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-5 h3,.grid__column--lg-5 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-5 h4,.grid__column--lg-5 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-5 h5,.grid__column--lg-5 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-5 h6,.grid__column--lg-5 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-6 h1,.grid__column--lg-6 .h1-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-6 h2,.grid__column--lg-6 .h2-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-6 h3,.grid__column--lg-6 .h3-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-6 h4,.grid__column--lg-6 .h4-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-6 h5,.grid__column--lg-6 .h5-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.grid__column--lg-6 h6,.grid__column--lg-6 .h6-style{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.highlight-box{
    background:#e9eaeb;
    padding:15px;
}
.highlight-box .slider,.highlight-box .embed-responsive,.highlight-box .csc-default:last-child{
    margin-bottom:0 !important;
}
.highlight-box .grid{
    margin-bottom:20px;
}
.highlight-box .grid + .grid:last-child{
    margin-bottom:0 !important;
}
.highlight-box-alt{
    background:#cfe0f2;
    padding:15px;
}
.highlight-box-alt .slider,.highlight-box-alt .embed-responsive,.highlight-box-alt .csc-default:last-child{
    margin-bottom:0 !important;
}
.highlight-box-alt .grid{
    margin-bottom:20px;
}
.highlight-box-alt .grid + .grid:last-child{
    margin-bottom:0 !important;
}
.news-article{
    display:block;
}
.news-article__main{
    display:block;
}
.news-article__subinfo{
    display:block;
    margin-bottom:10px;
}
.news-article__date{
    display:inline-block;
}
.news-article__date ~ .news-article__categories > *:first-child::before{
    content:'- ';
}
.news-article__categories{
    display:inline-block;
}
.news-article__media{
    float:right;
    margin-left:20px;
    margin-bottom:10px;
}
@media (max-width:769px){
    .news-article__media{
        display:block;
        float:none;
        margin-left:0;
    }
    .news-article__media img{
        width:100%;
        height:auto;
    }
}
.news-article__teaser{
    font-weight:700;
    margin-bottom:10px;
}
.news-article__content{
    display:block;
}
.news-article__content:before,.news-article__content:after{
    content:" ";
    display:block;
}
.news-article__content:after{
    clear:both;
}
.news-article__related{
    display:block;
    margin-top:20px;
}
.news-article__related:before,.news-article__related:after{
    content:" ";
    display:block;
}
.news-article__related:after{
    clear:both;
}
.news-article__related-events ul > li{
    display:block;
    margin-bottom:10px;
}
.overlay:before{
    content:'';
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    display:block;
    background:#000;
    background:rgba(0,0,0,0.2);
    z-index:999;
}
.header__top-wrapper{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
}
.header__top-wrapper .logo{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .header__top-wrapper .logo{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.header__top-wrapper .logo a{
    max-width:100%;
}
.header__submenu{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    text-align:right;
}
@media (min-width:769px){
    .header__submenu{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:50%;
        -webkit-flex-basis:50%;
        flex-basis:50%;
        width:50%;
        max-width:50%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:768px){
    .header__submenu{
        display:none;
    }
}
@media (max-width:440px){
    .header__content .logo{
        display:block;
    }
}
@media (max-width:768px){
    .navigation{
        position:absolute;
        left:0;
        right:0;
    }
}
@media (max-width:768px){
    .navigation.navigation--is-open{
        display:block;
    }
}
@media (max-width:768px){
    .navigation-list.navigation-list--overview-link{
        margin-bottom:0;
    }
}
@media (max-width:768px){
    .navigation-list__item.navigation-list__item--level-1 > a{
        position:relative;
    }
    .navigation-list__item.navigation-list__item--level-1 > a:after{
        position:absolute;
        right:10px;
        content:"\f078";
    }
    .navigation-list__item.navigation-list__item--level-1.navigation-list__item--dropdown-open > a:after{
        content:"\f077";
    }
}
@media (max-width:768px){
    .navigation-list__item.navigation-list__item--level-2 > .navigation-list__headline{
        position:relative;
        margin-bottom:0;
    }
    .navigation-list__item.navigation-list__item--level-2 > .navigation-list__headline:after{
        position:absolute;
        right:10px;
        font-size:14px;
        font-size:0.875rem;
        content:"\f078";
    }
    .navigation-list__item.navigation-list__item--level-2.navigation-list__item--dropdown-open{
        margin-bottom:20px;
    }
    .navigation-list__item.navigation-list__item--level-2.navigation-list__item--dropdown-open > .navigation-list__headline{
        margin-bottom:10px;
    }
    .navigation-list__item.navigation-list__item--level-2.navigation-list__item--dropdown-open > .navigation-list__headline:after{
        content:"\f077";
    }
}
.navigation-backlink{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display:block;
    position:relative;
    padding:5px 10px 5px 23px;
    margin:0;
    text-decoration:none;
    color:#4d4d4b;
    line-height:1.4;
    font-weight:bold;
}
@media (max-width:768px){
    .navigation-backlink{
        padding-left:1.438rem;
    }
}
.navigation-backlink:hover{
    text-decoration:none;
    color:#bd1d23;
}
.navigation-backlink:before{
    font-size:12px;
    font-size:0.75rem;
    content:"\f053";
    font-weight:normal;
    position:absolute;
    top:0.45rem;
    left:0.5rem;
}
.navigation-backlink.navigation-backlink--only-mobile{
    display:none;
}
@media (max-width:768px){
    .navigation-backlink.navigation-backlink--only-mobile{
        display:block;
    }
}
.navigation-sub{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:18px;
    font-size:1.125rem;
    display:block;
    padding:0;
    list-style-type:none;
}
@media (max-width:768px){
    .navigation-sub .navigation-sub{
        display:none;
        border-left:1px solid #4d4d4b;
        border-right:1px solid #4d4d4b;
        border-bottom:1px solid #4d4d4b;
        border-top:0 none;
    }
    .navigation-sub .navigation-sub.navigation-sub--dropdown-open{
        display:block;
    }
}
.navigation-sub .navigation-sub__item{
    font-size:16px;
    font-size:1rem;
    display:block;
}


.navigation-sub .navigation-sub__item a{
    position:relative;
    display:block;
    padding:5px 10px 5px 13px;
    margin:0 0 0 23px;
    text-decoration:none;
    color:#4d4d4b;
}



@media (max-width:768px){
    .navigation-sub .navigation-sub__item a{
        padding-left:18px;
        margin:0 0 0 10px;
    }
}
.navigation-sub .navigation-sub__item a:hover{
    text-decoration:none;
    color:#bd1d23;
}

.navigation-sub .navigation-sub__item.navigation-sub__item--active a{
    color:#bd1d23;
}
.navigation-sub .navigation-sub__headline{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:16px;
    font-size:1rem;
    display:block;
    position:relative;
    margin-bottom:5px;
    background-color:#fff;
    border-top:1px solid #1b2e6f;
    border-bottom:1px solid #1b2e6f;
    color:#1b2e6f;
    font-weight:bold;
    padding:5px 10px 5px 1.438rem;
    position:relative;
}
.navigation-sub .navigation-sub__headline:before{
    font-size:12px;
    font-size:0.75rem;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    font-family:"Icons";
    content:"\f054";
    font-weight:normal;
    position:absolute;
    top:8px;
    left:10px;
}
@media (max-width:768px){
    .navigation-sub .navigation-sub__headline{
        cursor:pointer;
        margin-bottom:0;
        border:1px solid #1b2e6f;
    }
    .navigation-sub .navigation-sub__headline.navigation-sub--dropdown-close-icon:before{
        font-size:16px;
        font-size:1rem;
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg);
        font-family:Verdana,sans-serif;
        content:'+';
        font-weight:bold;
        top:4px;
        left:7px;
    }
}
.navigation-sub .navigation-sub__headline.navigation-sub__headline--backlink:before{
    color:#4d4d4b;
}
@media (min-width:769px){
    .navigation-sub .navigation-sub__headline.navigation-sub__headline--backlink:hover:before{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
        content:"\f053";
        color:#bd1d23;
    }
}
.navigation-sub .navigation-sub__headline .navigation-sub__headline--mobile{
    display:none;
}
@media (max-width:768px){
    .navigation-sub .navigation-sub__headline .navigation-sub__headline--mobile{
        display:block;
    }
}
@media (max-width:768px){
    .navigation-sub .navigation-sub__headline .navigation-sub__headline--tablet{
        display:none;
    }
}
.navigation-sub .navigation-sub__headline > a{
    margin-left:0;
    padding:0;
}
.navigation-sub .navigation-sub__headline > a:before{
    display:none;
}
@media (max-width:768px){
    .navigation-sub.navigation-sub--single-active .navigation-sub__headline{
        display:none !important;
    }
    .navigation-sub.navigation-sub--single-active .navigation-sub{
        display:block !important;
        border:0 none !important;
    }
}
.registerofpersons{
    display:block;
    margin-left:0;
    padding-left:0;
}
.registerofpersons__person{
    display:block;
}
.registerofpersons__person + .registerofpersons__person{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #1b2e6f;
}
.person{
    display:block;
}
.person.person--boxed{
    background:#e9eaeb;
    padding:15px;
}
.person__name{
    display:block;
    font-weight:bold;
}
.person__establishment{
    display:block;
}
.person__telephone{
    display:block;
}
.person__mail{
    display:block;
}
.highlight-box input,.highlight-box textarea,.highlight-box select{
    border:none;
}
.highlight-box .select-field__box:after{
    line-height:38px;
}
.footer__content-wrapper .csc-menu{
    display:block;
    padding-left:0;
    margin-left:0;
    margin-bottom:0;
    list-style-type:none;
}
.footer__content-wrapper .csc-menu a{
    font-size:15px;
    font-size:0.9375rem;
    position:relative;
    text-decoration:none;
    padding-left:13px;
}
.footer__content-wrapper .csc-menu a:before{
    font-size:12px;
    font-size:0.75rem;
    content:"\f054";
    margin-right:5px;
    position:absolute;
    top:1px;
    left:0;
}
.footer__content-wrapper .csc-menu a:hover{
    color:#fff;
    text-decoration:underline;
}
.footer__content-wrapper .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn{
    width:50% !important;
}
.footer__content-wrapper .media-element__image img{
    width:auto !important;
    max-width:100%;
}
@media (max-width:768px){
    .footer.footer--padding-bottom .footer-column.footer-column--dark{
        padding-bottom:70px;
    }
}
.slider__button{
    background:#bd1d23;
}
.slider__button:hover{
    background:#bd1d23;
    background:rgba(189,29,35,0.9);
}
.slick-prev,.slick-next{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:50%;
    padding:0;
    border:1px solid #fff;
}
.slick-prev:before,.slick-next:before{
    position:relative;
    padding:0;
    opacity:1;
}
.slick-prev:before{
    left:-2px;
}
.slick-next:before{
    left:2px;
}
@media (max-width:768px){
    .slick-slider .slick-dots{
        position:relative;
        bottom:0;
        margin:-10px 0;
    }
}
.logo{
    text-align:right;
}
@media (max-width:768px){
    .logo{
        text-align:left;
    }
}
.logo a{
    display:inline-block;
}
.header-submenu{
    text-align:left;
    padding-left:0;
    margin-left:0;
}
.topbar{
    min-height:30px;
}
.topbar__wrapper a{
    position:relative;
    text-decoration:none;
    padding-left:13px;
}
.topbar__wrapper a:before{
    font-size:12px;
    font-size:0.75rem;
    content:"\f054";
    margin-right:5px;
    position:absolute;
    top:1px;
    left:0;
    line-height:1.4;
}
.topbar__wrapper a.login-link:before{
    content:"\e90e";
    left:-3px;
}
.breadcrumb__item{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.breadcrumb__item:after{
    font-size:12px;
    font-size:0.75rem;
    position:relative;
    top:1px;
    font-family:'Icons';
}
.plugin-list__item.plugin-list__item--highlight-list{
    text-decoration:none;
    color:#5d5d5c;
}
.plugin-list__item.plugin-list__item--highlight-list .plugin-list__subinfo{
    color:#5d5d5c;
    text-decoration:none;
}
.plugin-list__item.plugin-list__item--highlight-list .plugin-list__calendar{
    background:#0062ae;
    color:#fff;
    text-decoration:none;
}
.plugin-list__item.plugin-list__item--highlight-list .plugin-list__calendar-day,.plugin-list__item.plugin-list__item--highlight-list .plugin-list__calendar-day-number,.plugin-list__item.plugin-list__item--highlight-list .plugin-list__calendar-month{
    color:#fff;
    text-decoration:none;
}
html:not(.mobile) .plugin-list__item.plugin-list__item--highlight-list:hover{
    color:#fff;
}
html:not(.mobile) .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__subinfo{
    text-decoration:underline;
}
html:not(.mobile) .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__subinfo,html:not(.mobile) .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__calendar{
    background:#0062ae;
    color:#fff;
}
html:not(.mobile) .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__subinfo *,html:not(.mobile) .plugin-list__item.plugin-list__item--highlight-list:hover .plugin-list__calendar *{
    color:#fff;
}
.header__top-wrapper{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
    display:block;
}
@media (min-width:769px){
    .header__top-wrapper{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
    }
}
.header__top-wrapper .logo{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    -webkit-order:1 !important;
    -ms-flex-order:1 !important;
    order:1 !important;
}
@media (min-width:769px){
    .header__top-wrapper .logo{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (min-width:769px){
    .header__top-wrapper .logo{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-line-pack:center;
        -webkit-align-content:center;
        align-content:center;
    }
    .header__top-wrapper .logo a{
        max-width:100%;
        width:100%;
    }
}
.header__top-wrapper .organization{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
}
@media (min-width:769px){
    .header__top-wrapper .organization{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
.header__top-wrapper .organization a{
    text-decoration:none;
}
@media (min-width:769px){
    .header__top-wrapper .organization a h3{
        margin-bottom:40px;
    }
}
@media (min-width:769px){
    .header__top-wrapper .organization{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:flex-end;
        -ms-flex-align:flex-end;
        align-items:flex-end;
        -webkit-justify-content:center;
        -ms-flex-pack:center;
        justify-content:center;
    }
}
.header__submenu{
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:15px;
    padding-left:15px;
    -ms-flex-preferred-size:100%;
    -webkit-flex-basis:100%;
    flex-basis:100%;
    width:100%;
    max-width:100%;
    margin-left:0;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    text-align:right;
}
@media (min-width:769px){
    .header__submenu{
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        padding-right:15px;
        padding-left:15px;
        -ms-flex-preferred-size:33.33333%;
        -webkit-flex-basis:33.33333%;
        flex-basis:33.33333%;
        width:33.33333%;
        max-width:33.33333%;
        margin-left:0;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0;
    }
}
@media (max-width:768px){
    .header__submenu{
        display:none;
    }
}
@media (max-width:440px){
    .header__content .logo{
        display:block;
    }
}
@media (min-width:1200px){
    .header-submenu__icon{
        padding:62px 20px 20px 20px;
    }
}
.organization{
    display:block;
    color:#0062ae;
}
.organization h3{
    font-size:18px;
    font-size:1.125rem;
    color:#0062ae;
}
.organization img{
    margin-top:20px;
    margin-bottom:20px;
}
@media (max-width:768px){
    .organization{
        padding-top:0px;
        margin-bottom:20px;
    }
}
 