@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../bundles/bsce_imageslider/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../bundles/bsce_imageslider/css/fonts/slick.eot');
    src: url('../../bundles/bsce_imageslider/css/fonts/slick.eot#iefix') format('embedded-opentype'), url('../../bundles/bsce_imageslider/css/fonts/slick.woff') format('woff'), url('../../bundles/bsce_imageslider/css/fonts/slick.ttf') format('truetype'), url('../../bundles/bsce_imageslider/css/fonts/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #333e48;
}


/*BS custom */
/* has to disable control in scaled mode */
.slimage_container,
.slvideo_container {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: static;
    height: 100%;
}

.slick-initialized .slimage_container,
.slick-initialized .slvideo_container {
    background: #333e48;
}

.fullfill.slick-slide .mejs__controls {
    display : none !important;
}

.slick-track  {
    height: 280px;
    width: 100%;
    overflow: hidden;
}

/* display with min width 480 iphone lansacape */
@media only screen and (min-width: 480px) {
    .slick-track  {
        height: 280px;
    }
}

/* min-width:768px ipad portrait*/
@media only screen and (min-width: 768px) {
    .slick-track  {
        height: 340px;
    }
}

@media only screen and (min-width: 990px) {
    .slick-track  {
        height: 540px;
    }
}

.slick-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slick-track .slick-slide img,
.slick-track .slick-slide picture {
    position: absolute ;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    height: auto;
    width: auto;
}

div.slick-slide:not(.fullfill) .mejs__container,
div.slick-slide:not(.fullfill) .mejs__container video{
    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
    display: block;
}

.slick-slide .slimage_container > a,
.fullfill.slick-slide img,
.fullfill.slick-slide picture,
.fullfill.slick-slide .mejs__container,
.fullfill.slick-slide video,
.mejs__container iframe {
    position: absolute ;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    width: 100%;
    max-width: none;
}

.slick-slide .slimage_container > a,
.fullfill.slick-slide .mejs__container{
    width: 100% !important;
}

.slick-slide > a {

}

.slick-slide .slimage_container > a::after,
.slick-slide .slimage_container > a::after{
    display: none !important;
    border: none !important;
}

/* transition: <property> <duration> <timing-function> <delay>; */
.slick-slide .slimage_container  {
    transform: scale(1.15);
}

.slick-animated .slimage_container {
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transform: scale(1);
}

.slick-prev, .slick-next {
    z-index: 10;
    right: 0;
}
.slick-prev {
    left: 0;
}


/* test slideTextContainer*/
.slideTextContainer {
    position : absolute;
    top : 0;
    bottom : 0;
    left : 0;
    right :0;
    color : #fff;
    padding: 2em;
    box-sizing: border-box;
    height:100%;
    min-height:100%;
    width : 100%;
    display: table;
    background: none;
    /* fix for flashing background
    http://stackoverflow.com/questions/5472802/css-z-index-lost-after-webkit-transform-translate3d
    */
    -webkit-transform: translate3d(0px, 0px, 0px);
    text-shadow: 1px 0px 2px rgba(150, 150, 150, 0.98);
}

.slideTextContainer [class*='txt-']{
    position: relative;
    display: table-cell;
    background: none;
    color : #fff;
    box-sizing: border-box;
    width : 100%;
}

.slideTextContainer .txt-top {
    vertical-align: top;
}

.slideTextContainer .txt-bottom {
    vertical-align: bottom;
}

.slideTextContainer .txt-middle {
    vertical-align: middle;
}

.slideTextContainer {
    font-size: 2em;
    opacity: 0;
    transform: scale(0.75);
}
.slick-animated .slideTextContainer {
    opacity: 1;
    transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transform: scale(1);
}

