.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  box-sizing: border-box;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  box-sizing: border-box;
}

.row--show {
	position: relative;
	background: #f9f9f9;
	z-index: 0;
  padding-top: 0.9375rem;
}

.row--show:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0.9375rem;
	right: 0.9375rem;
	top: 0;
	height: 100%;
	background: repeating-linear-gradient(to right,
		#f0f0f0 0%, #f0f0f0 calc((100% - (1.875rem * 11)) / 12), 
		#f9f9f9 calc((100% - (1.875rem * 11)) / 12), #f9f9f9 calc(((100% - (1.875rem * 11)) / 12) + 1.875rem)
	);
}

.row > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  box-sizing: border-box;
}

@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 0) {
  .offset-xs-0 {
    margin-left: 0%;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 0) {
  .pull-right-xs {
    float: right;
  }

  .pull-left-xs {
    float: left;
  }
}
@media screen and (min-width: 0) {
  .clear-xs {
    clear: both;
  }
}
@media screen and (min-width: 34.375em) {
  .clear-xs {
    clear: none;
  }
}
@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 34.375em) {
  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    float: right;
  }

  .pull-left-sm {
    float: left;
  }
}
@media screen and (min-width: 34.375em) {
  .clear-sm {
    clear: both;
  }
}
@media screen and (min-width: 48em) {
  .clear-sm {
    clear: none;
  }
}
@media screen and (min-width: 48em) {
  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .pull-right-md {
    float: right;
  }

  .pull-left-md {
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .clear-md {
    clear: both;
  }
}
@media screen and (min-width: 58.75em) {
  .clear-md {
    clear: none;
  }
}
@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 58.75em) {
  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    float: right;
  }

  .pull-left-lg {
    float: left;
  }
}
@media screen and (min-width: 58.75em) {
  .clear-lg {
    clear: both;
  }
}
@media screen and (min-width: 68.75em) {
  .clear-lg {
    clear: none;
  }
}
@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 68.75em) {
  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    float: right;
  }

  .pull-left-xl {
    float: left;
  }
}
@media screen and (min-width: 68.75em) {
  .clear-xl {
    clear: both;
  }
}

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}.media{display:flow-root}.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}.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%}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

#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}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@charset "UTF-8";
/*! 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 {
  margin: 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.67em 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 {
  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: "“" "”" "‘" "’";
}

/**
 * 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],
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 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}
@media screen, projection {
  /**
   * Standardize some basic elements
   */
  body,
form,
img {
    margin: 0;
    padding: 0;
    border: 0;
  }

  /**
   * Clear floats
   */
  .block {
    overflow: hidden;
  }

  .clear, #clear {
    height: 0.1px;
    font-size: 0.1px;
    line-height: 0.1px;
    clear: both;
  }

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

  /**
   * Fix some positioning issues
   */
  #container,
.inside {
    position: relative;
  }

  /**
   * Custom layout sections
   */
  .custom {
    display: block;
  }

  #container:after,
.custom:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /**
   * Responsive images
   */
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .ie7 img {
    -ms-interpolation-mode: bicubic;
  }

  /**
   * Format the Contao image galleries (now rendered as unordered lists)
   */
  .ce_gallery ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
  }
  .ce_gallery ul li {
    list-style: none;
  }
  .ce_gallery li {
    float: left;
  }
  .ce_gallery li.col_first {
    clear: left;
  }

  /*------------------------------------------------------------------------*/
  /**
   * General list styling
   */
  .mod_article ul, .mod_article ol {
    padding: 0 0 0 20px;
    margin: 5px 10px 5px;
  }
  .mod_article ul {
    list-style: disc;
  }
  .mod_article ol {
    list-style: decimal;
  }
  .mod_article li {
    padding: 1px 0;
  }

  .data ul {
    margin: 5px 0;
    padding-left: 0;
    list-style: none;
  }
  .data ul li {
    list-style: none;
  }
  .data span {
    float: left;
    width: 55px;
  }

  /*------------------------------------------------------------------------*/
  /**
   * Reset contao navigation styles
   */
  nav ul,
.mod_sitemap ul,
.pagination ul {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen, projection {
  form br {
    display: none;
  }

  input, textarea, select {
    border-radius: 2px;
    padding: 5px;
  }

  input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
    outline: 0 none;
  }

  /**
   * Fix some width and height settings
   */
  input[type=file] {
    cursor: pointer;
    display: block;
  }

  input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
    width: auto;
  }

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

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

  legend {
    width: 100%;
    display: block;
    border: 0;
  }

  .entry, .formbody > div {
    margin-bottom: 10px;
  }
  .entry label, .formbody > div label {
    width: 100px;
    display: inline-block;
  }

  .checkbox_container,
.radio_container {
    margin-top: 10px;
  }
  .checkbox_container input,
.radio_container input {
    width: auto;
    vertical-align: middle;
  }
  .checkbox_container label,
.radio_container label {
    float: none;
    display: inline;
    vertical-align: middle;
  }
  .checkbox_container span,
.radio_container span {
    display: block;
  }
  .checkbox_container legend > span,
.radio_container legend > span {
    display: inline;
  }

  span > input,
