body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened 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: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
body{font-family: 'Source Sans Pro', sans-serif;font-size: 14px;font-family: Arial,Helvetica,Verdana;font-size: 13px;color: #333333}.box1{margin-top: 20px;border-top: 1px solid #e3e2d4}.image_container{position: relative}.image_container .caption{position: absolute;color: white;text-shadow: 1px 0 1px #000;bottom: 5px;right: 5px;font-size: 11px}.ce_flexSlider .slides li{position: relative}.ce_flexSlider .slides li .copyright{position: absolute;color: white;text-shadow: 1px 0 1px #000;bottom: 5px;right: 5px;font-size: 11px}.mod_rocksolid_slider{width: 940px;height: 300px}.mod_rocksolid_slider .alt{position: absolute;bottom: 3px;left: 3px;text-shadow: 1px 0 1px #000;font-size: 11px;color: white}.mod_rocksolid_slider .rsts-description{position: absolute;background: none;font-weight: 700;bottom: 30px;width: 100%}.mod_rocksolid_slider .rsts-description .inhalt{float: right;color: white;margin-right: 40px}@media only screen AND (max-width: 500px){.mod_rocksolid_slider .rsts-description{display: none}}.mod_rocksolid_slider .rsts-description p{font-size: 30px;margin: 10px 0;color: white}.mod_rocksolid_slider .rsts-description a{transition: .5s all ease;background: #ef7c00 url('../../files/NABU/img/arrow-right.png') no-repeat;background-size: 20px;background-position: 5px 5px;font-size: 15px;border-radius: 5px;border-bottom: 3px solid #bc6200;color: white;text-decoration: none;padding: 5px 10px 5px 35px}.mod_rocksolid_slider .rsts-description a:hover{background: #a35400 url('../../files/NABU/img/arrow-right.png') no-repeat;background-position: 10px 5px;background-size: 20px}.ce_image img{display: block}#header{width: 100%;background: #e3e2d4}#header .inside{width: 940px;margin: 0 auto}@media only screen AND (max-width: 940px){#header .inside{width: 100%}}#header .inside img{display: block}#header .inside #topnav{float: right;margin-top: 30px;margin-bottom: 30px}@media only screen AND (max-width: 940px){#header .inside #topnav{margin-right: 20px}}@media only screen AND (max-width: 500px){#header .inside #topnav{display: none}}#header .inside #topnav ul{margin: 0;padding: 0;list-style: none}#header .inside #topnav ul li{display: inline-block;margin-left: 10px}#header .inside #topnav ul li a{color: #333333;text-decoration: none;font-size: 0.9em}#header .inside #topnav ul li a:hover{text-decoration: underline}#header .inside #logo{width: 160px;position: absolute;left: 15px;z-index: 1000;top: 0}@media only screen AND (max-width: 500px){#header .inside #logo{width: 100px;position: static}}#header .inside #mainnav{font-size: 1.02em;background: #006cb2;width: 100%;height: 42px}@media only screen AND (max-width: 940px){#header .inside #mainnav{display: none}}#header .inside #mainnav ul{list-style: none;margin: 0;padding: 0;width: 100%;text-align: right}#header .inside #mainnav ul li{display: inline-block;margin-right: -3px}#header .inside #mainnav ul li a,#header .inside #mainnav ul li span{color: white;height: 42px;vertical-align: middle;display: table-cell;width: 130px;text-align: center;border-right: 1px solid #fff;text-decoration: none;padding: 0 30px}#header .inside #mainnav ul li a:hover,#header .inside #mainnav ul li span:hover{background: #004d7f}#header .inside #mainnav ul li span{background: #004d7f}#header .inside #mainnav ul li a.last{border-right: none}#header .inside #mainnav ul li a.highlight{background: #ef7c00}#header .inside #mainnav ul li a.highlight:hover{background: #bc6200}#header .inside #mainnav ul li.hide{display: none}#header .inside #linkmobile{display: none;font-size: 1.02em;background: #006cb2;width: 100%;height: 42px;text-align: right}#header .inside #linkmobile a{float: right;margin: 8px 15px}@media only screen AND (max-width: 940px){#header .inside #linkmobile{display: block}}#header .inside .ce_flexSlider{height: 298px}@media only screen AND (max-width: 940px){#header .inside .ce_flexSlider{height: auto}}#header .inside .ce_flexSlider .flexslider{margin-bottom: 0}#header .inside .ce_flexSlider .flex-caption{background: none;font-weight: 700;bottom: 30px}@media only screen AND (max-width: 500px){#header .inside .ce_flexSlider .flex-caption{display: none}}#header .inside .ce_flexSlider .flex-caption p{font-size: 30px}#header .inside .ce_flexSlider .flex-caption a{transition: .5s all ease;background: #ef7c00 url('../../files/NABU/img/arrow-right.png') no-repeat;background-size: 20px;background-position: 5px 5px;font-size: 15px;border-radius: 5px;border-bottom: 3px solid #bc6200;color: white;text-decoration: none;padding: 5px 10px 5px 35px}#header .inside .ce_flexSlider .flex-caption a:hover{background: #a35400 url('../../files/NABU/img/arrow-right.png') no-repeat;background-position: 10px 5px;background-size: 20px}h1{font-size: 30px;color: #006cb2;font-weight: 700}h2{font-size: 25px;color: #666;font-weight: 700;margin-top: 0}.hide h1{font-size: 18px;font-weight: 400;text-transform: uppercase;color: #006cb2;border-bottom: 1px solid #006cb2;padding-bottom: 10px;margin-top: 20px}.hide h1 span{padding: 10px 20px 10px 20px;border: 1px solid #006cb2;border-bottom: 1px solid #fff;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px}a{color: #006cb2;text-decoration: none}a:hover{text-decoration: underline}#container{width: 940px;margin: 20px auto}@media only screen AND (max-width: 940px){#container{width: 100%;padding: 0 20px;box-sizing: border-box}}#container #main{width: 680px}@media only screen AND (max-width: 940px){#container #main{width: 100%}}#container #right{margin-right: 0;width: 220px;margin-left: 40px}@media only screen AND (max-width: 940px){#container #right{width: 100%;margin-left: 0px}}#news-start .layout_latest{width: 215px;float: left;margin-right: 17px}@media only screen AND (max-width: 500px){#news-start .layout_latest{width: 100%}}#news-start .layout_latest h2{font-size: 15px}#news-start .layout_latest.last{margin-right: 0}.minicalendar{width: 100%}.minicalendar td,.minicalendar th{background: #e3e2d4;text-align: center;padding: 3px 5px}.minicalendar th{background: #b2e1ff;padding: 2px 5px}.minicalendar td.active{background: #b2e1ff}#footer{background: #e3e2d4;margin-top: 70px}#footer .inside{width: 940px;margin: 0 auto;text-align: center}@media only screen AND (max-width: 940px){#footer .inside{width: 100%}}@media only screen AND (max-width: 940px){#subnav{display: none}}#subnav ul.level_1 > li{display: none}#subnav ul.level_1 > li.trail.submenu,#subnav ul.level_1 li.active.submenu{display: block}#subnav ul{list-style: none;margin: 0;padding: 0}#subnav ul.level_1 li a,#subnav ul.level_1 li span{margin-top: 0;margin-bottom: 0;color: white;background: #006cb2;box-sizing: border-box;padding: 8px 15px;width: 100%;display: block;text-decoration: none}#subnav ul.level_2 li a,#subnav ul.level_2 li span{background: #edece3;color: #333333;border-bottom: 1px solid #fff}#subnav ul.level_2 li span,#subnav ul.level_2 li a:hover{background: #e3e2d4}#news-menu{margin-top: 30px}#news-menu ul{list-style: none;margin: 0;padding: 0}#news-menu ul.level_1 li a,#news-menu ul.level_1 li span{margin-top: 0;margin-bottom: 0;color: white;background: #006cb2;text-transform: capitalize;box-sizing: border-box;padding: 8px 15px;width: 100%;display: block;text-decoration: none}#news-menu ul.level_2 li a,#news-menu ul.level_2 li span{background: #edece3;color: #333333;border-bottom: 1px solid #fff}#news-menu ul.level_2 li span,#news-menu ul.level_2 li a:hover{background: #e3e2d4}#breadcrump{border-bottom: 1px solid #e3e2d4;padding-bottom: 10px}#breadcrump ul{list-style: none;margin: 0;padding: 0}#breadcrump ul li{display: inline-block}#breadcrump ul li span{padding: 0 10px}#breadcrump ul li.last span{display: none}.news_archive{padding: 20px 0;border-top: 1px solid #e3e2d4}.news_archive .image_container{float: left;width: 220px}@media only screen AND (max-width: 940px){.news_archive .image_container{width: 100%}}.news_archive .content{float: left;width: 460px}@media only screen AND (max-width: 940px){.news_archive .content{width: 100%}}.news_archive .content h2{font-size: 18px}.mod_eventlist h1{margin-bottom: 0}