.slider .mejs__mediaelement iframe {
    pointer-events: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* BS Custom */
.slick-slide {
    overflow: hidden;
}

/* New slick.js 1.8.1 adds extra div wrapper arround the slide. so this is needed */
.slick-slide > div,
.slick-slide div.slidechild
{
    position: relative;
    height: 100%;
}

.slick-initialized.slick-slider {
    display: block;
}

.slick-initialized .slimage_container, .slick-initialized .slvideo_container {
    opacity: 1 !important;
}




/* Arrow Query
--------------------*/
@media screen {
    .slick-arrow {
        --btn-size: 30px;
        width: var(--btn-size);
        height: var(--btn-size);
        border-radius: calc(var(--btn-size) / 2);
        overflow: hidden;
        text-indent: -999999px;
        padding: 0;
        margin: 0;
        z-index: 1;
        background: chartreuse;
    }

    .slick-arrow:hover,
    .slick-arrow:focus {
        background-color: #ff0;
        outline: none;
    }
    
    .slick-arrow:hover:before,
    .slick-arrow:focus:before
    {
        opacity: 1;
    }

    .slick-arrow:before
    {
        line-height: var(--btn-size);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;        
        width: 100%;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon points='160,115.4 180.7,96 352,256 180.7,416 160,396.7 310.5,256 '/%3E%3C/svg%3E");        background-size: 80%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;   
    }

    .slick-prev:before {
        transform: rotate(-180deg);
    }

    .slick-prev { left: 0 }
    .slick-next { right: 0 }
}

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    .slick-arrow {
        --btn-size: 40px;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
    .slick-arrow {
        --btn-size: 50px;
    }    


    .slick-prev { left: -25px }
    .slick-next { right: -25px }    
}

/* Arrow Query ends
--------------------*/

/* Dots
--------------*/
@media screen {
    .slick-dots {
        bottom: 10px;
        display: flex;    
        justify-content: center;
        margin: 0 50%;
        width: auto;
        transform: translateX(-50%);
    }
    .slick-dots li {
        margin: 0 5px;
    }
    .slick-dots li button {
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .slick-dots li button:before {
        color: chartreuse;
        content: "";
        width: 10px;
        height: 10px;
        -webkit-font-smoothing: none;
        background: none;
        opacity: 0.95;
        border: 3px solid chartreuse;
        border-radius: 10px;
        transform: rotate(45deg);
        transform-origin: center;
    }

    .slick-dots li.slick-active button:before {
        color: #fff;
        background-color: chartreuse;
        opacity: 1;
    }
}
/* Dots Ends
--------------*/





/*BS custom */
.slimage_container,
.slvideo_container {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: static;
    height: 100%;
}

.slick-track .slick-slide img,
.slick-track .slick-slide picture {
    position: absolute ;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    height: auto;
    width: auto;
    z-index: 1;
}

div.slick-slide .mejs__container,
.mejs__layers {
    width: 100%;
    height: 100% !important;
}

/* think it reduces flikering of last/first slide image */
.slimage_container {
    position: relative;
    background-color: #fff;
}

.slick-slide .slimage_container > a,
.fullfill.slick-slide .mejs__container {
    width: 100% !important;
}

div.slick-slide .mejs__container video {
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.slick-slide .slimage_container > a,
.fullfill.slick-slide img,
.fullfill.slick-slide picture,
.fullfill.slick-slide .mejs__container,
.fullfill.slick-slide video,
.mejs__container iframe {
    position: absolute ;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    width: 100%;
    max-width: none;
}

.mejs__container-fullscreen video,
.mejs__container-fullscreen iframe {
    margin-top: auto !important;
}

.slick-slide .slimage_container > a::after,
.slick-slide .slimage_container > a::after {
    display: none !important;
    border: none !important;
}

/* transition: <property> <duration> <timing-function> <delay>; */
.slick-slide .slimage_container  {
    transform: scale(1.15);
}

.slick-animated .slimage_container {
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transform: scale(1);
}

/*  slideTextContainer*/
.slideTextContainer {
    position : absolute;
    top : 0;
    bottom : 0;
    left : 0;
    right :0;
    color : #fff;
    padding: 2em;
    box-sizing: border-box;
    height:100%;
    min-height:100%;
    width : 100%;
    display: table;
    background: none;
    /* fix for flashing background
    http://stackoverflow.com/questions/5472802/css-z-index-lost-after-webkit-transform-translate3d
    -webkit-transform: translate3d(0px, 0px, 0px);
    */
    text-shadow: 1px 0px 2px rgba(150, 150, 150, 0.98);
}

.slideTextContainer [class*='txt-']{
    position: relative;
    display: table-cell;
    background: none;
    color : #fff;
    box-sizing: border-box;
    width : 100%;
}

.slideTextContainer .txt-top {
    vertical-align: top;
}

.slideTextContainer .txt-bottom {
    vertical-align: bottom;
}

.slideTextContainer .txt-middle {
    vertical-align: middle;
}

.slideTextContainer {
    font-size: 2em;
    opacity: 0;
    transform: scale(0.75);
}

.slick-animated .slideTextContainer {
    opacity: 1;
    transition: transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 1.25s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transform: scale(1);
}

.slider .mejs__mediaelement iframe {
    pointer-events: none;
}

.mod_bsslider {
    position: relative;
}

.mod_bsslider .slider_meta {
    position: absolute;
    z-index: 1;
    background: rgba(150, 150, 150, 0.98);
    /* style it individually */
}

.slick-track  {
    min-height: 115px;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

/* 
    mediaplayer css 
*/
.mejs__overlay-button {
    margin: 0;
    padding: 0;
    background: transparent !important;
}


/* circle ball */
.slick-track .mejs__time-handle-content {
    height: 8px;
    width: 8px;
    top: -5px;
}

/* Start: Progress Bar */
.slick-track .mejs__time-rail {
    padding-top: 1.5rem;
}

/* timeline indicator */
.slick-track .mejs__time-buffering, 
.slick-track .mejs__time-current, 
.slick-track .mejs__time-float,
.slick-track .mejs__time-float-corner, 
.slick-track .mejs__time-float-current, 
.slick-track .mejs__time-hovered, 
.slick-track .mejs__time-loaded, 
.slick-track .mejs__time-marker, 
.slick-track .mejs__time-total {
    height: 4px;
}

/* bubble time indicator */
.slick-track .mejs__time-float {
    display: none !important;
}

.slick-track .mejs__time {
    font-size: 11px;
}

/* if video is made full width hide control */
.fullfill.slick-slide .mejs__controls {
    /* display : none !important; */
}
/* mediaplayer css ends */


.mod_social_media_share a{
    display: inline-block;
}

.mod_social_media_share a:link, .mod_social_media_share a:hover {
    border: none !important;
}

.sm_name {
    display : none;
}

.sm_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.facebook .sm_svg {
    background-color: rgb(59, 89, 152);
}

.twitter .sm_svg {
    background-color: rgb(0, 0, 0);
}

.instagram .sm_svg {
    background-color: rgb(104, 97,  50);
}

.googleplus .sm_svg {
    background-color: rgb(221, 75, 57);
}

.whatsapp .sm_svg {
    background-color: rgb(18, 175, 10);
}

.pinterest .sm_svg {
    background-color: rgb(189, 8, 28);
}

.email .sm_svg {
    background-color: rgb(1, 102, 255);
}

.print .sm_svg {
    background-color: rgb(10, 12, 155);
}

.likes .sm_svg {
    background-color: #ff54a6;
}

.mod_social_media_share a:link,
.mod_social_media_share a:hover {
    border: none !important;
}
.mod_social_media_share a:hover .sm_svg {
    opacity: 0.6
}

.likes {
    text-align: center;
}
.likes .sm_name {
    position: absolute;
    display: block;
    top: 2px;
    left:0;
    right:0;
    margin: auto;
    font-size: 10px;
    opacity: 1 !important;
    color: #fff !important;
}

.likes .sm_svg svg {
    width: 20px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    display: block;
    transition: width 0.5s;
}

a.likes:hover .sm_svg svg {
    width: 32px;
}
.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;box-sizing:border-box;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels{overflow:hidden}.mm-panel{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panel.mm-noanimation{-webkit-transition:none!important;transition:none!important}.mm-panel.mm-noanimation.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:not(.mm-hidden){display:block}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{box-sizing:border-box;height:40px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}.mm-next:after,.mm-prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn:first-child{left:0}.mm-navbar .mm-btn:last-child{text-align:right;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}.mm-menu.mm-offcanvas.mm-opened{display:block}.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened{z-index:10}.mm-menu.mm-offcanvas{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}
@charset "UTF-8";.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
.mm-menu .mm-listview.mm-border-none>li:after,.mm-menu .mm-listview>li.mm-border-none:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}.mm-menu .mm-listview.mm-border-full>li:after,.mm-menu .mm-listview>li.mm-border-full:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}.mm-menu .mm-listview.mm-border-offset>li:after,.mm-menu .mm-listview>li.mm-border-offset:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-fx-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}html.mm-opened .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}html.mm-opening .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}html.mm-opened .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}html.mm-opening .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-fx-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}html.mm-opening .mm-menu.mm-fx-menu-fade{opacity:1}.mm-menu .mm-fx-panels-none.mm-panel,.mm-menu.mm-fx-panels-none .mm-panel{-webkit-transition-property:none;transition-property:none}.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel,.mm-menu.mm-fx-panels-zoom .mm-panel{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel,.mm-menu.mm-fx-panels-slide-up .mm-panel{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}.mm-menu.mm-fx-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu.mm-fx-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}.mm-menu.mm-fx-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-offcanvas.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}@media all and (max-width:140px){html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){html.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(10000px,0);-ms-transform:translate(10000px,0);transform:translate(10000px,0);-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}@media all and (max-width:140px){html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){html.mm-right.mm-opening .mm-menu.mm-fullscreen~.mm-slideout{-webkit-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);transform:translate(-10000px,0);-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,.mm-menu.mm-offcanvas.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-iconbar body{overflow-x:hidden}html.mm-iconbar .mm-page{background:inherit;min-height:100vh}html.mm-iconbar .mm-slideout{box-sizing:border-box;padding-right:60px;-webkit-transform:translate(60px,0);-ms-transform:translate(60px,0);transform:translate(60px,0);-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.mm-menu.mm-iconbar{display:block}
.mm-menu .mm-panels>.mm-panel.mm-listview-justify:after,.mm-menu .mm-panels>.mm-panel.mm-listview-justify:before,.mm-menu.mm-listview-justify .mm-panels>.mm-panel:after,.mm-menu.mm-listview-justify .mm-panels>.mm-panel:before{content:none;display:none}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;min-height:40px}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li:not(.mm-divider),.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-listview-justify>.mm-listview>li>span,.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>a:not(.mm-next),.mm-menu.mm-listview-justify .mm-panels>.mm-panel>.mm-listview>li>span{box-sizing:border-box;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mm-listview-small .mm-listview>li>a:not(.mm-next),.mm-listview-small .mm-listview>li>span{padding:7px 10px 7px 20px}.mm-listview-small .mm-listview>li.mm-vertical>.mm-next,.mm-listview-small .mm-vertical>.mm-listview>li>.mm-next{height:34px}.mm-listview-large .mm-listview>li>a:not(.mm-next),.mm-listview-large .mm-listview>li>span{padding:15px 10px 15px 20px}.mm-listview-large .mm-listview>li.mm-vertical>.mm-next,.mm-listview-large .mm-vertical>.mm-listview>li>.mm-next{height:50px}.mm-listview-huge .mm-listview>li>a:not(.mm-next),.mm-listview-huge .mm-listview>li>span{padding:20px 10px 20px 20px}.mm-listview-huge .mm-listview>li.mm-vertical>.mm-next,.mm-listview-huge .mm-vertical>.mm-listview>li>.mm-next{height:60px}.mm-listview .mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-listview .mm-inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}
.mm-menu .mm-listview.mm-multiline>li>a,.mm-menu .mm-listview.mm-multiline>li>span,.mm-menu .mm-listview>li.mm-multiline>a,.mm-menu .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
.mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker{opacity:0}html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu.mm-opened.mm-pagedim~#mm-blocker{background:inherit}.mm-menu.mm-opened.mm-pagedim-white~#mm-blocker{background:#fff}.mm-menu.mm-opened.mm-pagedim-black~#mm-blocker{background:#000}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu.mm-popup.mm-opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu.mm-popup.mm-opened~#mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}html.mm-opening .mm-menu.mm-popup{opacity:1}
.mm-menu.mm-offcanvas.mm-right{left:auto}html.mm-right.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-menu~.mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}html.mm-front #mm-blocker{z-index:1}html.mm-front .mm-menu.mm-offcanvas{z-index:2}.mm-menu.mm-offcanvas.mm-front,.mm-menu.mm-offcanvas.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-offcanvas.mm-front.mm-right,.mm-menu.mm-offcanvas.mm-next.mm-right{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-offcanvas.mm-top{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu.mm-offcanvas.mm-bottom{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-offcanvas.mm-bottom{top:auto}html.mm-opening .mm-menu.mm-offcanvas.mm-front,html.mm-opening .mm-menu.mm-offcanvas.mm-next{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-offcanvas.mm-bottom,.mm-menu.mm-offcanvas.mm-top{height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-shadow-page:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%)}.mm-menu.mm-shadow-page.mm-right:after{left:auto;right:100%}.mm-menu.mm-shadow-page.mm-front:after,.mm-menu.mm-shadow-page.mm-next:after{content:none;display:none}.mm-menu.mm-shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,.05)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(0,0,0,.1)}.mm-menu.mm-shadow-page.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(0,0,0,.1)}.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,.05)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(0,0,0,.05)}.mm-menu.mm-shadow-page.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2){box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,.3)}.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(0,0,0,.05)}.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,.2)}.mm-menu.mm-keyboardfocus a:focus{background:rgba(255,255,255,.3)}.mm-menu.mm-shadow-page.mm-theme-black:after{content:none;display:none}.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2){box-shadow:false}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(255,255,255,.3)}.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0 0;float:left;position:relative}.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before{content:none;display:none}.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}.mm-menu.mm-tileview .mm-listview{margin:0}
html.mm-widescreen body{position:relative}html.mm-widescreen #mm-blocker{display:none!important}html.mm-widescreen .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;width:70%!important;margin-left:30%!important}html.mm-widescreen .mm-page{background:inherit;box-sizing:border-box}html.mm-widescreen.mm-blocking,html.mm-widescreen.mm-blocking body{overflow:auto}.mm-menu.mm-widescreen{border-right-width:1px;border-right-style:solid;display:block!important;width:30%!important;min-width:0!important;max-width:none!important;top:0!important;right:auto!important;bottom:0!important;left:0!important;z-index:100!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-menu.mm-widescreen.mm-pageshadow:after{content:none;display:none}
.mm-menu.mm-autoheight{-webkit-transition:none .4s ease;transition:none .4s ease;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mm-menu.mm-autoheight:not(.mm-offcanvas){position:relative}.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical){display:block!important}.mm-menu.mm-measureheight .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-columns{-webkit-transition-property:width;transition-property:width}.mm-columns .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-columns .mm-panels>.mm-panel.mm-opened,.mm-columns .mm-panels>.mm-panel.mm-subopened{border-left:1px solid;border-color:inherit;display:block!important}.mm-columns .mm-panels>.mm-columns-0{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-columns-0 .mm-panels>.mm-panel{z-index:0}.mm-columns-0 .mm-panels>.mm-panel else{width:100%}.mm-columns-0 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-offcanvas.mm-columns-0{width:80%;min-width:140px;max-width:0}html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:0px){html.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:0px){html.mm-right.mm-opening .mm-menu.mm-columns-0~.mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-columns .mm-panels>.mm-columns-1{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-columns-1 .mm-panels>.mm-panel else{width:100%}.mm-columns-1 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu.mm-offcanvas.mm-columns-1{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){html.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-menu.mm-columns-1~.mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-columns .mm-panels>.mm-columns-2{-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-columns-2 .mm-panels>.mm-panel else{width:100%}.mm-columns-2 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu.mm-offcanvas.mm-columns-2{width:80%;min-width:140px;max-width:880px}html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1100px){html.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(880px,0);-ms-transform:translate(880px,0);transform:translate(880px,0);-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1100px){html.mm-right.mm-opening .mm-menu.mm-columns-2~.mm-slideout{-webkit-transform:translate(-880px,0);-ms-transform:translate(-880px,0);transform:translate(-880px,0);-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}.mm-columns .mm-panels>.mm-columns-3{-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-columns-3 .mm-panels>.mm-panel else{width:100%}.mm-columns-3 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu.mm-offcanvas.mm-columns-3{width:80%;min-width:140px;max-width:1320px}html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1650px){html.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(1320px,0);-ms-transform:translate(1320px,0);transform:translate(1320px,0);-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1650px){html.mm-right.mm-opening .mm-menu.mm-columns-3~.mm-slideout{-webkit-transform:translate(-1320px,0);-ms-transform:translate(-1320px,0);transform:translate(-1320px,0);-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}.mm-columns .mm-panels>.mm-columns-4{-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-columns-4 .mm-panels>.mm-panel else{width:100%}.mm-columns-4 .mm-panels>.mm-panel:not(.mm-opened):not(.mm-subopened){-webkit-transform:translate(500%,0);-ms-transform:translate(500%,0);transform:translate(500%,0);-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu.mm-offcanvas.mm-columns-4{width:80%;min-width:140px;max-width:1760px}html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(80%,0);-ms-transform:translate(80%,0);transform:translate(80%,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}@media all and (max-width:175px){html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:2200px){html.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(1760px,0);-ms-transform:translate(1760px,0);transform:translate(1760px,0);-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(-80%,0);-ms-transform:translate(-80%,0);transform:translate(-80%,0);-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:2200px){html.mm-right.mm-opening .mm-menu.mm-columns-4~.mm-slideout{-webkit-transform:translate(-1760px,0);-ms-transform:translate(-1760px,0);transform:translate(-1760px,0);-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}.mm-columns.mm-offcanvas.mm-bottom,.mm-columns.mm-offcanvas.mm-top{width:100%;max-width:100%;min-width:100%}html.mm-opening .mm-columns.mm-offcanvas.mm-front,html.mm-opening .mm-columns.mm-offcanvas.mm-next{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter+a.mm-next{width:90px}em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}em.mm-counter+a.mm-fullsubopen{padding-left:0}em.mm-counter+a.mm-fullsubopen+a,em.mm-counter+a.mm-fullsubopen+span{padding-right:90px}.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span{padding-right:90px}.mm-vertical>.mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}.mm-nosubresults>.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:10;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-fixeddivider:after{content:none!important;display:none!important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}html.mm-dropdown .mm-menu{z-index:2}html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu.mm-tipleft:before{left:22px}.mm-menu.mm-tipright:before{right:22px}.mm-menu.mm-tiptop:before{top:-8px}.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panels>.mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}.mm-iconpanel .mm-panels>.mm-panel.mm-opened,.mm-iconpanel .mm-panels>.mm-panel.mm-subopened{border-left:1px solid;border-color:inherit;display:block!important}.mm-iconpanel .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}.mm-subblocker{background:inherit;opacity:0;display:block;max-height:100%;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.mm-subopened .mm-subblocker{opacity:.6;bottom:-100000px}
.mm-keyboardfocus a:focus{outline:0}.mm-menu.mm-keyboardfocus a:focus{background:rgba(255,255,255,.5)}
.mm-navbars-bottom,.mm-navbars-top{background:inherit;border-color:inherit;border-width:0;overflow:hidden;position:absolute;left:0;right:0;z-index:3}.mm-navbars-bottom>.mm-navbar,.mm-navbars-top>.mm-navbar{border:none;padding:0;position:relative;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-navbars-top{border-bottom-style:solid;border-bottom-width:1px;top:0}.mm-navbars-bottom{border-top-style:solid;border-top-width:1px;bottom:0}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}.mm-hasnavbar-top-1 .mm-panels{top:40px}.mm-hasnavbar-top-2 .mm-panels{top:80px}.mm-hasnavbar-top-3 .mm-panels{top:120px}.mm-hasnavbar-top-4 .mm-panels{top:160px}.mm-hasnavbar-bottom-1 .mm-panels{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panels{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panels{bottom:120px}.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}.mm-navbar-size-2{height:80px}.mm-navbar-size-3{height:120px}.mm-navbar-size-4{height:160px}.mm-navbar-content-2>*{width:50%}.mm-navbar-content-3>*{width:33.33%}.mm-navbar-content-4>*{width:25%}.mm-navbar-content-5>*{width:20%}.mm-navbar-content-6>*{width:16.67%}
.mm-menu.mm-rtl{direction:rtl}.mm-menu.mm-rtl.mm-offcanvas{right:auto}.mm-menu.mm-rtl .mm-panel:not(.mm-opened){-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-rtl .mm-panel.mm-subopened{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child{left:auto;right:0}.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child{right:auto;left:0}.mm-menu.mm-rtl .mm-navbar .mm-next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu.mm-rtl .mm-navbar .mm-prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after{left:0;right:20px}.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next){padding-left:10px;padding-right:20px!important;margin-right:0!important}.mm-menu.mm-rtl .mm-listview .mm-next{right:auto;left:0}.mm-menu.mm-rtl .mm-listview .mm-next:before{left:auto;right:0}.mm-menu.mm-rtl .mm-listview .mm-next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu.mm-rtl .mm-listview .mm-next+a,.mm-menu.mm-rtl .mm-listview .mm-next+span{margin-left:50px}.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span{padding-left:50px}.mm-menu.mm-rtl em.mm-counter{left:45px;right:auto}.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+span{margin-left:90px}.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span{padding-left:90px}.mm-menu.mm-rtl label.mm-check,.mm-menu.mm-rtl label.mm-toggle{left:20px;right:auto!important}.mm-menu.mm-rtl label.mm-toggle+a,.mm-menu.mm-rtl label.mm-toggle+span{padding-left:80px}.mm-menu.mm-rtl label.mm-check+a,.mm-menu.mm-rtl label.mm-check+span{padding-left:60px}.mm-menu.mm-rtl a.mm-next+label.mm-check,.mm-menu.mm-rtl a.mm-next+label.mm-toggle{left:60px}.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{margin-left:50px}.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span{padding-left:70px}.mm-menu.mm-rtl a.mm-next+label.mm-check+a,.mm-menu.mm-rtl a.mm-next+label.mm-check+span{padding-left:50px}.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle{left:100px}.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span{margin-left:90px}.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-]{left:0}.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-rtl.mm-iconpanel .mm-panel{-webkit-transition-property:right,-webkit-transform;transition-property:right,-webkit-transform;transition-property:transform,right;transition-property:transform,right,-webkit-transform}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0{right:0}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1{right:40px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2{right:80px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3{right:120px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4{right:160px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5{right:200px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6{right:240px}.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened{border-left:none;border-right:1px solid;border-color:inherit}
.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:7px 10px 0 10px;position:relative}.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:4px;font:inherit;font-size:14px;line-height:26px;display:block;box-sizing:border-box;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-search .mm-clear,.mm-search .mm-next{right:0}.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar>.mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}.mm-noresults .mm-indexer{display:none!important}li.mm-nosubresults>a.mm-next{display:none}li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:15;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover{background:rgba(255,255,255,.5)}.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-check,label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check+a,label.mm-check+span{padding-right:60px}a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu label.mm-toggle:before{background:#f3f3f3}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.75)}
.mod_social_media_share a,
.mod_social_media_link a {
    display: inline-block;
    margin: 0 0.15em;
}

.mod_social_media_share a:link, .mod_social_media_share a:hover,
.mod_social_media_link a:link, .mod_social_media_link a:hover {
    border: none !important;
}

.mod_social_media_share img,
.mod_social_media_link img,
.mod_social_media_link svg
{
    vertical-align: middle;
}

.mod_social_media_link ul
{
    display: flex;
}

.mod_social_media_link ul li
{
    margin-right: 0.35rem;
}

.sm_name {
    display : none;
}

.sm_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.facebook .sm_svg {
    background-color: rgb(59, 89, 152);
}

.twitter .sm_svg {
    background-color: rgb(0, 0, 0);
}

.instagram .sm_svg {
    background-color: rgb(218, 48,  117);
}

.googleplus .sm_svg {
    background-color: rgb(221, 75, 57);
}

.whatsapp .sm_svg {
    background-color: rgb(18, 175, 10);
}

.pinterest .sm_svg {
    background-color: rgb(189, 8, 28);
}

.email .sm_svg {
    background-color: rgb(1, 102, 255);
}

.print .sm_svg {
    background-color: rgb(10, 12, 155);
}

.mod_social_media_share a:link,
.mod_social_media_share a:hover {
    border: none !important;
}
.mod_social_media_share a:hover .sm_svg {
    opacity: 0.6
}
/*! jQuery UI - v1.11.4 - 2016-03-17
* http://jqueryui.com
* Includes: ooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.2;
    text-decoration: none;
    list-style: none;
}


/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-tooltip {
    padding: 2px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-size: 0.8em;
}

.ui-tooltip {
    border: 1px solid #dddddd;
    background: #ffffff;
}
/**


/* icons http://www.flaticon.com/packs/ios7-set-lined-1 */
@font-face {
    font-family: "BurkiSchererIcon";
    src: url("../../files/framework/fonts/BurkiSchererIcon/flaticon.eot");
    src: url("../../files/framework/fonts/BurkiSchererIcon/flaticon.eot#iefix") format("embedded-opentype"),
    url("../../files/framework/fonts/BurkiSchererIcon/flaticon.woff") format("woff"),
    url("../../files/framework/fonts/BurkiSchererIcon/flaticon.ttf") format("truetype"),
    url("../../files/framework/fonts/BurkiSchererIcon/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="bs-"]:before, [class*=" bs-"]:before,
[class^="bs-"]:after, [class*=" bs-"]:after {
    font-family: BurkiSchererIcon;
    font-style: normal;
}

/*⟵ LEFTWARDS ARROW */
.bs-arrow395:before {
    content: "\e000";
}

/*↑ UPWARDS ARROW */
.bs-up151:before {
    content: "\e00b";
}

.bs-arrow414:before { /* broken on ios */
    content: "\e001";
}


/*⟶ RIGHTWARDS ARROW*/
.bs-move13:before {
    content: "\e009";
}

/*↓DOWNWARDS ARROW */
.bs-bottom4:before {
    content: "\e002";
}

.bs-call10:before {
    content: "\e003";
}
.bs-call13:before {
    content: "\e004";
}
.bs-correct7:before {
    content: "\e005";
}
.bs-cross37:before {
    content: "\e006";
}
.bs-home60:before {
    content: "\e007";
}
.bs-list26:before {
    content: "\e008";
}
.bs-play33:before {
    content: "\e00a";
}
.bs-wrong6:before {
    content: "\e00b";
}
.bs-zoom22:before {
    content: "\e00c";
}


/* entypo */

[class*="entypo-"]:before {
    line-height : 1;
    font-family: 'entypo';
    display : block;
    text-align: center;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body, ul, ol, table, address, video, h1, h2, h3, h4, h5, p, a, img, blockquote {
    margin: 0;
    padding : 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.2em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #333333;
    background-color: #ffffff;
}


p a, li a, ol a, li li, td p, p span, span span, address a, li span, p em, p strong {

}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    border-bottom: 1px solid;
}

a:focus {
    outline: none;
}

figure a:link,
figure a:visited,
figure a:hover,
figure a:active,
figure a:focus {
    border-bottom: none;
}

img {
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.inline {
    display: inline;
}

.caymlandform-label.bold,
.bold{
    font-weight : bold;
}

ul {
    list-style-type: none;
}

.italic {
    font-style : italic;
}

.pad-left {
    padding-left : 1em !important;
}

.pad-right {
    padding-right :  1em !important;
}

.pad-bottom {
    padding-bottom : 1em;
}

.float_right,
.float-right,
.float_left,
.float-left{
    padding-bottom: 0.75rem;
}

.float_right,
.float-right{
    float : right;
    width : auto;
    padding-top: 0.35rem;
}

.float_left,
.float-left{
    float : left;
    width : auto;
    padding-top: 0.35rem;
}

.float_right + .content-div > h1,
.float_right + .content-div > h2,
.float_left + .content-div > h1,
.float_left + .content-div > h2,
.content-div > h1:first-child,
.content-div > h2:first-child,
.ce_multicolumnStart  h1:first-child,
.ce_multicolumnStart  h2:first-child {
    margin-top: -0.4rem;
}

.ce_multicolumnStart {
    position: relative;
}


.float_above {
    margin-bottom: 1.5rem;
}

/* min-width:768px ipad portrait*/
@media only screen and (min-width: 768px) {
    .float_right,
    .float-right{
        padding-left: 0.75rem;
    }

    .float_left,
    .float-left{
        padding-right: 0.75rem;
    }

    figure.float_left,
    figure.float-right {
        max-width: 50%;
        box-sizing: border-box;
    }

    .float_right + .content-div {
        padding-right: 0.5rem;
    }

    .float_left + .content-div {
        padding-left: 0.5rem;
    }

    .content-div {
        overflow: hidden;
    }
}


.clear-float {
    clear : both;
}

.nodecoration,
.nodecoration:hover,
.nodecoration:focus{
    border : none;
    color : inherit;
}

.font_icon {
}

.icon_text {
    text-indent: -9999px;
    display : block;
}

.text-capital {text-transform : uppercase;}
.text-bold-italic {font-weight : bold; font-style:italic;}
.text-bold {font-weight : bold;}
.text-italic { font-style:italic;}
.text-big { font-size : 1.125em;}
.text-gaint { font-size : 2.250em;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center{text-align: center;}
.text-full{text-align: justify;}
.text-underline{border-bottom: 1px solid;}
.text-nobreak {white-space: nowrap;}
.text-deco{display : block; height : 0; margin-left : -100%;}
.text-small{ font-size : 0.75em;}

.center {
    margin-left : auto !important;
    margin-right : auto !important;
    text-align: center !important;
}

img.center {
    display :block;
}

.error {
    color : #d14;
}

.block{
    margin-bottom : 1em;
}

.mod_article:before,
.mod_article:after,
.block:before,
.block:after {
    display: table;
    content: " ";
}

.mod_article:after,
.block:after {
    clear: both;
}

.ce_text p, .ce_text ul, .ce_text ol, .ce_text table, .mod_search p {
    margin-bottom : 1rem;
}

cite, address {
    font-style: normal;
}

.ce_list ul:before, .ce_text ul:before {
    content : ' ';
    display : table-cell;
    margin-top : -10px;
}


.ce_list ul li, .ce_text ul li {
    padding-left : 10px;
    /* may add bg grafic */
}


.ce_list ul li:before, .ce_text ul li:before {
    content : '› ';
    font-weight : bold;
    margin-left : -10px;
    background: none;
    float : left;
    width : auto;
    clear : both;
}

.ce_downloads {}
.ce_downloads li {
    clear: left;
    display: inline-block;
    width: 100%;
}

.ce_downloads li img,
.ce_downloads li a {
    float: left;
    width: auto;
}
.ce_downloads li img{
    margin: 0.12em 0 0;
}
.ce_downloads li a {
    max-width: 92%;
    display: inline;
    margin-left: 0.2em;
    word-break: break-all;
}

.ce_downloads .size{
    white-space: nowrap;
}

img, video {
    max-width : 100%;
    height : auto;
}

div.space1em {
    padding-bottom : 1em !important;
}

div.space2em {
    padding-bottom : 2em !important;
}

div.space3em {
    padding-bottom : 3em !important;
}

.mejs-layer {
}

.mejs-ios {
    overflow: hidden;
}

.mejs-video video {
    max-width : 99.99%;
}

.hidden, .invisible {
    display: none !important;
    visibility: hidden !important;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}


.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}


fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="url"],
input.text,
textarea {
    border : 1px solid #e1e1e8;
    padding : 2px;
    color : inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing : border-box;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */

    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}


input.submit, .button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

a.button:hover, .botton a:hover {
    border-bottom-color: #b3b3b3 !important;
}


/* select option mainNAVI*/
.select_mainNavi  {
    border: 1px solid #c8c8c8;
    background-color: #e4e4e4;
    width: 100%;
    height: 30px;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

select {
    line-height: 1.4;
    color: #555;
}

.select_mainNavi  option {
    padding: 5px;
    cursor: pointer;
}

/* gallery */
.ce_gallery {}

.ce_gallery ul:before,
.ce_gallery ul:after {
    display: table;
    content: " ";
}

.ce_gallery ul:after {
    clear: both;
}

.ce_gallery li {
    float : left;
    width : auto;
    box-sizing: border-box;
}

.ce_gallery .col_first {
    clear: both;
}

.ce_gallery {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
    margin-top: -0.5rem !important;
    box-sizing: border-box;
}

.ce_gallery.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ce_gallery .caption {
    display: none;
}

.ce_gallery figure {
    margin: 0.5rem;
}

.ce_gallery img{
    width: 100%;
}

.ce_gallery figure a {
    display: block;
}

.ce_gallery .cols_2 li{
    width: 50%;
}

.ce_gallery .cols_3 li{
    width: 33.333%;
}
.ce_gallery .cols_4 li{
    width: 25%;
}

.ce_gallery .cols_5 li{
    width: 20%;
}

.ce_gallery .cols_6 li{
    width: 16.666%;
}

/* need to adjust in media query css */
body:not(.ie) .ce_gallery.half-width {
    width: calc(100% + 1rem) !important;
}


/* lightbox  */
#cboxOverlay {
    background: #023960;
}

#cboxContent {
    margin-top: 2em;
}

#cboxCurrent, #cboxTitle {
    color: #fff;
    top: -1.2em;
    padding: 0 0.5em;
}

#cboxLoadedContent {
    border: 5px solid #fff;
    background: #fff;
}

#cboxNext{
    right: 10px;
}

#cboxPrevious{
    left: 10px;
}

#cboxClose {
    top: 10px;
    right: 0px;
}

#cboxLoadedContent {
    display: table-cell;
    vertical-align: middle;
}

#cboxLoadedContent table {
    width: 100%;
    border: 1px solid #004f9f;
}

#cboxLoadedContent table thead {
    background: #c5c5c5;
    color: #333;
    font-weight: 500;
    border-bottom: 2px solid #777;
}

#cboxLoadedContent table tbody {
    border: 1px solid #004f9f;
}

#cboxLoadedContent table td {
    border: 1px solid #c5c5c5;
    padding: 0.25em;
}

#cboxLoadedContent table td p {
    margin: 0;
    padding: 0;
}

#cboxLoadedContent table td p .underline_p {
    border-color: transparent;
}