input + label {
    display: inline;
  }

  .captcha_text {
    display: block;
    float: none;
  }

  input {
    position: relative;
  }
  input[type=checkbox], input.checkbox {
    top: -1px;
    margin-right: 5px;
  }
  input[type=radio], input.radio {
    top: 2px;
    margin-right: 5px;
  }

  x:-moz-any-link {
    position: relative;
  }

  .submit_container {
    margin: 10px 0;
  }
}
@charset "UTF-8";
/*
 * Strip units from all numbers
 * 
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
/* --------------------------------------------------------------------------------- */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Example media queries
 *
 * max-width
 * @include breakpoint(500)
 * @media screen and (max-width: 500px)
 *
 * min-width
 * @include breakpoint(500, min)
 * @media screen and (min-width: 500px)
 *
 * min-width and max-width
 * @include breakpoint(470 500)
 * @media screen and (min-width: 470px) and (max-width: 500px)
 */
/*
 * Reset the box-shadow
 */
/*
 * Normalize the icon font
 * 
 * How to use
 * @include normalize-icon-font($font-family, [$styles]);
 * 
 * Real life example (without styles)
 * @include normalize-icon-font('Arial', false);
 */
/*
 * Normalize the icon font
 * 
 * How to use
 * @include normalize-icon-font($font-family, [$styles]);
 * 
 * Real life example (without styles)
 * @include normalize-icon-font('Arial', false);
 */
/*
 * For adding font icons to elements using CSS pseudo-elements
 * 
 * Based on the following tutorial:
 * http://jaydenseric.com/blog/fun-with-sass-and-font-icons
 *
 * You need the compass alpha to use this mixin
 * http://stackoverflow.com/questions/22515932/use-map-data-type-with-compass
 * 
 * How to use
 * @include icon-font($font, [$icon], [$position], [$styles]);
 */
/*
 * Including retina images
 * Based on https://gist.github.com/twe4ked/1432554
 * 
 * How to use (without @content)
 * @include background-image-retina('$file', '$type', $width, $height);
 *
 * How to use (with @content)
 * @include background-image-retina('$file', '$type', $width, $height) {
 *   background-color:transparent;
 * };
 * 
 * Real life example
 * @include background-image-retina('logo', 'png', 50px, 50px);
 */
/*
 * Strip units from all numbers
 * 
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
/* --------------------------------------------------------------------------------- */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Convert absolute font sizes to rem with px fallback
 * 
 * How to use
 * @include adjust-font-size-to-rem($font-size, [$line-height]);
 */
/**
   * Navigation elements
   */
#navtoggle {
  position: relative;
  display: block;
  z-index: 999;
  margin: 0;
  background: #0b2142;
  height: 40px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  font-size: 28px;
  font-size: 2.8rem;
}
#navtoggle i {
  line-height: 40px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  margin: 0;
  padding: 0;
}

