.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;
  }
}

@media screen{
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;background-color:#000;color:#FFF;padding:.5em}#toTop:hover{background-color:#FFF;color:#000}#toTop:active,#toTop:focus{outline:none}
}
#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}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
.animated{
	opacity:1;
}
/*animations*/

/******************
* Bounce in right *
*******************/


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 
.slow{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slower{
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slowest{
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

/* Added by Andy Meetan */
.delay-250 {
    -webkit-animation-delay:0.25s;
    -moz-animation-delay:0.25s;
    -o-animation-delay:0.25s;
    animation-delay:0.25s;
}
.delay-500 {
    -webkit-animation-delay:0.5s;
    -moz-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}
.delay-750 {
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}
.delay-1000 {
    -webkit-animation-delay:1.0s;
    -moz-animation-delay:1.0s;
    -o-animation-delay:1.0s;
    animation-delay:1.0s;
}
.delay-1250 {
    -webkit-animation-delay:1.25s;
    -moz-animation-delay:1.25s;
    -o-animation-delay:1.25s;
    animation-delay:1.25s;
}
.delay-1500 {
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    -o-animation-delay:1.5s;
    animation-delay:1.5s;
}
.delay-1750 {
    -webkit-animation-delay:1.75s;
    -moz-animation-delay:1.75s;
    -o-animation-delay:1.75s;
    animation-delay:1.75s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-3000 {
    -webkit-animation-delay:3.0s;
    -moz-animation-delay:3.0s;
    -o-animation-delay:3.0s;
    animation-delay:3.0s;
}
.delay-3500 {
    -webkit-animation-delay:3.5s;
    -moz-animation-delay:3.5s;
    -o-animation-delay:3.5s;
    animation-delay:3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn.go { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight.go { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 

.bounceInLeft.go { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        transform: translateY(400px); 
    } 
    60% { 
       
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInUp.go { 
    -webkit-animation-name: bounceInUp; 
    animation-name: bounceInUp; 
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        transform: translateY(-400px); 
    } 
    60% { 
       
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInDown.go { 
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}


/**********
* Fade In *
**********/ 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
}
.fadeIn{
    opacity:0;
}
.fadeIn.go { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn { 
    0% { 
        -webkit-transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.2); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
        opacity:1;
    } 
} 
@keyframes growIn { 
    0% { 
        transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        transform: scale(1.2); 
        
    } 
    100% { 
        transform: scale(1); 
        opacity:1;
    } 
} 
.growIn { 

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

/********
* Shake *
********/
@-webkit-keyframes shake { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
} 
@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {transform: translateX(10px);} 
} 
.shake.go { 
    -webkit-animation-name: shake; 
    animation-name: shake; 
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp { 
    0%, 100% {-webkit-transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);} 
} 
@keyframes shakeUp { 
    0%, 100% {transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {transform: translateY(10px);} 
} 
.shakeUp.go { 
    -webkit-animation-name: shakeUp; 
    animation-name: shakeUp; 
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft{ 
    opacity: 0; 
    -webkit-transform: translateX(-400px); 
    transform: translateX(-400px);
}
.fadeInLeft.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight{ 
    opacity: 0; 
    -webkit-transform: translateX(400px); 
    transform: translateX(400px);
}
.fadeInRight.go { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(400px); 
    transform: translateY(400px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDown{ 
    opacity: 0; 
    -webkit-transform: translateY(-400px); 
    transform: translateY(-400px);
}
.fadeInDown.go { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateIn.go { 
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn; 
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpLeft.go { 
    -webkit-animation-name: rotateInUpLeft; 
    animation-name: rotateInUpLeft; 
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownLeft.go { 
    -webkit-animation-name: rotateInDownLeft; 
    animation-name: rotateInDownLeft; 
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpRight.go { 
    -webkit-animation-name: rotateInUpRight; 
    animation-name: rotateInUpRight; 
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownRight.go { 
    -webkit-animation-name: rotateInDownRight; 
    animation-name: rotateInDownRight; 
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn { 
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 
} 
@keyframes rollIn { 
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); } 
} 
.rollIn.go { 
    -webkit-animation-name: rollIn; 
    animation-name: rollIn; 
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle { 
    0% { -webkit-transform: skewX(9deg); } 
    10% { -webkit-transform: skewX(-8deg); } 
    20% { -webkit-transform: skewX(7deg); } 
    30% { -webkit-transform: skewX(-6deg); } 
    40% { -webkit-transform: skewX(5deg); } 
    50% { -webkit-transform: skewX(-4deg); } 
    60% { -webkit-transform: skewX(3deg); } 
    70% { -webkit-transform: skewX(-2deg); } 
    80% { -webkit-transform: skewX(1deg); } 
    90% { -webkit-transform: skewX(0deg); } 
    100% { -webkit-transform: skewX(0deg); } 
} 
@keyframes wiggle { 
    0% { transform: skewX(9deg); } 
    10% { transform: skewX(-8deg); } 
    20% { transform: skewX(7deg); } 
    30% { transform: skewX(-6deg); } 
    40% { transform: skewX(5deg); } 
    50% { transform: skewX(-4deg); } 
    60% { transform: skewX(3deg); } 
    70% { transform: skewX(-2deg); } 
    80% { transform: skewX(1deg); } 
    90% { transform: skewX(0deg); } 
    100% { transform: skewX(0deg); } 
} 
.wiggle.go { 
    -webkit-animation-name: wiggle; 
    animation-name: wiggle; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

/********
* swing *
*********/

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing.go { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

/*******
* tada *
********/

@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada.go { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble.go { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}

/********
* pulse *
*********/

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse.go { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight { 
   0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInRight { 
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInRight.go { 
    -webkit-animation-name: lightSpeedInRight; 
    animation-name: lightSpeedInRight; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft { 
   0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInLeft { 
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInLeft.go { 
    -webkit-animation-name: lightSpeedInLeft; 
    animation-name: lightSpeedInLeft; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 


/*******
* Flip *
*******/
@-webkit-keyframes flip { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0); 
        -webkit-animation-timing-function: ease-out; 
    } 
    40% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        -webkit-animation-timing-function: ease-out; 
    } 
    50% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
    80% { 
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
        -webkit-animation-timing-function: ease-in; 
    } 
    100% { 
        -webkit-transform: perspective(400px) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
}
@keyframes flip { 
    0% { 
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    } 
    40% { 
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    } 
    50% { 
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        animation-timing-function: ease-in; 
    } 
    80% { 
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    } 
    100% { 
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    } 
} 
.flip.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flip; 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInY { 
    0% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInY.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInY; 
    backface-visibility: visible !important; 
    animation-name: flipInY; 
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut { 
    0% { 
        -webkit-transform: scale(1); 
    } 
    25% { 
        -webkit-transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 
} 
@keyframes bounceOut { 
    0% { 
        transform: scale(1); 
    } 
    25% { 
        transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        transform: scale(.3); 
    } 
} 
.bounceOut.goAway { 
    -webkit-animation-name: bounceOut; 
    animation-name: bounceOut; 
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes bounceOutUp { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.bounceOutUp.goAway { 
    -webkit-animation-name: bounceOutUp; 
    animation-name: bounceOutUp; 
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes bounceOutDown { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.bounceOutDown.goAway { 
    -webkit-animation-name: bounceOutDown; 
    animation-name: bounceOutDown; 
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes bounceOutLeft { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.bounceOutLeft.goAway { 
    -webkit-animation-name: bounceOutLeft; 
    animation-name: bounceOutLeft; 
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes bounceOutRight { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.bounceOutRight.goAway { 
    -webkit-animation-name: bounceOutRight; 
    animation-name: bounceOutRight; 
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut.goAway { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.fadeOutUp.goAway { 
    -webkit-animation-name: fadeOutUp; 
    animation-name: fadeOutUp; 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.fadeOutLeft.goAway { 
    -webkit-animation-name: fadeOutLeft; 
    animation-name: fadeOutLeft; 
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.fadeOutRight.goAway { 
    -webkit-animation-name: fadeOutRight; 
    animation-name: fadeOutRight; 
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutX { 
    0% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
.flipOutX.goAway { 
    -webkit-animation-name: flipOutX; 
    -webkit-backface-visibility: visible !important; 
    animation-name: flipOutX; 
    backface-visibility: visible !important; 
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutY { 
    0% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
.flipOutY { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipOutY; 
    backface-visibility: visible !important; 
    animation-name: flipOutY; 
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutRight { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
.lightSpeedOutRight.goAway { 
    -webkit-animation-name: lightSpeedOutRight; 
    animation-name: lightSpeedOutRight; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutLeft { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
.lightSpeedOutLeft.goAway { 
    -webkit-animation-name: lightSpeedOutLeft; 
    animation-name: lightSpeedOutLeft; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 

} 

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOut { 
    0% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
.rotateOut.goAway { 
    -webkit-animation-name: rotateOut; 
    animation-name: rotateOut; 
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -transform-origin: left bottom; 
        -transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpLeft.goAway { 
    -webkit-animation-name: rotateOutUpLeft; 
    animation-name: rotateOutUpLeft; 
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutDownLeft.goAway { 
    -webkit-animation-name: rotateOutDownLeft; 
    animation-name: rotateOutDownLeft; 
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpRight.goAway { 
    -webkit-animation-name: rotateOutUpRight; 
    animation-name: rotateOutUpRight; 
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(100%) rotate(120deg); 
    } 
} 
@keyframes rollOut { 
    0% { 
        opacity: 1; 
        transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(100%) rotate(120deg); 
    } 
} 
.rollOut.goAway { 
    -webkit-animation-name: rollOut; 
    animation-name: rollOut; 
}
/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUpShort { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUpShort{
    opacity: 0; 
    -webkit-transform: translateY(20px); 
    transform: translateY(20px); 
}
.fadeInUpShort.go { 
    -webkit-animation-name: fadeInUpShort; 
    animation-name: fadeInUpShort; 
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDownShort { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDownShort{
    opacity: 0; 
    -webkit-transform: translateY(-20px); 
    transform: translateY(-20px); 
}
.fadeInDownShort.go { 
    -webkit-animation-name: fadeInDownShort; 
    animation-name: fadeInDownShort; 
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRightShort { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRightShort { 
    opacity: 0; 
    -webkit-transform: translateX(20px);  
    transform: translateX(20px); 
}
.fadeInRightShort.go { 
    -webkit-animation-name: fadeInRightShort; 
    animation-name: fadeInRightShort; 
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeftShort { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeftShort { 
    opacity: 0; 
    -webkit-transform: translateX(-20px);  
    transform: translateX(-20px); 
}
.fadeInLeftShort.go { 
    -webkit-animation-name: fadeInLeftShort; 
    animation-name: fadeInLeftShort; 
}

/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}ul,ol,dl,blockquote,p,address,hr,fieldset,figure,pre{margin-bottom:1rem}ul,ol,dd{margin-left:1rem}.clearfix:after,[id="header"] .inside:after,.ce_gallery ul:after,.row:after,[id="footer"]>.inside:after,.nav--horizontal ul:after,.nav--breadcrumb ul:after,.pagination:after,.news-list .layout_short:after,.news-list .layout_latest:after,.news-list .layout_simple:after,.news-grid:after,.events-list .event:after{content:"";display:table;clear:both}a{color:#ff5636}:not(p) a{text-decoration:none}figure{margin:0}img{display:block;max-width:100%;height:auto;margin:0 auto}html{font-family:"Helvetica", "Helvetica Neue", sans-serif;font-size:1em;line-height:1.625;background-color:#fff;color:#222;overflow-y:scroll;min-height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media screen and (max-width:34.3125em){html{font-size:0.875em}}@media screen and (min-width:68.75em){html{font-size:1.125em}}h1,h2,h3,h4,h5,h6{font-weight:300;font-family:"Helvetica"}h1{font-size:2rem;font-family:"Helvetica";font-weight:300;line-height:1.55;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h1{font-size:2rem}}@media screen and (min-width:48em){h1{font-size:2.25rem}}@media screen and (min-width:58.75em){h1{font-size:2.25rem}}@media screen and (min-width:68.75em){h1{font-size:2.25rem}}p+h1,ul+h1,ol+h1{margin-top:2rem}.ce_text+.ce_text h1:first-child{margin-top:1rem}h1+h2{margin-top:-0.5rem}h2{font-size:1.625rem;font-family:"Helvetica";font-weight:300;line-height:1.5;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h2{font-size:1.625rem}}@media screen and (min-width:48em){h2{font-size:1.75rem}}@media screen and (min-width:58.75em){h2{font-size:1.75rem}}@media screen and (min-width:68.75em){h2{font-size:1.75rem}}p+h2,ul+h2,ol+h2{margin-top:2rem}.ce_text+.ce_text h2:first-child{margin-top:1rem}h2+h3{margin-top:-0.5rem}h3{font-size:1.375rem;font-family:"Helvetica";font-weight:300;line-height:1.25;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h3{font-size:1.375rem}}@media screen and (min-width:48em){h3{font-size:1.5rem}}@media screen and (min-width:58.75em){h3{font-size:1.5rem}}@media screen and (min-width:68.75em){h3{font-size:1.5rem}}p+h3,ul+h3,ol+h3{margin-top:2rem}.ce_text+.ce_text h3:first-child{margin-top:1rem}h3+h4{margin-top:-0.5rem}h4{font-size:1.125rem;font-family:"Helvetica";font-weight:300;line-height:1;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h4{font-size:1.125rem}}@media screen and (min-width:48em){h4{font-size:1.25rem}}@media screen and (min-width:58.75em){h4{font-size:1.25rem}}@media screen and (min-width:68.75em){h4{font-size:1.25rem}}p+h4,ul+h4,ol+h4{margin-top:1.5rem}.ce_text+.ce_text h4:first-child{margin-top:0.5rem}h4+h5{margin-top:-0.5rem}h5{font-size:1rem;font-family:"Helvetica";font-weight:300;line-height:1;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h5{font-size:1rem}}@media screen and (min-width:48em){h5{font-size:1rem}}@media screen and (min-width:58.75em){h5{font-size:1rem}}@media screen and (min-width:68.75em){h5{font-size:1rem}}p+h5,ul+h5,ol+h5{margin-top:1.5rem}.ce_text+.ce_text h5:first-child{margin-top:0.5rem}h5+h6{margin-top:-0.5rem}h6{font-size:0.875rem;font-family:"Helvetica";font-weight:300;line-height:1;margin-bottom:0.5rem}@media screen and (min-width:34.375em){h6{font-size:0.875rem}}@media screen and (min-width:48em){h6{font-size:0.875rem}}@media screen and (min-width:58.75em){h6{font-size:0.875rem}}@media screen and (min-width:68.75em){h6{font-size:0.875rem}}p+h6,ul+h6,ol+h6{margin-top:1.5rem}.ce_text+.ce_text h6:first-child{margin-top:0.5rem}p,ul,ol{margin-top:0}p a,ul a,ol a{color:#ff5636;text-decoration:underline}p a:hover,ul a:hover,ol a:hover{text-decoration:none}p:last-child,ul:last-child,ol:last-child{margin-bottom:0}code{color:#ff5636}pre{padding:1rem;background:#555;color:#fff;overflow-x:scroll}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ccc}.li--block{margin-bottom:1rem}.ce_text{margin-bottom:1rem}::selection{background:#ff5636;color:#fff;opacity:1}.row{margin-left:-0.9375rem;margin-right:-0.9375rem}.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%}@media screen and (min-width:0){.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}}@media screen and (min-width:0){.offset-xs-0{margin-left:0%}.offset-xs-1{margin-left:8.3333333333%}.offset-xs-2{margin-left:16.6666666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.3333333333%}.offset-xs-5{margin-left:41.6666666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.3333333333%}.offset-xs-8{margin-left:66.6666666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.3333333333%}.offset-xs-11{margin-left:91.6666666667%}}@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.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}}@media screen and (min-width:34.375em){.offset-sm-0{margin-left:0%}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@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.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}}@media screen and (min-width:48em){.offset-md-0{margin-left:0%}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@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.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}}@media screen and (min-width:58.75em){.offset-lg-0{margin-left:0%}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@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.3333333333%}.col-xl-2{width:16.6666666667%}.col-xl-3{width:25%}.col-xl-4{width:33.3333333333%}.col-xl-5{width:41.6666666667%}.col-xl-6{width:50%}.col-xl-7{width:58.3333333333%}.col-xl-8{width:66.6666666667%}.col-xl-9{width:75%}.col-xl-10{width:83.3333333333%}.col-xl-11{width:91.6666666667%}.col-xl-12{width:100%}}@media screen and (min-width:68.75em){.offset-xl-0{margin-left:0%}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}@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}}[id="header"]{background:#fff;color:#222}[id="header"] .inside{max-width:66.625em;width:100%;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}.mod_article{max-width:66.625em;width:100%;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem;padding-top:2rem;padding-bottom:2rem;position:relative}.article--full{max-width:none;width:100%;margin-left:auto;margin-right:auto;padding-top:0;padding-bottom:0}[id="footer"]>.inside{max-width:66.625em;width:100%;margin-left:auto;margin-right:auto;padding-left:0.9375rem;padding-right:0.9375rem}.image--left img{text-align:left;margin-left:0}.image--right img{text-align:right;margin-right:0}.image--center img{text-align:center;margin-left:auto;margin-right:auto}.ce_gallery ul{margin-left:-0.9375rem;margin-right:-0.9375rem;padding:0;list-style-type:none}.ce_gallery li{float:left;padding-left:0.9375rem;padding-right:0.9375rem;margin-bottom:1.875rem}.ce_gallery .cols_2 li{width:50%}.ce_gallery .cols_3 li{width:50%}@media screen and (min-width:48em){.ce_gallery .cols_3 li{width:33.3333333333%}}.ce_gallery .cols_4 li{width:50%}@media screen and (min-width:48em){.ce_gallery .cols_4 li{width:25%}}.ce_gallery .cols_5 li{width:50%}@media screen and (min-width:48em){.ce_gallery .cols_5 li{width:20%}}.ce_gallery .cols_6 li{width:50%}@media screen and (min-width:48em){.ce_gallery .cols_6 li{width:16.6666666667%}}.ce_gallery img{display:block}.ce_player .inside,.ce_youtube .inside,.ce_player .mejs-video,.ce_youtube .mejs-video,.ce_player .mejs__video,.ce_youtube .mejs__video{margin-left:auto;margin-right:auto}.ce_player .mejs-video,.ce_youtube .mejs-video,.ce_player .mejs__video,.ce_youtube .mejs__video{width:100% !important;height:auto !important;padding-top:56.25%}.ce_player .mejs-audio,.ce_youtube .mejs-audio,.ce_player .mejs__audio,.ce_youtube .mejs__audio{margin-top:30px}.ce_player .mejs-audio audio,.ce_youtube .mejs-audio audio,.ce_player .mejs__audio audio,.ce_youtube .mejs__audio audio{height:auto}.ce_player .mejs-overlay,.ce_youtube .mejs-overlay,.ce_player .mejs-poster,.ce_youtube .mejs-poster,.ce_player .mejs__overlay,.ce_youtube .mejs__overlay,.ce_player .mejs__poster,.ce_youtube .mejs__poster{width:100% !important;height:100% !important}.ce_player .mejs-video .mejs-mediaelement video,.ce_youtube .mejs-video .mejs-mediaelement video,.ce_player .mejs-video .mejs-mediaelement .me-plugin,.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,.ce_player .mejs-video .mejs-mediaelement embed,.ce_youtube .mejs-video .mejs-mediaelement embed{position:absolute;top:0;left:0;right:0;bottom:0;width:100% !important;height:100% !important}.ce_player .mejs__video .mejs__mediaelement video,.ce_youtube .mejs__video .mejs__mediaelement video,.ce_player .mejs__video .mejs__mediaelement .me__plugin,.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,.ce_player .mejs__video .mejs__mediaelement embed,.ce_youtube .mejs__video .mejs__mediaelement embed{position:absolute;top:0;left:0;right:0;bottom:0;width:100% !important;height:100% !important}.ce_youtube{position:relative;padding-bottom:56.25%;width:100%;height:auto}.ce_youtube iframe{border:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100% !important;height:100% !important}a.btn,span.btn,button.btn,div.btn>a,.ce_toplink>a,.toplink>a,div.btn>button,.ce_toplink>button,.toplink>button,input.submit,button.submit,.ce_comments .submit{border-radius:4px;padding:0.5rem 1rem;display:inline-block;border:1px solid transparent;font-family:"Helvetica", "Helvetica Neue";font-weight:400;line-height:1.625;text-align:center;background:transparent;background-image:none;white-space:nowrap}a.btn,span.btn,button.btn{margin-bottom:1rem}a.btn--primary,span.btn--primary,button.btn--primary,button.submit,.ce_comments .submit{background:#ff5636;color:#fff}a.btn--primary:hover,span.btn--primary:hover,button.btn--primary:hover,button.submit:hover,.ce_comments .submit:hover{background:#ff2b03}div.btn:not(:last-child),.ce_toplink:not(:last-child),.toplink:not(:last-child){margin-bottom:1rem}div.btn--primary>a,.ce_toplink>a,.toplink>a,div.btn--primary>button,.ce_toplink>button,.toplink>button{background:#ff5636;color:#fff}div.btn--primary>a:hover,.ce_toplink>a:hover,.toplink>a:hover,div.btn--primary>button:hover,.ce_toplink>button:hover,.toplink>button:hover{background:#ff2b03}.div.btn--left{text-align:left}div.btn--center{text-align:center}div.btn--right{text-align:right}.btn--floated{float:left;margin-right:0.25rem}.ce_toplink a,.toplink a{text-decoration:none}.back{border-top:1px solid #ccc;margin-top:1rem;padding-top:0.5rem}.back a{text-decoration:none}.back a:before{font-size:0.75rem;line-height:1.4;padding-bottom:0.25rem;display:inline-block;content:"◄";vertical-align:middle;margin-right:0.25rem}.nav ul{list-style-type:none;margin:0;padding:0}.nav a{text-decoration:none}@media screen and (min-width:48em){.nav--horizontal li{float:left}}.nav--horizontal a,.nav--horizontal span.active,.nav--horizontal span.trail,.nav--horizontal strong.active,.nav--horizontal strong.trail{display:block;padding:0.5rem 1rem}.nav--right{float:right}.nav--vertical a,.nav--vertical span.active,.nav--vertical span.trail,.nav--vertical strong.active,.nav--vertical strong.trail{display:block;padding:0.5rem 1rem}.nav--border{border:1px solid #ccc}.nav--border a,.nav--border span.active,.nav--border span.trail,.nav--border strong.active,.nav--border strong.trail{padding:1rem 1rem;border-bottom:1px solid #ccc}.nav--border a.last,.nav--border span.active.last,.nav--border span.trail.last,.nav--border strong.active.last,.nav--border strong.trail.last{border-bottom:0}.nav--breadcrumb{border:1px solid #ccc;padding:0.5rem 1rem}@media screen and (min-width:48em){.nav--breadcrumb li{float:left;padding-right:1rem}}.nav--breadcrumb a:after{font-size:0.75rem;display:inline-block;content:"►";vertical-align:middle;padding-left:1rem}.nav--select select{-webkit-appearance:none;background:transparent;border:1px solid #ccc;padding:0.25rem 0.5rem}.nav--select .submit{vertical-align:middle;padding:0.25rem 0.5rem}.nav--pager ul{text-align:center}.nav--pager li{display:inline-block}.nav--pager .empty{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.nav--pager a{padding:0.5rem}.pagination{margin-top:1rem;clear:both;text-align:center;line-height:1}.pagination ul{list-style-type:none;margin:0;padding:0}.pagination a{text-decoration:none}.pagination p{padding:0.25rem;padding-left:0;margin:0.25rem;margin-left:0;border-top:1px solid transparent}.pagination li{display:inline}.pagination a,.pagination span,.pagination strong{display:inline-block;padding:0.25rem;margin:0.25rem}.pagination span,.pagination strong{border:1px solid #ccc}.pagination a.next{margin-right:0;padding-right:0}@media screen and (min-width:34.375em){.pagination p{float:left}.pagination p+ul{float:right}}.slider{position:relative}.slider .slider-control{position:static;height:0}.slider .slider-control a{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:2rem;line-height:1;position:absolute;display:block;color:inherit;font-family:Arial}.slider .slider-control a:before{padding:0.5rem;display:block}.slider .slider-control a:hover{opacity:0.5}.slider .slider-prev:before{content:"◄"}.slider .slider-next:before{content:"►"}.slider .slider-menu{font-size:3rem;line-height:1;top:auto;bottom:0}.slider .slider-menu b{color:inherit}.slider .slider-menu b.active{color:#ff5636}.slider .slider-menu b:hover{opacity:0.5}.news-list{margin-bottom:1rem}.news-list>h1,.news-list>h2,.news-list>h3,.news-list>h4,.news-list>h5,.news-list>h6{margin-bottom:0}.news-list>h1:after,.news-list>h2:after,.news-list>h3:after,.news-list>h4:after,.news-list>h5:after,.news-list>h6:after{border-top:1px solid #ccc;content:"";display:block}.news-list .info{margin-bottom:0;font-weight:700}.news-list .image_container{margin-top:1rem;margin-bottom:1rem}.news-list .float_left{margin-right:1rem}.news-list .float_right{margin-left:1rem}.news-list .layout_short>h1,.news-list .layout_latest>h1,.news-list .layout_simple>h1,.news-list .layout_short>h2,.news-list .layout_latest>h2,.news-list .layout_simple>h2,.news-list .layout_short>h3,.news-list .layout_latest>h3,.news-list .layout_simple>h3,.news-list .layout_short>h4,.news-list .layout_latest>h4,.news-list .layout_simple>h4,.news-list .layout_short>h5,.news-list .layout_latest>h5,.news-list .layout_simple>h5,.news-list .layout_short>h6,.news-list .layout_latest>h6,.news-list .layout_simple>h6{margin-top:1rem}.news-list .layout_short:after,.news-list .layout_latest:after,.news-list .layout_simple:after{border-bottom:1px solid #ccc;margin-top:1rem;content:"";display:block}.news-list .layout_simple time,.news-list .layout_upcoming time,.news-list .layout_simple a,.news-list .layout_upcoming a{padding-top:1rem;display:inline-block}.news-list .header{margin-top:1rem}.news-grid{margin-left:-0.9375rem;margin-right:-0.9375rem;margin-bottom:1rem}.news-grid>h1,.news-grid>h2,.news-grid>h3,.news-grid>h4,.news-grid>h5,.news-grid>h6{padding-left:0.9375rem;padding-right:0.9375rem}.news-grid>h1:after,.news-grid>h2:after,.news-grid>h3:after,.news-grid>h4:after,.news-grid>h5:after,.news-grid>h6:after{border-top:1px solid #ccc;content:"";display:block}.news-grid .layout_short,.news-grid .layout_latest,.news-grid .layout_simple{float:left;padding-left:0.9375rem;padding-right:0.9375rem;margin-top:1rem}@media screen and (min-width:34.375em){.news-grid .layout_short,.news-grid .layout_latest,.news-grid .layout_simple{float:left;padding-left:0.9375rem;padding-right:0.9375rem;width:50%}.news-grid .layout_short:nth-of-type(2n+1),.news-grid .layout_latest:nth-of-type(2n+1),.news-grid .layout_simple:nth-of-type(2n+1){clear:both}}@media screen and (min-width:48em){.news-grid .layout_short,.news-grid .layout_latest,.news-grid .layout_simple{float:left;padding-left:0.9375rem;padding-right:0.9375rem;width:50%}.news-grid .layout_short:nth-of-type(n),.news-grid .layout_latest:nth-of-type(n),.news-grid .layout_simple:nth-of-type(n){clear:none}.news-grid .layout_short:nth-of-type(2n+1),.news-grid .layout_latest:nth-of-type(2n+1),.news-grid .layout_simple:nth-of-type(2n+1){clear:both}}@media screen and (min-width:58.75em){.news-grid .layout_short,.news-grid .layout_latest,.news-grid .layout_simple{float:left;padding-left:0.9375rem;padding-right:0.9375rem;width:33.3333333333%}.news-grid .layout_short:nth-of-type(n),.news-grid .layout_latest:nth-of-type(n),.news-grid .layout_simple:nth-of-type(n){clear:none}.news-grid .layout_short:nth-of-type(3n+1),.news-grid .layout_latest:nth-of-type(3n+1),.news-grid .layout_simple:nth-of-type(3n+1){clear:both}}.news-grid .layout_simple time{display:block}.news-menu ul{list-style-type:none;margin:0;padding:0}.news-menu a{text-decoration:none}.news-menu>h1:after,.news-menu>h2:after,.news-menu>h3:after,.news-menu>h4:after,.news-menu>h5:after,.news-menu>h6:after{border-top:1px solid #ccc;content:"";display:block}.news-menu .year{margin-bottom:0.5rem}.news-menu .year>a,.news-menu .year>.active{color:inherit;font-weight:300;font-family:"Helvetica"}.news-menu .level_2 li{margin-bottom:0.25rem}.events-list{margin-bottom:1rem}.events-list>h1,.events-list>h2,.events-list>h3,.events-list>h4,.events-list>h5,.events-list>h6{margin-bottom:0}.events-list>h1:after,.events-list>h2:after,.events-list>h3:after,.events-list>h4:after,.events-list>h5:after,.events-list>h6:after{border-top:1px solid #ccc;content:"";display:block}.events-list .image_container{margin-top:1rem;margin-bottom:1rem}.events-list .float_left{margin-right:1rem}.events-list .float_right{margin-left:1rem}.events-list .event>h1,.events-list .event>h2,.events-list .event>h3,.events-list .event>h4,.events-list .event>h5,.events-list .event>h6{margin-top:1rem}.events-list .event:after{border-bottom:1px solid #ccc;margin-top:1rem;content:"";display:block}.events-list .layout_upcoming time,.events-list .layout_upcoming a{padding-top:1rem;display:inline-block}.events-list .header{margin-top:1rem}.events-menu ul{list-style-type:none;margin:0;padding:0}.events-menu a{text-decoration:none}.events-menu>h1:after,.events-menu>h2:after,.events-menu>h3:after,.events-menu>h4:after,.events-menu>h5:after,.events-menu>h6:after{border-top:1px solid #ccc;content:"";display:block}.events-menu .year{margin-bottom:0.5rem}.events-menu .year>a,.events-menu .year>.active{color:inherit;font-weight:300;font-family:"Helvetica"}.events-menu .level_2 li{margin-bottom:0.25rem}.ce_form{overflow:visible}fieldset{padding:0;margin:0;border:0;min-width:0}label{display:inline-block;max-width:100%;margin-bottom:0.25rem;font-weight:bold}input.text,input.captcha,textarea{display:block;width:100%;padding:0.5rem 1rem;border-radius:4px;border:1px solid rgba(0, 0, 0, 0.25);background-clip:padding-box;background-image:none}textarea.textarea{height:auto}.widget-text,.widget-textarea{margin-bottom:1rem}input[type="search"]{-webkit-appearance:none}input[type="file"]{display:block;vertical-align:middle;line-height:1}input.radio,input.checkbox{margin:0.25rem 0 0;margin-left:1px;margin-top:1px \9;line-height:normal}input.radio+label,input.checkbox+label{margin-right:0.25rem;font-weight:normal}select.select{margin-left:0.25rem}.widget-radio,.widget-checkbox,.widget-select,.widget-upload{margin-bottom:1rem}.widget-radio legend,.widget-checkbox legend,.widget-select legend,.widget-upload legend{font-weight:700}.radio_container>span,.checkbox_container>span{display:inline-block}span.mandatory{color:#ff5636}p.error{margin-bottom:0}.ce_accordion{margin-bottom:0.25rem}.ce_accordion .toggler{font-size:1.5rem;cursor:pointer;background:#ff5636;color:#fff;padding:0.5rem;border:2px solid transparent}.ce_accordion .toggler:hover{color:rgba(255, 255, 255, 0.5)}.ce_accordion .toggler:focus{outline:0}.ce_accordion .accordion{padding:0.5rem;background:#ccc}.ce_download,.ce_downloads{margin-bottom:1rem}.ce_download .mime_icon,.ce_downloads .mime_icon{display:inline-block;vertical-align:middle}.ce_download a,.ce_downloads a{display:inline-block;color:inherit;text-decoration:none}.ce_downloads ul{list-style-type:none;margin:0;padding:0}.ce_downloads a{text-decoration:none}table{margin-bottom:1rem;width:100%;padding:0;border-spacing:0;border-left:1px solid #ccc;border-top:1px solid #ccc}table th,table td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px}thead{text-align:left;background:rgba(204, 204, 204, 0.2)}tfoot{font-style:italic}.table--striped .even{background:rgba(204, 204, 204, 0.2)}.table--overflow{overflow-x:scroll;-ms-overflow-x:auto}.newsletter-subscribe,.newsletter-unsubscribe{margin-bottom:1rem}.newsletter-subscribe .formbody,.newsletter-unsubscribe .formbody{display:flex;flex-flow:row wrap}.newsletter-subscribe .text,.newsletter-unsubscribe .text,.newsletter-subscribe .widget-text,.newsletter-unsubscribe .widget-text{margin-bottom:0;display:inline-block;flex:1}.newsletter-subscribe .error,.newsletter-unsubscribe .error{margin-bottom:0;flex:1 100%;font-weight:700}.newsletter-subscribe .submit,.newsletter-unsubscribe .submit{margin-left:0.25rem}.newsletter-list ul{list-style-type:none;margin:0;padding:0}.newsletter-list a{text-decoration:none}.newsletter-list li{border-bottom:1px solid #ccc;padding-top:1rem;padding-bottom:1rem;display:block}.newsletter-list li:first-of-type{border-top:1px solid #ccc}@media screen and (min-width:34.375em){.newsletter-list li{font-size:1.125rem;line-height:1}}@media screen and (min-width:48em){.newsletter-list li{font-size:1.375rem;line-height:1.25}}.newsletter-list li a:hover{opacity:0.5}.newsletter-reader{max-width:600px;margin-left:auto;margin-right:auto;border:1px solid #ccc;padding:0 1rem}.faq-list ul{list-style-type:none;margin:0;padding:0}.faq-list a{text-decoration:none}.faq-list>ul{margin-top:2rem}.faq-list li{margin-bottom:0.5rem}.faq-list li a{display:inline-block}.faq-list li a:before{font-size:0.75rem;line-height:1.4;padding-bottom:0.25rem;display:inline-block;content:"►";vertical-align:middle;margin-right:0.25rem}.faq-list>h1,.faq-list>h2,.faq-list>h3,.faq-list>h4,.faq-list>h5,.faq-list>h6{margin-bottom:0}.faq-list>h1:after,.faq-list>h2:after,.faq-list>h3:after,.faq-list>h4:after,.faq-list>h5:after,.faq-list>h6:after{border-top:1px solid #ccc;content:"";display:block}.faq-list article>h1,.faq-list article>h2,.faq-list article>h3,.faq-list article>h4,.faq-list article>h5,.faq-list article>h6{margin-bottom:0}.faq-list article>h1:after,.faq-list article>h2:after,.faq-list article>h3:after,.faq-list article>h4:after,.faq-list article>h5:after,.faq-list article>h6:after{border-top:1px solid #ccc;content:"";display:block}.faq-page>h1,.faq-page>h2,.faq-page>h3,.faq-page>h4,.faq-page>h5,.faq-page>h6{margin-bottom:0}.faq-page>h1:after,.faq-page>h2:after,.faq-page>h3:after,.faq-page>h4:after,.faq-page>h5:after,.faq-page>h6:after{border-top:1px solid #ccc;content:"";display:block}.faq-page article>h1,.faq-page article>h2,.faq-page article>h3,.faq-page article>h4,.faq-page article>h5,.faq-page article>h6{margin-bottom:0}.faq-page article>h1:after,.faq-page article>h2:after,.faq-page article>h3:after,.faq-page article>h4:after,.faq-page article>h5:after,.faq-page article>h6:after{border-top:1px solid #ccc;content:"";display:block}.faq-page .info{font-size:0.875rem;margin-top:1rem;opacity:0.5}.faq-page section{padding:1rem 0;border-bottom:1px solid #ccc}.faq-page section.last{margin-bottom:1rem}.faq-reader .info{font-size:0.875rem;margin-top:1rem;opacity:0.5}.ce_comments{overflow:visible}.ce_comments .widget{margin-bottom:1rem}.ce_comments p.error{margin-bottom:0;color:#f00}.ce_comments .error{border-color:#f00;border-color:rgba(255, 0, 0, 0.5)}.comment_default{padding:1rem;margin-bottom:1rem;border:1px solid #ccc}.comment_default .info{padding-bottom:1rem;border-bottom:1px solid #ccc}.comment_default.last{margin-bottom:2rem}.search .formbody{display:flex;flex-flow:row wrap}.search .text,.search .widget-text{margin-bottom:0.5rem;display:inline-block;flex:1}.search .widget-text label{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.search .submit,.search .submit_container,.search .widget-submit{margin-bottom:0.5rem;margin-left:0.25rem;align-self:flex-end}.search .submit_container .submit,.search .widget-submit .submit{margin-left:0}.search .relevance{color:#555}.search .context{margin-bottom:0.25rem}.search .highlight{font-weight:bold}.search .url{color:#555}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../files/fonts/open-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v16-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../files/fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../../files/fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../files/fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
html, body{height: 100%;}
body{
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    color: #464646;
}
.nomobile{display:block;}	
.onlymobile{display:none;}
h1, h2, h3{font-family: 'Open Sans',sans-serif;}
a.invisible{display:none;}
[id=header]{border-bottom: #e2e2e2 1px solid;}
header{width: 100%;z-index:1;transition: 0.5s ease;}
header.sticky{position: fixed;width: 100%;background-color: rgba(255,255,255,0.95);border-bottom: 1px solid #d2d2d2;}
.logo figure{padding: 20px 0;}
.logo img{transition: 0.5s ease;}
header.sticky img{height: 60px; width: auto;}
header.sticky .mainnav ul{padding-top: 30px;}
.sticky .nav--main .submenu:hover .level_2{max-height: 210%;}
#main a{color: #6b8ead; text-decoration: none;}
#main a:HOVER{color: #333;text-decoration:none;}

.mainnav ul{padding-top: 40px;font-weight: 400;}
.mainnav ul a{color: #333; text-decoration: none;}
.mainnav strong{font-weight: 400;}
/*.mainnav ul a:HOVER,.mainnav li{color: #F1C500;}*/
.mainnav ul li li:HOVER{background-color: #6b8ead;}
.mainnav ul li li:HOVER a, .mainnav ul li li a:HOVER{color: #fff;display: block;font-weight: 400;}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.nav ul {
  margin: 0;
  padding: 40px 0 0 0;
  list-style: none;
  overflow: hidden;
  display: block;
  transition: .3s ease;
}

.nav--main li {
  display: inline-block;
  margin-right: 0;
}
.nav--main li  li{
  background-color: #e2e2e2;
}
.nav--main li a, .nav--main li strong {
  display: block;
  padding: .5em .75em;
  text-decoration: none;
  transition: .2s ease;
}
/*.nav--main li.trail, .nav--main li:HOVER{background-color: #07559B;}*/
.nav--main li.active strong{font-weight: 600;}
.nav--main li.active strong, .nav--main li.trail, .nav--main li:HOVER a{color: #07559B;} 
.nav--main li.trail a{font-weight: 600;color: #07559B;}
.nav--main li a.trail, .nav--main li strong{color: #07559B;}

.nav--main .level_2 {
  position: absolute;
    z-index: 1001;
  left: auto;
  max-height: 0;
}

.nav--main .submenu:hover .level_2 {
  max-height: 100%;
  /*padding: 0 1em 1em;*/
  padding: 0 1em 1em 0.25rem;
  margin-left: -0.2em;
}

.nav--main .level_2 li {
    display: block;
}

.mod_article.heroblock{
  max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    /*min-height: 50vh;*/
    color: #555;
    position: relative;
    padding: 0;
    z-index: 0;
    height: 500px;
    overflow: hidden;
}
.hero_inner{
  padding-left: 3.9375rem;
    padding-right: 0.9375rem;
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: static;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.hero{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
}
.hero .image_container{
  position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-height: 600px;
    overflow: hidden;
    width: 100%;
    background-color: #000
}
.hero img{width: 100%; height: 500px;object-fit: cover;opacity: 0.75;}
.hero_content{
    position: relative;
    /*max-width: calc(33.3125em - 1.875rem);*/
    /*background: #fff;*/
    z-index: 1000;
    text-align: center;
    margin-top: 9.5rem;
    width: 100%;
}
.hero_content h1{
    background-color: rgba(234,91,12,0.9);
    font-weight: 600;
    color: #fff;
    padding: 30px 20px;
    font-size: 2.4rem;
    margin: 0;
}
.hero_content h2{
    background-color: rgba(0,0,0,0.85);    
    color: #fff;
    padding: 25px;
    font-size: 2rem;
    margin: 0;
}
.headcontent strong{color: #fff; font-size: 3rem;font-weight: 700;}
.headcontent em{color: #fff; font-size: 2rem;font-weight: 600;font-style: normal;}

.iconbox{font-size:0.85rem;}
.iconbox figure{margin-bottom:15px;}
.iconbox p{padding: 0 20px;}


.center_me{display: flex; justify-content:center;}
h2.h2_start{font-size: 3rem;font-weight: 300;margin-bottom: 30px;}
.slider{width: 100%; height: 500px;}
.slidercontent figure{padding-top: 10px; padding-right: 30px;}
.slidertext{padding-top: 10px;}
.slidertext p{margin: 0;}
#main .button a, #main .slidertext a{font-weight: 400; color: #fff; background-color: #3E8100; padding: 10px 15px; margin-top: 20px; display: inline-block;transition: .3s ease-in-out;}
#main .button a:HOVER,#main .slidertext a:HOVER{background-color: #484848; color:#fff;text-decoration: none;}
.slider-control .slider-menu b.active{color: #3E8100;}
.slider-control .slider-menu b{color: #484848;}

.herobild{
	background-position: center center;
	background-size: cover;  
	padding: 25% 0;	
  	background-repeat: no-repeat;
}
.herobild-small{
	background-position: center center;
	background-size: cover;  
	padding: 10% 0;	
  	background-repeat: no-repeat;	
}

.boxhell{background-color: #f2f2f2;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;}
.bgi{background-color: #E5E9EA;}
h2.headline2{margin-bottom: 30px;font-weight: 400;}

/*.sbox{border: 1px solid #827b02;padding: 15px 15px 20px 15px;background-color: #eade00;color: #454545;font-weight: 400;line-height: 1.6rem;}*/
.sbox{padding: 15px 15px 20px 15px;color: #454545;font-weight: 400;line-height: 1.6rem;}
.sbox figure{margin-bottom: 25px;}
.sbox h2{text-align: center;font-weight: 600; font-size: 1.2rem; text-transform: uppercase;}
.sbox p{font-size: 0.9rem;line-height: 1.5;display:flex; justify-content: center;}

.ibox{text-align: center;}

.ibox .caption{color: #454545;}

.spacer{display:block; padding-top: 80px; padding-bottom: 80px}
.spacer40{display:block; padding-top: 40px; padding-bottom: 40px}
.spacer80{padding-top: 4rem; padding-bottom: 4rem;}

h3.box_headline{font-weight: 300; color: #fff; font-size: 2.5rem;}
.pox{margin-top: 40px; padding: 0 15px;}
.pox h2, h3.orange{color: #ed6a0b;}
.pox h2{font-weight: 300;}
.pox .ce_text{margin-bottom: 15px;}


.start_headline h2{color: #EE7444; text-align:center; font-size: 55px; font-weight: 300; padding: 40px 0; margin: 0;}
.page_headline h1{color: #EE7444; text-align:center; font-size: 55px; font-weight: 300; padding: 40px 0; margin: 0;}
.bg_grey{background-color:#F6F6F6;}


.box_left, .box_right{color: #fff; padding: 20px 0; font-size: 1.5rem;}
.box_left ul, .box_right ul{margin: 0; padding: 0; list-style-type: none;}
.box_left li, .box_right li{line-height: 3rem;font-size: 1.8rem;}
.box_right em{font-size: 1.3rem; font-style: normal;}
#main .box_right a{color: #fff;}
#main .box_right a:HOVER{text-decoration: none; color: #454545;}


.start_slogan h2{font-size: 3rem; font-weight: 300;}
.ce_accordion {width: 100%;
    background-color: #f9f9f9;
    color: #EE7444;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid #ccc;}
.ce_accordion .toggler{display:block;padding: 2rem 1.5rem;}
.ce_accordion .toggler:HOVER{cursor: pointer; background-color: #454545;}
.az ul{padding-bottom: 30px;}
.accordion {padding: 0 20px 20px 20px;color: #666;}
ui-accordion-content-active{border-top: 1px solid #ccc;color: #666;}
.ce_accordion .active{font-weight: 600; background-color: #d2d2d2;}

#main .sbox p a{color: #fff;padding: 10px 15px;margin-top: 20px;display: inline-block;transition: .3s ease-in-out;background: #0794CA;border-radius: 15px;font-size: .8rem;}
#main .sbox p a:HOVER{text-decoration: none; background-color: #084985; color: #fff;border-radius: 0;}
#main .sbox p.mehrbox{display: flex; justify-content: center;}

.footer h3{font-size: 1.5rem; color:#fff; font-weight: 300;padding-top: 35px;}

.footer a{color: #fff;}
#main .fl a, #main .flogo a:HOVER,#main .fnav a:HOVER, .footer a:HOVER{text-decoration: none; color: #0293d2;}
#main .fl a{font-weight: 400;}
#main .fl a:HOVer{color: #fff;}
.lastline {color: #fff;}
.lastline{background-color: #303030; padding-top: 20px;padding-bottom: 10px;}
.planer ul, .lastline ul{margin:0; padding: 0; list-style-type:none;}
.planer li{padding-bottom: 0.5rem;}
.lastline li{float: left; padding-left: 10px;}
.copy {color: #666;}
.fnav ul{float:right;padding: 0;}
#main .fnav a{color: #fff;}
.slink a, .help strong a,.kontakt a:HOVER,.kontakt strong{ text-decoration:none; color:#397E00;}
.fnav li.active strong, #main .fnav a:HOVER{ text-decoration:none; color: #94c9f7;}
.kontakt h4{font-size: 2rem;}
.kontakt em{font-size:1rem;}
.slink a:HOVER, .help strong a:HOVER, .kontakt a{color: #494948;text-decoration:none;}

.m50{margin-bottom: 50px;}


.btn {
    font-size: 1.2rem;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}
.btn-primary{border:none!important;background-color: #72CB20!important;}
.btn-primary:HOVER{background-color: #484848!important;}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ce_hyperlink{display:flex; justify-content: flex-end;}
#main .ce_hyperlink a{
background: #72CB20;
    color: #fff;
    padding: 15px 30px;
    font-weight: 400;
     -webkit-transition: .3s ease-in-out;
}    
#main .ce_hyperlink a:HOVER{background-color: #484848;text-decoration:none;}

.band {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.band--hell {
    background: #f2f2f2;
    background: -o-radial-gradient(0% 0%, circle, #f2f2f2 0%, #e2e2e2 100%);
    background: radial-gradient(circle at 0% 0%, #f2f2f2 0%, #e2e2e2 100%);
    color: #fff;
}
.band--dark{
  background-color: #595959;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.band--footer{
  background-color: #595959;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.band--lastline{
  background-color: #343434;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.band--blue{
  background-color: #989898;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
.band--final{
  background-color: #303030;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}
.band .inside {
    max-width: 60em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.question ul{margin: 0; padding: 0; list-style-type: none;}
.question{font-size: 1.4rem;font-weight: 400;}
.question .small{font-size: 1rem;}
.qleft li{line-height: 2.7rem;}

#main .qright a{text-decoration: none; color: #fff;}

#toTop{background: #07559B;border-radius: 50%;height: 50px;width: 50px;}
#toTop .fa-angle-up{font-size: 2rem;width: 30px;text-align: center;}
#toTop:HOVER{cursor: pointer;}

.alle p{text-align: center; padding-top: 40px;font-size: 1.3rem;}
#main .alle a, .alle .fa{color: #0293d2;}
#main .alle a{text-decoration: none;}

.fullwidth .inside{max-width: 66.625em;}
.footer{display: flex;}
.ft{padding-top: 10px;}
.flogo img{margin: initial;}
#main .flogo a{text-decoration: none; color: #fff;}
#main .fnav a{color: #fff;}

.fl ul{margin: 0; padding: 0; list-style-type: none;}

.ext-pdf{background:url("../../files/curare/icon/iconPDF.gif") left center no-repeat;}
.ext-pdf a{padding-left: 25px;}

.bql h3{font-size: 2rem;font-weight: 400;text-align: center;margin: 0;padding-top: 5px;}
.bql, .bgr {margin: 0;}
.bgr{text-align: center;}
#main .bgr a{background-color: #0794CA;color: #fff; padding: 12px 18px;border-radius: 15px;font-weight: 400; display: inline-block;transition: 0.5s ease;}
#main .bgr a:HOVER{background-color: #bff5ff;color: #676767;}

button.submit{background-color:#11698e;}
button.submit:hover{background-color:#0293d2;}


.nbox figure{padding-bottom: 20px;}
.nbox {background-color: #f6f6f6;position: relative; min-height: 640px;transition: 0.5s ease;}
.nbox:HOVER{background-color: #e2e2e2; cursor: pointer;}
.nbox h3, .nbox p{padding: 10px 10px 0 10px;}
.nbox p.more{position: absolute; bottom: 20px;}
#main .nbox p a{color: #000;}

.picnav{position: relative;margin-bottom: 1.6rem;}
.picnav img{transition: 0.5s ease;}
.picnav:HOVER img{opacity: 0.7} 
.picnav .caption{
  background-color: rgba(107,142,173,0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
}

.rightbox ul{margin: 0; padding: 0; list-style-type: none;}
.rightbox h2{margin: 0; padding: 0; font-size: 1.3rem;}
.rightbox {border: 1px solid #e2e2e2;background-color: rgba(107,142,173,0.2);}
.rightbox li{padding: 1rem 1rem 0 1rem;}
.rightbox li.last{padding-bottom: 1rem;}
.rightbox li.mark{background-color: #f2ee79; padding: 1rem;}

.cookiebar--position-bottom{width: 50%;font-size: 1rem;text-align: left;}

.mod_changelanguage ul{list-style:none; display:flex;padding: 0;font-size: 0.9rem;}
.mod_changelanguage li.first::AFTER{content: " | ";}
.mod_changelanguage a{text-decoration:none; color: #084985;}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  	.herobild{padding: 30% 0;}
  h1, h2{padding: 0 15px; word-wrap: break-word; }
  .start_icons ul{display:block;}
  .start_icons .col-4 {-ms-flex: 100%;flex: 100%;max-width: 100%;}
  .ce_accordion{ border-bottom: 1px solid;}
  .cookiebar--position-bottom{width: 100%;}
}

@media only screen 
  and (max-device-width: 767px) {
	.kontakt {margin: 0 20px;}	
  	.cookiebar--position-bottom{width: 100%;}
}

@media (min-width: 768px){
	.partner img {
     width: 100%;
    height: auto;
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .nomobile{display:none;}	
  .onlymobile{display:block;}
  .mod_changelanguage{float: right;margin-top: 1rem;margin-right: 1rem;}
  .logo img {margin-left: 0;}
  .nav ul {margin: 0;padding: 0 0 0 0;}
  .sbox h2{font-size: 1rem;}
}
@media only screen 
  and (min-device-width: 340px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
 { 
  .nomobile{display:none;}	
  .onlymobile{display:block;}
  .logo img {margin-left: 0;}
  .nav ul {margin: 0;padding: 0 0 0 0;}
  .fnav ul {float: none;}
  header.sticky{position: relative;}
  .nav--main li a{padding: .5em 0.2rem;}
  .hero_inner{padding-left: 0;padding-right: 0;width: 100%;}
  .cookiebar--position-bottom {bottom: 10%;}
}
@media only screen 
  and (min-device-width: 340px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
 { 
 	.nav--main li a{padding: .5em 0.1rem;}
 	.mod_changelanguage ul{margin: 0;}
 } 	