/*pagination*/
.pagination{
    clear : both;
    margin: 5rem 0 1rem;
}

#main .pagination p,
#main .pagination ul li {
    margin : 0 5px 5px 0;
    padding : 0;
    color : #0c2239;
}

#main .pagination ul li {
    float : left;
    width : auto;
}

#main .pagination a,
#main .pagination span.current,
#main .pagination strong.active {
    border-radius: 3px 3px 3px 3px;
    transition: all 0.3s ease 0s;
    text-decoration : none !important;
    width : auto;
    float : left;
    padding : 2px 5px 0;
}

#main .pagination a {
    color : #0c2239 !important;
    border : 1px solid #ddd !important;
}

#main .pagination a:hover {
    background-color: #888;
    color : #fff !important;
}

#main .pagination span.current,
#main .pagination strong.active {
    background-color: #888;
    border : 1px solid #ccc;
    color : #fff;
}


/* SITEMAP STYLES
--------------------------------------------------------------------*/

#main .mod_sitemap.block {
    margin-bottom: 3rem;
}

.mod_sitemap ul.level_1 li {
    margin-top: 1.5rem;
}

.mod_sitemap ul.level_2 li {
    margin-top: 0;
}

.mod_sitemap ul li{
    list-style-type: none;
    position: relative;
}

.mod_sitemap ul li:before{
    content: "–";
    font-size: 1.4rem;
    line-height: 1.6;
    position: absolute;
    left: 0;
    width: 1.5rem;
}

.mod_sitemap ul li{
    padding-left: 1.5rem;
}

.mod_sitemap ul li ul li{
    margin-left: 1rem;
}


/* Clear Floated Elements */
.ce_contentSeparator,
.clear {
    clear: both;
}


em strong,
strong em {
    font-style : italic;
    font-weight : bold;
}


.ce_youtube .video_container,
.ce_youtube .yt_player{
    position: relative;
    padding-bottom: 56.35%; /* play with this until right */
    height: 0;
    width: 100%;
    overflow: hidden;
    display : block;
}

.ce_youtube .video_container iframe,
div.ce_youtube .yt_player object,
div.ce_youtube .yt_player iframe  {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100% !important;
    height: 100%;
}

#googleMap {
}

#map_canvas {
    height: 460px;
    width: auto;
    border: 0;
}