.nav__main {
  background: #154094;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #0b2142;
  box-shadow: 0px 3px 3px 0px #8c8c8c;
  overflow: visible;
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .nav__main {
    display: none;
  }
}
.nav__main ul.level_1 {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .nav__main ul.level_1 {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1179px) {
  .nav__main ul.level_1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.nav__main ul.level_1 li {
  display: table-cell;
  position: relative;
  border-right: 1px solid white;
  flex-grow: 1;
  
}
.nav__main ul.level_1 li a > span, .nav__main ul.level_1 li strong {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
  line-height: 2.5em;
  white-space: nowrap;
}
.nav__main ul.level_1 li.home {
  width: 2em;
  border-left: 1px solid white;
  flex-grow: 1;
}
.nav__main ul.level_1 li strong.home,
.nav__main ul.level_1 li a.home > span {
  text-indent: -999em;
  background: url("/files/standard/layout/images/gss_logo.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 1.7em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.nav__main ul.level_1 li:hover {
  background: #94c01d;
  color: #154094;
}
.nav__main ul.level_1 li.active, .nav__main ul.level_1 li.trail {
  color: #154094;
  background: #94c01d;
}
.nav__main ul.level_1 li ul.level_2 > li.trail {
  color: #154094;
  background: #94c01d;
}
.nav__main ul.level_1 li.submenu:hover > ul.level_2 {
  display: block;
  position: absolute;
  left: 0;
  z-index: 100;
  text-align: left;
  padding: 0.5em 0 0.5em 1.2em;
  width: auto;
}
.nav__main ul.level_1 li.submenu:hover > ul.level_3 {
  display: block;
}
.nav__main ul.level_1 li.submenu.last:hover > ul.level_2 {
  left: auto;
  right: 0;
}
.nav__main ul.level_1 ul.level_2 {
  display: none;
  background-color: #94c01d;
  border-top: 1px solid #0b2142;
  border-radius: 0 0 0.5rem 0.5rem;
}
.nav__main ul.level_1 ul.level_2 li {
  display: block;
  padding-left: 1.5em;
  padding-right: 1em;
  margin-right: 0;
  position: relative;
  border-right: 0;
}
.nav__main ul.level_1 ul.level_2 li > a > span, .nav__main ul.level_1 ul.level_2 li > strong {
  color: #154094;
  line-height: 1.5em;
}
.nav__main ul.level_1 ul.level_2 li > a > span:before, .nav__main ul.level_1 ul.level_2 li > strong:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  color: #ffffff;
  line-height: inherit;
}
.nav__main ul.level_1 ul.level_2 li.trail > a > span, .nav__main ul.level_1 ul.level_2 li.trail > strong, .nav__main ul.level_1 ul.level_2 li:hover > a > span, .nav__main ul.level_1 ul.level_2 li:hover > strong, .nav__main ul.level_1 ul.level_2 li.active > a > span, .nav__main ul.level_1 ul.level_2 li.active > strong {
  color: #ffffff;
  font-weight: normal;
}
.nav__main ul.level_1 ul.level_3 {
  display: none;
  background-color: #94c01d;
  width: auto;
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: absolute;
  z-index: 101;
  top: -0.5em;
  left: 100%;
  margin-bottom: 1px;
}
.nav__main ul.level_1 ul.level_3 li {
  line-height: normal;
  height: auto;
  padding-left: 0.5em;
}
.nav__main ul.level_1 ul.level_3 li:hover > a > span, .nav__main ul.level_1 ul.level_3 li:hover > strong, .nav__main ul.level_1 ul.level_3 li.active > a > span, .nav__main ul.level_1 ul.level_3 li.active > strong {
  color: #ffffff;
  font-weight: normal;
}

nav.row {
  padding-bottom: 40px;
}

.nav_schularten ul {
  padding: 0;
}

.nav_schularten ul {
  list-style: none;
  margin: 0;
}
.nav_schularten ul li {
  width: 100%;
  margin: 10px 0;
  display: block;
  float: left;
  border: none;
}
.nav_schularten ul li a {
  padding: 10px;
  display: block;
  color: white;
}
.nav_schularten ul li :hover {
  background: rgba(0, 0, 0, 0.2);
  border: none;
}

.sa-gym {
  background-color: #a9c938;
}

.sa-2bfs {
  background-color: #7ebeed;
}

.sa-bk {
  background-color: #2183ca;
}

.sa-bk-light {
  background-color: #a2c8e7;
}

.sa-bfs {
  background-color: #333d99;
}

.sa-bs {
  background-color: #311a79;
}

.sa-3bfs {
  background-color: #045a87;
}

.sa-fsw {
  background-color: #1c7390;
}

.nav__mobile {
  font-size: 1.5rem;
}
.nav__mobile ul li {
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.nav__mobile ul li a > span,
.nav__mobile ul li strong {
  line-height: 3rem;
  color: #ffffff;
  display: block;
}
.nav__mobile ul li.submenu > a.submenu > span, .nav__mobile ul li.submenu > strong {
  position: relative;
}
.nav__mobile ul li.submenu > a.submenu > span::after, .nav__mobile ul li.submenu > strong::after {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  height: 3rem;
  width: 3rem;
  text-align: center;
  font-size: 2rem;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
.nav__mobile ul li.submenu.submenu_show > a.submenu > span::after, .nav__mobile ul li.submenu.submenu_show > strong::after {
  content: "";
}
.nav__mobile ul li.submenu.submenu_hide > a.submenu > span::after, .nav__mobile ul li.submenu.submenu_hide > strong::after {
  content: "";
}
.nav__mobile ul.level_2 {
  padding-left: 1rem;
}
.nav__mobile ul.level_2 li.first {
  border-top: 1px solid #ffffff;
}
.nav__mobile ul.level_2 li.last {
  border-bottom: none;
}
.nav__mobile ul.level_3 {
  padding-left: 1rem;
}
.nav__mobile ul.level_3 li.first {
  border-top: 1px solid #ffffff;
}
.nav__mobile ul.level_3 li.last {
  border-bottom: none;
}

.mobile_wrapper {
  background-color: #154094;
  padding: 0 1rem;
  justify-content: space-between;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile_wrapper {
    display: flex;
  }
}
.mobile_wrapper a.logo {
  line-height: 0;
  display: block;
}
.mobile_wrapper .mod_mobile_menu button {
  border: 0;
  outline: 0;
  padding: 0;
  margin-top: 0.25rem;
  background-color: transparent;
  color: #ffffff;
  font-size: 2.5rem;
}

.mobile_menu .inner {
  background-color: #94c01d;
  padding: 1rem 0 1rem 1rem;
}

a.search_nav > span {
  display: inline !important;
}

a.search_nav:before,
strong.search_nav:before,
.search_form button.submit:before {
  content: "";
  font-family: FontAwesome;
  color: #fff;
  padding-right: 0.25rem;
}
@charset "UTF-8";
/*
 * Strip units from all numbers
 * 
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
/**
 * @license
 * MyFonts Webfont Build ID 2971722, 2015-02-13T04:06:27-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: RotisSansSerif-Italic by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/italic-56/
 * 
 * Webfont: RotisSansSerif-Bold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/bold-65/
 * 
 * Webfont: RotisSansSerif by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/55/
 * 
 * Webfont: RotisSansSerif-Light by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/light-45/
 * 
 * Webfont: RotisSansSerif-LightItalic by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/light-italic-46/
 * 
 * Webfont: RotisSansSerif-ExtraBold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/extra-bold-75/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2971722
 * Licensed pageviews: 250,000
 * Webfonts copyright: Font software Copyright 1998 Monotype Imaging, Inc. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d584a");
@font-face {
  font-family: "RotisSansSerif-Italic";
  src: url("/files/standard/layout/fonts/2D584A_0_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_0_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_0_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_0_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-Bold";
  src: url("/files/standard/layout/fonts/2D584A_1_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_1_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_1_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_1_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif";
  src: url("/files/standard/layout/fonts/2D584A_2_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_2_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_2_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_2_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-Light";
  src: url("/files/standard/layout/fonts/2D584A_3_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_3_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_3_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_3_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-LightItalic";
  src: url("/files/standard/layout/fonts/2D584A_4_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_4_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_4_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_4_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-ExtraBold";
  src: url("/files/standard/layout/fonts/2D584A_5_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_5_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_5_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_5_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_5_0.ttf") format("truetype");
}
/* --------------------------------------------------------------------------------- */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Example media queries
 *
 * max-width
 * @include breakpoint(500)
 * @media screen and (max-width: 500px)
 *
 * min-width
 * @include breakpoint(500, min)
 * @media screen and (min-width: 500px)
 *
 * min-width and max-width
 * @include breakpoint(470 500)
 * @media screen and (min-width: 470px) and (max-width: 500px)
 */
/*
 * Normalize the icon font
 * 
 * How to use
 * @include normalize-icon-font($font-family, [$styles]);
 * 
 * Real life example (without styles)
 * @include normalize-icon-font('Arial', false);
 */
/*
 * Normalize the icon font
 * 
 * How to use
 * @include normalize-icon-font($font-family, [$styles]);
 * 
 * Real life example (without styles)
 * @include normalize-icon-font('Arial', false);
 */
/*
 * For adding font icons to elements using CSS pseudo-elements
 * 
 * Based on the following tutorial:
 * http://jaydenseric.com/blog/fun-with-sass-and-font-icons
 *
 * You need the compass alpha to use this mixin
 * http://stackoverflow.com/questions/22515932/use-map-data-type-with-compass
 * 
 * How to use
 * @include icon-font($font, [$icon], [$position], [$styles]);
 */
/*
 * Including retina images
 * Based on https://gist.github.com/twe4ked/1432554
 * 
 * How to use (without @content)
 * @include background-image-retina('$file', '$type', $width, $height);
 *
 * How to use (with @content)
 * @include background-image-retina('$file', '$type', $width, $height) {
 *   background-color:transparent;
 * };
 * 
 * Real life example
 * @include background-image-retina('logo', 'png', 50px, 50px);
 */
/*
 * Strip units from all numbers
 * 
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
/* --------------------------------------------------------------------------------- */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Convert absolute font sizes to rem with px fallback
 * 
 * How to use
 * @include adjust-font-size-to-rem($font-size, [$line-height]);
 */
/*!
 * Copyright (c) 2021 Oliver Willmes
 *
 * @package gss2021
 * @author    Oliver Willmes <info@oliverwillmes.de>
 */
/*!
 * Copyright (c) 2021 Oliver Willmes
 *
 * @package gss2021
 * @author    Oliver Willmes <info@oliverwillmes.de>
 */
html {
  overflow-y: scroll;
  height: 100%;
}
@media only screen and (min-width: 1151px) {
  html {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  html {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 789px) {
  html {
    font-size: 0.875rem;
  }
}

body {
  line-height: 1.4;
  font-family: "RotisSansSerif", Helvetica, sans-serif;
  height: 100%;
  color: #444;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

#wrapper,
main,
footer,
#container {
  width: 100%;
}

/*------------------------------------------------------------------------*/
/**
 * Normalize content elements
 */
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

a {
  color: #154094;
  text-decoration: none;
}
a:visited {
  color: #154094;
}
a:hover {
  color: #0b2142;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #154094;
  margin-top: 0;
}

h1 {
  font-size: 1.9rem;
  margin: 0 0 0.87em 0;
  border-bottom: 2px solid #94c01d;
}

h2 {
  font-size: 1.55rem;
  margin: 20px 0 10px 0;
  border-bottom: 2px solid #94c01d;
}

h3 {
  font-size: 1.35rem;
  margin: 15px 0 5px 0;
}

em, i {
  font-family: "RotisSansSerif-Italic", Helvetica, sans-serif;
}

strong, b {
  font-family: "RotisSansSerif-ExtraBold", Helvetica, sans-serif;
  font-weight: normal;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #94c01d;
}

input, textarea, select {
  border: 1px solid #444;
  font-family: "RotisSansSerif", Helvetica, sans-serif;
  width: 100%;
  max-width: 180px;
  line-height: 1.3;
}

p, ul, ol {
  padding: 0 0 10px 0;
  margin: 0;
}

p.error {
  color: red;
}

p.more {
  margin-bottom: 0.5rem;
  text-align: right;
}

.ym-gbox-right .event {
  border-bottom: 2px solid #A9C938;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ym-gbox-right .event:before {
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "";
}

.ym-gbox-right .event p {
  font-size: 18px;
  margin-left: 18px;
}

/*------------------------------------------------------------------------*/
.bgfull img {
  /* Set rules to fill background */
  max-width: 1920px;
  min-height: 540px;
  z-index: -99;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 10px solid #94c01d;
}

.bgtop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: -99;
  border-bottom: 10px solid #94c01d;
}

#wrapper {
  width: 100%;
}

.mb-s {
  margin-bottom: 20px;
}

.mb-m {
  margin-bottom: 40px;
}

.mb-l {
  margin-bottom: 60px;
}

/*------------------------------------------------------------------------*/
header .inside {
  min-height: 3.17rem;
}

#logo {
  position: absolute;
  top: 0;
  right: calc(50vw - 575px);
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}
#logo a {
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding: 0.75rem;
}
@media only screen and (max-width: 1179px) {
  #logo {
    right: 1rem;
  }
}

/*------------------------------------------------------------------------*/
.pb_1 {
  padding-top: 1rem;
}

.pb_2 {
  padding-top: 2rem;
}

.pb_3 {
  padding-top: 3rem;
}

.pa_1 {
  padding-bottom: 1rem;
}

.pa_2 {
  padding-bottom: 2rem;
}

.pa_3 {
  padding-bottom: 3rem;
}

/*------------------------------------------------------------------------*/
#container {
  min-height: 250px;
  background: #fff;
  margin: 5px auto 0;
}
@media only screen and (min-width: 1180px) {
  #container {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1179px) {
  #container {
    padding: 0 1rem;
  }
}

main .inside {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main .ce_text ul li {
  margin-left: -10px;
  list-style-type: none;
}
main .ce_text ul li:before {
  font-family: "FontAwesome";
  content: "";
  color: #999999;
  margin-left: -20px;
  padding-right: 7px;
}
main .ce_text ul li ul li:before {
  font-family: "FontAwesome";
  content: "";
}

#right .inside {
  padding: 80px 20px 40px 20px;
  width: 320px;
}
#right nav ul li {
  display: block;
}
#right h5 {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 20px 0 10px 0;
  border-bottom: 2px solid #94c01d;
}

a.boxes {
  text-decoration: none;
}
a.boxes :hover {
  color: #ccc;
}

.iconprofile {
  background: url("../../files/standard/layout/images/iconprofile.png") left center no-repeat;
  margin-top: 20px;
}

.iconabschluesse {
  background: url("../../files/standard/layout/images/iconabschluesse.png") left center no-repeat;
  margin-top: 20px;
}

.iconschularten {
  background: url("../../files/standard/layout/images/iconschularten.png") left center no-repeat;
  margin-top: 20px;
}

.navbox {
  color: #fff;
  width: 100%;
  height: auto;
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 40px;
}
.navbox h3 {
  margin: 0 0 0 85px;
  padding: 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
}
.navbox p {
  margin: 0 0 0 85px;
  padding: 0;
  line-height: 10px;
  line-height: 1rem;
  white-space: nowrap;
}