#map_canvas .gm-style-iw {
    font-size: 12px;
}
/* GLOBAL STYLES
--------------------------------------------------------------------*/
@media screen {
	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,font,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
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
	}

	html {
		font-size: 12px;
	}

	body {
		font-size: 100%;
		font-family: Roboto,Verdana,sans-serif;
		font-weight: 300;
		color: #000;
		background: #fff;
	}

	a {
		text-decoration: none;
	}

	img {
		vertical-align: bottom;
		border: none;
	}

	.inline {
		display: inline;
	}

	.line_through {
		text-decoration: line-through
	}

	.error {
		color: #f40200;
	}

	.pad_left {
		padding-left: 1.5rem;
	}

	.pad_right {
		padding-right: 1.5rem;
	}

	.pad_bottom {
		padding-bottom: 1.6rem;
	}

	li {
		list-style-type: none;
	}

	abbr,acronym {
		font-variant: normal;
		border-bottom: 1px dotted #666;
		font-style: italic;
		cursor: help;
	}

	blockquote,q {
		quotes: none;
	}

	sup {

	}

	sub {

	}

	:focus {
		outline: 0;
	}

	del {
		text-decoration: line-through;
	}

	ins {
		text-decoration: none;
	}

	b, strong {
		font-weight: 700;
	}

	i, em {
		font-style: italic;
	}

	.ce_gallery li, .pagination ul li {
		float: left;
		width: auto;
	}

	.invisible {
		width: 0px;
		height: 0px;
		left: -1000px;
		top: -1000px;
		position: absolute;
		overflow: hidden;
		display: inline;
	}

	#clear {
		clear: both;
		height: 0.1px;
		line-height: 0.1px;
		font-size: 0.001rem;
		overflow: hidden;
	}

	.ce_gallery .col_first {
		clear: both;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	caption,th {
		font-weight: bold;
	}

	caption,th,td {
		text-align: left;
		vertical-align: top;
	}

	input,button,textarea,select {
		font-family: inherit;
		font-size: 99%;
		font-weight: inherit;
	}

	h1,h2,h3,h4,h5,h6 {
		padding-top: 0.2rem;
		margin-bottom: 0.5rem;
		font-family: 'Noto Serif', serif;
		font-weight: 700;
	}

	p,pre,blockquote,table,ol,ul,form {
		margin-bottom: 1rem;
	}


	.caption {
		position: relative;
		clear: both;
		font-size: 0.75rem;
		padding: 0.35rem 0;
		color: #777;
	}

	.ce_text ul,  .ce_list ul, .ce_text ol, .ce_list ol  {
		clear: both;
		margin-bottom: 2.5rem;
		list-style-type: square;
		list-style-position: inside;
	}

	.ce_text ul ol, .ce_text ul ul,.ce_text ol ol, .ce_text ol ul {

		margin: 0 0 0.5rem 1.5rem;
	}

	.ce_text ol li, .ce_list ol li  {
		list-style-type: decimal;
	}

	.ce_list ul li, .ce_text ul li {

	}


	/* LAYOUT STYLES
    --------------------------------------------------------------------*/

	#wrapper {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 auto;
	}

	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.moodbild .container,
	.art_fullWidth .container {
		padding: 0;
	}


	#main,#left,#right {
		position: relative;
	}

	#container {
		overflow: hidden;
	}

	#container, #left {
	}

	#left {
		display: none;
	}

	.home #left
	{
		display: block;
		margin-bottom: 2rem;
	}

	#main {
		float: left;
		width: auto;
	}

	.home #main {
		float: none;
		clear: both;
	}

	#main .inside {
	}

	#footer {
		position: relative;
		clear: both;
		background: #000;
		min-height: 130px;
		overflow: hidden;
		z-index: 2
	}

	#footer .inside {
	}

	/* HEADER STYLES
    --------------------------------------------------------------------*/
	/* NAVIGATION STYLES
    --------------------------------------------------------------------*/
	a.sprunglink:link, a.sprunglink:visited {
		position: absolute;
		top: -10000px;
		left: -10000px;
	}

	a.sprunglink:hover, a.sprunglink:active, a.sprunglink:focus {
		top: 1rem;
		left: 33px;
		height: 1.5rem;
		background-color: #ddd;
	}

	#mainNavi {
		line-height: 1.4;
		clear: both;
	}

	#mainNavi a, #mainNavi span {

	}

	#mainNavi ul.level_1 li {

	}


	.popup_visible .mobile {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	/* language switcher */
	.mod_changelanguage {

	}

	nav.mod_changelanguage {
		z-index: 2;
	}

	nav.mod_changelanguage h1,
	nav.mod_changelanguage h2 {
		display : none;
	}

	nav.mod_changelanguage ul{
		margin: 0;
	}

	nav.mod_changelanguage ul li {
		display: inline-block;
		margin-right: 2px;
	}

	nav.mod_changelanguage ul li:after {
		content: '/';
		display: inline;
	}

	nav.mod_changelanguage ul li:last-child:after,
	nav.mod_changelanguage ul li.last:after {
		display: none;
	}

	nav.mod_changelanguage li a {
		line-height: 1;
		margin-right: 5px;
		color: #999;
	}
	nav.mod_changelanguage li a.active {
		border-bottom: 1px solid;
		color: #000;
	}



	/* SITEMAP STYLES
    --------------------------------------------------------------------*/

	ul#sitemap_tree a {

	}

	ul#sitemap_tree li {
		margin-top: 8px;
	}

	ul#sitemap_tree ul li {
		margin-top: 3px;
	}

	ul#sitemap_tree li {
		list-style-type: square;
		margin-left: 16px;
	}

	ul#sitemap_tree li ul {
		font-weight: normal;
		margin-left: 0;
	}

	/* LINKS STYLES
    --------------------------------------------------------------------*/
	a {
		color: #333e48;
		position: relative;
	}

	a:link{
		color: #333;
		border-bottom: 1px solid #777;
	}

	a:visited, a:hover, a:active, a:focus {
		color: #999;
		border-bottom: 1px solid #ccc;
	}


	.container__ a:after {
		content: '';
		display: inline-block;
		width: 2rem;
		height: 1px;
		margin: auto;
		position: absolute;
		bottom: 0.15rem;
		right: 0;
		left: 0;
		background: #555;
	}
	.container_ a:hover:after {
		width: 100%;
		transition: width 0.200s;
	}

	figure a,
	#header a {
		border-bottom: none !important;
	}

	.image_container a {
		display: block;
	}


	/* OTHERS STYLES
    --------------------------------------------------------------------*/
	h1 { font-size: 3.5rem; line-height: 4rem; margin-bottom: 0.75rem}
	h2 { font-size: 2.25rem; line-height: 1.25; margin-bottom: 1.25rem}
	h3 { font-size: 1.75rem; }
	h4 { font-size: 1.4rem; }

	.small-view h1 {
		word-break: break-all;
		word-break: break-word;
		hyphens: auto;
	}

	.home .mod_ContentNewsTeaser h1 {
		font-size: 2.25rem;
	}
	.home h1 { font-size: 1.5rem; line-height: 1.1; margin-bottom: 0.75rem}
	.home h2 { font-size: 1.5rem; }
	.home h3 { font-size: 1.15rem; }
	.home h4 { font-size: 1rem; }

	figure img {
		display: inline;
		width: 100%;
	}

	p.back.link-button {
		text-align: center;
		text-align: left;
	}

	.link-button a {
		margin-bottom: 2rem;
		cursor: pointer;
		color: #fff !important;
		border: 1px solid #000 !important;
		background: #000;
		border-radius: 3px;
		display: inline-block;
		user-select: none;
		padding: 0 0.5rem;
		font-weight: 100;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.link-button a:hover {
		background: #fff;
		color: #000 !important;
	}

	/* adSlot */


	#Ad_Block_Halfpage{
		display: none;
	}


	.adSlot {
		text-align: center;
		clear: both;
	}

	#right .inside {
	}

	#right .adSlot {
		margin-top: 0.5rem;
		margin-bottom: 1.5rem;
	}


	.jsMovedSlot,
	#right .renderSlot {
		width: 300px;
		margin: auto;
		display: inline-block;
		vertical-align: top;
	}

	#right .renderSlot > .block,
	#right .renderSlot .block {
		padding: 0;
		margin-bottom: 0;
	}
	.adSlot iframe {
		background: #fff;
	}

	.adSlot .renderSlot > div {
		margin-bottom: 4px;
	}

	.byline {
		font-family: 'Oswald', sans-serif;
		font-size: 1.5rem;
		margin-top: -18px;
		white-space: nowrap;
	}

	body.hide-ad .adSlot,
	body.hide-ad .renderSlot,
	body.hide-ad #Ad_Block_Halfpage {
		display: none;
	}

	/* list */
	.ce_text li {
		margin-bottom: 0.5rem;
	}

	.printbtn {
		cursor: pointer;
	}

	/* lightbox */
	#cboxClose {
		top: 0;
		right: 0;
		background-image: url("../../files/framework/images/misc/controls.png");
	}

	/* separator line */
	.thin-line,
	.thick-line {
		clear: both;
		margin: -0.6rem 0.75rem 0.75rem;
	}
	.thin-line {
		height: 1px;
		background-color: #000;

	}

	.thick-line {
		height: 5px;
		background-color: #000;
	}


	/* FROM STYLES
    --------------------------------------------------------------------*/

	form div.formbody {
		overflow: hidden;
		margin-bottom: 2rem;
	}

	div.widget {
		margin: 0.5rem 0;
		float: left;
		width: 100%;
	}

	div.widget-explanation {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}

	div.widget-explanation+div.widget-textarea {
		margin-top: 0;
	}

	div.ce_form .widget.full-width,
	div.ce_form .widget.full-width label{
		padding-left: 0;
		padding-right: 0;
	}

	div.label_div {
		clear: both;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-right: 1rem;
		margin: 0.5rem 0 0;
	}

	div.field_div {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}

	div.label-top .label_div,
	div.label-top .field_div {
		clear: both !important;
		width: 100% !important;
		margin-bottom: 0.5rem;
	}

	form label {
		font-weight: 300;
	}

	.captcha_text {
		display: block;
		margin-bottom: -1.4rem;
	}

	input[type="file"],
	input.text,
	input.captcha,
	textarea {
		float: left;
		width: 100%;
		max-width: 100%;
		height: auto;
		background: #fff;
		font-weight: 300;
		line-height: 1.8;
		min-height: 2.2rem;
		border: 1px solid #ccc;
		padding: 2px 2px 2px 10px;
		box-sizing: border-box;
		appearance: none;
	}

	input[type="file"]{
		line-height: 1;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	input[type=radio] {
		margin: 1px 5px 2px 2px ;
		border: 1px solid #ccc;
		vertical-align: text-bottom;
	}


	div.full-width div.field_div {
		width: 100%;
	}

	input.text:focus,
	input.captcha:focus,
	textarea:focus  {
		background: #fff;
		border: 1px solid #bbb;
	}

	fieldset {
		clear: both;
	}

	input[type=checkbox],
	input[type=radio] {
		position: absolute;
		border: none;
		opacity: 0;
		background: transparent;
		box-shadow: none;
	}

	.no-label fieldset.checkbox_container legend {
		display: none;
	}

	.checkbox_container span {
		margin-bottom: 3px;
		display: table;
	}

	.checkbox_container span.mandatory {
		display: inline;
	}

	.checkbox_container label,
	.radio_container label{
		margin-left: 2rem;
		line-height: 1.2;
	}

	.checkbox_container > span,
	.radio_container > span{
		display: block;
		margin-bottom: 0.35rem;
	}

	.checkbox_container label:before,
	.radio_container label:before {
		background: #fff;
		border: 1px solid #bbb;
		content: "";
		float: left;
		width: 1.4rem;
		height: 1.4rem;
		margin-right: 4px;
		margin-left: -2rem;
	}

	.radio_container label:before {
		border-radius: 0.7rem;
	}

	input[type=checkbox]:checked + label:before {
		display: inline-block;
		background: #999 url("../../files/framework/images/icons/cross-white.svg") center center no-repeat;
		background-size: cover;
		background-size: 75% 75%;
	}

	input[type=radio]:checked + label:before {
		display: inline-block;
		background: #999 url("../../files/framework/images/icons/dot.svg") center center no-repeat;
		background-size: cover;
		background-size: 45% 45%;
	}

	input[type=checkbox]:focus + label:before,
	input[type=radio]:focus + label:before{
		border: 1px solid #000;
	}

	.widget-checkbox .label_div,
	.widget-radio .label_div,
	.checkbox_container,
	.radio_container {
		margin: 0.5rem 0 0;
	}

	.widget-checkbox legend,
	.widget-radio legend {
		font-size: inherit;
	}

	input[type=radio] {
		margin: 2px 0 3px;
	}

	.radio_container span {
		margin-right: 0.5rem;
	}

	select {
		appearance: none;
		border-radius: 0;
		padding: 0.35rem 0.75rem;
		width: 100%;
		background: none;
		padding-right: 2rem;
		text-indent: 0.01px;
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 2rem;
		z-index: 2;
		color: #333;
	}


	.select div.field_div {
		height: 2.8rem;
		position: relative;
		border: 1px solid #ccc;
		padding: 0;
		margin: 0;
		overflow: hidden;
		background: #fff;
	}

	.ios .select div.field_div {
		border-radius: 6px;
	}

	.select div.field_div:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 1.8rem;
		height: 2.7rem;
		line-height: 2.8rem;
		content: " ";
		border-left: 1px solid #ccc;
		background:  url("../../files/framework/images/icons/select.svg") center center no-repeat;
		background-size: cover;
		background-size: 75% 75%;
	}

	select:focus {
	}

	select:focus option {
		padding: 0.5rem 0.75rem;
	}

	.select div.field_div select{
		/* opacity: 0; */
	}

	span.captcha_text {
		float: left;
		width: 100%;
	}

	div.submit_container{
		float: right;
		width: auto;
		margin-top: 1.5rem;
	}

	#tl_logout div.submit_container {
		float: left;
		margin-top: 0.2rem;
	}

	div.submit_container input.submit {
		clear: both;
		margin-bottom: 0.5rem;
	}

	div.submit_container input.submit:hover {
		color: #000 !important;
	}

	p#hint {
		clear: both;
	}

	input.submit, .button {
		display: inline-block;
		padding: 0.2rem 0.5rem;
		margin-bottom: 0;
		line-height: 1.4;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		text-shadow: none;
	}

	.button a, a.button,
	.button a:hover, a.button:hover {
		color: #000 !important;
	}

	


	form p.error {
		margin-bottom: 0;
		margin-top: 0.45rem;
	}

	div.error input.text,
	div.error input.error,
	div.error input.captcha,
	div.error textarea  {
		background: #ccc;
	}

	div.error input.text:focus,
	div.error input.captcha:focus,
	div.error textarea:focus {
		background: #fff;
	}

	input:invalid {
		box-shadow: none !important;
	}

	#footer .ce_text {
		margin-bottom: 0;
	}


	/* news module */
	.more {
		display : none;
	}

	.teaser {
		position: relative;
	}
	.teaser:after {
		content: ' ';
		height: 16px;
		width: 16px;
		display: inline-block;
		background: url("../../files/framework/images/bg/more.svg") center center no-repeat;
		background-size: cover;
		background-size: 75% 75%;
		animation: moveArrow .8s infinite alternate;
		position: absolute;
		bottom: 3px;
		right: -2px;
	}


	@keyframes moveArrow {
		from {
			transform: translate(0,0);
		}
		to {
			transform: translate(8px,0);
		}
	}


	.mod_newslist .subHeadline,
	.mod_newsreader .mod_ContentNewsTeaser .subHeadline{
		font-family: 'Noto Serif', serif;
		font-weight: 700;
		margin-top: -0.5rem;
	}

	.mod_newslist .image_container {
		position: relative;
		overflow: hidden;
		display: inline-block;
	}

	.mod_newslist .caption {
		position: absolute;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.5);
		color: #555;
		padding: 0 0.5rem;
	}
	.mod_newslist h1 a,
	.mod_newslist h2 a{
		border: none !important;
		color: inherit !important;
	}

	.mod_newslist img {
		transition: transform 0.35s;
	}

	.news-list:hover img, .news-list:focus img{
		transform: scale(1.05);
	}

	.news-list{
		padding-top: 0.5rem;
	}

	.news-list p.info{
		margin-bottom: 0.5rem;
	}

	.news-list p.info,
	.layout_full p.info{
		color: #777;
		font-size: 1rem;
	}

	.mod_ContentNewsTeaser {
		padding-bottom: 1rem;
	}

	.news-separator {
		margin: -0.6rem 0.75rem 0.75rem;
	}

	.mod_newslist .news-separator:nth-of-type(1) {
		margin: 0 0.75rem 0.75rem;
	}

	/* home list */
	.layout_startseite {
		margin-bottom: 2.5rem;
	}
	.layout_startseite.even {
		clear: both;
	}

	/* news list ubersichtsSeite*/
	.layout_ubersicht {

	}

	.layout_ubersicht .image_container,
	.mod_newsreader .mod_ContentNewsTeaser .image_container {

	}

	.layout_ubersicht .one-third,
	.mod_newsreader .mod_ContentNewsTeaser .image_container,
	.mod_ContentNewsTeaser .one-third{
		margin-right: 1rem;
		margin-bottom: 1rem;
	}

	.mod_newsreader .shareBtn {}
	.mod_newsreader .shareBtn a {
		border: none;
	}


	.info-box  .inside_ce {
		background: #eee;
	}

	.info-box .inside_ce .content-div{
		padding: 2rem 2rem 1rem;
	}

	/* sponsored content */

	.sp {
		position: relative;
		overflow: hidden;
	}

	.sp h1,
	.sp h2 {
		padding-right: 40px;
	}

	.sp::before {
		height: 30px;
		width: 30px;
		background-image: url(../../files/framework/images/icons/bookmark.svg);
		background-size: cover;
		background-repeat: no-repeat;
		transform-origin: 50% 50%;
		position: absolute;
		top: 5px;
		right: 7px;
	}

	.mod_newsreader .sp::before {
		height: 45px;
		width: 40px;
		top: 10px;
	}

	.end-date {
		float: right;
		width : auto;
		border: none !important;
		margin-top: 1em;
		display: inline-block;
		background: #e32119;
		color: #fff;
		font-weight: 400;
		border-radius: 4px;
		padding: 0.15rem 1rem 0.1rem;
	}


	/*layout_coupon*/
	.layout_coupon {
		position: relative;
	}
	.layout_coupon .end-date {
		position: absolute;
		bottom : 5px;
		left: 15px;
	}

	.layout_coupon .image_container {
		border: dashed 2px #000;
	}

	.layout_coupon .float_above {
		margin-bottom: 0
	}

	.layout_full .coupon .image_container {
		border: dashed 3px #000;
	}

	/* button-text */
	.button-text {

	}

	.button-text {
		background-color: rgba(64, 70, 72, 1);
		color: #fff;
		text-align: center;
		padding: 1rem !important;
		display: block;
		border-radius: 0.5rem;
	}
	.button-text p{
		margin: 0;
	}
	.button-text a {
		text-decoration: none;
		border: none!important;
		color: #fff;
	}




	/* accordion */
	.toggler {
		background-color: #000;
		color: #fff;
		padding: 0.5rem 3rem 0.5rem 0.5rem;
		position: relative;
	}

	body.haus .toggler {
		background-color: rgba(118, 178, 47, 1);
	}

	body.gesund .toggler {
		background-color: rgba(255, 185, 56, 1);
	}

	body.reisen .toggler {
		background-color: rgba(0, 143, 226, 1);
	}

	body.essen .toggler {
		background-color: rgba(180, 75, 101, 1);
	}

	body.freizeit .toggler {
		background-color: rgba(0, 178, 191, 1);
	}

	body.mode .toggler {
		background-color: rgba(255, 100, 100, 1);
	}

	body.piazza .toggler {
		background-color: #e57403;
	}


	.ui-accordion-header:after {
		content: " ";
		display: block;
		position: absolute;
		top : 0.5rem;
		right:0.5rem;
		width: 20px;
		height: 20px;
		background-image: url(../../files/framework/images/icons/plus.svg);
		background-size: cover;
		background-repeat: no-repeat;
		transition: transform;
		transition-duration: 300ms;
		transition-timing-function: ease-in-out
	}

	.ui-state-active.ui-accordion-header:after {
		transform: rotate(45deg);
	}

	.ui-state-active {
	}

	.ui-accordion-content {
		padding: 2rem 1rem;
		background: #eee;
	}


	/* mod_listing */
	.mod_listing th,
	.mod_listing td {
		padding: 0.2rem 0.5rem;
		border-bottom : 1px solid #ccc;
	}

	.mod_listing td {
		white-space: nowrap;
	}

	#main iframe {
		width: 100%;
	}

	#eva_nl  {
		height: 700px;
	}

	.mod_newsreader iframe {
		height: 615px;
	}



	.ce_external_video {
		overflow: hidden;
	}

	/* .cookiebar */
	.cookiebar {
		padding: 0;
		text-align: left;
		padding: 1em 0;
		font-size: 1.2em;
	}
	.cookiebar__text {
	}

	.cookiebar a {
		color: #fff !important;
		border-bottom: 1px solid #fff;
	}

	.cookiebar__button {
		text-align: left;
		border-radius: 5px;
		padding: 4px 8px;
		font-weight: normal;
		background-color: #fff;
		margin: 8px;
	}

	.cookiebar__button:hover {
		background-color: #fff;
	}

	.cookiebar__message {
		margin-right: 0;
	}

	.cookiebar__message p {
		margin: 8px;
	}

	.cookiebar {
		background: rgba(64, 70, 72, 1);
	}

	.cookiebar__button {
		color: rgba(64, 70, 72, 1);
	}
	

	/* mp_form quiz */
	.conditioned,
	form.quiz {
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 10px;
		position: relative;
	}
	.conditioned p:last-child {
		margin-bottom: 0
	}

	form.quiz .widget-radio {
		position: relative;
	}

	form.quiz .stepnumbers {
		position: absolute;
		right: 10px;
		top: 14px;
		color: rgb(10, 12, 155);
		font-size: 14px;
	}

	form.quiz legend {
		background: #ddd;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-bottom: 16px;
		padding: 5px;
		padding-right: 55px;
		box-sizing: border-box;
	}

	form.quiz button {
		border-radius: 5px;
	}
	
	
	
/* photo-voting */
.ce_photovotingallery {}


.ce_photovotingallery li {
    padding: 0.5rem;
}

.ce_photovotingallery a {
    border: none;
    display: block;
    background: #eee;
    border: 1px solid #ddd;
}

.ce_photovotingallery .photo_container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-bottom: 25px;
}

.ce_photovotingallery .image_container a {
    height: 100%;
}

.ce_photovotingallery .likes {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.9rem;
    line-height: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 5px;
    color: #000 !important;
}

.ce_photovotingallery .likes::before {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath stroke='%23000' d='m16,11.67288c5.15369,-12.12943 25.34601,0 0,15.59498c-25.34601,-15.59498 -5.15369,-27.72441 0,-15.59498z' stroke-width='0' fill='%23f00'/%3E%3C/svg%3E");
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
}

.mod_photoreader .image_container {
    padding: 1rem;
    background: #eee;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
/* photo-voting end*/


} /*@media ends*/

/* FOOTER STYLES
--------------------------------------------------------------------*/
#footer .container {
    margin-top: 2rem;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    border-bottom: 1px solid;
}

#footer .dmc_logo {
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
    width: 150px;

}

#footerNavi {
    text-align: center;
}

#footerNavi a{
    border: none;
    line-height: 1.1;
}

#footerNavi ul.level_1 li {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.25rem 0.35rem;
    letter-spacing: 0.05rem;
}

#footer .ce_form {
    position: relative;
    clear: right;
}

#footer .searchForm {
    position: relative;
    margin-top: 0.5rem;
}

#footer .searchForm input.text {
    width: 85%;
    background: #191d21;
    border: 1px solid #191d21;
    color: #fff;
}

#footer .searchForm button.submit {
    position : relative;
    float: right;    
    background: none;
    border : none;
}

#footer form,
#footer form div.formbody {
    margin-bottom: 0;
}

#footer .mod_changelanguage {
    text-align: center;
}

#footer .mod_changelanguage li.last a {
    margin-right: 0;
}

#footer .mod_changelanguage a:link {
    border: none;
}

#footer .mod_changelanguage a:hover {
    border-bottom: 1px solid;
}

#footer nav.mod_changelanguage ul li:after {
    color : #fff;
}


/* Media Query
------------------*/

@media only screen and (min-width: 320px) {
}

/* resize bigger */
/* display with min width 479 iphone portrait */
@media only screen and (max-width: 479px) {

}


/* display with min width 480 iphone lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px ipad portrait*/
@media only screen and (min-width: 768px) {

    .dmc_logo {
        float: left;
        width: auto;
    }

    #footerNavi {
        float: right;
        width: auto;
        margin-right: -0.85rem;
    }

    #footerNavi ul.level_1 li {
        float: left;
        width: auto;
    }

    #footer .ce_form {
        float: right;
        width: 40%;
    }

    #footer .searchForm .submit {
        padding: 0;
    }

    #footer .searchForm .submit:before {
        background-position: right center;
    }

    #footer .mod_changelanguage {
        clear: both;
        float: right;
    }
}


@media only screen and (min-width: 990px) {
}

/* min-width:1024 ipad landscape*/
@media only screen and (min-width: 1024px)   {
}

/* min-width:1025  */
@media only screen and (min-width:1025px)   {
}

@media (min-width: 1300px) {
}

@media screen {

    /* search  */
    .searchForm label {
        display: none;
    }

    .searchForm div.label_div {
        margin: 0;
    }

    .searchForm .field_div {
        width: 100%;
        float: left;
        padding-left: 40px;
        margin: 0;
        position: relative;
    }

    .searchForm input.text {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.375;
        letter-spacing: normal;
        color: #000;
        outline: none;
        height: 2.8rem;
        padding: 0.5rem;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
    }

    .searchForm .widget {
        margin: 0;
    }

    .searchForm button.submit {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40px;
        background: none;
        border: none;
    }

    .searchForm .submit:before {
        content: "";
        display: inline-block;
        width: 2rem;
        height: 3rem;
        background: transparent url("../../files/framework/images/icons/icon-suche.svg") center center no-repeat;
        background-size: contain;
    }

    .searchForm .submit span {
        display: none;
    }

    .searchForm .submit:before {
    }

    .searchForm ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #333;
    }

    .searchForm :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #333;
        opacity: 1;
    }

    .searchForm ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #333;
        opacity: 1;
    }

    .searchForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #333;
    }

    #footer .searchForm ::-ms-input-placeholder { /* Microsoft Edge */
        color: #aaa;
    }

    #footer .searchForm ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #aaa;
    }

    #footer .searchForm :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #aaa;
        opacity: 1;
    }

    #footer .searchForm ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #aaa;
        opacity: 1;
    }

    #footer .searchForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #aaa;
    }

    #footer .searchForm ::-ms-input-placeholder { /* Microsoft Edge */
        color: #aaa;
    }

    #searchResult input {
        margin-bottom: 1rem;
    }


    #searchResult .radio_container {
        padding-left: 0.2rem;
    }

    #searchResult .radio_container input {
        margin-bottom: 0;
        vertical-align: text-top;
    }

    #searchResult a {
        border: none;
    }

    #searchResult a:hover {
        border-bottom: 1px solid;
    }

    #searchResult h2 a:hover {
        border-bottom: none;
    }

    #searchResult div.odd,
    #searchResult div.even {
        margin-bottom: 2rem;
    }

    #searchResult p.context {
        margin-bottom: 0;
    }

    #searchResult p.url {
        font-style: italic;
        word-break: break-all;
        word-break: break-word;
        hyphens: auto;
        color: #000;
    }

    #searchResult p.url a{
        display: inline;
    }

    #searchResult .highlight {
        background: #f0f3f5;
        padding: 0.25rem 0.5rem;
        border-radius: 0.75rem;
    }
}