.caption {
  font-family: "RotisSansSerif-Italic", Helvetica, sans-serif;
}

.mod_pagemapping {
  margin-top: -5px;
}
.mod_pagemapping li strong:before,
.mod_pagemapping li a:before {
  content: "";
  /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  /* FontAwesome or whatever */
  display: inline-block;
  width: 1.5em;
  /* same as padding-left set on li */
  margin-left: -1.5em;
  /* same as padding-left set on li */
  color: #94c01d;
}

.pagemapper li {
  display: block;
}

.mod_newslist .layout_simple.featured h2,
.mod_eventlist .layout_simple.featured h2 {
  margin-left: 0 !important;
}
.mod_newslist .layout_simple.featured time,
.mod_eventlist .layout_simple.featured time {
  display: none !important;
}
.mod_newslist .layout_simple,
.mod_eventlist .layout_simple {
  text-align: left;
  min-height: 4.8rem;
  margin-bottom: 0.25rem;
  position: relative;
  display: block;
}
.mod_newslist .layout_simple time,
.mod_eventlist .layout_simple time {
  width: 4rem;
  height: 4rem;
  background: #154094;
  color: #fff;
  position: absolute;
  display: block;
  text-align: center;
  top: 2rem;
  margin-top: -2rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}
.mod_newslist .layout_simple a,
.mod_eventlist .layout_simple a {
  padding-left: 4.75rem;
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  z-index: 10;
  font-size: 1rem;
  line-height: 1.25;
}
.mod_newslist .layout_simple .day,
.mod_eventlist .layout_simple .day {
  line-height: 1.4;
  font-size: 1.5em;
}
.mod_newslist .layout_simple .month,
.mod_eventlist .layout_simple .month {
  line-height: 0;
  font-size: 0.8em;
}
.mod_newslist .layout_simple:hover time,
.mod_eventlist .layout_simple:hover time {
  background: #0b2142;
}
.mod_newslist .layout_short,
.mod_eventlist .layout_short {
  margin-bottom: 30px;
}
.mod_newslist .layout_short p.info,
.mod_eventlist .layout_short p.info {
  margin: 0;
  padding: 0;
  font-family: "RotisSansSerif-Italic", Helvetica, sans-serif;
}
.mod_newslist .layout_short h2,
.mod_eventlist .layout_short h2 {
  padding: 0;
  margin: 0 0 10px 0;
}
.mod_newslist .layout_short h2 a,
.mod_eventlist .layout_short h2 a {
  text-decoration: none;
}
.mod_newslist .layout_short .last,
.mod_eventlist .layout_short .last {
  margin-bottom: 0;
}
.mod_newslist .listView,
.mod_eventlist .listView {
  margin: 0.5rem 0 1.25rem 0;
  border-bottom: 2px solid #94c01d;
  min-height: 5.5rem;
}
.mod_newslist .listView h2,
.mod_eventlist .listView h2 {
  margin-top: 0;
  margin-left: 4.75rem;
  font-size: 1.25rem;
  border-bottom: 0;
}
.mod_newslist .listView h2 a,
.mod_eventlist .listView h2 a {
  font-size: inherit;
  padding-left: 0;
}
.mod_newslist .listView .ce_text,
.mod_eventlist .listView .ce_text {
  margin-left: 4.75rem;
}

.newsbox h2 {
  margin-bottom: 15px;
}

.eventpage h2 {
  display: none;
}

.event {
  width: 100%;
}

.event a {
  text-decoration: none;
}

.event p.info, .mod_newsreader p.info {
  margin: 20px 0 5px 0;
  padding: 0;
  font-family: "RotisSansSerif-Italic", Helvetica, sans-serif;
}
.event h2, .mod_newsreader h2 {
  margin: 0 0 20px 0;
}