/* Media Query
------------------*/

@media only screen and (min-width: 320px) {
}

/* resize bigger */
/* display with min width 479 iphone portrait */
@media only screen and (max-width: 479px) {

}


/* display with min width 480 iphone lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px ipad portrait*/
@media only screen and (min-width: 768px) {

    #searchResult input.text {
        float: left;
        width: 80%;
    }

    #searchResult input.submit {
        float: left;
        width: 15%;
        margin-left: 2%;
        margin-top: 2px;
    }
}


@media only screen and (min-width: 990px) {
}

/* min-width:1024 ipad landscape*/
@media only screen and (min-width: 1024px)   {
}

/* min-width:1025  */
@media only screen and (min-width:1025px)   {
}

@media (min-width: 1300px) {
}
@media screen {
    .main-menu-btn,
    #mainNavi {
        display: none;
    }
    
    #mainNavi ul.level_1 li.submenu a {
        padding-left: 50px;
    }
    
    #mainNavi ul.level_1 {
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
        position: relative;
        z-index: 9999;
    }

    #mainNavi.searchshow ul.level_1 {
        background-color: rgba(64, 70, 72, 1);
    }

    #mainNavi ul.level_1::after {
        content: "";
        display: block;
        height: 0;
        font: 0px / 0 serif;
        clear: both;
        overflow: hidden;
    }

    #mainNavi ul.level_1 li.submenu ul {
        position: absolute;        
        width: auto;
        display: none;
        top: auto;
        margin-left: 0px;
        margin-top: 0px;
        min-width: 10em;
        max-width: 20em;
        margin: 0;
        padding: 0;
        line-height: normal;
        direction: ltr;
        text-align: left;        
    }

    #mainNavi ul.level_1 li.submenu:hover ul {
        display: block;
        z-index: 1000;
    }

    #mainNavi ul.level_1 > li {
        float: left;
        width: 15.60%;
        margin-right: 1px;
        background-color: rgba(64, 70, 72, 1);        
    }

    #mainNavi a {
        display: block;
        padding: 13px 10px;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        line-height: 17px;
        text-decoration: none;
    }

    #mainNavi li.haus:hover,
    #mainNavi .haus.trail,
    #mainNavi .haus.active,
    #mainNavi li.haus a.active,
    #mainNavi li.haus a:hover {
        background-color: rgba(118, 178, 47, 1);
    }
    #mainNavi li.haus ul {
        background-color: rgba(118, 178, 47, 0.8);
    }
    
    
    
    #mainNavi .gesund:hover,
    #mainNavi .gesund.trail,
    #mainNavi .gesund.active,
    #mainNavi li.gesund a.active,
    #mainNavi li.gesund a:hover {
        background-color: rgba(255, 185, 56, 1);
    }
    
    #mainNavi li.gesund ul {
        background-color: rgba(255, 185, 56, 0.8);
    }
    
    
    #mainNavi .reisen:hover,
    #mainNavi .reisen.trail,
    #mainNavi .reisen.active,
    #mainNavi li.reisen a.active,
    #mainNavi li.reisen a:hover{
        background-color: rgba(0, 143, 226, 1);
    }
    
    #mainNavi li.reisen ul {
        background-color: rgba(0, 143, 226, 0.8);
    }
    
    
    #mainNavi .essen:hover,
    #mainNavi .essen.trail,
    #mainNavi .essen.active,
    #mainNavi li.essen a.active,
    #mainNavi li.essen a:hover{
        background-color: rgba(180, 75, 101, 1);
    }
    
    #mainNavi li.essen ul {
        background-color: rgba(180, 75, 101, 0.8);
    }
    
    #mainNavi .freizeit:hover,
    #mainNavi .freizeit.trail,
    #mainNavi .freizeit.active,
    #mainNavi li.freizeit a.active,
    #mainNavi li.freizeit a:hover {
        background-color: rgba(0, 178, 191, 1);
    }
    
    #mainNavi li.freizeit ul {
        background-color: rgba(0, 178, 191, 0.8);
    }
    
    
    #mainNavi .mode:hover,
    #mainNavi .mode.trail,
    #mainNavi .mode.active,
    #mainNavi li.mode a.active,
    #mainNavi li.mode a:hover{
        background-color: rgba(255, 100, 100, 1);
    }
    
    #mainNavi li.mode ul {
        background-color: rgba(255, 100, 100, 0.8);
    }
    
    #mainNavi #wettbewerb__ {
        background-color: rgba(231, 125, 251, 0.8);
    }
    
    #mainNavi ul.level_1 li.submenu > a.submenu:before {
        content: '';
        /* width: 40px;*/
        height: 100%;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 8px 14px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    /* #mainNavi li.haus > a.submenu:before {
        background-image:  url("../../files/framework/images/icons/icon-haus-garten.svg");
    }
    
    #mainNavi li.gesund > a.submenu:before {
        background-image:  url("../../files/framework/images/icons/icon-vitalitaet-gesundheit.svg");
    }
    
    #mainNavi li.reisen > a.submenu:before {
        background-image:  url("../../files/framework/images/icons/icon-reisen.svg");
    }
    
    #mainNavi li.essen > a.submenu:before {
        background-image:  url("../../files/framework/images/icons/icon-essen-trinken.svg");
    }
    
    #mainNavi li.freizeit > a.submenu:before {
        background-image:  url("../../files/framework/images/icons/icon-freizeit.svg");
    }
    
    #mainNavi li.mode > a.submenu:before {
        background-image:  url("../../files/framework/images/icons/icon-mode-beauty.svg");
    } */
    
    
    /* box color */
    .inside_art > .rubrik-farbe {
        margin-top: 0.5rem;
    }
    
    .rubrik-farbe .inside_ce {
        padding: 0.5rem 1.5rem;
        color: #fff;
    }
    
    body.haus .rubrik-farbe .inside_ce {
        background-color: rgba(118, 178, 47, 1);
    }
    
    body.gesund .rubrik-farbe .inside_ce {
        background-color: rgba(255, 185, 56, 1);
    }
    
    body.reisen .rubrik-farbe .inside_ce {
        background-color: rgba(0, 143, 226, 1);
    }
    
    body.essen .rubrik-farbe .inside_ce {
        background-color: rgba(180, 75, 101, 1);
    }
    
    body.freizeit .rubrik-farbe .inside_ce {
        background-color: rgba(0, 178, 191, 1);
    }
    
    body.mode .rubrik-farbe .inside_ce {
        background-color: rgba(255, 100, 100, 1);
    }
    
    /* hide the menu in mobile view */
    #main-menu-state:not(:checked) ~ #mainNavi ul.level_1 {
        display: none;
    }
    #main-menu-state:checked ~ #mainNavi ul.level_1 {
        display: block;
    }
    
    #mainNavi li.suche {
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: 4px center;
        background-image:  url("../../files/framework/images/icons/icon-suche.svg");
        background-color: #000000;
        width: 4.2% !important;
        margin-right: 0 !important;
    }
    
    #mainNavi li.suche a {
        text-indent: -100000px;
    }
    
    #mainNavi li.suche a:after {
        content: "&nbsp;";
        display: block;
        white-space: pre;
    }
    
    #mainNavi {
        position: relative;
    }
    
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
        h1 {
            word-break: break-all;
            word-break: break-word;
            hyphens: auto;
        }
    
        #mainNavi .ce_form {
            position: absolute;
            top : 0.5rem;
            bottom: 1rem;
            left : 1rem;
            padding: 0.5rem;
            padding-left : 2em;
            box-sizing: border-box;
            width: 91%;
            z-index: 99999;
            overflow: hidden;
            margin: 0;
            display: none;
            border-right: 1px solid rgb(64, 70, 72);
        }
    
        #mainNavi .ce_form form {
            padding: 0 0.5rem;
        }
    
    
        #mainNavi .ce_form .formbody {
            background-color: rgb(64, 70, 72);
        }
    
        .searchForm .submit:before {
            position: absolute;
            left: 0.75rem;
            top: 0;
        }
    
        #mainNavi .ce_form form,
        #mainNavi .ce_form form div.formbody,
        #mainNavi .ce_form input{
            margin: 0;
        }
    
        #mainNavi.searchhide .ce_form,
        #mainNavi.navSlidUp .ce_form{
            display: none;
        }
    
        #mainNavi.navSlidDown .ce_form
        {
            display: block;
        }
    
        #mainNavi {
            display: block !important;
        }

        #mainNavi.searchshow .ce_form {
            display: block;
            background-color: red;
        }
    
        #mainNavi.searchshow li:not(.suche) {
            opacity: 0;
            pointer-events: none;
        }
    
        #mainNavi.searchshow .ce_form,
        #mainNavi.searchshow form div.formbody {
            margin: 0;
        }
    
        #mainNavi.searchshow li.suche {
            background-size: 20px;
            background-position: 10px 18px;
            background-image:  url("../../files/framework/images/icons/cross-white.svg");
            background-color: #000000;
        }
    
        @keyframes searchshow {
            0%{
                opacity: 1;
                transform: scale(1);
                animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
            }
    
            40% {
                opacity: 1
            }
    
            100% {
                opacity: 0;
                transform: scale(0.7)
            }
    
        }
    
        @keyframes searchhide {
            0%{
                opacity: 0;
                transform: scale(0.7)
            }
    
            60% {
                opacity: 1
            }
    
            100% {
                opacity: 1;
                transform: scale(1);
                animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
            }
    
        }
        .searchshow .ce_form {
            animation: searchform-slide 1s 200ms both
        }
    
        @keyframes searchform-slide {
            0%{
                opacity: 0;
                transform: translate3d(100px, 0, 0);
                animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
            }
    
            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }
    
        #mainNavi ul.level_1 li.submenu > a.submenu {
            /* padding-left: 40px; */
        }
    
        #mainNavi ul.level_1 li.submenu > a.submenu:before {
            /* width: 38px; */
            background-size: 30px;
            background-position: 5px center;
        }
    
        #mainNavi ul.level_1 li.submenu  a {
            padding-left: 8px;
        }
    
    
    }
    
    @media only screen and (min-width: 990px) {
        #mainNavi ul.level_1 > li {
            width: 15.85%;
        }
    }
    
    @media (max-width: 1000px) {
    
    }
    
    @media (max-width: 900px) {
    
    }

/* =Containers
--------------------------------------------------------------------------------*/
.container {
    margin-right: auto;
    margin-left: auto;
    position : relative;
    box-sizing: border-box;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.half-width,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth,
.two-third,
.two-sixth,
.two-fifth,
.three-fourth,
.three-fifth,
.four-fifth,
.four-sixth,
.five-sixth,
.full-width
{
    display: inline;
    float: left;
    width : 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen {
    #main, #right, #left {
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3rem;
    }


    /* content Width styles */
    .narrowWidth,
    .mediumWidth {
        margin: auto;
        padding-left : 0.15rem;
        padding-right : 0.15rem;
        box-sizing: border-box;
    }


    /* Article Width styles */
    #main .mod_article {
    }

    .art_fullWidth .container {
        width: 100%;
        padding: 0;
    }

    .art_narrowWidth .inside_art {
    }


    .inside .block{
        padding-left : 0.75rem;
        padding-right : 0.75rem;
    }

    /* correct padding*/
    .inside .block .block{
        padding: 0;
    }
}


/* Media Query
--------------------------------------------------------------------------------*/

@media only screen and (min-width: 320px) {
    body {border-top : 10px solid grey; }
    body:after{
        /*657117653656608769*/
        content : 'w320px ';
        display : none;
    }
    .text-center{text-align: left;}

    h1 br {
        display : none;
    }


}



/* resize bigger */
/* display with min width 479 iphone portrait */
@media only screen and (max-width: 479px) {
    body {border-top : 10px solid yellow; }
    body:after{
        content : 'w479px';
        display : none;
    }
    .container {
        width : 100%;
    }
}


/* Exclude iphone 4 5 or display < 375px  */
@media only screen and (min-width: 375px) {

    .byline {
        position: absolute;
        top: 81px;
        left: 165px;
        margin-top: 0;
    }



}

/* display with min width 480 iphone lansacape */
@media only screen and (min-width: 480px) {
    body {border-top : 10px solid green; }
    body:after{
        content : 'w480px';
        display : none;
    }

    .one-third, .one-sixth {width: 33.33333333333333%;} /* 184@736, 232@928, 292@1168*/
    .two-third{width: 66.66666666666666%;}
    .one-fourth, .half-width {width: 50%;}
    .full-width {width: 100%;}

    .one-sixth + .half-width,
    .half-width + .one-third {
        width: 66.66666666666666%; float: right;
    }

    #main
    {
        float: left;
        width : 100%;
    }

    .text-center{
        text-align: center;
    }

    h1 br {
        display : block;
    }

    #right .renderSlot {
        margin-left: 10px;
        margin-right: 10px;
    }

}


/* min-width:768px ipad portrait*/
@media only screen and (min-width: 768px) {
    body {border-top : 10px solid blue; }
    body:after{
        content : 'w760px';
        display : none;
    }

    .container {
        /* 768px/4 = 192*3 = 576 divisible by 2,3,4,6 */
    }

    .one-fourth {width: 25%;}
    .one-fifth {width: 20%;}
    .two-fifth {width: 40%;}
    .three-fifth {width: 60%;}
    .four-fifth {width: 80%;}
    .one-sixth {width: 16.66%;}
    .five-sixth {width: 83.333%;}

    .one-sixth + .half-width {
        float: left;
        width: 50%;
    }

    .half-width + .one-third{
        float: left;
        width: 33.33333333%;
    }

    .narrowWidth {
        width: 50%;
    }

    .mediumWidth {
        width: 60%;
    }

    .art_normalWidth .inside_art {
        width: 90%;
        margin: 0 auto;
    }

    .art_narrowWidth .inside_art {
        width: 80%;
        margin: 0 auto;
    }

    body:not(.ie) .ce_gallery.half-width {
        width: calc(50% + 1rem) !important;
    }

    .open-nav,
    #trigger {
        display: none;
    }


    .mod_changelanguage {
        display: inline-block;
        float: left;
        width: auto;
        margin-bottom: 0.75em;
    }

    /* form */
    div.label_div {
        width : 30%;
    }

    div.field-indent div.field_div {
        float : right;
        width : auto;
    }

    div.field-indent div.field_div,
    div.field_div {
        width : 70%;
    }

    div.field-indent {
        position: relative;
    }

    div.field-indent legend {
        position: absolute;
        top: 0;
        left: 0;
        width : auto;
        max-width : 30%;
    }

    .teaser:after {
        display: none;
    }

    #footer .inside {
        position: relative;
        padding-top : 40px;
    }

}

/* some custom BP according to space in browser */
@media only screen and (min-width: 870px) {

}

@media only screen and (min-width: 990px) {

    body {border-top : 10px solid red; }

    body:after{
        content : 'w990px';
        display : none;
    }

    .container {
        width: 984px;
    }

    #right {
        float: right;
        width: 320px;
    }

    #main,
    .home #left {
        width: 652px;
    }

    .home #main {
        width: 100%;
    }

    #right .renderSlot {
        margin: auto;
    }

}

/* min-width:1024 ipad landscape*/
@media only screen and (min-width: 1024px) {
    body {
        border-top: 10px solid red;
    }

    body:after {
        content: 'w1024px';
        display: none;
    }

    .container {
        width: 1024px;
    }

    #right {
        float: right;
        width: 320px;
    }

    #main,
    .home #left {
        width: 690px;
    }

    #right .renderSlot {
        display: block;
        margin: 0 10px;
    }

    .end-date {
        font-size: 0.9em;
    }
}

/* min-width:1025  */
@media only screen and (min-width:1025px)   {
    body {
        border-top : none;
    }

    #main{
        min-height: 600px;
    }
}




@media (min-width: 1336px) {
    body {border-top : 10px solid pink; }

    #Ad_Block_Halfpage {
        float: left;
        display: block;
        height: 600px;
        min-width: 300px;
        position: fixed;
        top: 116px;
        margin-top: 0.5rem;
        right: 0;
    }

    #Ad_Block_Halfpage .adSlot {
        text-align: left;
    }
}


/* remove body border*/
body { border:none; position: relative}


/* min-width:768px ipad portrait*/
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 990px) {

}


@media screen {

	.small-view #mainNavi .ce_form .formbody,
	.main-menu-btn,
	.full-view .searchshow .sm-simple,
	#mainNavi.searchshow li.suche,
	#mainNavi li.suche,
	#mainNavi.searchshow .ce_form,
    #mainNavi.searchshow form div.formbody,	
	.sm-simple>li{
		background-color: rgba(64, 70, 72, 1);
	}


	.link-button a {
		background: rgba(64, 70, 72, 1);
	}
	.link-button a:hover {
		color: #404648 !important;
	}
	#cboxOverlay {
		background: #404648;
	}
}
.slick-next {
	right: 0.5rem;
}

.slick-prev {
	left: 0.5rem;
}

.slick-track {
	min-height: 140px;
	height: 200px;
	overflow: hidden;
	background: #fff;
}

.slideTextContainer {
	font-size: 1rem;
}

.bsce_slick .slick-list {
	width: 100%;
}
.bsce_slick .slick-slide {
	position: relative;
	margin: 0;
	padding: 0;
}

.slick-track .caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	color: #555;
	padding: 0 0.5rem;
}

.bsce_slick figure {
	display: block;
}

/*
Medium Rectangle (300 x 250): only possible in #right space.
*/
.ad .slider {
	height: 250px;
	overflow: hidden;
	display: none;
}

.ad .slick-initialized.slider {
	display: block;
}
.ad .slick-track {
	height: 250px;
	max-height: 250px;
}

.slick-slide .slimage_container > a {
	border: none !important;
}

@media only screen and (min-width: 320px) {
}

/**/
@media only screen and (min-width: 421px) {
}

@media only screen and (min-width: 667px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 900px) {
}

@media only screen and (min-width: 990px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1300px) {
}

@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1800px) {
}

/*
Medium Rectangle (300 x 250) Large Rectangle (336 x 280) Leaderboard (728 x 90) Large Skyscraper (300 x 600)
*/

@media screen {
	.slideTextContainer {
		transition: none;
	}

	.slick-track .slick-slide img {
		object-fit: cover;
		width: 100%;
		min-height: 100%;
	}	

	/* avoid fouc */
	.lolabrause .slider {
		display: none;
	}
	.lolabrause .slider.slick-initialized	 {
		display: block;
	}
	/* avoid fouc end */

	/* slider height */
	.lolabrause .slick-track {
		height: 250px;
		max-height: 250px;
	}
	/* slider height ends */

	/* arrows */
	.slick-arrow {
		display: flex;
		align-content: center;
		align-items: center;
	}

	.lolabrause .slick-prev, 
	.lolabrause .slick-next {
		width: 8%;
		min-width: 20px;
		height: 100%;
	}

	.lolabrause .slick-prev {
		left: 0;
	}
	.lolabrause .slick-prev:hover {
		background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	}

	.lolabrause .slick-next {
		right: 0;
	}	
	.lolabrause .slick-next:hover {
		background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	}

	.lolabrause .slick-next:before {
		margin-left: auto
	}
	/* arrows end */

	/* text */
	.lolabrause .slideTextContainer {
		background: rgba(18,207,255,0.8);
		left: 0px;
		bottom: 0px;
		padding: 10px 20px;
		width: 100%;
		text-align: left;
		text-shadow: none;
		color: #000;
		top: auto;
		bottom: 0;
		height: auto;
		min-height: auto;
		z-index: 11;
	}
	
	.lolabrause .slideTextContainer p {
		margin: 0.5rem 0;
		font-size: 1.2rem;
		color: #000;
		line-height: 1.2;
	}
	
	.lolabrause .slideTextContainer p:first-of-type {
		color: yellow;
	}
	.lolabrause .slideTextContainer a {
		color: #fff;
		border: none;
	}	
	/* text ends */
}



/* Media Query
---------------------*/

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
	/* slider height */
	.lolabrause .slick-track {
		height: 270px;
		max-height: 270px;
	}
	/* slider height ends */

}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
	.lolabrause .slick-track {
		height: 290px;
		max-height: 290px;
		margin-top: 6px;
		margin-bottom: 16px;
	}
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and langer) for width 1200px */
@media only screen and (min-width:1300px) {
}

	/* CAYMLAND M4 STYLES
--------------------------------------------------------------------*/

input[type="file"],
input[type="text"],
input[type="email"],
input[type="tel"],
input.text,
input.captcha,
textarea {
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
	background: #fff;
	font-weight: 300;
	line-height: 1.8;
	min-height: 2.2rem;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 10px;
	box-sizing: border-box;
	appearance: none;
}

.caymlandform-textarea {
	border: 1px solid #ccc !important;
	min-height: 10rem;
}

.caymlandform-input {
	margin-bottom: 1em;
}

.caymlandform-row.caymlandform-tel {
	margin-bottom: 0;
}

.caymlandform-button-wrapper .caymlandform-button {
	margin-bottom: 2rem;
	cursor: pointer;
	color: #fff !important;
	border: 1px solid #000 !important;
	background: #000 !important;
	border-radius: 3px;
	display: inline-block;
	user-select: none;
	padding: 6px 12px;
	font-weight: 100;
	font-family: 'Roboto',Verdana, sans-serif;
}

.btn-top-margin {
	margin-top: 1em;
}

/* 
form div.formbody {
	overflow: hidden;
	margin-bottom: 2rem;
}

div.widget {
	margin: 0.5rem 0;
	float: left;
	width: 100%;
}

div.widget-explanation {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

div.widget-explanation+div.widget-textarea {
	margin-top: 0;
}

div.ce_form .widget.full-width,
div.ce_form .widget.full-width label{
	padding-left: 0;
	padding-right: 0;
}

div.label_div {
	clear: both;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 1rem;
	margin: 0.5rem 0 0;
}

div.field_div {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

div.label-top .label_div,
div.label-top .field_div {
	clear: both !important;
	width: 100% !important;
	margin-bottom: 0.5rem;
}

form label {
	font-weight: 300;
}

.captcha_text {
	display: block;
	margin-bottom: -1.4rem;
}

input[type="file"]{
	line-height: 1;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

input[type=radio] {
	margin: 1px 5px 2px 2px ;
	border: 1px solid #ccc;
	vertical-align: text-bottom;
}


div.full-width div.field_div {
	width: 100%;
}

input.text:focus,
input.captcha:focus,
textarea:focus  {
	background: #fff;
	border: 1px solid #bbb;
}

fieldset {
	clear: both;
}

input[type=checkbox],
input[type=radio] {
	position: absolute;
	border: none;
	opacity: 0;
	background: transparent;
	box-shadow: none;
}

.no-label fieldset.checkbox_container legend {
	display: none;
}

.checkbox_container span {
	margin-bottom: 3px;
	display: table;
}

.checkbox_container span.mandatory {
	display: inline;
}

.checkbox_container label,
.radio_container label{
	margin-left: 2rem;
	line-height: 1.2;
}

.checkbox_container > span,
.radio_container > span{
	display: block;
	margin-bottom: 0.35rem;
}

.checkbox_container label:before,
.radio_container label:before {
	background: #fff;
	border: 1px solid #bbb;
	content: "";
	float: left;
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 4px;
	margin-left: -2rem;
}

.radio_container label:before {
	border-radius: 0.7rem;
}

input[type=checkbox]:checked + label:before {
	display: inline-block;
	background: #999 url("../../files/framework/images/icons/cross-white.svg") center center no-repeat;
	background-size: cover;
	background-size: 75% 75%;
}

input[type=radio]:checked + label:before {
	display: inline-block;
	background: #999 url("../../files/framework/images/icons/dot.svg") center center no-repeat;
	background-size: cover;
	background-size: 45% 45%;
}

input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before{
	border: 1px solid #000;
}

.widget-checkbox .label_div,
.widget-radio .label_div,
.checkbox_container,
.radio_container {
	margin: 0.5rem 0 0;
}

.widget-checkbox legend,
.widget-radio legend {
	font-size: inherit;
}

input[type=radio] {
	margin: 2px 0 3px;
}

.radio_container span {
	margin-right: 0.5rem;
}

select {
	appearance: none;
	border-radius: 0;
	padding: 0.35rem 0.75rem;
	width: 100%;
	background: none;
	padding-right: 2rem;
	text-indent: 0.01px;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 2rem;
	z-index: 2;
	color: #333;
}


.select div.field_div {
	height: 2.8rem;
	position: relative;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.ios .select div.field_div {
	border-radius: 6px;
}

.select div.field_div:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1.8rem;
	height: 2.7rem;
	line-height: 2.8rem;
	content: " ";
	border-left: 1px solid #ccc;
	background:  url("../../files/framework/images/icons/select.svg") center center no-repeat;
	background-size: cover;
	background-size: 75% 75%;
}

select:focus {
}

select:focus option {
	padding: 0.5rem 0.75rem;
}

.select div.field_div select{
	/* opacity: 0; */
}

/*

span.captcha_text {
	float: left;
	width: 100%;
}

div.submit_container{
	float: right;
	width: auto;
	margin-top: 1.5rem;
}

#tl_logout div.submit_container {
	float: left;
	margin-top: 0.2rem;
}

div.submit_container input.submit {
	clear: both;
	margin-bottom: 0.5rem;
}

div.submit_container input.submit:hover {
	color: #000 !important;
}

p#hint {
	clear: both;
}

input.submit, .button {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	margin-bottom: 0;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: none;
}

.button a, a.button,
.button a:hover, a.button:hover {
	color: #000 !important;
}




form p.error {
	margin-bottom: 0;
	margin-top: 0.45rem;
}

div.error input.text,
div.error input.error,
div.error input.captcha,
div.error textarea  {
	background: #ccc;
}

div.error input.text:focus,
div.error input.captcha:focus,
div.error textarea:focus {
	background: #fff;
}

input:invalid {
	box-shadow: none !important;
}

#footer .ce_text {
	margin-bottom: 0;
}


*/
/* Add overriding styles here*/