.mod_eventlist .layout_upcoming {
  padding-left: 1.75rem;
  position: relative;
  min-height: 4.8rem;
  margin-bottom: 0.25rem;
}
.mod_eventlist .layout_upcoming:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
.mod_eventlist .layout_upcoming .date,
.mod_eventlist .layout_upcoming .day {
  line-height: 1.25;
  font-size: 1rem;
}
.mod_eventlist .layout_upcoming p {
  line-height: 1.25;
  font-size: 1rem;
}

p.back {
  margin-top: 20px;
  text-align: center;
}

.float_left {
  margin: 15px 20px 0 0;
}

.float_right {
  margin: 15px 0 0 20px;
}

.ce_hyperlink {
  padding-bottom: 10px;
}
.ce_hyperlink .image_container {
  position: relative;
  margin-bottom: 14px;
}
.ce_hyperlink .image_container .caption {
  color: #154094;
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #94c01d;
  padding: 5px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #154094;
}
.ce_hyperlink .image_container:hover .caption {
  color: #fff;
}
.ce_hyperlink a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 1rem;
  margin-right: 5px;
}

.colcount_4 {
  margin-bottom: 10px;
}

thead tr {
  border-bottom: 1px solid #999999;
}

tbody tr:first-child {
  height: 30px;
}

tbody h4 {
  font-size: 16px;
  font-family: "RotisSansSerif-ExtraBold", Helvetica, sans-serif;
  color: #444;
  margin: 5px 0 0 0;
}

.stdtafel {
  width: 100%;
  max-width: 400px;
}

.ce_gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ce_gallery li {
  margin-right: 15px;
  margin-bottom: 7px;
}
.ce_gallery li .col_last {
  margin-right: 0;
}

.cboxElement img {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.cboxElement img:hover {
  zoom: 1;
  filter: alpha(opacity=100s);
  opacity: 1;
}

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-mediaelement video,
.mejs-mediaelement .me-plugin,
.mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.mod_sitemap ul ul {
  margin-bottom: 0;
}

.mod_sitemap li {
  list-style-type: none;
  margin-left: 0;
  /* 1. Ebene ohne Einzug links */
}

.mod_sitemap li li {
  margin-left: 1.5em;
}

/* linker Einzug */
.mod_sitemap a {
  text-decoration: none;
}

.mod_sitemap .level_1 a {
  font-weight: bold;
}

.mod_sitemap .level_2 a {
  font-weight: normal;
}

.size {
  font-size: 8px;
  font-size: 0.8rem;
}

.space_top {
  margin-top: 20px;
}

.space_bottom {
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------*/
footer {
  color: #fff;
  background-color: #154094;
}
footer h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
}
footer p {
  margin: 0;
  padding: 0;
}
footer .inside {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 30px;
}
@media only screen and (min-width: 1180px) {
  footer .inside {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1179px) {
  footer .inside {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer a {
  color: #94c01d;
  text-decoration: none;
}
footer a:visited {
  color: #94c01d;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer a:focus {
  outline: thin dotted;
}

/* Formulare */
.errorbig {
  font-family: "RotisSansSerif-ExtraBold", Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  border: 2px solid red;
  padding: 5px;
  text-align: center;
}

#main form legend {
  width: auto;
  font-family: "RotisSansSerif-ExtraBold", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
#main form label {
  width: 100%;
  max-width: 160px;
}
#main form .fulllabel label {
  width: 95%;
  max-width: initial;
}
#main form select {
  min-width: 156px;
  padding: 5px;
  height: 29px;
}
#main form fieldset {
  margin: 25px 0;
  padding: 15px;
  border: 1px solid #999;
}
#main form fieldset label {
  width: 100%;
  max-width: 160px;
  display: inline-block;
}
#main form fieldset .oneline label {
  width: auto;
  max-width: initial;
}
#main form fieldset .longinput {
  max-width: inherit;
}
#main form fieldset .oneline {
  width: auto;
  margin-right: 5px;
}
#main form fieldset .oneline input {
  max-width: 30px;
  text-align: center;
}
#main form fieldset .sprachlabel {
  font-family: "RotisSansSerif-ExtraBold", Helvetica, sans-serif;
  width: 95px;
}
#main form fieldset div {
  margin-bottom: 10px;
}
#main form .submit {
  background: #94c01d;
  color: #ffffff;
  width: 100%;
  max-width: 240px;
  line-height: 3rem;
  border: 0;
  font-family: "RotisSansSerif-ExtraBold", Helvetica, sans-serif;
  font-size: 2rem;
}
#main form .submit:hover {
  background: #0b2142;
  color: #fff;
}