/* Cookie Bot */
#CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 5% !important;
    left: 50px !important;
}
#CookiebotWidget .CookiebotWidget-logo svg {
    width: 54px !important;
    height: 54px !important;
}
#CookiebotWidget .CookiebotWidget-logo svg circle{
    fill: #333e48 !important;
}
#CookiebotWidget .CookiebotWidget-consents-list svg {
    fill: #333e48 !important;
}
#CookiebotWidget .CookiebotWidget-header {
    font-family: "Noto Serif", Arial, Helvetica, sans-serif !important;
}
#CookiebotWidget .CookiebotWidget-consents-list strong {
    font-family: "Noto Serif", Arial, Helvetica, sans-serif !important;
}
#CookiebotWidget .CookiebotWidget-show-consent-details button{
    color: #333e48 !important;
}
#CookiebotWidget-btn-withdraw {
    font-size: 1.2rem !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    padding: 15px 30px !important;
    border: 1px solid #c4d0d3 !important;
    border-radius: 0 !important;
}
#CookiebotWidget-btn-withdraw:hover {
    background-color: #c4d0d3 !important;
    color: #54656a !important;
}
#CookiebotWidget-btn-change {
    font-size: 1.2rem !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    padding: 15px 30px !important;
    border-radius: 0 !important;
    background-color: #333e48 !important;
    border-color: #333e48 !important;
}
#CookiebotWidget-btn-change:hover {
    background-color: white !important;
    color: #333e48 !important;
}
#CybotCookiebotDialog, #CybotCookiebotDialog * {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
#CybotCookiebotDialog {
    padding-bottom: 16px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody {
    max-width: 1100px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
    padding-top: 55px;
    padding-bottom: 0;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #333e48;
    padding-bottom: 16px;
    margin: 0;
    font-family: "Noto Serif", Arial, Helvetica, sans-serif !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #54656a;
    padding-bottom: 28px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
    border-bottom: 0 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    float: none;
    text-align: left;
    display: flex !important;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: -11px;
    padding-bottom: 20px;
    flex-direction: column-reverse;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    width: auto !important;
    height: auto;
    padding: 15px 30px;
    min-width: 200px;
    margin: 5px 8px;
    border: 1px solid #c4d0d3;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyButton:hover {
    background-color: #c4d0d3;
    color: #54656a;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    color: #54656a;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    color: #54656a;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    color: white;
    border: 1px solid #333e48;
    background-color: #333e48;
    order: -1;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
    background-color: white;
    color: #333e48;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane {
    border: 0;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper {
    margin-bottom: 0px;
    margin-right: 14px;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper input {
    display: inline-block;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #54656a;
    max-width: 100%;
    transition: border-color 0.2s ease-out;
    outline: none;
    position: relative;
    appearance: none;
    cursor: pointer;
    flex: 0 0 auto;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    height: 20px;
    width: 20px;
    min-width: 0;
    border: none;
    padding: 0;
    opacity: 1;
    margin: 3px 5px 0 0;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper input::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #c4d0d3;
    border-radius: 2px;
    background-color: white;
    z-index: 99999;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper input::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 2px;
    left: 6px;
    border-bottom: 2px solid #54656a;
    border-right: 2px solid #54656a;
    border-radius: 1px;
    width: 4px;
    height: 10px;
    transform: rotate(45deg) scale(0);
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper input:checked:after {
    animation: toggleOnCheckbox 0.3s ease forwards;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
    text-align: right;
    background: transparent;
    border: 0;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton {
    opacity: 0;
    margin-right: 30px;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton + label {
    background-image: none !important;
    color: #54656a;
    padding-top: 4px;
    padding-left: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButton:checked + label:after {
    opacity: 1;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsButton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    color: #1a7abd;
    font-size: 16px;
    line-height: 1.1;
    background-image: none !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsButton:after {
    display: block;
    content: " ";
    margin-left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #1a7abd transparent transparent transparent;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsButton.CybotCookiebotDialogBodyLevelDetailsButtonExpanded:after {
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #1a7abd transparent;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBody {
    max-width: 1100px;
    padding: 24px 8px 0;
    box-sizing: border-box;
}
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerTypes:hover, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentTabsItem:hover {
    background-color: white !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsButton {
    color: #333e48 !important;
    border-bottom: 0 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsButton:after {
    border-color: #333e48 transparent transparent transparent !important;
}
@keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: rotate(45deg) scale(0);
   }
    70% {
        opacity: 1;
   }
    100% {
        transform: rotate(45deg) scale(1);
   }
}
.CookiebotWidget-main-logo {
    display: none !important;
}
@media only screen and (min-width: 576px) {
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
        font-size: 16px;
        line-height: 24px;
   }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
        padding-bottom: 22px;
   }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
        padding-left: 0 !important;
   }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
        margin-left: -8px;
   }
    #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonWrapper {
        margin-bottom: 10px;
        margin-right: 20px;
   }
    #CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
        margin: 0 8px;
   }
   #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}
/* Menu Query
--------------------*/
@media screen {
    .mm-menu{
        background: #ffffff;
        min-height: 100vh;
    }
    
    .mm-panels {
        padding-bottom: 1.5rem;
    }
    
    .level_1.mm-listview {
        padding-bottom: 5rem;
    }
    
    .mm-menu .mm-listview li.suche {
        display: none;
    }
    
    /* border color */
    .mm-panel > ul.level_1.mm-listview > li.first {
        border-top : 1px solid rgba(64, 70, 72, 1);
    }
    
    .mm-panel > ul.level_1.mm-listview > li.last:after {
        border-bottom : 1px solid rgba(64, 70, 72, 1);
    }
    
    .mm-menu .mm-listview li.first {
        border-top: 1px solid;
    }
    
    .mm-menu .mm-listview li.first,
    .mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
        border-color: rgba(64, 70, 72, 1);
    }
    
    .mm-listview .mm-next,
    .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
        background: none;
        outline: none;
    }
    /* border color ends */
    
    /* arrow color */
    .mm-menu .mm-listview>li .mm-next:after {
        border-color: #000;
    }
    /* arrow color end */
    
    /* arrow plus minus */
    .mm-menu .mm-listview>li .mm-next:after {
        border: none !important;
        width: 20px;
        height: 20px;
        background: url(../../files/framework/images/icons/arrow-right.svg) center center no-repeat;
        background-size: contain;
        cursor: pointer;
        right: 5px !important;
        transform: rotate(0);transform-origin: center;
        filter: invert(1)
    }
    
    .mm-menu .mm-listview>li.mm-opened > .mm-next:after {
        transform: rotate(90deg);
    }
    /* arrow plus minus ends */
    
    .mm-listview {
        clear: both;
        font-size: 16px;
    }
    
    
    /* removing dot dot dot for long items */
    .mm-listview>li>a, .mm-listview>li>span {
        overflow: auto;
        white-space: normal;    
        padding-left : 0px;
    }
    
    .mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
        padding: 0;
    }
    
    .mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
        height: 41px;
    }


    .mm-menu .level_2 > li > a, .mm-menu .level_2 > li > span {
        text-transform: none;
        font-size: 1rem;
        padding-left: 20px;
    }
    
    .mm-menu .level_3 > li > a, .mm-menu .level_3 > li > span {
        padding-left : 40px;
        text-transform: none;
        font-size: 1rem;
    }
    
    .mm-menu .mm-listview a.mm-next{
        padding: 0 25px;
        margin-top: 5px;
    }
    
    .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
    .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
    .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
    .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
        background: inherit;
    }
    
    .mm-panels>.mm-panel>.mm-listview {
        margin-top: 3rem !important;
        margin-bottom: 2rem;
        margin-left: 0;
        margin-right: 0;
        padding-top: 1rem;
    }
    
    .mm-panels>.mm-panel {
        padding: 0 40px;
    }
    
    .mm-listview .mm-next:before {
        display: none;
    }
    
    .small-view .mm-menu.mm-offcanvas {
        max-width: 100%;
        width: 100%;
    }
    
    .mm-panels>.mm-panel:before {
        height: 0;
    }
    
    /* links color */
    .mm-listview li a,
    .mm-menu .mm-listview>li.mm-selected>a.mm-next {
        color: #fff;
    }
    
    .mm-listview li a {
        border: none;
        color: #000;
    }
    .mm-listview li a:hover {
        border: none;
    }
    
    .mm-menu .mm-listview>li.mm-selected > a.active {
        color: #cc071d;
    }
    
    body:not(.small-view) #mm-mainNavi ul.level_1>li.first>a {
        background: none;
        border: none;
    }
    
}

/* hamburger  Media Query
--------------------*/
@media screen {
    .mm-slideout {
        z-index: 3;
    }
    
    /* there may be 2 instances of .nav-icon-wrap 1inHeader and 1inMMenu*/
    .nav-icon-wrap {
        z-index: 20;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 3.5rem;
        right: 1rem;
    }
    
    .nav-icon {
        margin: 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        position: relative;
    }
    
    .nav-icon-wrap span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        border-radius: 2px;
    }

    .nav-icon-wrap:hover span {
        background: #da1820;
    }

    .nav-icon span:nth-child(1) {
        top: 2px;
    }
    
    .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
        top: 12px;
    }
    
    .nav-icon span:nth-child(4) {
        top: 22px;
    }

    .mm-opened .mm-panels .nav-icon span {
        border-radius: 0;
        height: 2px;
        top: 17px;
        right: 0;
        left: 1px;
        width: 70%;
        margin: auto;
        transform-origin: center;
    }
    
    .mm-opened .nav-icon span:nth-child(1) {
        top: 0px;
        width: 0%;
        left: 50%;
    }
    
    .mm-opened .nav-icon span:nth-child(2) {
        transform: rotate(45deg);
    }
    
    .mm-opened .nav-icon span:nth-child(3) {
        transform: rotate(-45deg);
    }
    
    .mm-opened .nav-icon span:nth-child(4) {
        top: 10px;
        width: 0;
        left: 50%;
    }
    
    .mm-opened .mm-panels .nav-icon-wrap {
        border-radius: 20px;
        box-shadow: 0 0 0 1px #000;
        top: 3.25rem;
        right: 1.5rem;
    }
} 

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    .nav-icon-wrap {
        display: none;
    }
}

/*  hamburger ends 
--------------------*/



/* Menu Extra Content
--------------------*/
@media screen {

/* show scroll bar
html.mm-opened {
    overflow: auto !important;
}
*/

    /* logo */
    .mm-panel .block.logo_new {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
        margin-bottom: 0;
        width: 180px;
    }

    /* language changer */
    .mm-menu .mod_changelanguage {
        margin-top: 3rem;
    }
    .mm-menu .mod_changelanguage+.mm-listview {
        margin-top: 0 !important;
    }

    .mm-menu .mod_changelanguage li {
        float: left;
        width: auto;
    }

    .mm-menu .mod_changelanguage li:after {
        content: "|";
        padding-left: 0.15rem;
        padding-right: 0.35rem;
        display: inline-block;
    }


    .mm-menu .mod_changelanguage li:last-child:after,
    .mm-menu .mod_changelanguage li.last:after {
        display: none;
    }

    .mm-menu .mod_changelanguage a {
        color: #000 !important;
        border: none;
        line-height: 1;
    }
    .mm-menu .mod_changelanguage a.active {
        border-bottom: 1px solid #da1820 !important;
    }
     
    .mm-menu .searchForm  {
        background-color: #000;
        
    }

    .mm-menu .searchForm input.text {
        border: 1px solid rgba(64, 70, 72, 0.9);
        border-radius: 0;
    }
    .mm-menu .searchForm button.submit {
        left: auto;
        right: 0;
    }
    .mm-menu .searchForm .field_div {
        padding-right: 40px;
        padding-left: 0;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {

}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Menu Extra Content ends
--------------------*/
@media screen {

	.logo-new {
		text-indent: -99999px;
		overflow: hidden;
		height: auto;
		width: 290px;
		margin-top: 30px;
		margin-bottom: 18px;
	}

	.logo-new a {
		display: block;
		text-indent: -99999px;
		background-size: cover;
		background-position: top left;
		background-repeat: no-repeat;
		background-image: url(../../files/framework/images/misc/consumo-logos/logo-consumo-der-konsumratgeber.svg);
	}

	.fr .logo-new a {
		background-image: url(../../files/framework/images/misc/consumo-logos/logo-consumo-le-guide-conso.svg);
	}

	.it .logo-new a {
		background-image: url(../../files/framework/images/misc/consumo-logos/logo-consumo-guida-per-i-consumatori.svg);
	}

}



/* Media Query
---------------------*/

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and langer) for width 1200px */
@media only screen and (min-width:1300px) {
}

@media screen {
	/* social media links */
	.mod_social_media_link ul {
        display: block;
		text-align: center;
	}

	.mod_social_media_link li {
        margin: auto;
        display: inline-block;
	}

}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {


    .mod_social_media_link {
        position: absolute;
        top: 0;
        right: 0;
    }
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and langer) for width 1200px */
@media only screen and (min-width:1300px) {
}

@media screen {

	#topNavi {
		box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: 0;
	}

	#topNavi ul {
		margin-bottom: 0;
        display: flex;
        text-align: center;
        justify-content: space-around;
	}

    #topNavi li {
        display: inline-block;
    }

	#topNavi li a {
		padding-top: 4px;
		color: #000;
        text-align: center;
		line-height: 20px;
        font-size: 90%;
	}

	#topNavi li a:hover {
		color: #555;
	}

	#topNavi li a:before{
		content: '';
		width: 30px;
		height: 30px;
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: 0 0px;
        display: block;
        margin: auto;
	}

	#topNavi li.coupon > a:before {
		background-image:  url("../../files/framework/images/icons/coupon.svg");
	}

	#topNavi li.events > a:before {
		background-image:  url("../../files/framework/images/icons/icon-eventfrog.svg");
	}

	#topNavi li.spielspass > a:before {
		background-image:  url("../../files/framework/images/icons/icon-spiel-spass.svg");
	}

	#topNavi li.wettbewerbe > a:before {
		background-image:  url("../../files/framework/images/icons/icon-wettbewerbe.svg");
	}

	#topNavi li.suche {
		background-image:  url("../../files/framework/images/bg/search.svg");
		width: 30px;
		height: 30px;
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	#topNavi li.suche > a {
		display: none;
	}

}



/* Media Query
---------------------*/

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    #topNavi {
        float: right;
        width: auto;
        margin-top: -50px;
    }

    #topNavi li a {
        margin-left: 10px;
        margin-right: 0;
        display: flex;
        align-items: center;
		line-height: 30px;
        font-size: 100%;
    }
    #topNavi li a:before{
        display: inline-block;
        margin-right: 10px;
    }
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    #topNavi li a {
        margin-left: 20px;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and langer) for width 1200px */
@media only screen and (min-width:1300px) {
}