/*------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.mod_rocksolid_slider {
  max-width: 1980px;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.mod_newslist .listMore,
.mod_eventlist .listMore {
  border-top: 2px solid #94c01d;
  border-bottom: 2px solid #94c01d;
  line-height: 2.2rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.mod_newslist .listMore a,
.mod_eventlist .listMore a {
  border: none;
  position: relative;
  display: block;
}
.mod_newslist .listMore a::after,
.mod_eventlist .listMore a::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25em;
}

.content-teaser-boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(14rem, 1fr));
  grid-gap: 2rem;
}
@media screen and (min-width: 451px) and (max-width: 700px) {
  .content-teaser-boxes {
    grid-template-columns: repeat(2, minmax(14rem, 1fr));
    grid-gap: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .content-teaser-boxes {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}
.content-teaser-boxes > h1 {
  grid-column-start: 1;
  grid-column-end: -1;
}
.content-teaser-boxes .image {
  border-bottom: 0.5rem solid #94c01d;
  font-size: 0;
}
.content-teaser-boxes h4 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ct-boxes-item p {
  padding-bottom: 0.1rem;
}

.submenu a {
  cursor: default;
}
.submenu .level_2 li a {
  cursor: pointer;
}

.schularten_header {
  margin-bottom: 1em;
}

/* YAML Responsive */
@media only screen and (max-width: 680px) {
  /* linearization for grid module */
  .yaml4,
.yaml4 > [class*=ym-g] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }

  /* reset defined gutter values */
  .yaml4 > [class*=ym-g] > [class*=ym-gbox] {
    overflow: hidden;
    /* optional for containing floats */
    padding: 0 !important;
    margin: 0 auto;
  }
}
/* Startseite Boxen */
@media only screen and (max-width: 800px) {
  /* linearization for grid module */
  .homebuttons.yaml4,
.homebuttons.yaml4 > [class*=ym-g] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
    max-width: 600px !important;
  }

  /* reset defined gutter values */
  .homebuttons.yaml4 > [class*=ym-g] > [class*=ym-gbox] {
    overflow: hidden;
    /* optional for containing floats */
    padding: 0 !important;
    margin: 0 auto;
  }

  .homebuttons .navbox {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 720px) {
  .bgtop {
    height: 540px;
  }

  #main form .oneline {
    display: inline-block;
    margin-bottom: 15px;
  }
}
/* CSS Desktop 980px */
@media only screen and (min-width: 980px) {
  footer {
    background: #154094;
  }
  footer .anschrift, footer .wichtige-links, footer .rechtliches {
    margin-bottom: 0;
  }
}
body.fixedHeader #header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
body.fixedHeader #main .inside {
  padding-top: 6.6rem;
}

/*     --pagination
------------------------------------------------- */
.pagination {
  clear: both;
  padding-top: 5px;
  margin-top: 10px;
  white-space: nowrap;
  line-height: 2rem;
}
.pagination ul {
  padding: 0;
  float: left;
}
.pagination p {
  float: right;
  display: inline-block;
}
.pagination li {
  background: none;
  padding: 0;
  margin: 0 2px 0 0;
  float: left;
  list-style-type: none;
}
.pagination li a,
.pagination li span {
  min-width: 1.5rem;
  line-height: 2rem;
  display: inline-block;
  text-align: center;
}
.pagination li strong.current {
  background: #154094;
  color: white;
}
.pagination li a {
  color: #999999;
}
.pagination li a:hover {
  color: #154094;
}
.pagination li .first,
.pagination li .last,
.pagination li .next,
.pagination li .previous {
  font-family: FontAwesome;
}

/* CUSTOM */
#presse .layout_full h3 {
  margin-top: 1.5em;
}

#presse .layout_full figure {
  background: #e5e5e5;
}
#presse .layout_full figure img {
  mix-blend-mode: multiply;
}

.search_form {
  width: 35%;
  float: left;
}
.search_form input {
  width: 97%;
  max-width: inherit;
}

#main .search_form form .submit {
  background: #94c01d;
  color: #ffffff;
  width: 100%;
  max-width: inherit;
  line-height: 2rem;
  border: 0;
  font-size: 1rem;
}

.search_results {
  width: 60%;
  float: right;
}
@charset "UTF-8";
/*
 * Strip units from all numbers
 * 
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
/**
 * @license
 * MyFonts Webfont Build ID 2971722, 2015-02-13T04:06:27-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: RotisSansSerif-Italic by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/italic-56/
 * 
 * Webfont: RotisSansSerif-Bold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/bold-65/
 * 
 * Webfont: RotisSansSerif by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/55/
 * 
 * Webfont: RotisSansSerif-Light by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/light-45/
 * 
 * Webfont: RotisSansSerif-LightItalic by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/light-italic-46/
 * 
 * Webfont: RotisSansSerif-ExtraBold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/extra-bold-75/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2971722
 * Licensed pageviews: 250,000
 * Webfonts copyright: Font software Copyright 1998 Monotype Imaging, Inc. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d584a");
@import url("//hello.myfonts.net/count/2d584a");
@font-face {
  font-family: "RotisSansSerif-Italic";
  src: url("/files/standard/layout/fonts/2D584A_0_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_0_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_0_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_0_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-Bold";
  src: url("/files/standard/layout/fonts/2D584A_1_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_1_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_1_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_1_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif";
  src: url("/files/standard/layout/fonts/2D584A_2_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_2_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_2_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_2_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-Light";
  src: url("/files/standard/layout/fonts/2D584A_3_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_3_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_3_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_3_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-LightItalic";
  src: url("/files/standard/layout/fonts/2D584A_4_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_4_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_4_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_4_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-ExtraBold";
  src: url("/files/standard/layout/fonts/2D584A_5_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_5_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_5_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_5_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_5_0.ttf") format("truetype");
}
/* --------------------------------------------------------------------------------- */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Example media queries
 *
 * max-width
 * @include breakpoint(500)
 * @media screen and (max-width: 500px)
 *
 * min-width
 * @include breakpoint(500, min)
 * @media screen and (min-width: 500px)
 *
 * min-width and max-width
 * @include breakpoint(470 500)
 * @media screen and (min-width: 470px) and (max-width: 500px)
 */
/*
 * Reset the box-shadow
 */
/*
 * Normalize the icon font
 * 
 * How to use
 * @include normalize-icon-font($font-family, [$styles]);
 * 
 * Real life example (without styles)
 * @include normalize-icon-font('Arial', false);
 */
/*
 * Normalize the icon font
 * 
 * How to use
 * @include normalize-icon-font($font-family, [$styles]);
 * 
 * Real life example (without styles)
 * @include normalize-icon-font('Arial', false);
 */
/*
 * For adding font icons to elements using CSS pseudo-elements
 * 
 * Based on the following tutorial:
 * http://jaydenseric.com/blog/fun-with-sass-and-font-icons
 *
 * You need the compass alpha to use this mixin
 * http://stackoverflow.com/questions/22515932/use-map-data-type-with-compass
 * 
 * How to use
 * @include icon-font($font, [$icon], [$position], [$styles]);
 */
/*
 * Including retina images
 * Based on https://gist.github.com/twe4ked/1432554
 * 
 * How to use (without @content)
 * @include background-image-retina('$file', '$type', $width, $height);
 *
 * How to use (with @content)
 * @include background-image-retina('$file', '$type', $width, $height) {
 *   background-color:transparent;
 * };
 * 
 * Real life example
 * @include background-image-retina('logo', 'png', 50px, 50px);
 */
/*
 * Strip units from all numbers
 * 
 * Based on the following ticket:
 * https://github.com/sass/sass/issues/533
 */
/**
 * @license
 * MyFonts Webfont Build ID 2971722, 2015-02-13T04:06:27-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: RotisSansSerif-Italic by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/italic-56/
 * 
 * Webfont: RotisSansSerif-Bold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/bold-65/
 * 
 * Webfont: RotisSansSerif by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/55/
 * 
 * Webfont: RotisSansSerif-Light by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/light-45/
 * 
 * Webfont: RotisSansSerif-LightItalic by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/light-italic-46/
 * 
 * Webfont: RotisSansSerif-ExtraBold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/rotis-sans-serif/extra-bold-75/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2971722
 * Licensed pageviews: 250,000
 * Webfonts copyright: Font software Copyright 1998 Monotype Imaging, Inc. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "RotisSansSerif-Italic";
  src: url("/files/standard/layout/fonts/2D584A_0_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_0_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_0_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_0_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-Bold";
  src: url("/files/standard/layout/fonts/2D584A_1_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_1_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_1_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_1_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif";
  src: url("/files/standard/layout/fonts/2D584A_2_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_2_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_2_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_2_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-Light";
  src: url("/files/standard/layout/fonts/2D584A_3_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_3_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_3_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_3_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-LightItalic";
  src: url("/files/standard/layout/fonts/2D584A_4_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_4_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_4_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_4_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerif-ExtraBold";
  src: url("/files/standard/layout/fonts/2D584A_5_0.eot");
  src: url("/files/standard/layout/fonts/2D584A_5_0.eot?#iefix") format("embedded-opentype"), url("/files/standard/layout/fonts/2D584A_5_0.woff2") format("woff2"), url("/files/standard/layout/fonts/2D584A_5_0.woff") format("woff"), url("/files/standard/layout/fonts/2D584A_5_0.ttf") format("truetype");
}
/* --------------------------------------------------------------------------------- */
/*
 * Color settings
 *
 * How to use color variables:
 * http://davidwalsh.name/sass-color-variables-dont-suck
 * http://chir.ag/projects/name-that-color/
 */
/*
 * Convert absolute font sizes to rem with px fallback
 * 
 * How to use
 * @include adjust-font-size-to-rem($font-size, [$line-height]);
 */
/*!
 * Copyright (c) 2021 Oliver Willmes
 *
 * @package gss2021
 * @author    Oliver Willmes <info@oliverwillmes.de>
 */
/*!
 * Copyright (c) 2021 Oliver Willmes
 *
 * @package gss2021
 * @author    Oliver Willmes <info@oliverwillmes.de>
 */
@media print {
  * {
    background: #ffffff !important;
    color: #000000 !important;
    text-shadow: none !important;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 0;
  }

  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }

  img, object {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body {
    width: 100%;
    text-align: left;
    font: 11pt Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    margin: 0;
    padding: 0;
    border: 0;
  }

  /*------------------------------------------------------------------------*/
  /**
   * Hide and reset
   */
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0.75em 0 0.5em;
    text-align: left;
    page-break-after: avoid;
  }

  h1 {
    padding: 0 0 0.5em;
    border-bottom: 1px solid #999999;
  }

  p {
    margin: 0.5em 0;
    font-stretch: expanded;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  img {
    padding: 0.5em 0;
    max-width: 100% !important;
  }

  /*------------------------------------------------------------------------*/
  #header {
    width: auto;
    height: auto;
  }

  footer,
aside,
nav,
.pagination {
    display: none;
  }

  #main {
    float: none;
    width: auto;
    margin: 0;
  }

  .subcolumns .first,
.subcolumns .mod_colsetPart,
.subcolumns .sc_second {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
  .subcolumns .subcl,
.subcolumns .subcr,
.subcolumns .subc {
    padding: 0 !important;
  }

  /*------------------------------------------------------------------------*/
  table {
    width: 100%;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../files/standard/layout/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../../files/standard/layout/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../../files/standard/layout/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../../files/standard/layout/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../../files/standard/layout/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
