@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}
@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}
90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}
}
@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}
90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}
}
.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}
@-webkit-keyframes flash{from,50%,to{opacity:1}
25%,75%{opacity:0}
}
@keyframes flash{from,50%,to{opacity:1}
25%,75%{opacity:0}
}
.flash{-webkit-animation-name:flash;animation-name:flash}
@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}
to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.pulse{-webkit-animation-name:pulse;animation-name:pulse}
@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}
40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}
50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}
65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}
75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}
to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}
40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}
50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}
65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}
75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}
to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
}
.shake{-webkit-animation-name:shake;animation-name:shake}
@-webkit-keyframes headShake{0{-webkit-transform:translateX(0);transform:translateX(0)}
6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}
18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}
31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}
43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}
50%{-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes headShake{0{-webkit-transform:translateX(0);transform:translateX(0)}
6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}
18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}
31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}
43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}
50%{-webkit-transform:translateX(0);transform:translateX(0)}
}
.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}
@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}
40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}
60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}
80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}
to{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}
}
@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}
40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}
60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}
80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}
to{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}
}
.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}
15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}
30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}
45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}
60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}
75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}
to{-webkit-transform:none;transform:none}
}
@keyframes wobble{from{-webkit-transform:none;transform:none}
15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}
30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}
45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}
60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}
75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}
to{-webkit-transform:none;transform:none}
}
.wobble{-webkit-animation-name:wobble;animation-name:wobble}
@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}
22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}
77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}
88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}
}
@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}
22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}
77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}
88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}
}
.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}
@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
to{-webkit-transform:none;transform:none}
}
@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
to{-webkit-transform:none;transform:none}
}
.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}
60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}
75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}
to{-webkit-transform:none;transform:none}
}
@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
0{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}
60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}
75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}
to{-webkit-transform:none;transform:none}
}
.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}
60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}
75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}
to{-webkit-transform:none;transform:none}
}
@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}
60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}
75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}
to{-webkit-transform:none;transform:none}
}
.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}
@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}
60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}
from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}
60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
}
@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
}
.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}
@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
}
@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}
40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}
to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
}
.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}
@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}
to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
}
@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}
to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
}
.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}
@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}
to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
}
@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}
to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
}
.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}
@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
}
@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
}
.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}
@-webkit-keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}
@-webkit-keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
@keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOutDown{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
@keyframes fadeOutDown{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeOutDownBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
}
@keyframes fadeOutDownBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
}
.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}
@-webkit-keyframes fadeOutLeft{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
}
@keyframes fadeOutLeft{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
}
.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}
@-webkit-keyframes fadeOutLeftBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
}
@keyframes fadeOutLeftBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}
}
.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}
@-webkit-keyframes fadeOutRight{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}
@keyframes fadeOutRight{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}
.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
@-webkit-keyframes fadeOutRightBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
}
@keyframes fadeOutRightBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}
}
.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}
@-webkit-keyframes fadeOutUp{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
}
@keyframes fadeOutUp{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
}
.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}
@-webkit-keyframes fadeOutUpBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
}
@keyframes fadeOutUpBig{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}
}
.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}
@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
}
@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
}
.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}
@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
to{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}
to{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}
@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
to{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}
40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}
80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}
to{-webkit-transform:perspective(400px);transform:perspective(400px)}
}
.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}
30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}
to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}
}
@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}
30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}
to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}
}
.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}
@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}
30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}
to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}
}
@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}
30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}
to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}
}
.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}
@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}
60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}
80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}
to{-webkit-transform:none;transform:none;opacity:1}
}
@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}
60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}
80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}
to{-webkit-transform:none;transform:none;opacity:1}
}
.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
@-webkit-keyframes lightSpeedOut{from{opacity:1}
to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}
}
@keyframes lightSpeedOut{from{opacity:1}
to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}
}
.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}
to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}
}
@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}
to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}
}
.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}
@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}
}
@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}
}
.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}
@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}
}
@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}
}
.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}
@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}
}
@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}
}
.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}
@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}
}
@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}
}
.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}
@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}
to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}
}
@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}
to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}
}
.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}
@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
}
@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}
}
.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}
@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
}
@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
}
.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}
@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
}
@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}
to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}
}
.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}
@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}
}
@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}
to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}
}
.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}
@-webkit-keyframes hinge{0{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}
to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}
}
@keyframes hinge{0{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}
to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}
}
.hinge{-webkit-animation-name:hinge;animation-name:hinge}
@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}
@-webkit-keyframes rollOut{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}
}
@keyframes rollOut{from{opacity:1}
to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}
}
.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
50%{opacity:1}
}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
50%{opacity:1}
}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}
@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}
@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}
@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}
@-webkit-keyframes zoomOut{from{opacity:1}
50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
to{opacity:0}
}
@keyframes zoomOut{from{opacity:1}
50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
to{opacity:0}
}
.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}
@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}
to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}
}
@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}
to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}
}
.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}
@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}
to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}
}
@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}
to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}
}
.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}
@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}
to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}
}
.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInDown{from{-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInUp{from{-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}
@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
}
.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}
@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
}
@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
}
.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}
@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}
@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}
.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}
@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
}
@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
}
.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
body .video-player-overlay-container{display:none;height:100%;width:100%;position:fixed;z-index:1150;left:0;top:0;background-color:rgba(6,29,65,0.45);overflow-x:hidden;transition:.5s}
body .video-player-overlay-container .closebtn{position:absolute;right:10px;font-size:18px;z-index:1;background-color:#fff;color:#061d41;width:25px;height:25px;margin-top:-15px;margin-right:-10px;border-radius:100px;vertical-align:middle;text-align:center;cursor:pointer;top:-10px;clear:both;overflow:hidden}
body .video-player-overlay-container .video-player-overlay-content{position:relative;margin:0 auto;display:table;top:15%;width:100vw;height:calc(100vw * 9/15)}
body .video-player-overlay-container .video-player-overlay-content video.video-player{background-color:black;width:inherit;height:auto}
body .video-player-overlay-container .video-player-overlay-content iframe.video-iframe{background-color:black;border:0}
@media screen and (min-width:768px){body .video-player-overlay-container .video-player-overlay-content{width:80vw;height:calc(80vw * 9/15)}
}
@media screen and (min-width:1024px){body .video-player-overlay-container .video-player-overlay-content{top:10%;width:65vw;height:calc(65vw * 9/15)}
}
body.video-player-overlay-visible{overflow:hidden}
body.video-player-overlay-visible .video-player-overlay-container{display:block}
body.video-player-overlay-visible .navbar-static-top{z-index:1000}
body .content-unavailable-message{display:table-cell;vertical-align:middle;text-align:center;color:white;background-color:black}
@media screen and (max-width:767px) and (min-width:465px){body .video-player-overlay-container .video-player-overlay-content .closebtn{right:26px}
}
@media screen and (max-width:464px){body .video-player-overlay-container .video-player-overlay-content .closebtn{right:10px}
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:0;outline:0;background:transparent}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:0;background:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.hide{display:none}
.row{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;margin-left:auto;margin-right:auto;clear:both}
.row:after{content:" ";display:block;clear:both}
a.row{display:block}
.grid12{min-width:288px;max-width:1170px;padding:0 16px}
.lt-ie10.lt-ie9 .row{white-space:normal}
.lt-ie10.lt-ie9 .center-block{width:1020px}
.lt-ie10.lt-ie9 .row:before,.lt-ie10.lt-ie9 .row:after{content:"";display:table}
.lt-ie10.lt-ie9 .row:after{clear:both}
.lt-ie10.lt-ie9 .row.content{float:left;width:100%}
.no-padding{padding:0 !important}
.no-padding-top{padding-top:0 !important}
.no-padding-left{padding-left:0 !important}
.no-padding-right{padding-right:0 !important}
.no-padding-bottom{padding-bottom:0 !important}
.space-2{clear:both;max-height:1px;min-height:1px;margin:2px 0 1px;hasLayout:1}
.space-4{clear:both;max-height:1px;min-height:1px;margin:4px 0 3px;hasLayout:1}
.space-5{clear:both;max-height:1px;min-height:1px;margin:5px 0 4px;hasLayout:1}
.space-6{clear:both;max-height:1px;min-height:1px;margin:6px 0 5px;hasLayout:1}
.space-7{clear:both;max-height:1px;min-height:1px;margin:7px 0 6px;hasLayout:1}
.space-8{clear:both;max-height:1px;min-height:1px;margin:8px 0 7px;hasLayout:1}
.space-9{clear:both;max-height:1px;min-height:1px;margin:9px 0 8px;hasLayout:1}
.space-10{clear:both;max-height:1px;min-height:1px;margin:10px 0 9px;hasLayout:1}
.space-12{clear:both;max-height:1px;min-height:1px;margin:12px 0 11px;hasLayout:1}
.space-14{clear:both;max-height:1px;min-height:1px;margin:14px 0 13px;hasLayout:1}
.space-15{clear:both;max-height:1px;min-height:1px;margin:15px 0 14px;hasLayout:1}
.space-16{clear:both;max-height:1px;min-height:1px;margin:16px 0 15px;hasLayout:1}
.space-18{clear:both;max-height:1px;min-height:1px;margin:18px 0 17px;hasLayout:1}
.space-20{clear:both;max-height:1px;min-height:1px;margin:20px 0 19px;hasLayout:1}
.space-24{clear:both;max-height:1px;min-height:1px;margin:24px 0 23px;hasLayout:1}
.space-25{clear:both;max-height:1px;min-height:1px;margin:25px 0 24px;hasLayout:1}
.space-30{clear:both;max-height:1px;min-height:1px;margin:30px 0 29px;hasLayout:1}
.space-50{clear:both;max-height:1px;min-height:1px;margin:50px 0 49px;hasLayout:1}
.space-100{clear:both;max-height:1px;min-height:1px;margin:100px 0 99px;hasLayout:1}
.no-margin{margin:0 !important}
.no-margin-top{margin-top:0 !important}
.no-margin-bottom{margin-bottom:0 !important}
.no-margin-left{margin-left:0 !important}
.no-margin-right{margin-right:0 !important}
.pull-left{float:left !important}
.pull-right{float:right !important}
.hide{display:none}
@media(max-width:767px){.grid12{padding:0}
.no-padding-right-tablet{padding-right:0 !important}
}
@media(max-width:767px){.no-padding-mobile{padding:0 !important}
}
.light-theme{background-image:url("clientlib-services/images/am-bg-pattern-light-v1.0.jpg");background-size:cover}
.richtext a{color:#0550d1;text-decoration:underline;font-family:'Deutsche Bank Medium'}
.hero-banner-carousel,.hero-banner-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.hero-banner-carousel{display:none;width:100%;z-index:1}
.hero-banner-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
.hero-banner-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.hero-banner-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.hero-banner-carousel .owl-item,.hero-banner-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.hero-banner-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.hero-banner-carousel .owl-item img{display:block;width:100%}
.hero-banner-carousel .owl-dots.disabled,.hero-banner-carousel .owl-nav.disabled{display:none}
.no-js .hero-banner-carousel,.hero-banner-carousel.owl-loaded{display:inline-block}
.hero-banner-carousel .owl-dot,.hero-banner-carousel .owl-nav .owl-next,.hero-banner-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.hero-banner-carousel.owl-loading{opacity:0;display:block}
.hero-banner-carousel.owl-hidden{opacity:0}
.hero-banner-carousel.owl-refresh .owl-item{visibility:hidden}
.hero-banner-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.hero-banner-carousel.owl-grab{cursor:move;cursor:grab}
.hero-banner-carousel.owl-rtl{direction:rtl}
.hero-banner-carousel.owl-rtl .owl-item{float:right}
.hero-banner-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.hero-banner-carousel .owl-animated-in{z-index:0}
.hero-banner-carousel .owl-animated-out{z-index:1}
.hero-banner-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0{opacity:1}
100%{opacity:0}
}
.owl-height{transition:height .5s ease-in-out}
.hero-banner-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.hero-banner-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.hero-banner-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.hero-banner-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(clientlib-services/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.hero-banner-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.hero-banner-carousel .owl-video-playing .owl-video-play-icon,.hero-banner-carousel .owl-video-playing .owl-video-tn{display:none}
.hero-banner-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.hero-banner-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*='owl-']:hover{color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 4px;background:#a0a0a0;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#0550d1}
.owl-theme .owl-nav{margin:0 auto;position:absolute;top:calc(50% - 16px);width:100%}
.owl-prev,.owl-next{position:absolute}
.carousel-prev{width:32px;height:32px;display:inline-block;background-image:url(clientlib-services/images/icon-arrow-left.svg)}
.carousel-next{width:32px;height:32px;display:inline-block;background-image:url(clientlib-services/images/icon-arrow-right.svg)}
.light-theme .carousel-prev{width:22px;height:28px;display:inline-block;background-image:url(clientlib-services/images/icon-light-arrow-left.svg)}
.light-theme .carousel-next{width:22px;height:28px;display:inline-block;background-image:url(clientlib-services/images/icon-light-arrow-right.svg)}
@media only screen and (max-width:1023px){.owl-theme .owl-nav{display:none}
}
@media only screen and (max-width:1240px){.hero-banner-carousel.owl-theme .owl-nav{display:none}
}
.owl-prev{left:calc((100% - 1240px) / 2)}
.hero-banner-line .owl-prev{padding-left:11px}
.owl-next{right:calc((100% - 1240px) / 2)}
.hero-banner-line .owl-next{padding-right:9px}
.owl-dots{position:relative;bottom:50px;height:0}
@media only screen and (max-width:768px){.owl-dots{bottom:40px}
}
@media only screen and (max-width:767px){.owl-dots{bottom:20px}
}
.light-bg.outer{background-color:#f7f7f7}
.light-bg .carousel-prev{width:17px;height:25px;display:inline-block;background-image:url(clientlib-services/images/icon-large-arrow-left.svg)}
.light-bg .carousel-next{width:17px;height:25px;display:inline-block;background-image:url(clientlib-services/images/icon-large-arrow-right.svg)}
.dark-theme .carousel-prev{width:17px;height:25px;display:inline-block;background-image:url(clientlib-services/images/icon-light-arrow-left.svg)}
.dark-theme .carousel-next{width:19px;height:25px;display:inline-block;background-image:url(clientlib-services/images/icon-light-arrow-right.svg)}
.bootstrap-old article,.bootstrap-old aside,.bootstrap-old details,.bootstrap-old figcaption,.bootstrap-old figure,.bootstrap-old footer,.bootstrap-old header,.bootstrap-old hgroup,.bootstrap-old main,.bootstrap-old menu,.bootstrap-old nav,.bootstrap-old section,.bootstrap-old summary{display:block}
.bootstrap-old audio,.bootstrap-old canvas,.bootstrap-old progress,.bootstrap-old video{display:inline-block;vertical-align:baseline}
.bootstrap-old audio:not([controls]){display:none;height:0}
.bootstrap-old [hidden],.bootstrap-old template{display:none}
.bootstrap-old a{background-color:transparent}
.bootstrap-old a:active,.bootstrap-old a:hover{outline:0}
.bootstrap-old abbr[title]{border-bottom:.0625rem dotted}
.bootstrap-old b,.bootstrap-old strong{font-weight:bold}
.bootstrap-old dfn{font-style:italic}
.bootstrap-old h1{margin:.67em 0;font-size:2em}
.bootstrap-old mark{color:#000;background:#ff0}
.bootstrap-old small{font-size:80%}
.bootstrap-old sub,.bootstrap-old sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
.bootstrap-old sup{top:-0.5em}
.bootstrap-old sub{bottom:-0.25em}
.bootstrap-old img{border:0}
.bootstrap-old svg:not(:root){overflow:hidden}
.bootstrap-old figure{margin:1em 2.5rem}
.bootstrap-old hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.bootstrap-old pre{overflow:auto}
.bootstrap-old code,.bootstrap-old kbd,.bootstrap-old pre,.bootstrap-old samp{font-family:monospace,monospace;font-size:1em}
.bootstrap-old button,.bootstrap-old input,.bootstrap-old optgroup,.bootstrap-old select,.bootstrap-old textarea{margin:0;font:inherit;color:inherit}
.bootstrap-old button{overflow:visible}
.bootstrap-old button,.bootstrap-old select{text-transform:none}
.bootstrap-old button,.bootstrap-old html input[type="button"],.bootstrap-old input[type="reset"],.bootstrap-old input[type="submit"]{-webkit-appearance:button;cursor:pointer}
.bootstrap-old button[disabled],.bootstrap-old html input[disabled]{cursor:default}
.bootstrap-old button::-moz-focus-inner,.bootstrap-old input::-moz-focus-inner{padding:0;border:0}
.bootstrap-old input{line-height:normal}
.bootstrap-old input[type="checkbox"],.bootstrap-old input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
.bootstrap-old input[type="number"]::-webkit-inner-spin-button,.bootstrap-old input[type="number"]::-webkit-outer-spin-button{height:auto}
.bootstrap-old input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}
.bootstrap-old input[type="search"]::-webkit-search-cancel-button,.bootstrap-old input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
.bootstrap-old fieldset{padding:.35em .625em .75em;margin:0 .125rem;border:.0625rem solid silver}
.bootstrap-old legend{padding:0;border:0}
.bootstrap-old textarea{overflow:auto}
.bootstrap-old optgroup{font-weight:bold}
.bootstrap-old table{border-spacing:0;border-collapse:collapse}
.bootstrap-old td,.bootstrap-old th{padding:0}
@font-face{font-family:'Glyphicons Halflings';src:url('clientlib-services/fonts/glyphicons-halflings-regular.eot');src:url('clientlib-services/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('clientlib-services/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('clientlib-services/fonts/glyphicons-halflings-regular.woff') format('woff'),url('clientlib-services/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('clientlib-services/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}
.bootstrap-old .glyphicon{position:relative;top:.0625rem;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bootstrap-old .glyphicon-asterisk:before{content:"\002a"}
.bootstrap-old .glyphicon-plus:before{content:"\002b"}
.bootstrap-old .glyphicon-euro:before,.bootstrap-old .glyphicon-eur:before{content:"\20ac"}
.bootstrap-old .glyphicon-minus:before{content:"\2212"}
.bootstrap-old .glyphicon-cloud:before{content:"\2601"}
.bootstrap-old .glyphicon-envelope:before{content:"\2709"}
.bootstrap-old .glyphicon-pencil:before{content:"\270f"}
.bootstrap-old .glyphicon-glass:before{content:"\e001"}
.bootstrap-old .glyphicon-music:before{content:"\e002"}
.bootstrap-old .glyphicon-search:before{content:"\e003"}
.bootstrap-old .glyphicon-heart:before{content:"\e005"}
.bootstrap-old .glyphicon-star:before{content:"\e006"}
.bootstrap-old .glyphicon-star-empty:before{content:"\e007"}
.bootstrap-old .glyphicon-user:before{content:"\e008"}
.bootstrap-old .glyphicon-film:before{content:"\e009"}
.bootstrap-old .glyphicon-th-large:before{content:"\e010"}
.bootstrap-old .glyphicon-th:before{content:"\e011"}
.bootstrap-old .glyphicon-th-list:before{content:"\e012"}
.bootstrap-old .glyphicon-ok:before{content:"\e013"}
.bootstrap-old .glyphicon-remove:before{content:"\e014"}
.bootstrap-old .glyphicon-zoom-in:before{content:"\e015"}
.bootstrap-old .glyphicon-zoom-out:before{content:"\e016"}
.bootstrap-old .glyphicon-off:before{content:"\e017"}
.bootstrap-old .glyphicon-signal:before{content:"\e018"}
.bootstrap-old .glyphicon-cog:before{content:"\e019"}
.bootstrap-old .glyphicon-trash:before{content:"\e020"}
.bootstrap-old .glyphicon-home:before{content:"\e021"}
.bootstrap-old .glyphicon-file:before{content:"\e022"}
.bootstrap-old .glyphicon-time:before{content:"\e023"}
.bootstrap-old .glyphicon-road:before{content:"\e024"}
.bootstrap-old .glyphicon-download-alt:before{content:"\e025"}
.bootstrap-old .glyphicon-download:before{content:"\e026"}
.bootstrap-old .glyphicon-upload:before{content:"\e027"}
.bootstrap-old .glyphicon-inbox:before{content:"\e028"}
.bootstrap-old .glyphicon-play-circle:before{content:"\e029"}
.bootstrap-old .glyphicon-repeat:before{content:"\e030"}
.bootstrap-old .glyphicon-refresh:before{content:"\e031"}
.bootstrap-old .glyphicon-list-alt:before{content:"\e032"}
.bootstrap-old .glyphicon-lock:before{content:"\e033"}
.bootstrap-old .glyphicon-flag:before{content:"\e034"}
.bootstrap-old .glyphicon-headphones:before{content:"\e035"}
.bootstrap-old .glyphicon-volume-off:before{content:"\e036"}
.bootstrap-old .glyphicon-volume-down:before{content:"\e037"}
.bootstrap-old .glyphicon-volume-up:before{content:"\e038"}
.bootstrap-old .glyphicon-qrcode:before{content:"\e039"}
.bootstrap-old .glyphicon-barcode:before{content:"\e040"}
.bootstrap-old .glyphicon-tag:before{content:"\e041"}
.bootstrap-old .glyphicon-tags:before{content:"\e042"}
.bootstrap-old .glyphicon-book:before{content:"\e043"}
.bootstrap-old .glyphicon-bookmark:before{content:"\e044"}
.bootstrap-old .glyphicon-print:before{content:"\e045"}
.bootstrap-old .glyphicon-camera:before{content:"\e046"}
.bootstrap-old .glyphicon-font:before{content:"\e047"}
.bootstrap-old .glyphicon-bold:before{content:"\e048"}
.bootstrap-old .glyphicon-italic:before{content:"\e049"}
.bootstrap-old .glyphicon-text-height:before{content:"\e050"}
.bootstrap-old .glyphicon-text-width:before{content:"\e051"}
.bootstrap-old .glyphicon-align-left:before{content:"\e052"}
.bootstrap-old .glyphicon-align-center:before{content:"\e053"}
.bootstrap-old .glyphicon-align-right:before{content:"\e054"}
.bootstrap-old .glyphicon-align-justify:before{content:"\e055"}
.bootstrap-old .glyphicon-list:before{content:"\e056"}
.bootstrap-old .glyphicon-indent-left:before{content:"\e057"}
.bootstrap-old .glyphicon-indent-right:before{content:"\e058"}
.bootstrap-old .glyphicon-facetime-video:before{content:"\e059"}
.bootstrap-old .glyphicon-picture:before{content:"\e060"}
.bootstrap-old .glyphicon-map-marker:before{content:"\e062"}
.bootstrap-old .glyphicon-adjust:before{content:"\e063"}
.bootstrap-old .glyphicon-tint:before{content:"\e064"}
.bootstrap-old .glyphicon-edit:before{content:"\e065"}
.bootstrap-old .glyphicon-share:before{content:"\e066"}
.bootstrap-old .glyphicon-check:before{content:"\e067"}
.bootstrap-old .glyphicon-move:before{content:"\e068"}
.bootstrap-old .glyphicon-step-backward:before{content:"\e069"}
.bootstrap-old .glyphicon-fast-backward:before{content:"\e070"}
.bootstrap-old .glyphicon-backward:before{content:"\e071"}
.bootstrap-old .glyphicon-play:before{content:"\e072"}
.bootstrap-old .glyphicon-pause:before{content:"\e073"}
.bootstrap-old .glyphicon-stop:before{content:"\e074"}
.bootstrap-old .glyphicon-forward:before{content:"\e075"}
.bootstrap-old .glyphicon-fast-forward:before{content:"\e076"}
.bootstrap-old .glyphicon-step-forward:before{content:"\e077"}
.bootstrap-old .glyphicon-eject:before{content:"\e078"}
.bootstrap-old .glyphicon-chevron-left:before{content:"\e079"}
.bootstrap-old .glyphicon-chevron-right:before{content:"\e080"}
.bootstrap-old .glyphicon-plus-sign:before{content:"\e081"}
.bootstrap-old .glyphicon-minus-sign:before{content:"\e082"}
.bootstrap-old .glyphicon-remove-sign:before{content:"\e083"}
.bootstrap-old .glyphicon-ok-sign:before{content:"\e084"}
.bootstrap-old .glyphicon-question-sign:before{content:"\e085"}
.bootstrap-old .glyphicon-info-sign:before{content:"\e086"}
.bootstrap-old .glyphicon-screenshot:before{content:"\e087"}
.bootstrap-old .glyphicon-remove-circle:before{content:"\e088"}
.bootstrap-old .glyphicon-ok-circle:before{content:"\e089"}
.bootstrap-old .glyphicon-ban-circle:before{content:"\e090"}
.bootstrap-old .glyphicon-arrow-left:before{content:"\e091"}
.bootstrap-old .glyphicon-arrow-right:before{content:"\e092"}
.bootstrap-old .glyphicon-arrow-up:before{content:"\e093"}
.bootstrap-old .glyphicon-arrow-down:before{content:"\e094"}
.bootstrap-old .glyphicon-share-alt:before{content:"\e095"}
.bootstrap-old .glyphicon-resize-full:before{content:"\e096"}
.bootstrap-old .glyphicon-resize-small:before{content:"\e097"}
.bootstrap-old .glyphicon-exclamation-sign:before{content:"\e101"}
.bootstrap-old .glyphicon-gift:before{content:"\e102"}
.bootstrap-old .glyphicon-leaf:before{content:"\e103"}
.bootstrap-old .glyphicon-fire:before{content:"\e104"}
.bootstrap-old .glyphicon-eye-open:before{content:"\e105"}
.bootstrap-old .glyphicon-eye-close:before{content:"\e106"}
.bootstrap-old .glyphicon-warning-sign:before{content:"\e107"}
.bootstrap-old .glyphicon-plane:before{content:"\e108"}
.bootstrap-old .glyphicon-calendar:before{content:"\e109"}
.bootstrap-old .glyphicon-random:before{content:"\e110"}
.bootstrap-old .glyphicon-comment:before{content:"\e111"}
.bootstrap-old .glyphicon-magnet:before{content:"\e112"}
.bootstrap-old .glyphicon-chevron-up:before{content:"\e113"}
.bootstrap-old .glyphicon-chevron-down:before{content:"\e114"}
.bootstrap-old .glyphicon-retweet:before{content:"\e115"}
.bootstrap-old .glyphicon-shopping-cart:before{content:"\e116"}
.bootstrap-old .glyphicon-folder-close:before{content:"\e117"}
.bootstrap-old .glyphicon-folder-open:before{content:"\e118"}
.bootstrap-old .glyphicon-resize-vertical:before{content:"\e119"}
.bootstrap-old .glyphicon-resize-horizontal:before{content:"\e120"}
.bootstrap-old .glyphicon-hdd:before{content:"\e121"}
.bootstrap-old .glyphicon-bullhorn:before{content:"\e122"}
.bootstrap-old .glyphicon-bell:before{content:"\e123"}
.bootstrap-old .glyphicon-certificate:before{content:"\e124"}
.bootstrap-old .glyphicon-thumbs-up:before{content:"\e125"}
.bootstrap-old .glyphicon-thumbs-down:before{content:"\e126"}
.bootstrap-old .glyphicon-hand-right:before{content:"\e127"}
.bootstrap-old .glyphicon-hand-left:before{content:"\e128"}
.bootstrap-old .glyphicon-hand-up:before{content:"\e129"}
.bootstrap-old .glyphicon-hand-down:before{content:"\e130"}
.bootstrap-old .glyphicon-circle-arrow-right:before{content:"\e131"}
.bootstrap-old .glyphicon-circle-arrow-left:before{content:"\e132"}
.bootstrap-old .glyphicon-circle-arrow-up:before{content:"\e133"}
.bootstrap-old .glyphicon-circle-arrow-down:before{content:"\e134"}
.bootstrap-old .glyphicon-globe:before{content:"\e135"}
.bootstrap-old .glyphicon-wrench:before{content:"\e136"}
.bootstrap-old .glyphicon-tasks:before{content:"\e137"}
.bootstrap-old .glyphicon-filter:before{content:"\e138"}
.bootstrap-old .glyphicon-briefcase:before{content:"\e139"}
.bootstrap-old .glyphicon-fullscreen:before{content:"\e140"}
.bootstrap-old .glyphicon-dashboard:before{content:"\e141"}
.bootstrap-old .glyphicon-paperclip:before{content:"\e142"}
.bootstrap-old .glyphicon-heart-empty:before{content:"\e143"}
.bootstrap-old .glyphicon-link:before{content:"\e144"}
.bootstrap-old .glyphicon-phone:before{content:"\e145"}
.bootstrap-old .glyphicon-pushpin:before{content:"\e146"}
.bootstrap-old .glyphicon-usd:before{content:"\e148"}
.bootstrap-old .glyphicon-gbp:before{content:"\e149"}
.bootstrap-old .glyphicon-sort:before{content:"\e150"}
.bootstrap-old .glyphicon-sort-by-alphabet:before{content:"\e151"}
.bootstrap-old .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}
.bootstrap-old .glyphicon-sort-by-order:before{content:"\e153"}
.bootstrap-old .glyphicon-sort-by-order-alt:before{content:"\e154"}
.bootstrap-old .glyphicon-sort-by-attributes:before{content:"\e155"}
.bootstrap-old .glyphicon-sort-by-attributes-alt:before{content:"\e156"}
.bootstrap-old .glyphicon-unchecked:before{content:"\e157"}
.bootstrap-old .glyphicon-expand:before{content:"\e158"}
.bootstrap-old .glyphicon-collapse-down:before{content:"\e159"}
.bootstrap-old .glyphicon-collapse-up:before{content:"\e160"}
.bootstrap-old .glyphicon-log-in:before{content:"\e161"}
.bootstrap-old .glyphicon-flash:before{content:"\e162"}
.bootstrap-old .glyphicon-log-out:before{content:"\e163"}
.bootstrap-old .glyphicon-new-window:before{content:"\e164"}
.bootstrap-old .glyphicon-record:before{content:"\e165"}
.bootstrap-old .glyphicon-save:before{content:"\e166"}
.bootstrap-old .glyphicon-open:before{content:"\e167"}
.bootstrap-old .glyphicon-saved:before{content:"\e168"}
.bootstrap-old .glyphicon-import:before{content:"\e169"}
.bootstrap-old .glyphicon-export:before{content:"\e170"}
.bootstrap-old .glyphicon-send:before{content:"\e171"}
.bootstrap-old .glyphicon-floppy-disk:before{content:"\e172"}
.bootstrap-old .glyphicon-floppy-saved:before{content:"\e173"}
.bootstrap-old .glyphicon-floppy-remove:before{content:"\e174"}
.bootstrap-old .glyphicon-floppy-save:before{content:"\e175"}
.bootstrap-old .glyphicon-floppy-open:before{content:"\e176"}
.bootstrap-old .glyphicon-credit-card:before{content:"\e177"}
.bootstrap-old .glyphicon-transfer:before{content:"\e178"}
.bootstrap-old .glyphicon-cutlery:before{content:"\e179"}
.bootstrap-old .glyphicon-header:before{content:"\e180"}
.bootstrap-old .glyphicon-compressed:before{content:"\e181"}
.bootstrap-old .glyphicon-earphone:before{content:"\e182"}
.bootstrap-old .glyphicon-phone-alt:before{content:"\e183"}
.bootstrap-old .glyphicon-tower:before{content:"\e184"}
.bootstrap-old .glyphicon-stats:before{content:"\e185"}
.bootstrap-old .glyphicon-sd-video:before{content:"\e186"}
.bootstrap-old .glyphicon-hd-video:before{content:"\e187"}
.bootstrap-old .glyphicon-subtitles:before{content:"\e188"}
.bootstrap-old .glyphicon-sound-stereo:before{content:"\e189"}
.bootstrap-old .glyphicon-sound-dolby:before{content:"\e190"}
.bootstrap-old .glyphicon-sound-5-1:before{content:"\e191"}
.bootstrap-old .glyphicon-sound-6-1:before{content:"\e192"}
.bootstrap-old .glyphicon-sound-7-1:before{content:"\e193"}
.bootstrap-old .glyphicon-copyright-mark:before{content:"\e194"}
.bootstrap-old .glyphicon-registration-mark:before{content:"\e195"}
.bootstrap-old .glyphicon-cloud-download:before{content:"\e197"}
.bootstrap-old .glyphicon-cloud-upload:before{content:"\e198"}
.bootstrap-old .glyphicon-tree-conifer:before{content:"\e199"}
.bootstrap-old .glyphicon-tree-deciduous:before{content:"\e200"}
.bootstrap-old .glyphicon-cd:before{content:"\e201"}
.bootstrap-old .glyphicon-save-file:before{content:"\e202"}
.bootstrap-old .glyphicon-open-file:before{content:"\e203"}
.bootstrap-old .glyphicon-level-up:before{content:"\e204"}
.bootstrap-old .glyphicon-copy:before{content:"\e205"}
.bootstrap-old .glyphicon-paste:before{content:"\e206"}
.bootstrap-old .glyphicon-alert:before{content:"\e209"}
.bootstrap-old .glyphicon-equalizer:before{content:"\e210"}
.bootstrap-old .glyphicon-king:before{content:"\e211"}
.bootstrap-old .glyphicon-queen:before{content:"\e212"}
.bootstrap-old .glyphicon-pawn:before{content:"\e213"}
.bootstrap-old .glyphicon-bishop:before{content:"\e214"}
.bootstrap-old .glyphicon-knight:before{content:"\e215"}
.bootstrap-old .glyphicon-baby-formula:before{content:"\e216"}
.bootstrap-old .glyphicon-tent:before{content:"\26fa"}
.bootstrap-old .glyphicon-blackboard:before{content:"\e218"}
.bootstrap-old .glyphicon-bed:before{content:"\e219"}
.bootstrap-old .glyphicon-apple:before{content:"\f8ff"}
.bootstrap-old .glyphicon-erase:before{content:"\e221"}
.bootstrap-old .glyphicon-hourglass:before{content:"\231b"}
.bootstrap-old .glyphicon-lamp:before{content:"\e223"}
.bootstrap-old .glyphicon-duplicate:before{content:"\e224"}
.bootstrap-old .glyphicon-piggy-bank:before{content:"\e225"}
.bootstrap-old .glyphicon-scissors:before{content:"\e226"}
.bootstrap-old .glyphicon-bitcoin:before{content:"\e227"}
.bootstrap-old .glyphicon-btc:before{content:"\e227"}
.bootstrap-old .glyphicon-xbt:before{content:"\e227"}
.bootstrap-old .glyphicon-yen:before{content:"\00a5"}
.bootstrap-old .glyphicon-jpy:before{content:"\00a5"}
.bootstrap-old .glyphicon-ruble:before{content:"\20bd"}
.bootstrap-old .glyphicon-rub:before{content:"\20bd"}
.bootstrap-old .glyphicon-scale:before{content:"\e230"}
.bootstrap-old .glyphicon-ice-lolly:before{content:"\e231"}
.bootstrap-old .glyphicon-ice-lolly-tasted:before{content:"\e232"}
.bootstrap-old .glyphicon-education:before{content:"\e233"}
.bootstrap-old .glyphicon-option-horizontal:before{content:"\e234"}
.bootstrap-old .glyphicon-option-vertical:before{content:"\e235"}
.bootstrap-old .glyphicon-menu-hamburger:before{content:"\e236"}
.bootstrap-old .glyphicon-modal-window:before{content:"\e237"}
.bootstrap-old .glyphicon-oil:before{content:"\e238"}
.bootstrap-old .glyphicon-grain:before{content:"\e239"}
.bootstrap-old .glyphicon-sunglasses:before{content:"\e240"}
.bootstrap-old .glyphicon-text-size:before{content:"\e241"}
.bootstrap-old .glyphicon-text-color:before{content:"\e242"}
.bootstrap-old .glyphicon-text-background:before{content:"\e243"}
.bootstrap-old .glyphicon-object-align-top:before{content:"\e244"}
.bootstrap-old .glyphicon-object-align-bottom:before{content:"\e245"}
.bootstrap-old .glyphicon-object-align-horizontal:before{content:"\e246"}
.bootstrap-old .glyphicon-object-align-left:before{content:"\e247"}
.bootstrap-old .glyphicon-object-align-vertical:before{content:"\e248"}
.bootstrap-old .glyphicon-object-align-right:before{content:"\e249"}
.bootstrap-old .glyphicon-triangle-right:before{content:"\e250"}
.bootstrap-old .glyphicon-triangle-left:before{content:"\e251"}
.bootstrap-old .glyphicon-triangle-bottom:before{content:"\e252"}
.bootstrap-old .glyphicon-triangle-top:before{content:"\e253"}
.bootstrap-old .glyphicon-console:before{content:"\e254"}
.bootstrap-old .glyphicon-superscript:before{content:"\e255"}
.bootstrap-old .glyphicon-subscript:before{content:"\e256"}
.bootstrap-old .glyphicon-menu-left:before{content:"\e257"}
.bootstrap-old .glyphicon-menu-right:before{content:"\e258"}
.bootstrap-old .glyphicon-menu-down:before{content:"\e259"}
.bootstrap-old .glyphicon-menu-up:before{content:"\e260"}
.bootstrap-old *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.bootstrap-old *:before,.bootstrap-old *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.bootstrap-old html{font-size:.625rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.bootstrap-old body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.42857143;color:#333;background-color:#fff}
.bootstrap-old input,.bootstrap-old button,.bootstrap-old select,.bootstrap-old textarea{font-family:inherit;font-size:inherit;line-height:inherit}
.bootstrap-old a{color:#0550d1;text-decoration:none}
.bootstrap-old a:hover,.bootstrap-old a:focus{color:#0d43b3;text-decoration:underline}
.bootstrap-old a:active{color:#163496;text-decoration:underline}
.bootstrap-old a:focus{outline:.3125rem auto #0550d1;outline-offset:-0.125rem}
.bootstrap-old figure{margin:0}
.bootstrap-old img{vertical-align:middle}
.bootstrap-old .img-responsive,.bootstrap-old .thumbnail>img,.bootstrap-old .thumbnail a>img,.bootstrap-old .carousel-inner>.item>img,.bootstrap-old .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}
.bootstrap-old .img-rounded{border-radius:.375rem}
.bootstrap-old .img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:.25rem;line-height:1.42857143;background-color:#fff;border:.0625rem solid #ddd;border-radius:.25rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.bootstrap-old .img-circle{border-radius:50%}
.bootstrap-old hr{margin-top:1.25rem;margin-bottom:1.25rem;border:0;border-top:.0625rem solid #eee}
.bootstrap-old .sr-only{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-0.0625rem;overflow:hidden;clip:rect(0,0,0,0);border:0}
.bootstrap-old .sr-only-focusable:active,.bootstrap-old .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.bootstrap-old [role="button"]{cursor:pointer}
.bootstrap-old h1,.bootstrap-old h2,.bootstrap-old h3,.bootstrap-old h4,.bootstrap-old h5,.bootstrap-old h6,.bootstrap-old .h1,.bootstrap-old .h2,.bootstrap-old .h3,.bootstrap-old .h4,.bootstrap-old .h5,.bootstrap-old .h6{font-weight:500;line-height:1.1;color:inherit}
.bootstrap-old h1 small,.bootstrap-old h2 small,.bootstrap-old h3 small,.bootstrap-old h4 small,.bootstrap-old h5 small,.bootstrap-old h6 small,.bootstrap-old .h1 small,.bootstrap-old .h2 small,.bootstrap-old .h3 small,.bootstrap-old .h4 small,.bootstrap-old .h5 small,.bootstrap-old .h6 small,.bootstrap-old h1 .small,.bootstrap-old h2 .small,.bootstrap-old h3 .small,.bootstrap-old h4 .small,.bootstrap-old h5 .small,.bootstrap-old h6 .small,.bootstrap-old .h1 .small,.bootstrap-old .h2 .small,.bootstrap-old .h3 .small,.bootstrap-old .h4 .small,.bootstrap-old .h5 .small,.bootstrap-old .h6 .small{font-weight:normal;line-height:1;color:#777}
.bootstrap-old h1,.bootstrap-old .h1,.bootstrap-old h2,.bootstrap-old .h2,.bootstrap-old h3,.bootstrap-old .h3{margin-top:1.25rem;margin-bottom:.625rem}
.bootstrap-old h1 small,.bootstrap-old .h1 small,.bootstrap-old h2 small,.bootstrap-old .h2 small,.bootstrap-old h3 small,.bootstrap-old .h3 small,.bootstrap-old h1 .small,.bootstrap-old .h1 .small,.bootstrap-old h2 .small,.bootstrap-old .h2 .small,.bootstrap-old h3 .small,.bootstrap-old .h3 .small{font-size:65%}
.bootstrap-old h4,.bootstrap-old .h4,.bootstrap-old h5,.bootstrap-old .h5,.bootstrap-old h6,.bootstrap-old .h6{margin-top:.625rem;margin-bottom:.625rem}
.bootstrap-old h4 small,.bootstrap-old .h4 small,.bootstrap-old h5 small,.bootstrap-old .h5 small,.bootstrap-old h6 small,.bootstrap-old .h6 small,.bootstrap-old h4 .small,.bootstrap-old .h4 .small,.bootstrap-old h5 .small,.bootstrap-old .h5 .small,.bootstrap-old h6 .small,.bootstrap-old .h6 .small{font-size:75%}
.bootstrap-old h1,.bootstrap-old .h1{font-size:2.25rem}
.bootstrap-old h2,.bootstrap-old .h2{font-size:1.875rem}
.bootstrap-old h3,.bootstrap-old .h3{font-size:1.5rem}
.bootstrap-old h4,.bootstrap-old .h4{font-size:1.125rem}
.bootstrap-old h5,.bootstrap-old .h5{font-size:.875rem}
.bootstrap-old h6,.bootstrap-old .h6{font-size:.75rem}
.bootstrap-old p{margin:0 0 .625rem}
.bootstrap-old .lead{margin-bottom:1.25rem;font-size:1rem;font-weight:300;line-height:1.4}
@media(min-width:48rem){.bootstrap-old .lead{font-size:1.3125rem}
}
.bootstrap-old small,.bootstrap-old .small{font-size:85%}
.bootstrap-old mark,.bootstrap-old .mark{padding:.2em;background-color:#fcf8e3}
.bootstrap-old .text-left{text-align:left}
.bootstrap-old .text-right{text-align:right}
.bootstrap-old .text-center{text-align:center}
.bootstrap-old .text-justify{text-align:justify}
.bootstrap-old .text-nowrap{white-space:nowrap}
.bootstrap-old .text-lowercase{text-transform:lowercase}
.bootstrap-old .text-uppercase{text-transform:uppercase}
.bootstrap-old .text-capitalize{text-transform:capitalize}
.bootstrap-old .text-muted{color:#777}
.bootstrap-old .text-primary{color:#337ab7}
.bootstrap-old a.text-primary:hover,.bootstrap-old a.text-primary:focus{color:#286090}
.bootstrap-old .text-success{color:#3c763d}
.bootstrap-old a.text-success:hover,.bootstrap-old a.text-success:focus{color:#2b542c}
.bootstrap-old .text-info{color:#31708f}
.bootstrap-old a.text-info:hover,.bootstrap-old a.text-info:focus{color:#245269}
.bootstrap-old .text-warning{color:#8a6d3b}
.bootstrap-old a.text-warning:hover,.bootstrap-old a.text-warning:focus{color:#66512c}
.bootstrap-old .text-danger{color:#a94442}
.bootstrap-old a.text-danger:hover,.bootstrap-old a.text-danger:focus{color:#843534}
.bootstrap-old .bg-primary{color:#fff;background-color:#337ab7}
.bootstrap-old a.bg-primary:hover,.bootstrap-old a.bg-primary:focus{background-color:#286090}
.bootstrap-old .bg-success{background-color:#dff0d8}
.bootstrap-old a.bg-success:hover,.bootstrap-old a.bg-success:focus{background-color:#c1e2b3}
.bootstrap-old .bg-info{background-color:#d9edf7}
.bootstrap-old a.bg-info:hover,.bootstrap-old a.bg-info:focus{background-color:#afd9ee}
.bootstrap-old .bg-warning{background-color:#fcf8e3}
.bootstrap-old a.bg-warning:hover,.bootstrap-old a.bg-warning:focus{background-color:#f7ecb5}
.bootstrap-old .bg-danger{background-color:#f2dede}
.bootstrap-old a.bg-danger:hover,.bootstrap-old a.bg-danger:focus{background-color:#e4b9b9}
.bootstrap-old .page-header{padding-bottom:.5625rem;margin:2.5rem 0 1.25rem;border-bottom:.0625rem solid #eee}
.bootstrap-old ul,.bootstrap-old ol{margin-top:0;margin-bottom:.625rem}
.bootstrap-old ul ul,.bootstrap-old ol ul,.bootstrap-old ul ol,.bootstrap-old ol ol{margin-bottom:0}
.bootstrap-old .list-unstyled{padding-left:0;list-style:none}
.bootstrap-old .list-inline{padding-left:0;margin-left:-0.3125rem;list-style:none}
.bootstrap-old .list-inline>li{display:inline-block;padding-right:.3125rem;padding-left:.3125rem}
.bootstrap-old dl{margin-top:0;margin-bottom:1.25rem}
.bootstrap-old dt,.bootstrap-old dd{line-height:1.42857143}
.bootstrap-old dt{font-weight:bold}
.bootstrap-old dd{margin-left:0}
@media(min-width:48rem){.bootstrap-old .dl-horizontal dt{float:left;width:10rem;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.bootstrap-old .dl-horizontal dd{margin-left:11.25rem}
}
.bootstrap-old abbr[title],.bootstrap-old abbr[data-original-title]{cursor:help;border-bottom:.0625rem dotted #777}
.bootstrap-old .initialism{font-size:90%;text-transform:uppercase}
.bootstrap-old blockquote{padding:.625rem 1.25rem;margin:0 0 1.25rem;font-size:1.0625rem;border-left:.3125rem solid #eee}
.bootstrap-old blockquote p:last-child,.bootstrap-old blockquote ul:last-child,.bootstrap-old blockquote ol:last-child{margin-bottom:0}
.bootstrap-old blockquote footer,.bootstrap-old blockquote small,.bootstrap-old blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}
.bootstrap-old blockquote footer:before,.bootstrap-old blockquote small:before,.bootstrap-old blockquote .small:before{content:'\2014 \00A0'}
.bootstrap-old .blockquote-reverse,.bootstrap-old blockquote.pull-right{padding-right:.9375rem;padding-left:0;text-align:right;border-right:.3125rem solid #eee;border-left:0}
.bootstrap-old .blockquote-reverse footer:before,.bootstrap-old blockquote.pull-right footer:before,.bootstrap-old .blockquote-reverse small:before,.bootstrap-old blockquote.pull-right small:before,.bootstrap-old .blockquote-reverse .small:before,.bootstrap-old blockquote.pull-right .small:before{content:''}
.bootstrap-old .blockquote-reverse footer:after,.bootstrap-old blockquote.pull-right footer:after,.bootstrap-old .blockquote-reverse small:after,.bootstrap-old blockquote.pull-right small:after,.bootstrap-old .blockquote-reverse .small:after,.bootstrap-old blockquote.pull-right .small:after{content:'\00A0 \2014'}
.bootstrap-old address{margin-bottom:1.25rem;font-style:normal;line-height:1.42857143}
.bootstrap-old code,.bootstrap-old kbd,.bootstrap-old pre,.bootstrap-old samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
.bootstrap-old code{padding:.125rem .25rem;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:.25rem}
.bootstrap-old kbd{padding:.125rem .25rem;font-size:90%;color:#fff;background-color:#333;border-radius:.1875rem;-webkit-box-shadow:inset 0 -0.0625rem 0 rgba(0,0,0,0.25);box-shadow:inset 0 -0.0625rem 0 rgba(0,0,0,0.25)}
.bootstrap-old kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}
.bootstrap-old pre{display:block;padding:.5625rem;margin:0 0 .625rem;font-size:.8125rem;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:.0625rem solid #ccc;border-radius:.25rem}
.bootstrap-old pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
.bootstrap-old .pre-scrollable{max-height:21.25rem;overflow-y:scroll}
.bootstrap-old .container{padding-right:.9375rem;padding-left:.9375rem;margin-right:auto;margin-left:auto}
@media(min-width:48rem){.bootstrap-old .container{width:46.875rem}
}
@media(min-width:64rem){.bootstrap-old .container{width:60.625rem}
}
@media(min-width:75rem){.bootstrap-old .container{width:73.125rem}
}
.bootstrap-old .container-fluid{padding-right:.9375rem;padding-left:.9375rem;margin-right:auto;margin-left:auto}
.bootstrap-old .row{margin-right:-0.9375rem;margin-left:-0.9375rem}
.bootstrap-old .row{margin:0;padding:0}
.bootstrap-old .container{margin:0;padding:0;width:100%}
.bootstrap-old .load-button,.bootstrap-old .loading-button{font-size:.875rem;color:#fff;background-color:#2b3a3e;display:block;border-radius:.125rem;text-align:center;line-height:1.57;cursor:pointer;height:2.75rem;width:12.5rem;border:0}
.bootstrap-old .load-more-button{width:12.5rem;margin-top:1.5rem;margin-bottom:3.75rem}
.bootstrap-old .loading-button-img{background:url(clientlib-services/css/clientlib-services/img/icon-dark-spinner.svg);background-repeat:no-repeat;height:1rem;width:1rem;margin:auto;animation:loading 3s linear infinite}
@keyframes loading{0{transform:rotateX(0)}
100%{transform:rotate(360deg)}
}
@media all and (max-width:47.9375rem){.bootstrap-old .load-more-button{width:18rem;margin-bottom:2rem}
.bootstrap-old .load-button{width:18rem}
.bootstrap-old .loading-button{width:18rem;margin-bottom:2rem}
}
.bootstrap-old .primary-button{padding:1rem;color:#FFF;background-color:#0550d1;font-family:Deutsche Bank Medium;font-size:.875rem;line-height:1.2;border:.0625rem solid #0550d1;display:block;border-radius:.125rem;width:100%;text-align:center}
.bootstrap-old .light-theme .primary-button{background-color:#0550d1;border:.0625rem solid #0550d1}
.bootstrap-old .light-theme .primary-button:hover{background-color:transparent;color:#00a3e0;border:.0625rem solid #29b6f6}
.bootstrap-old .light-theme .primary-button,.bootstrap-old .light-theme .tertiary-button{font-family:Deutsche Bank Text}
.bootstrap-old .primary-button:hover{background-color:#0d43b3;color:#FFF;border:.0625rem solid #0d43b3}
.bootstrap-old .primary-button:active{background:#163796;color:#FFF;text-decoration:none}
.bootstrap-old .row .button-container:first-child{margin:0 auto !important;padding-bottom:2.5rem;float:none}
.bootstrap-old .tertiary-button{padding:1rem;color:#535b61;background-color:rgba(230,234,233,0.7);font-family:Deutsche Bank Text;font-size:.875rem;line-height:1.2;display:block;border-radius:.125rem;width:100%;text-align:center}
.bootstrap-old .tertiary-button:hover{background-color:rgba(230,234,233,0.7)}
.bootstrap-old .secondary-button{padding:1rem;color:#0550d1;background-color:transparent;border:.0625rem solid #0550d1;font-size:.875rem;line-height:1.2;display:block;border-radius:.125rem;width:100%;text-align:center;font-family:Deutsche Bank Medium}
.bootstrap-old .secondary-button:hover{color:#0d43b3;border:.0625rem solid #0d43b3;background:#e7f4fe}
.bootstrap-old .secondary-button:active{color:#163796;border:.0625rem solid #163796;background:#bfd5f7;text-decoration:none}
.bootstrap-old .secondary-button:focus,.bootstrap-old .secondary-button:focus-visible{outline:.125rem solid #fff;text-decoration:none}
.bootstrap-old .dark.secondary-button{color:#bfd5f7;background-color:transparent;border:.0625rem solid #bfd5f7}
.bootstrap-old .dark.secondary-button:hover{color:#e7f4fe;border:.0625rem solid #e7f4fe;background:#1b246a}
.bootstrap-old .dark.secondary-button:active{color:#f5f9fe;border:.0625rem solid #f5f9fe;background:#1a2061;text-decoration:none}
.bootstrap-old .dark.secondary-button:focus,.bootstrap-old .dark.secondary-button:focus-visible{outline:.125rem solid #fff;text-decoration:none}
.bootstrap-old .big-button{padding:1.1rem 1rem}
.bootstrap-old .button-sm{padding:.3125rem 1rem;font-size:.75rem;text-decoration:none}
.bootstrap-old .button-sm:hover,.bootstrap-old .button-sm:active,.bootstrap-old .button-sm:visited{text-decoration:none}
.bootstrap-old .secondary-button-icon{background:url('clientlib-services/css/clientlib-services/img/icon_in_nutshell_default.svg');background-repeat:no-repeat;background-position:1rem center;padding:.875rem 1rem .875rem 2.125rem;color:#e29317;background-color:transparent;border:transparent;font-size:.875rem;line-height:1.2;display:block;border-radius:.125rem;width:100%;text-align:center;cursor:pointer;margin-bottom:2.25rem;text-decoration:none}
.bootstrap-old .secondary-button-icon:hover{border-radius:.125rem;background-color:rgba(230,234,233,0.7)}
.bootstrap-old .col-xs-1,.bootstrap-old .col-sm-1,.bootstrap-old .col-md-1,.bootstrap-old .col-lg-1,.bootstrap-old .col-xs-2,.bootstrap-old .col-sm-2,.bootstrap-old .col-md-2,.bootstrap-old .col-lg-2,.bootstrap-old .col-xs-3,.bootstrap-old .col-sm-3,.bootstrap-old .col-md-3,.bootstrap-old .col-lg-3,.bootstrap-old .col-xs-4,.bootstrap-old .col-sm-4,.bootstrap-old .col-md-4,.bootstrap-old .col-lg-4,.bootstrap-old .col-xs-5,.bootstrap-old .col-sm-5,.bootstrap-old .col-md-5,.bootstrap-old .col-lg-5,.bootstrap-old .col-xs-6,.bootstrap-old .col-sm-6,.bootstrap-old .col-md-6,.bootstrap-old .col-lg-6,.bootstrap-old .col-xs-7,.bootstrap-old .col-sm-7,.bootstrap-old .col-md-7,.bootstrap-old .col-lg-7,.bootstrap-old .col-xs-8,.bootstrap-old .col-sm-8,.bootstrap-old .col-md-8,.bootstrap-old .col-lg-8,.bootstrap-old .col-xs-9,.bootstrap-old .col-sm-9,.bootstrap-old .col-md-9,.bootstrap-old .col-lg-9,.bootstrap-old .col-xs-10,.bootstrap-old .col-sm-10,.bootstrap-old .col-md-10,.bootstrap-old .col-lg-10,.bootstrap-old .col-xs-11,.bootstrap-old .col-sm-11,.bootstrap-old .col-md-11,.bootstrap-old .col-lg-11,.bootstrap-old .col-xs-12,.bootstrap-old .col-sm-12,.bootstrap-old .col-md-12,.bootstrap-old .col-lg-12{position:relative;min-height:.0625rem;padding-right:.9375rem;padding-left:.9375rem}
.bootstrap-old .col-xs-1,.bootstrap-old .col-xs-2,.bootstrap-old .col-xs-3,.bootstrap-old .col-xs-4,.bootstrap-old .col-xs-5,.bootstrap-old .col-xs-6,.bootstrap-old .col-xs-7,.bootstrap-old .col-xs-8,.bootstrap-old .col-xs-9,.bootstrap-old .col-xs-10,.bootstrap-old .col-xs-11,.bootstrap-old .col-xs-12{float:left}
.bootstrap-old .col-xs-12{width:100%}
.bootstrap-old .col-xs-11{width:91.66666667%}
.bootstrap-old .col-xs-10{width:83.33333333%}
.bootstrap-old .col-xs-9{width:75%}
.bootstrap-old .col-xs-8{width:66.66666667%}
.bootstrap-old .col-xs-7{width:58.33333333%}
.bootstrap-old .col-xs-6{width:50%}
.bootstrap-old .col-xs-5{width:41.66666667%}
.bootstrap-old .col-xs-4{width:33.33333333%}
.bootstrap-old .col-xs-3{width:25%}
.bootstrap-old .col-xs-2{width:16.66666667%}
.bootstrap-old .col-xs-1{width:8.33333333%}
.bootstrap-old .col-xs-pull-12{right:100%}
.bootstrap-old .col-xs-pull-11{right:91.66666667%}
.bootstrap-old .col-xs-pull-10{right:83.33333333%}
.bootstrap-old .col-xs-pull-9{right:75%}
.bootstrap-old .col-xs-pull-8{right:66.66666667%}
.bootstrap-old .col-xs-pull-7{right:58.33333333%}
.bootstrap-old .col-xs-pull-6{right:50%}
.bootstrap-old .col-xs-pull-5{right:41.66666667%}
.bootstrap-old .col-xs-pull-4{right:33.33333333%}
.bootstrap-old .col-xs-pull-3{right:25%}
.bootstrap-old .col-xs-pull-2{right:16.66666667%}
.bootstrap-old .col-xs-pull-1{right:8.33333333%}
.bootstrap-old .col-xs-pull-0{right:auto}
.bootstrap-old .col-xs-push-12{left:100%}
.bootstrap-old .col-xs-push-11{left:91.66666667%}
.bootstrap-old .col-xs-push-10{left:83.33333333%}
.bootstrap-old .col-xs-push-9{left:75%}
.bootstrap-old .col-xs-push-8{left:66.66666667%}
.bootstrap-old .col-xs-push-7{left:58.33333333%}
.bootstrap-old .col-xs-push-6{left:50%}
.bootstrap-old .col-xs-push-5{left:41.66666667%}
.bootstrap-old .col-xs-push-4{left:33.33333333%}
.bootstrap-old .col-xs-push-3{left:25%}
.bootstrap-old .col-xs-push-2{left:16.66666667%}
.bootstrap-old .col-xs-push-1{left:8.33333333%}
.bootstrap-old .col-xs-push-0{left:auto}
.bootstrap-old .col-xs-offset-12{margin-left:100%}
.bootstrap-old .col-xs-offset-11{margin-left:91.66666667%}
.bootstrap-old .col-xs-offset-10{margin-left:83.33333333%}
.bootstrap-old .col-xs-offset-9{margin-left:75%}
.bootstrap-old .col-xs-offset-8{margin-left:66.66666667%}
.bootstrap-old .col-xs-offset-7{margin-left:58.33333333%}
.bootstrap-old .col-xs-offset-6{margin-left:50%}
.bootstrap-old .col-xs-offset-5{margin-left:41.66666667%}
.bootstrap-old .col-xs-offset-4{margin-left:33.33333333%}
.bootstrap-old .col-xs-offset-3{margin-left:25%}
.bootstrap-old .col-xs-offset-2{margin-left:16.66666667%}
.bootstrap-old .col-xs-offset-1{margin-left:8.33333333%}
.bootstrap-old .col-xs-offset-0{margin-left:0}
@media(min-width:48rem){.bootstrap-old .col-sm-1,.bootstrap-old .col-sm-2,.bootstrap-old .col-sm-3,.bootstrap-old .col-sm-4,.bootstrap-old .col-sm-5,.bootstrap-old .col-sm-6,.bootstrap-old .col-sm-7,.bootstrap-old .col-sm-8,.bootstrap-old .col-sm-9,.bootstrap-old .col-sm-10,.bootstrap-old .col-sm-11,.bootstrap-old .col-sm-12{float:left}
.bootstrap-old .col-sm-12{width:100%}
.bootstrap-old .col-sm-11{width:91.66666667%}
.bootstrap-old .col-sm-10{width:83.33333333%}
.bootstrap-old .col-sm-9{width:75%}
.bootstrap-old .col-sm-8{width:66.66666667%}
.bootstrap-old .col-sm-7{width:58.33333333%}
.bootstrap-old .col-sm-6{width:50%}
.bootstrap-old .col-sm-5{width:41.66666667%}
.bootstrap-old .col-sm-4{width:33.33333333%}
.bootstrap-old .col-sm-3{width:25%}
.bootstrap-old .col-sm-2{width:16.66666667%}
.bootstrap-old .col-sm-1{width:8.33333333%}
.bootstrap-old .col-sm-pull-12{right:100%}
.bootstrap-old .col-sm-pull-11{right:91.66666667%}
.bootstrap-old .col-sm-pull-10{right:83.33333333%}
.bootstrap-old .col-sm-pull-9{right:75%}
.bootstrap-old .col-sm-pull-8{right:66.66666667%}
.bootstrap-old .col-sm-pull-7{right:58.33333333%}
.bootstrap-old .col-sm-pull-6{right:50%}
.bootstrap-old .col-sm-pull-5{right:41.66666667%}
.bootstrap-old .col-sm-pull-4{right:33.33333333%}
.bootstrap-old .col-sm-pull-3{right:25%}
.bootstrap-old .col-sm-pull-2{right:16.66666667%}
.bootstrap-old .col-sm-pull-1{right:8.33333333%}
.bootstrap-old .col-sm-pull-0{right:auto}
.bootstrap-old .col-sm-push-12{left:100%}
.bootstrap-old .col-sm-push-11{left:91.66666667%}
.bootstrap-old .col-sm-push-10{left:83.33333333%}
.bootstrap-old .col-sm-push-9{left:75%}
.bootstrap-old .col-sm-push-8{left:66.66666667%}
.bootstrap-old .col-sm-push-7{left:58.33333333%}
.bootstrap-old .col-sm-push-6{left:50%}
.bootstrap-old .col-sm-push-5{left:41.66666667%}
.bootstrap-old .col-sm-push-4{left:33.33333333%}
.bootstrap-old .col-sm-push-3{left:25%}
.bootstrap-old .col-sm-push-2{left:16.66666667%}
.bootstrap-old .col-sm-push-1{left:8.33333333%}
.bootstrap-old .col-sm-push-0{left:auto}
.bootstrap-old .col-sm-offset-12{margin-left:100%}
.bootstrap-old .col-sm-offset-11{margin-left:91.66666667%}
.bootstrap-old .col-sm-offset-10{margin-left:83.33333333%}
.bootstrap-old .col-sm-offset-9{margin-left:75%}
.bootstrap-old .col-sm-offset-8{margin-left:66.66666667%}
.bootstrap-old .col-sm-offset-7{margin-left:58.33333333%}
.bootstrap-old .col-sm-offset-6{margin-left:50%}
.bootstrap-old .col-sm-offset-5{margin-left:41.66666667%}
.bootstrap-old .col-sm-offset-4{margin-left:33.33333333%}
.bootstrap-old .col-sm-offset-3{margin-left:25%}
.bootstrap-old .col-sm-offset-2{margin-left:16.66666667%}
.bootstrap-old .col-sm-offset-1{margin-left:8.33333333%}
.bootstrap-old .col-sm-offset-0{margin-left:0}
}
@media(min-width:64rem){.bootstrap-old .col-md-1,.bootstrap-old .col-md-2,.bootstrap-old .col-md-3,.bootstrap-old .col-md-4,.bootstrap-old .col-md-5,.bootstrap-old .col-md-6,.bootstrap-old .col-md-7,.bootstrap-old .col-md-8,.bootstrap-old .col-md-9,.bootstrap-old .col-md-10,.bootstrap-old .col-md-11,.bootstrap-old .col-md-12{float:left}
.bootstrap-old .col-md-12{width:100%}
.bootstrap-old .col-md-11{width:91.66666667%}
.bootstrap-old .col-md-10{width:83.33333333%}
.bootstrap-old .col-md-9{width:75%}
.bootstrap-old .col-md-8{width:66.66666667%}
.bootstrap-old .col-md-7{width:58.33333333%}
.bootstrap-old .col-md-6{width:50%}
.bootstrap-old .col-md-5{width:41.66666667%}
.bootstrap-old .col-md-4{width:33.33333333%}
.bootstrap-old .col-md-3{width:25%}
.bootstrap-old .col-md-2{width:16.66666667%}
.bootstrap-old .col-md-1{width:8.33333333%}
.bootstrap-old .col-md-pull-12{right:100%}
.bootstrap-old .col-md-pull-11{right:91.66666667%}
.bootstrap-old .col-md-pull-10{right:83.33333333%}
.bootstrap-old .col-md-pull-9{right:75%}
.bootstrap-old .col-md-pull-8{right:66.66666667%}
.bootstrap-old .col-md-pull-7{right:58.33333333%}
.bootstrap-old .col-md-pull-6{right:50%}
.bootstrap-old .col-md-pull-5{right:41.66666667%}
.bootstrap-old .col-md-pull-4{right:33.33333333%}
.bootstrap-old .col-md-pull-3{right:25%}
.bootstrap-old .col-md-pull-2{right:16.66666667%}
.bootstrap-old .col-md-pull-1{right:8.33333333%}
.bootstrap-old .col-md-pull-0{right:auto}
.bootstrap-old .col-md-push-12{left:100%}
.bootstrap-old .col-md-push-11{left:91.66666667%}
.bootstrap-old .col-md-push-10{left:83.33333333%}
.bootstrap-old .col-md-push-9{left:75%}
.bootstrap-old .col-md-push-8{left:66.66666667%}
.bootstrap-old .col-md-push-7{left:58.33333333%}
.bootstrap-old .col-md-push-6{left:50%}
.bootstrap-old .col-md-push-5{left:41.66666667%}
.bootstrap-old .col-md-push-4{left:33.33333333%}
.bootstrap-old .col-md-push-3{left:25%}
.bootstrap-old .col-md-push-2{left:16.66666667%}
.bootstrap-old .col-md-push-1{left:8.33333333%}
.bootstrap-old .col-md-push-0{left:auto}
.bootstrap-old .col-md-offset-12{margin-left:100%}
.bootstrap-old .col-md-offset-11{margin-left:91.66666667%}
.bootstrap-old .col-md-offset-10{margin-left:83.33333333%}
.bootstrap-old .col-md-offset-9{margin-left:75%}
.bootstrap-old .col-md-offset-8{margin-left:66.66666667%}
.bootstrap-old .col-md-offset-7{margin-left:58.33333333%}
.bootstrap-old .col-md-offset-6{margin-left:50%}
.bootstrap-old .col-md-offset-5{margin-left:41.66666667%}
.bootstrap-old .col-md-offset-4{margin-left:33.33333333%}
.bootstrap-old .col-md-offset-3{margin-left:25%}
.bootstrap-old .col-md-offset-2{margin-left:16.66666667%}
.bootstrap-old .col-md-offset-1{margin-left:8.33333333%}
.bootstrap-old .col-md-offset-0{margin-left:0}
}
@media(min-width:75rem){.bootstrap-old .col-lg-1,.bootstrap-old .col-lg-2,.bootstrap-old .col-lg-3,.bootstrap-old .col-lg-4,.bootstrap-old .col-lg-5,.bootstrap-old .col-lg-6,.bootstrap-old .col-lg-7,.bootstrap-old .col-lg-8,.bootstrap-old .col-lg-9,.bootstrap-old .col-lg-10,.bootstrap-old .col-lg-11,.bootstrap-old .col-lg-12{float:left}
.bootstrap-old .col-lg-12{width:100%}
.bootstrap-old .col-lg-11{width:91.66666667%}
.bootstrap-old .col-lg-10{width:83.33333333%}
.bootstrap-old .col-lg-9{width:75%}
.bootstrap-old .col-lg-8{width:66.66666667%}
.bootstrap-old .col-lg-7{width:58.33333333%}
.bootstrap-old .col-lg-6{width:50%}
.bootstrap-old .col-lg-5{width:41.66666667%}
.bootstrap-old .col-lg-4{width:33.33333333%}
.bootstrap-old .col-lg-3{width:25%}
.bootstrap-old .col-lg-2{width:16.66666667%}
.bootstrap-old .col-lg-1{width:8.33333333%}
.bootstrap-old .col-lg-pull-12{right:100%}
.bootstrap-old .col-lg-pull-11{right:91.66666667%}
.bootstrap-old .col-lg-pull-10{right:83.33333333%}
.bootstrap-old .col-lg-pull-9{right:75%}
.bootstrap-old .col-lg-pull-8{right:66.66666667%}
.bootstrap-old .col-lg-pull-7{right:58.33333333%}
.bootstrap-old .col-lg-pull-6{right:50%}
.bootstrap-old .col-lg-pull-5{right:41.66666667%}
.bootstrap-old .col-lg-pull-4{right:33.33333333%}
.bootstrap-old .col-lg-pull-3{right:25%}
.bootstrap-old .col-lg-pull-2{right:16.66666667%}
.bootstrap-old .col-lg-pull-1{right:8.33333333%}
.bootstrap-old .col-lg-pull-0{right:auto}
.bootstrap-old .col-lg-push-12{left:100%}
.bootstrap-old .col-lg-push-11{left:91.66666667%}
.bootstrap-old .col-lg-push-10{left:83.33333333%}
.bootstrap-old .col-lg-push-9{left:75%}
.bootstrap-old .col-lg-push-8{left:66.66666667%}
.bootstrap-old .col-lg-push-7{left:58.33333333%}
.bootstrap-old .col-lg-push-6{left:50%}
.bootstrap-old .col-lg-push-5{left:41.66666667%}
.bootstrap-old .col-lg-push-4{left:33.33333333%}
.bootstrap-old .col-lg-push-3{left:25%}
.bootstrap-old .col-lg-push-2{left:16.66666667%}
.bootstrap-old .col-lg-push-1{left:8.33333333%}
.bootstrap-old .col-lg-push-0{left:auto}
.bootstrap-old .col-lg-offset-12{margin-left:100%}
.bootstrap-old .col-lg-offset-11{margin-left:91.66666667%}
.bootstrap-old .col-lg-offset-10{margin-left:83.33333333%}
.bootstrap-old .col-lg-offset-9{margin-left:75%}
.bootstrap-old .col-lg-offset-8{margin-left:66.66666667%}
.bootstrap-old .col-lg-offset-7{margin-left:58.33333333%}
.bootstrap-old .col-lg-offset-6{margin-left:50%}
.bootstrap-old .col-lg-offset-5{margin-left:41.66666667%}
.bootstrap-old .col-lg-offset-4{margin-left:33.33333333%}
.bootstrap-old .col-lg-offset-3{margin-left:25%}
.bootstrap-old .col-lg-offset-2{margin-left:16.66666667%}
.bootstrap-old .col-lg-offset-1{margin-left:8.33333333%}
.bootstrap-old .col-lg-offset-0{margin-left:0}
}
.bootstrap-old table{background-color:transparent}
.bootstrap-old caption{padding-top:.5rem;padding-bottom:.5rem;color:#777;text-align:left}
.bootstrap-old th{text-align:left}
.bootstrap-old .table{width:100%;max-width:100%;margin-bottom:1.25rem}
.bootstrap-old .table>thead>tr>th,.bootstrap-old .table>tbody>tr>th,.bootstrap-old .table>tfoot>tr>th,.bootstrap-old .table>thead>tr>td,.bootstrap-old .table>tbody>tr>td,.bootstrap-old .table>tfoot>tr>td{padding:.5rem;line-height:1.42857143;vertical-align:top;border-top:.0625rem solid #ddd}
.bootstrap-old .table>thead>tr>th{vertical-align:bottom;border-bottom:.125rem solid #ddd}
.bootstrap-old .table>caption+thead>tr:first-child>th,.bootstrap-old .table>colgroup+thead>tr:first-child>th,.bootstrap-old .table>thead:first-child>tr:first-child>th,.bootstrap-old .table>caption+thead>tr:first-child>td,.bootstrap-old .table>colgroup+thead>tr:first-child>td,.bootstrap-old .table>thead:first-child>tr:first-child>td{border-top:0}
.bootstrap-old .table>tbody+tbody{border-top:.125rem solid #ddd}
.bootstrap-old .table .table{background-color:#fff}
.bootstrap-old .table-condensed>thead>tr>th,.bootstrap-old .table-condensed>tbody>tr>th,.bootstrap-old .table-condensed>tfoot>tr>th,.bootstrap-old .table-condensed>thead>tr>td,.bootstrap-old .table-condensed>tbody>tr>td,.bootstrap-old .table-condensed>tfoot>tr>td{padding:.3125rem}
.bootstrap-old .table-bordered{border:.0625rem solid #ddd}
.bootstrap-old .table-bordered>thead>tr>th,.bootstrap-old .table-bordered>tbody>tr>th,.bootstrap-old .table-bordered>tfoot>tr>th,.bootstrap-old .table-bordered>thead>tr>td,.bootstrap-old .table-bordered>tbody>tr>td,.bootstrap-old .table-bordered>tfoot>tr>td{border:.0625rem solid #ddd}
.bootstrap-old .table-bordered>thead>tr>th,.bootstrap-old .table-bordered>thead>tr>td{border-bottom-width:.125rem}
.bootstrap-old .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.bootstrap-old .table-hover>tbody>tr:hover{background-color:#f5f5f5}
.bootstrap-old table col[class*="col-"]{position:static;display:table-column;float:none}
.bootstrap-old table td[class*="col-"],.bootstrap-old table th[class*="col-"]{position:static;display:table-cell;float:none}
.bootstrap-old .table>thead>tr>td.active,.bootstrap-old .table>tbody>tr>td.active,.bootstrap-old .table>tfoot>tr>td.active,.bootstrap-old .table>thead>tr>th.active,.bootstrap-old .table>tbody>tr>th.active,.bootstrap-old .table>tfoot>tr>th.active,.bootstrap-old .table>thead>tr.active>td,.bootstrap-old .table>tbody>tr.active>td,.bootstrap-old .table>tfoot>tr.active>td,.bootstrap-old .table>thead>tr.active>th,.bootstrap-old .table>tbody>tr.active>th,.bootstrap-old .table>tfoot>tr.active>th{background-color:#f5f5f5}
.bootstrap-old .table-hover>tbody>tr>td.active:hover,.bootstrap-old .table-hover>tbody>tr>th.active:hover,.bootstrap-old .table-hover>tbody>tr.active:hover>td,.bootstrap-old .table-hover>tbody>tr:hover>.active,.bootstrap-old .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}
.bootstrap-old .table>thead>tr>td.success,.bootstrap-old .table>tbody>tr>td.success,.bootstrap-old .table>tfoot>tr>td.success,.bootstrap-old .table>thead>tr>th.success,.bootstrap-old .table>tbody>tr>th.success,.bootstrap-old .table>tfoot>tr>th.success,.bootstrap-old .table>thead>tr.success>td,.bootstrap-old .table>tbody>tr.success>td,.bootstrap-old .table>tfoot>tr.success>td,.bootstrap-old .table>thead>tr.success>th,.bootstrap-old .table>tbody>tr.success>th,.bootstrap-old .table>tfoot>tr.success>th{background-color:#dff0d8}
.bootstrap-old .table-hover>tbody>tr>td.success:hover,.bootstrap-old .table-hover>tbody>tr>th.success:hover,.bootstrap-old .table-hover>tbody>tr.success:hover>td,.bootstrap-old .table-hover>tbody>tr:hover>.success,.bootstrap-old .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}
.bootstrap-old .table>thead>tr>td.info,.bootstrap-old .table>tbody>tr>td.info,.bootstrap-old .table>tfoot>tr>td.info,.bootstrap-old .table>thead>tr>th.info,.bootstrap-old .table>tbody>tr>th.info,.bootstrap-old .table>tfoot>tr>th.info,.bootstrap-old .table>thead>tr.info>td,.bootstrap-old .table>tbody>tr.info>td,.bootstrap-old .table>tfoot>tr.info>td,.bootstrap-old .table>thead>tr.info>th,.bootstrap-old .table>tbody>tr.info>th,.bootstrap-old .table>tfoot>tr.info>th{background-color:#d9edf7}
.bootstrap-old .table-hover>tbody>tr>td.info:hover,.bootstrap-old .table-hover>tbody>tr>th.info:hover,.bootstrap-old .table-hover>tbody>tr.info:hover>td,.bootstrap-old .table-hover>tbody>tr:hover>.info,.bootstrap-old .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}
.bootstrap-old .table>thead>tr>td.warning,.bootstrap-old .table>tbody>tr>td.warning,.bootstrap-old .table>tfoot>tr>td.warning,.bootstrap-old .table>thead>tr>th.warning,.bootstrap-old .table>tbody>tr>th.warning,.bootstrap-old .table>tfoot>tr>th.warning,.bootstrap-old .table>thead>tr.warning>td,.bootstrap-old .table>tbody>tr.warning>td,.bootstrap-old .table>tfoot>tr.warning>td,.bootstrap-old .table>thead>tr.warning>th,.bootstrap-old .table>tbody>tr.warning>th,.bootstrap-old .table>tfoot>tr.warning>th{background-color:#fcf8e3}
.bootstrap-old .table-hover>tbody>tr>td.warning:hover,.bootstrap-old .table-hover>tbody>tr>th.warning:hover,.bootstrap-old .table-hover>tbody>tr.warning:hover>td,.bootstrap-old .table-hover>tbody>tr:hover>.warning,.bootstrap-old .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}
.bootstrap-old .table>thead>tr>td.danger,.bootstrap-old .table>tbody>tr>td.danger,.bootstrap-old .table>tfoot>tr>td.danger,.bootstrap-old .table>thead>tr>th.danger,.bootstrap-old .table>tbody>tr>th.danger,.bootstrap-old .table>tfoot>tr>th.danger,.bootstrap-old .table>thead>tr.danger>td,.bootstrap-old .table>tbody>tr.danger>td,.bootstrap-old .table>tfoot>tr.danger>td,.bootstrap-old .table>thead>tr.danger>th,.bootstrap-old .table>tbody>tr.danger>th,.bootstrap-old .table>tfoot>tr.danger>th{background-color:#f2dede}
.bootstrap-old .table-hover>tbody>tr>td.danger:hover,.bootstrap-old .table-hover>tbody>tr>th.danger:hover,.bootstrap-old .table-hover>tbody>tr.danger:hover>td,.bootstrap-old .table-hover>tbody>tr:hover>.danger,.bootstrap-old .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}
.bootstrap-old .table-responsive{min-height:.01%;overflow-x:auto}
@media(max-width:47.9375rem){.bootstrap-old .table-responsive{width:100%;margin-bottom:.9375rem;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:.0625rem solid #ddd}
.bootstrap-old .table-responsive>.table{margin-bottom:0}
.bootstrap-old .table-responsive>.table>thead>tr>th,.bootstrap-old .table-responsive>.table>tbody>tr>th,.bootstrap-old .table-responsive>.table>tfoot>tr>th,.bootstrap-old .table-responsive>.table>thead>tr>td,.bootstrap-old .table-responsive>.table>tbody>tr>td,.bootstrap-old .table-responsive>.table>tfoot>tr>td{white-space:nowrap}
.bootstrap-old .table-responsive>.table-bordered{border:0}
.bootstrap-old .table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-old .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-old .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-old .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-old .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-old .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
.bootstrap-old .table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-old .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-old .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-old .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-old .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-old .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
.bootstrap-old .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-old .table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-old .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-old .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}
}
.bootstrap-old fieldset{min-width:0;padding:0;margin:0;border:0}
.bootstrap-old legend{display:block;width:100%;padding:0;margin-bottom:1.25rem;font-size:1.3125rem;line-height:inherit;color:#333;border:0;border-bottom:.0625rem solid #e5e5e5}
.bootstrap-old label{display:inline-block;max-width:100%;margin-bottom:.3125rem;font-weight:bold}
.bootstrap-old input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.bootstrap-old input[type="radio"],.bootstrap-old input[type="checkbox"]{margin:.25rem 0 0;margin-top:.0625rem \9;line-height:normal}
.bootstrap-old input[type="file"]{display:block}
.bootstrap-old input[type="range"]{display:block;width:100%}
.bootstrap-old select[multiple],.bootstrap-old select[size]{height:auto}
.bootstrap-old input[type="file"]:focus,.bootstrap-old input[type="radio"]:focus,.bootstrap-old input[type="checkbox"]:focus{outline:.3125rem auto -webkit-focus-ring-color;outline-offset:-0.125rem}
.bootstrap-old output{display:block;padding-top:.4375rem;font-size:.875rem;line-height:1.42857143;color:#555}
.bootstrap-old .form-control{display:block;width:100%;height:2.125rem;padding:.375rem .75rem;font-size:.875rem;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:.0625rem solid #ccc;border-radius:.25rem;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075);box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.bootstrap-old .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .5rem rgba(102,175,233,0.6);box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .5rem rgba(102,175,233,0.6)}
.bootstrap-old .form-control::-moz-placeholder{color:#999;opacity:1}
.bootstrap-old .form-control:-ms-input-placeholder{color:#999}
.bootstrap-old .form-control::-webkit-input-placeholder{color:#999}
.bootstrap-old .form-control::-ms-expand{background-color:transparent;border:0}
.bootstrap-old .form-control[disabled],.bootstrap-old .form-control[readonly],.bootstrap-old fieldset[disabled] .form-control{background-color:#eee;opacity:1}
.bootstrap-old .form-control[disabled],.bootstrap-old fieldset[disabled] .form-control{cursor:not-allowed}
.bootstrap-old textarea.form-control{height:auto}
.bootstrap-old input[type="search"]{-webkit-appearance:none}
@media(-webkit-min-device-pixel-ratio:0){.bootstrap-old input[type="date"].form-control,.bootstrap-old input[type="time"].form-control,.bootstrap-old input[type="datetime-local"].form-control,.bootstrap-old input[type="month"].form-control{line-height:2.125rem}
.bootstrap-old input[type="date"].input-sm,.bootstrap-old input[type="time"].input-sm,.bootstrap-old input[type="datetime-local"].input-sm,.bootstrap-old input[type="month"].input-sm,.bootstrap-old .input-group-sm input[type="date"],.bootstrap-old .input-group-sm input[type="time"],.bootstrap-old .input-group-sm input[type="datetime-local"],.bootstrap-old .input-group-sm input[type="month"]{line-height:1.875rem}
.bootstrap-old input[type="date"].input-lg,.bootstrap-old input[type="time"].input-lg,.bootstrap-old input[type="datetime-local"].input-lg,.bootstrap-old input[type="month"].input-lg,.bootstrap-old .input-group-lg input[type="date"],.bootstrap-old .input-group-lg input[type="time"],.bootstrap-old .input-group-lg input[type="datetime-local"],.bootstrap-old .input-group-lg input[type="month"]{line-height:2.875rem}
}
.bootstrap-old .form-group{margin-bottom:.9375rem}
.bootstrap-old .radio,.bootstrap-old .checkbox{position:relative;display:block;margin-top:.625rem;margin-bottom:.625rem}
.bootstrap-old .radio label,.bootstrap-old .checkbox label{min-height:1.25rem;padding-left:1.25rem;margin-bottom:0;font-weight:normal;cursor:pointer}
.bootstrap-old .radio input[type="radio"],.bootstrap-old .radio-inline input[type="radio"],.bootstrap-old .checkbox input[type="checkbox"],.bootstrap-old .checkbox-inline input[type="checkbox"]{position:absolute;margin-top:.25rem \9;margin-left:-1.25rem}
.bootstrap-old .radio+.radio,.bootstrap-old .checkbox+.checkbox{margin-top:-0.3125rem}
.bootstrap-old .radio-inline,.bootstrap-old .checkbox-inline{position:relative;display:inline-block;padding-left:1.25rem;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}
.bootstrap-old .radio-inline+.radio-inline,.bootstrap-old .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:.625rem}
.bootstrap-old input[type="radio"][disabled],.bootstrap-old input[type="checkbox"][disabled],.bootstrap-old input[type="radio"].disabled,.bootstrap-old input[type="checkbox"].disabled,.bootstrap-old fieldset[disabled] input[type="radio"],.bootstrap-old fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}
.bootstrap-old .radio-inline.disabled,.bootstrap-old .checkbox-inline.disabled,.bootstrap-old fieldset[disabled] .radio-inline,.bootstrap-old fieldset[disabled] .checkbox-inline{cursor:not-allowed}
.bootstrap-old .radio.disabled label,.bootstrap-old .checkbox.disabled label,.bootstrap-old fieldset[disabled] .radio label,.bootstrap-old fieldset[disabled] .checkbox label{cursor:not-allowed}
.bootstrap-old .form-control-static{min-height:2.125rem;padding-top:.4375rem;padding-bottom:.4375rem;margin-bottom:0}
.bootstrap-old .form-control-static.input-lg,.bootstrap-old .form-control-static.input-sm{padding-right:0;padding-left:0}
.bootstrap-old .input-sm{height:1.875rem;padding:.3125rem .625rem;font-size:.75rem;line-height:1.5;border-radius:.1875rem}
.bootstrap-old select.input-sm{height:1.875rem;line-height:1.875rem}
.bootstrap-old textarea.input-sm,.bootstrap-old select[multiple].input-sm{height:auto}
.bootstrap-old .form-group-sm .form-control{height:1.875rem;padding:.3125rem .625rem;font-size:.75rem;line-height:1.5;border-radius:.1875rem}
.bootstrap-old .form-group-sm select.form-control{height:1.875rem;line-height:1.875rem}
.bootstrap-old .form-group-sm textarea.form-control,.bootstrap-old .form-group-sm select[multiple].form-control{height:auto}
.bootstrap-old .form-group-sm .form-control-static{height:1.875rem;min-height:2rem;padding:.375rem .625rem;font-size:.75rem;line-height:1.5}
.bootstrap-old .input-lg{height:2.875rem;padding:.625rem 1rem;font-size:1.125rem;line-height:1.3333333;border-radius:.375rem}
.bootstrap-old select.input-lg{height:2.875rem;line-height:2.875rem}
.bootstrap-old textarea.input-lg,.bootstrap-old select[multiple].input-lg{height:auto}
.bootstrap-old .form-group-lg .form-control{height:2.875rem;padding:.625rem 1rem;font-size:1.125rem;line-height:1.3333333;border-radius:.375rem}
.bootstrap-old .form-group-lg select.form-control{height:2.875rem;line-height:2.875rem}
.bootstrap-old .form-group-lg textarea.form-control,.bootstrap-old .form-group-lg select[multiple].form-control{height:auto}
.bootstrap-old .form-group-lg .form-control-static{height:2.875rem;min-height:2.375rem;padding:.6875rem 1rem;font-size:1.125rem;line-height:1.3333333}
.bootstrap-old .has-feedback{position:relative}
.bootstrap-old .has-feedback .form-control{padding-right:2.625rem}
.bootstrap-old .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:2.125rem;height:2.125rem;line-height:2.125rem;text-align:center;pointer-events:none}
.bootstrap-old .input-lg+.form-control-feedback,.bootstrap-old .input-group-lg+.form-control-feedback,.bootstrap-old .form-group-lg .form-control+.form-control-feedback{width:2.875rem;height:2.875rem;line-height:2.875rem}
.bootstrap-old .input-sm+.form-control-feedback,.bootstrap-old .input-group-sm+.form-control-feedback,.bootstrap-old .form-group-sm .form-control+.form-control-feedback{width:1.875rem;height:1.875rem;line-height:1.875rem}
.bootstrap-old .has-success .help-block,.bootstrap-old .has-success .control-label,.bootstrap-old .has-success .radio,.bootstrap-old .has-success .checkbox,.bootstrap-old .has-success .radio-inline,.bootstrap-old .has-success .checkbox-inline,.bootstrap-old .has-success.radio label,.bootstrap-old .has-success.checkbox label,.bootstrap-old .has-success.radio-inline label,.bootstrap-old .has-success.checkbox-inline label{color:#3c763d}
.bootstrap-old .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075);box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075)}
.bootstrap-old .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .375rem #67b168;box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .375rem #67b168}
.bootstrap-old .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}
.bootstrap-old .has-success .form-control-feedback{color:#3c763d}
.bootstrap-old .has-warning .help-block,.bootstrap-old .has-warning .control-label,.bootstrap-old .has-warning .radio,.bootstrap-old .has-warning .checkbox,.bootstrap-old .has-warning .radio-inline,.bootstrap-old .has-warning .checkbox-inline,.bootstrap-old .has-warning.radio label,.bootstrap-old .has-warning.checkbox label,.bootstrap-old .has-warning.radio-inline label,.bootstrap-old .has-warning.checkbox-inline label{color:#8a6d3b}
.bootstrap-old .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075);box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075)}
.bootstrap-old .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .375rem #c0a16b;box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .375rem #c0a16b}
.bootstrap-old .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}
.bootstrap-old .has-warning .form-control-feedback{color:#8a6d3b}
.bootstrap-old .has-error .help-block,.bootstrap-old .has-error .control-label,.bootstrap-old .has-error .radio,.bootstrap-old .has-error .checkbox,.bootstrap-old .has-error .radio-inline,.bootstrap-old .has-error .checkbox-inline,.bootstrap-old .has-error.radio label,.bootstrap-old .has-error.checkbox label,.bootstrap-old .has-error.radio-inline label,.bootstrap-old .has-error.checkbox-inline label{color:#a94442}
.bootstrap-old .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075);box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075)}
.bootstrap-old .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .375rem #ce8483;box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.075),0 0 .375rem #ce8483}
.bootstrap-old .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}
.bootstrap-old .has-error .form-control-feedback{color:#a94442}
.bootstrap-old .has-feedback label ~ .form-control-feedback{top:1.5625rem}
.bootstrap-old .has-feedback label.sr-only ~ .form-control-feedback{top:0}
.bootstrap-old .help-block{display:block;margin-top:.3125rem;margin-bottom:.625rem;color:#737373}
@media(min-width:48rem){.bootstrap-old .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.bootstrap-old .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.bootstrap-old .form-inline .form-control-static{display:inline-block}
.bootstrap-old .form-inline .input-group{display:inline-table;vertical-align:middle}
.bootstrap-old .form-inline .input-group .input-group-addon,.bootstrap-old .form-inline .input-group .input-group-btn,.bootstrap-old .form-inline .input-group .form-control{width:auto}
.bootstrap-old .form-inline .input-group>.form-control{width:100%}
.bootstrap-old .form-inline .control-label{margin-bottom:0;vertical-align:middle}
.bootstrap-old .form-inline .radio,.bootstrap-old .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.bootstrap-old .form-inline .radio label,.bootstrap-old .form-inline .checkbox label{padding-left:0}
.bootstrap-old .form-inline .radio input[type="radio"],.bootstrap-old .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.bootstrap-old .form-inline .has-feedback .form-control-feedback{top:0}
}
.bootstrap-old .form-horizontal .radio,.bootstrap-old .form-horizontal .checkbox,.bootstrap-old .form-horizontal .radio-inline,.bootstrap-old .form-horizontal .checkbox-inline{padding-top:.4375rem;margin-top:0;margin-bottom:0}
.bootstrap-old .form-horizontal .radio,.bootstrap-old .form-horizontal .checkbox{min-height:1.6875rem}
.bootstrap-old .form-horizontal .form-group{margin-right:-0.9375rem;margin-left:-0.9375rem}
@media(min-width:48rem){.bootstrap-old .form-horizontal .control-label{padding-top:.4375rem;margin-bottom:0;text-align:right}
}
.bootstrap-old .form-horizontal .has-feedback .form-control-feedback{right:.9375rem}
@media(min-width:48rem){.bootstrap-old .form-horizontal .form-group-lg .control-label{padding-top:.6875rem;font-size:1.125rem}
}
@media(min-width:48rem){.bootstrap-old .form-horizontal .form-group-sm .control-label{padding-top:.375rem;font-size:.75rem}
}
.bootstrap-old .btn{display:inline-block;padding:.375rem .75rem;margin-bottom:0;font-size:.875rem;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:.0625rem solid transparent;border-radius:.25rem}
.bootstrap-old .btn:focus,.bootstrap-old .btn:active:focus,.bootstrap-old .btn.active:focus,.bootstrap-old .btn.focus,.bootstrap-old .btn:active.focus,.bootstrap-old .btn.active.focus{outline:.3125rem auto -webkit-focus-ring-color;outline-offset:-0.125rem}
.bootstrap-old .btn:hover,.bootstrap-old .btn:focus,.bootstrap-old .btn.focus{color:#333;text-decoration:none}
.bootstrap-old .btn:active,.bootstrap-old .btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 .1875rem .3125rem rgba(0,0,0,0.125);box-shadow:inset 0 .1875rem .3125rem rgba(0,0,0,0.125)}
.bootstrap-old .btn.disabled,.bootstrap-old .btn[disabled],.bootstrap-old fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}
.bootstrap-old a.btn.disabled,.bootstrap-old fieldset[disabled] a.btn{pointer-events:none}
.bootstrap-old .btn-default{color:#333;background-color:#fff;border-color:#ccc}
.bootstrap-old .btn-default:focus,.bootstrap-old .btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.bootstrap-old .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.bootstrap-old .btn-default:active,.bootstrap-old .btn-default.active,.bootstrap-old .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.bootstrap-old .btn-default:active:hover,.bootstrap-old .btn-default.active:hover,.bootstrap-old .open>.dropdown-toggle.btn-default:hover,.bootstrap-old .btn-default:active:focus,.bootstrap-old .btn-default.active:focus,.bootstrap-old .open>.dropdown-toggle.btn-default:focus,.bootstrap-old .btn-default:active.focus,.bootstrap-old .btn-default.active.focus,.bootstrap-old .open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.bootstrap-old .btn-default:active,.bootstrap-old .btn-default.active,.bootstrap-old .open>.dropdown-toggle.btn-default{background-image:none}
.bootstrap-old .btn-default.disabled:hover,.bootstrap-old .btn-default[disabled]:hover,.bootstrap-old fieldset[disabled] .btn-default:hover,.bootstrap-old .btn-default.disabled:focus,.bootstrap-old .btn-default[disabled]:focus,.bootstrap-old fieldset[disabled] .btn-default:focus,.bootstrap-old .btn-default.disabled.focus,.bootstrap-old .btn-default[disabled].focus,.bootstrap-old fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}
.bootstrap-old .btn-default .badge{color:#fff;background-color:#333}
.bootstrap-old .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.bootstrap-old .btn-primary:focus,.bootstrap-old .btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}
.bootstrap-old .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}
.bootstrap-old .btn-primary:active,.bootstrap-old .btn-primary.active,.bootstrap-old .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.bootstrap-old .btn-primary:active:hover,.bootstrap-old .btn-primary.active:hover,.bootstrap-old .open>.dropdown-toggle.btn-primary:hover,.bootstrap-old .btn-primary:active:focus,.bootstrap-old .btn-primary.active:focus,.bootstrap-old .open>.dropdown-toggle.btn-primary:focus,.bootstrap-old .btn-primary:active.focus,.bootstrap-old .btn-primary.active.focus,.bootstrap-old .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}
.bootstrap-old .btn-primary:active,.bootstrap-old .btn-primary.active,.bootstrap-old .open>.dropdown-toggle.btn-primary{background-image:none}
.bootstrap-old .btn-primary.disabled:hover,.bootstrap-old .btn-primary[disabled]:hover,.bootstrap-old fieldset[disabled] .btn-primary:hover,.bootstrap-old .btn-primary.disabled:focus,.bootstrap-old .btn-primary[disabled]:focus,.bootstrap-old fieldset[disabled] .btn-primary:focus,.bootstrap-old .btn-primary.disabled.focus,.bootstrap-old .btn-primary[disabled].focus,.bootstrap-old fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}
.bootstrap-old .btn-primary .badge{color:#337ab7;background-color:#fff}
.bootstrap-old .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.bootstrap-old .btn-success:focus,.bootstrap-old .btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}
.bootstrap-old .btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}
.bootstrap-old .btn-success:active,.bootstrap-old .btn-success.active,.bootstrap-old .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.bootstrap-old .btn-success:active:hover,.bootstrap-old .btn-success.active:hover,.bootstrap-old .open>.dropdown-toggle.btn-success:hover,.bootstrap-old .btn-success:active:focus,.bootstrap-old .btn-success.active:focus,.bootstrap-old .open>.dropdown-toggle.btn-success:focus,.bootstrap-old .btn-success:active.focus,.bootstrap-old .btn-success.active.focus,.bootstrap-old .open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}
.bootstrap-old .btn-success:active,.bootstrap-old .btn-success.active,.bootstrap-old .open>.dropdown-toggle.btn-success{background-image:none}
.bootstrap-old .btn-success.disabled:hover,.bootstrap-old .btn-success[disabled]:hover,.bootstrap-old fieldset[disabled] .btn-success:hover,.bootstrap-old .btn-success.disabled:focus,.bootstrap-old .btn-success[disabled]:focus,.bootstrap-old fieldset[disabled] .btn-success:focus,.bootstrap-old .btn-success.disabled.focus,.bootstrap-old .btn-success[disabled].focus,.bootstrap-old fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}
.bootstrap-old .btn-success .badge{color:#5cb85c;background-color:#fff}
.bootstrap-old .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.bootstrap-old .btn-info:focus,.bootstrap-old .btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}
.bootstrap-old .btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}
.bootstrap-old .btn-info:active,.bootstrap-old .btn-info.active,.bootstrap-old .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.bootstrap-old .btn-info:active:hover,.bootstrap-old .btn-info.active:hover,.bootstrap-old .open>.dropdown-toggle.btn-info:hover,.bootstrap-old .btn-info:active:focus,.bootstrap-old .btn-info.active:focus,.bootstrap-old .open>.dropdown-toggle.btn-info:focus,.bootstrap-old .btn-info:active.focus,.bootstrap-old .btn-info.active.focus,.bootstrap-old .open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}
.bootstrap-old .btn-info:active,.bootstrap-old .btn-info.active,.bootstrap-old .open>.dropdown-toggle.btn-info{background-image:none}
.bootstrap-old .btn-info.disabled:hover,.bootstrap-old .btn-info[disabled]:hover,.bootstrap-old fieldset[disabled] .btn-info:hover,.bootstrap-old .btn-info.disabled:focus,.bootstrap-old .btn-info[disabled]:focus,.bootstrap-old fieldset[disabled] .btn-info:focus,.bootstrap-old .btn-info.disabled.focus,.bootstrap-old .btn-info[disabled].focus,.bootstrap-old fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}
.bootstrap-old .btn-info .badge{color:#5bc0de;background-color:#fff}
.bootstrap-old .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.bootstrap-old .btn-warning:focus,.bootstrap-old .btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}
.bootstrap-old .btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}
.bootstrap-old .btn-warning:active,.bootstrap-old .btn-warning.active,.bootstrap-old .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.bootstrap-old .btn-warning:active:hover,.bootstrap-old .btn-warning.active:hover,.bootstrap-old .open>.dropdown-toggle.btn-warning:hover,.bootstrap-old .btn-warning:active:focus,.bootstrap-old .btn-warning.active:focus,.bootstrap-old .open>.dropdown-toggle.btn-warning:focus,.bootstrap-old .btn-warning:active.focus,.bootstrap-old .btn-warning.active.focus,.bootstrap-old .open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}
.bootstrap-old .btn-warning:active,.bootstrap-old .btn-warning.active,.bootstrap-old .open>.dropdown-toggle.btn-warning{background-image:none}
.bootstrap-old .btn-warning.disabled:hover,.bootstrap-old .btn-warning[disabled]:hover,.bootstrap-old fieldset[disabled] .btn-warning:hover,.bootstrap-old .btn-warning.disabled:focus,.bootstrap-old .btn-warning[disabled]:focus,.bootstrap-old fieldset[disabled] .btn-warning:focus,.bootstrap-old .btn-warning.disabled.focus,.bootstrap-old .btn-warning[disabled].focus,.bootstrap-old fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}
.bootstrap-old .btn-warning .badge{color:#f0ad4e;background-color:#fff}
.bootstrap-old .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.bootstrap-old .btn-danger:focus,.bootstrap-old .btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}
.bootstrap-old .btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}
.bootstrap-old .btn-danger:active,.bootstrap-old .btn-danger.active,.bootstrap-old .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.bootstrap-old .btn-danger:active:hover,.bootstrap-old .btn-danger.active:hover,.bootstrap-old .open>.dropdown-toggle.btn-danger:hover,.bootstrap-old .btn-danger:active:focus,.bootstrap-old .btn-danger.active:focus,.bootstrap-old .open>.dropdown-toggle.btn-danger:focus,.bootstrap-old .btn-danger:active.focus,.bootstrap-old .btn-danger.active.focus,.bootstrap-old .open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}
.bootstrap-old .btn-danger:active,.bootstrap-old .btn-danger.active,.bootstrap-old .open>.dropdown-toggle.btn-danger{background-image:none}
.bootstrap-old .btn-danger.disabled:hover,.bootstrap-old .btn-danger[disabled]:hover,.bootstrap-old fieldset[disabled] .btn-danger:hover,.bootstrap-old .btn-danger.disabled:focus,.bootstrap-old .btn-danger[disabled]:focus,.bootstrap-old fieldset[disabled] .btn-danger:focus,.bootstrap-old .btn-danger.disabled.focus,.bootstrap-old .btn-danger[disabled].focus,.bootstrap-old fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}
.bootstrap-old .btn-danger .badge{color:#d9534f;background-color:#fff}
.bootstrap-old .btn-link{font-weight:normal;color:#337ab7;border-radius:0}
.bootstrap-old .btn-link,.bootstrap-old .btn-link:active,.bootstrap-old .btn-link.active,.bootstrap-old .btn-link[disabled],.bootstrap-old fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.bootstrap-old .btn-link,.bootstrap-old .btn-link:hover,.bootstrap-old .btn-link:focus,.bootstrap-old .btn-link:active{border-color:transparent}
.bootstrap-old .btn-link:hover,.bootstrap-old .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}
.bootstrap-old .btn-link[disabled]:hover,.bootstrap-old fieldset[disabled] .btn-link:hover,.bootstrap-old .btn-link[disabled]:focus,.bootstrap-old fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}
.bootstrap-old .btn-lg,.bootstrap-old .btn-group-lg>.btn{padding:.625rem 1rem;font-size:1.125rem;line-height:1.3333333;border-radius:.375rem}
.bootstrap-old .btn-sm,.bootstrap-old .btn-group-sm>.btn{padding:.3125rem .625rem;font-size:.75rem;line-height:1.5;border-radius:.1875rem}
.bootstrap-old .btn-xs,.bootstrap-old .btn-group-xs>.btn{padding:.0625rem .3125rem;font-size:.75rem;line-height:1.5;border-radius:.1875rem}
.bootstrap-old .btn-block{display:block;width:100%}
.bootstrap-old .btn-block+.btn-block{margin-top:.3125rem}
.bootstrap-old input[type="submit"].btn-block,.bootstrap-old input[type="reset"].btn-block,.bootstrap-old input[type="button"].btn-block{width:100%}
.bootstrap-old .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
.bootstrap-old .fade.in{opacity:1}
.bootstrap-old .collapse{display:none}
.bootstrap-old .collapse.in{display:block}
.bootstrap-old tr.collapse.in{display:table-row}
.bootstrap-old tbody.collapse.in{display:table-row-group}
.bootstrap-old .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}
.bootstrap-old .caret{display:inline-block;width:0;height:0;margin-left:.125rem;vertical-align:middle;border-top:.25rem dashed;border-top:.25rem solid \9;border-right:.25rem solid transparent;border-left:.25rem solid transparent}
.bootstrap-old .dropup,.bootstrap-old .dropdown{position:relative}
.bootstrap-old .dropdown-toggle:focus{outline:0}
.bootstrap-old .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.3125rem 0;margin:.125rem 0 0;font-size:.875rem;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:.0625rem solid #ccc;border:.0625rem solid rgba(0,0,0,0.15);border-radius:.25rem;-webkit-box-shadow:0 .375rem .75rem rgba(0,0,0,0.175);box-shadow:0 .375rem .75rem rgba(0,0,0,0.175)}
.bootstrap-old .dropdown-menu.pull-right{right:0;left:auto}
.bootstrap-old .dropdown-menu .divider{height:.0625rem;margin:.5625rem 0;overflow:hidden;background-color:#e5e5e5}
.bootstrap-old .dropdown-menu>li>a{display:block;padding:.1875rem 1.25rem;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}
.bootstrap-old .dropdown-menu>li>a:hover,.bootstrap-old .dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}
.bootstrap-old .dropdown-menu>.active>a,.bootstrap-old .dropdown-menu>.active>a:hover,.bootstrap-old .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}
.bootstrap-old .dropdown-menu>.disabled>a,.bootstrap-old .dropdown-menu>.disabled>a:hover,.bootstrap-old .dropdown-menu>.disabled>a:focus{color:#777}
.bootstrap-old .dropdown-menu>.disabled>a:hover,.bootstrap-old .dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.bootstrap-old .open>.dropdown-menu{display:block}
.bootstrap-old .open>a{outline:0}
.bootstrap-old .dropdown-menu-right{right:0;left:auto}
.bootstrap-old .dropdown-menu-left{right:auto;left:0}
.bootstrap-old .dropdown-header{display:block;padding:.1875rem 1.25rem;font-size:.75rem;line-height:1.42857143;color:#777;white-space:nowrap}
.bootstrap-old .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
.bootstrap-old .pull-right>.dropdown-menu{right:0;left:auto}
.bootstrap-old .dropup .caret,.bootstrap-old .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:.25rem dashed;border-bottom:.25rem solid \9}
.bootstrap-old .dropup .dropdown-menu,.bootstrap-old .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:.125rem}
@media(min-width:48rem){.bootstrap-old .navbar-right .dropdown-menu{right:0;left:auto}
.bootstrap-old .navbar-right .dropdown-menu-left{right:auto;left:0}
}
.bootstrap-old .btn-group,.bootstrap-old .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.bootstrap-old .btn-group>.btn,.bootstrap-old .btn-group-vertical>.btn{position:relative;float:left}
.bootstrap-old .btn-group>.btn:hover,.bootstrap-old .btn-group-vertical>.btn:hover,.bootstrap-old .btn-group>.btn:focus,.bootstrap-old .btn-group-vertical>.btn:focus,.bootstrap-old .btn-group>.btn:active,.bootstrap-old .btn-group-vertical>.btn:active,.bootstrap-old .btn-group>.btn.active,.bootstrap-old .btn-group-vertical>.btn.active{z-index:2}
.bootstrap-old .btn-group .btn+.btn,.bootstrap-old .btn-group .btn+.btn-group,.bootstrap-old .btn-group .btn-group+.btn,.bootstrap-old .btn-group .btn-group+.btn-group{margin-left:-0.0625rem}
.bootstrap-old .btn-toolbar{margin-left:-0.3125rem}
.bootstrap-old .btn-toolbar .btn,.bootstrap-old .btn-toolbar .btn-group,.bootstrap-old .btn-toolbar .input-group{float:left}
.bootstrap-old .btn-toolbar>.btn,.bootstrap-old .btn-toolbar>.btn-group,.bootstrap-old .btn-toolbar>.input-group{margin-left:.3125rem}
.bootstrap-old .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.bootstrap-old .btn-group>.btn:first-child{margin-left:0}
.bootstrap-old .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.bootstrap-old .btn-group>.btn:last-child:not(:first-child),.bootstrap-old .btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.bootstrap-old .btn-group>.btn-group{float:left}
.bootstrap-old .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.bootstrap-old .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-old .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}
.bootstrap-old .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}
.bootstrap-old .btn-group .dropdown-toggle:active,.bootstrap-old .btn-group.open .dropdown-toggle{outline:0}
.bootstrap-old .btn-group>.btn+.dropdown-toggle{padding-right:.5rem;padding-left:.5rem}
.bootstrap-old .btn-group>.btn-lg+.dropdown-toggle{padding-right:.75rem;padding-left:.75rem}
.bootstrap-old .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 .1875rem .3125rem rgba(0,0,0,0.125);box-shadow:inset 0 .1875rem .3125rem rgba(0,0,0,0.125)}
.bootstrap-old .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}
.bootstrap-old .btn .caret{margin-left:0}
.bootstrap-old .btn-lg .caret{border-width:.3125rem .3125rem 0;border-bottom-width:0}
.bootstrap-old .dropup .btn-lg .caret{border-width:0 .3125rem .3125rem}
.bootstrap-old .btn-group-vertical>.btn,.bootstrap-old .btn-group-vertical>.btn-group,.bootstrap-old .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}
.bootstrap-old .btn-group-vertical>.btn-group>.btn{float:none}
.bootstrap-old .btn-group-vertical>.btn+.btn,.bootstrap-old .btn-group-vertical>.btn+.btn-group,.bootstrap-old .btn-group-vertical>.btn-group+.btn,.bootstrap-old .btn-group-vertical>.btn-group+.btn-group{margin-top:-0.0625rem;margin-left:0}
.bootstrap-old .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}
.bootstrap-old .btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-right-radius:0;border-bottom-left-radius:0}
.bootstrap-old .btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.bootstrap-old .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.bootstrap-old .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-old .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.bootstrap-old .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}
.bootstrap-old .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.bootstrap-old .btn-group-justified>.btn,.bootstrap-old .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}
.bootstrap-old .btn-group-justified>.btn-group .btn{width:100%}
.bootstrap-old .btn-group-justified>.btn-group .dropdown-menu{left:auto}
.bootstrap-old [data-toggle="buttons"]>.btn input[type="radio"],.bootstrap-old [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],.bootstrap-old [data-toggle="buttons"]>.btn input[type="checkbox"],.bootstrap-old [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.bootstrap-old .input-group{position:relative;display:table;border-collapse:separate}
.bootstrap-old .input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}
.bootstrap-old .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.bootstrap-old .input-group .form-control:focus{z-index:3}
.bootstrap-old .input-group-lg>.form-control,.bootstrap-old .input-group-lg>.input-group-addon,.bootstrap-old .input-group-lg>.input-group-btn>.btn{height:2.875rem;padding:.625rem 1rem;font-size:1.125rem;line-height:1.3333333;border-radius:.375rem}
.bootstrap-old select.input-group-lg>.form-control,.bootstrap-old select.input-group-lg>.input-group-addon,.bootstrap-old select.input-group-lg>.input-group-btn>.btn{height:2.875rem;line-height:2.875rem}
.bootstrap-old textarea.input-group-lg>.form-control,.bootstrap-old textarea.input-group-lg>.input-group-addon,.bootstrap-old textarea.input-group-lg>.input-group-btn>.btn,.bootstrap-old select[multiple].input-group-lg>.form-control,.bootstrap-old select[multiple].input-group-lg>.input-group-addon,.bootstrap-old select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}
.bootstrap-old .input-group-sm>.form-control,.bootstrap-old .input-group-sm>.input-group-addon,.bootstrap-old .input-group-sm>.input-group-btn>.btn{height:1.875rem;padding:.3125rem .625rem;font-size:.75rem;line-height:1.5;border-radius:.1875rem}
.bootstrap-old select.input-group-sm>.form-control,.bootstrap-old select.input-group-sm>.input-group-addon,.bootstrap-old select.input-group-sm>.input-group-btn>.btn{height:1.875rem;line-height:1.875rem}
.bootstrap-old textarea.input-group-sm>.form-control,.bootstrap-old textarea.input-group-sm>.input-group-addon,.bootstrap-old textarea.input-group-sm>.input-group-btn>.btn,.bootstrap-old select[multiple].input-group-sm>.form-control,.bootstrap-old select[multiple].input-group-sm>.input-group-addon,.bootstrap-old select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}
.bootstrap-old .input-group-addon,.bootstrap-old .input-group-btn,.bootstrap-old .input-group .form-control{display:table-cell}
.bootstrap-old .input-group-addon:not(:first-child):not(:last-child),.bootstrap-old .input-group-btn:not(:first-child):not(:last-child),.bootstrap-old .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}
.bootstrap-old .input-group-addon,.bootstrap-old .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.bootstrap-old .input-group-addon{padding:.375rem .75rem;font-size:.875rem;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:.0625rem solid #ccc;border-radius:.25rem}
.bootstrap-old .input-group-addon.input-sm{padding:.3125rem .625rem;font-size:.75rem;border-radius:.1875rem}
.bootstrap-old .input-group-addon.input-lg{padding:.625rem 1rem;font-size:1.125rem;border-radius:.375rem}
.bootstrap-old .input-group-addon input[type="radio"],.bootstrap-old .input-group-addon input[type="checkbox"]{margin-top:0}
.bootstrap-old .input-group .form-control:first-child,.bootstrap-old .input-group-addon:first-child,.bootstrap-old .input-group-btn:first-child>.btn,.bootstrap-old .input-group-btn:first-child>.btn-group>.btn,.bootstrap-old .input-group-btn:first-child>.dropdown-toggle,.bootstrap-old .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-old .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}
.bootstrap-old .input-group-addon:first-child{border-right:0}
.bootstrap-old .input-group .form-control:last-child,.bootstrap-old .input-group-addon:last-child,.bootstrap-old .input-group-btn:last-child>.btn,.bootstrap-old .input-group-btn:last-child>.btn-group>.btn,.bootstrap-old .input-group-btn:last-child>.dropdown-toggle,.bootstrap-old .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-old .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}
.bootstrap-old .input-group-addon:last-child{border-left:0}
.bootstrap-old .input-group-btn{position:relative;font-size:0;white-space:nowrap}
.bootstrap-old .input-group-btn>.btn{position:relative}
.bootstrap-old .input-group-btn>.btn+.btn{margin-left:-0.0625rem}
.bootstrap-old .input-group-btn>.btn:hover,.bootstrap-old .input-group-btn>.btn:focus,.bootstrap-old .input-group-btn>.btn:active{z-index:2}
.bootstrap-old .input-group-btn:first-child>.btn,.bootstrap-old .input-group-btn:first-child>.btn-group{margin-right:-0.0625rem}
.bootstrap-old .input-group-btn:last-child>.btn,.bootstrap-old .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-0.0625rem}
.bootstrap-old .nav{padding-left:0;margin-bottom:0;list-style:none}
.bootstrap-old .nav>li{position:relative;display:block}
.bootstrap-old .nav>li>a{position:relative;display:block;padding:.625rem 1.25rem}
.bootstrap-old .nav>li>a:hover,.bootstrap-old .nav>li>a:focus{text-decoration:none;background-color:#eee}
.bootstrap-old .nav>li.disabled>a{color:#777}
.bootstrap-old .nav>li.disabled>a:hover,.bootstrap-old .nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}
.bootstrap-old .nav .open>a,.bootstrap-old .nav .open>a:hover,.bootstrap-old .nav .open>a:focus{background-color:#eee;border-color:#337ab7}
.bootstrap-old .nav .nav-divider{height:.0625rem;margin:.5625rem 0;overflow:hidden;background-color:#e5e5e5}
.bootstrap-old .nav>li>a>img{max-width:none}
.bootstrap-old .nav-tabs{border-bottom:.0625rem solid #ddd}
.bootstrap-old .nav-tabs>li{float:left;margin-bottom:-0.0625rem}
.bootstrap-old .nav-tabs>li>a{margin-right:.125rem;line-height:1.42857143;border:.0625rem solid transparent;border-radius:.25rem .25rem 0 0}
.bootstrap-old .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.bootstrap-old .nav-tabs>li.active>a,.bootstrap-old .nav-tabs>li.active>a:hover,.bootstrap-old .nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:.0625rem solid #ddd;border-bottom-color:transparent}
.bootstrap-old .nav-tabs.nav-justified{width:100%;border-bottom:0}
.bootstrap-old .nav-tabs.nav-justified>li{float:none}
.bootstrap-old .nav-tabs.nav-justified>li>a{margin-bottom:.3125rem;text-align:center}
.bootstrap-old .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:48rem){.bootstrap-old .nav-tabs.nav-justified>li{display:table-cell;width:1%}
.bootstrap-old .nav-tabs.nav-justified>li>a{margin-bottom:0}
}
.bootstrap-old .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:.25rem}
.bootstrap-old .nav-tabs.nav-justified>.active>a,.bootstrap-old .nav-tabs.nav-justified>.active>a:hover,.bootstrap-old .nav-tabs.nav-justified>.active>a:focus{border:.0625rem solid #ddd}
@media(min-width:48rem){.bootstrap-old .nav-tabs.nav-justified>li>a{border-bottom:.0625rem solid #ddd;border-radius:.25rem .25rem 0 0}
.bootstrap-old .nav-tabs.nav-justified>.active>a,.bootstrap-old .nav-tabs.nav-justified>.active>a:hover,.bootstrap-old .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}
}
.bootstrap-old .nav-pills>li{float:left}
.bootstrap-old .nav-pills>li>a{border-radius:.25rem}
.bootstrap-old .nav-pills>li+li{margin-left:.125rem}
.bootstrap-old .nav-pills>li.active>a,.bootstrap-old .nav-pills>li.active>a:hover,.bootstrap-old .nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}
.bootstrap-old .nav-stacked>li{float:none}
.bootstrap-old .nav-stacked>li+li{margin-top:.125rem;margin-left:0}
.bootstrap-old .nav-justified{width:100%}
.bootstrap-old .nav-justified>li{float:none}
.bootstrap-old .nav-justified>li>a{margin-bottom:.3125rem;text-align:center}
.bootstrap-old .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:48rem){.bootstrap-old .nav-justified>li{display:table-cell;width:1%}
.bootstrap-old .nav-justified>li>a{margin-bottom:0}
}
.bootstrap-old .nav-tabs-justified{border-bottom:0}
.bootstrap-old .nav-tabs-justified>li>a{margin-right:0;border-radius:.25rem}
.bootstrap-old .nav-tabs-justified>.active>a,.bootstrap-old .nav-tabs-justified>.active>a:hover,.bootstrap-old .nav-tabs-justified>.active>a:focus{border:.0625rem solid #ddd}
@media(min-width:48rem){.bootstrap-old .nav-tabs-justified>li>a{border-bottom:.0625rem solid #ddd;border-radius:.25rem .25rem 0 0}
.bootstrap-old .nav-tabs-justified>.active>a,.bootstrap-old .nav-tabs-justified>.active>a:hover,.bootstrap-old .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}
}
.bootstrap-old .tab-content>.tab-pane{display:none}
.bootstrap-old .tab-content>.active{display:block}
.bootstrap-old .nav-tabs .dropdown-menu{margin-top:-0.0625rem;border-top-left-radius:0;border-top-right-radius:0}
.bootstrap-old .navbar{position:relative;min-height:3.125rem;margin-bottom:1.25rem;border:.0625rem solid transparent}
@media(min-width:48rem){.bootstrap-old .navbar{border-radius:.25rem}
}
@media(min-width:48rem){.bootstrap-old .navbar-header{float:left}
}
.bootstrap-old .navbar-collapse{padding-right:.9375rem;padding-left:.9375rem;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:.0625rem solid transparent;-webkit-box-shadow:inset 0 .0625rem 0 rgba(255,255,255,0.1);box-shadow:inset 0 .0625rem 0 rgba(255,255,255,0.1)}
.bootstrap-old .navbar-collapse.in{overflow-y:auto}
@media(min-width:48rem){.bootstrap-old .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}
.bootstrap-old .navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible}
.bootstrap-old .navbar-collapse.in{overflow-y:visible}
.bootstrap-old .navbar-fixed-top .navbar-collapse,.bootstrap-old .navbar-static-top .navbar-collapse,.bootstrap-old .navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}
}
.bootstrap-old .navbar-fixed-top .navbar-collapse,.bootstrap-old .navbar-fixed-bottom .navbar-collapse{max-height:21.25rem}
@media(max-device-width:30rem) and (orientation:landscape){.bootstrap-old .navbar-fixed-top .navbar-collapse,.bootstrap-old .navbar-fixed-bottom .navbar-collapse{max-height:12.5rem}
}
.bootstrap-old .container>.navbar-header,.bootstrap-old .container-fluid>.navbar-header,.bootstrap-old .container>.navbar-collapse,.bootstrap-old .container-fluid>.navbar-collapse{margin-right:-0.9375rem;margin-left:-0.9375rem}
@media(min-width:48rem){.bootstrap-old .container>.navbar-header,.bootstrap-old .container-fluid>.navbar-header,.bootstrap-old .container>.navbar-collapse,.bootstrap-old .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}
}
.bootstrap-old .navbar-static-top{z-index:1000;border-width:0 0 .0625rem}
@media(min-width:48rem){.bootstrap-old .navbar-static-top{border-radius:0}
}
.bootstrap-old .navbar-fixed-top,.bootstrap-old .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}
@media(min-width:48rem){.bootstrap-old .navbar-fixed-top,.bootstrap-old .navbar-fixed-bottom{border-radius:0}
}
.bootstrap-old .navbar-fixed-top{top:0;border-width:0 0 .0625rem}
.bootstrap-old .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:.0625rem 0 0}
.bootstrap-old .navbar-brand{float:left;height:3.125rem;padding:.9375rem .9375rem;font-size:1.125rem;line-height:1.25rem}
.bootstrap-old .navbar-brand:hover,.bootstrap-old .navbar-brand:focus{text-decoration:none}
.bootstrap-old .navbar-brand>img{width:9.3125rem;display:block}
@media(min-width:48rem){.bootstrap-old .navbar>.container .navbar-brand,.bootstrap-old .navbar>.container-fluid .navbar-brand{margin-left:-0.9375rem}
}
.bootstrap-old .navbar-toggle{position:relative;float:right;padding:.5625rem .625rem;margin-top:.5rem;margin-right:.9375rem;margin-bottom:.5rem;background-color:transparent;background-image:none;border:.0625rem solid transparent;border-radius:.25rem}
.bootstrap-old .navbar-toggle:focus{outline:0}
.bootstrap-old .navbar-toggle .icon-bar{display:block;width:1.375rem;height:.125rem;border-radius:.0625rem}
.bootstrap-old .navbar-toggle .icon-bar+.icon-bar{margin-top:.25rem}
@media(min-width:48rem){.bootstrap-old .navbar-toggle{display:none}
}
.bootstrap-old .navbar-nav{margin:.4375rem -0.9375rem}
.bootstrap-old .navbar-nav>li>a{padding-top:.625rem;padding-bottom:.625rem;line-height:1.25rem}
@media(max-width:47.9375rem){.bootstrap-old .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;-webkit-animation:fadein 1s;-moz-animation:fadein 1s;-ms-animation:fadein 1s;-o-animation:fadein 1s;animation:fadein 1s}
.bootstrap-old .navbar-nav .open .dropdown-menu>li>a,.bootstrap-old .navbar-nav .open .dropdown-menu .dropdown-header{padding:.3125rem .9375rem .3125rem 1.5625rem}
.bootstrap-old .navbar-nav .open .dropdown-menu>li>a{line-height:1.25rem}
.bootstrap-old .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-old .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}
}
@media(min-width:48rem){.bootstrap-old .navbar-nav{float:left;margin:0}
.bootstrap-old .navbar-nav>li{float:left}
.bootstrap-old .navbar-nav>li>a{padding-top:.9375rem;padding-bottom:.9375rem}
}
.bootstrap-old .navbar-form{padding:.625rem .9375rem;margin-top:.5rem;margin-right:-0.9375rem;margin-bottom:.5rem;margin-left:-0.9375rem;border-top:.0625rem solid transparent;border-bottom:.0625rem solid transparent;-webkit-box-shadow:inset 0 .0625rem 0 rgba(255,255,255,0.1),0 .0625rem 0 rgba(255,255,255,0.1);box-shadow:inset 0 .0625rem 0 rgba(255,255,255,0.1),0 .0625rem 0 rgba(255,255,255,0.1)}
@media(min-width:48rem){.bootstrap-old .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.bootstrap-old .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}
.bootstrap-old .navbar-form .form-control-static{display:inline-block}
.bootstrap-old .navbar-form .input-group{display:inline-table;vertical-align:middle}
.bootstrap-old .navbar-form .input-group .input-group-addon,.bootstrap-old .navbar-form .input-group .input-group-btn,.bootstrap-old .navbar-form .input-group .form-control{width:auto}
.bootstrap-old .navbar-form .input-group>.form-control{width:100%}
.bootstrap-old .navbar-form .control-label{margin-bottom:0;vertical-align:middle}
.bootstrap-old .navbar-form .radio,.bootstrap-old .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.bootstrap-old .navbar-form .radio label,.bootstrap-old .navbar-form .checkbox label{padding-left:0}
.bootstrap-old .navbar-form .radio input[type="radio"],.bootstrap-old .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.bootstrap-old .navbar-form .has-feedback .form-control-feedback{top:0}
}
@media(max-width:47.9375rem){.bootstrap-old .navbar-form .form-group{margin-bottom:.3125rem}
.bootstrap-old .navbar-form .form-group:last-child{margin-bottom:0}
}
@media(min-width:48rem){.bootstrap-old .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}
}
.bootstrap-old .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}
.bootstrap-old .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-right-radius:0;border-bottom-left-radius:0}
.bootstrap-old .navbar-btn{margin-top:.5rem;margin-bottom:.5rem}
.bootstrap-old .navbar-btn.btn-sm{margin-top:.625rem;margin-bottom:.625rem}
.bootstrap-old .navbar-btn.btn-xs{margin-top:.875rem;margin-bottom:.875rem}
.bootstrap-old .navbar-text{margin-top:.9375rem;margin-bottom:.9375rem}
@media(min-width:48rem){.bootstrap-old .navbar-text{float:left;margin-right:.9375rem;margin-left:.9375rem}
}
@media(min-width:48rem){.bootstrap-old .navbar-left{float:left !important}
.bootstrap-old .navbar-right{float:right !important;margin-right:-0.9375rem}
.bootstrap-old .navbar-right ~ .navbar-right{margin-right:0}
}
.bootstrap-old .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}
.bootstrap-old .navbar-default .navbar-brand{color:#777}
.bootstrap-old .navbar-default .navbar-brand:hover,.bootstrap-old .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}
.bootstrap-old .navbar-default .navbar-text{color:#777}
.bootstrap-old .navbar-default .navbar-nav>li>a{color:#777}
.bootstrap-old .navbar-default .navbar-nav>li>a:hover,.bootstrap-old .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}
.bootstrap-old .navbar-default .navbar-nav>.active>a,.bootstrap-old .navbar-default .navbar-nav>.active>a:hover,.bootstrap-old .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}
.bootstrap-old .navbar-default .navbar-nav>.disabled>a,.bootstrap-old .navbar-default .navbar-nav>.disabled>a:hover,.bootstrap-old .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}
.bootstrap-old .navbar-default .navbar-toggle{border-color:#ddd}
.bootstrap-old .navbar-default .navbar-toggle:hover,.bootstrap-old .navbar-default .navbar-toggle:focus{background-color:#ddd}
.bootstrap-old .navbar-default .navbar-toggle .icon-bar{background-color:#888}
.bootstrap-old .navbar-default .navbar-collapse,.bootstrap-old .navbar-default .navbar-form{border-color:#e7e7e7}
.bootstrap-old .navbar-default .navbar-nav>.open>a,.bootstrap-old .navbar-default .navbar-nav>.open>a:hover,.bootstrap-old .navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}
@media(max-width:47.9375rem){.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}
.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}
.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}
.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-old .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}
}
.bootstrap-old .navbar-default .navbar-link{color:#777}
.bootstrap-old .navbar-default .navbar-link:hover{color:#333}
.bootstrap-old .navbar-default .btn-link{color:#777}
.bootstrap-old .navbar-default .btn-link:hover,.bootstrap-old .navbar-default .btn-link:focus{color:#333}
.bootstrap-old .navbar-default .btn-link[disabled]:hover,.bootstrap-old fieldset[disabled] .navbar-default .btn-link:hover,.bootstrap-old .navbar-default .btn-link[disabled]:focus,.bootstrap-old fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}
.bootstrap-old .navbar-inverse{background-color:#222;border-color:#080808}
.bootstrap-old .navbar-inverse .navbar-brand{color:#9d9d9d}
.bootstrap-old .navbar-inverse .navbar-brand:hover,.bootstrap-old .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}
.bootstrap-old .navbar-inverse .navbar-text{color:#9d9d9d}
.bootstrap-old .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}
.bootstrap-old .navbar-inverse .navbar-nav>li>a:hover,.bootstrap-old .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}
.bootstrap-old .navbar-inverse .navbar-nav>.active>a,.bootstrap-old .navbar-inverse .navbar-nav>.active>a:hover,.bootstrap-old .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}
.bootstrap-old .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-old .navbar-inverse .navbar-nav>.disabled>a:hover,.bootstrap-old .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}
.bootstrap-old .navbar-inverse .navbar-toggle{border-color:#333}
.bootstrap-old .navbar-inverse .navbar-toggle:hover,.bootstrap-old .navbar-inverse .navbar-toggle:focus{background-color:#333}
.bootstrap-old .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.bootstrap-old .navbar-inverse .navbar-collapse,.bootstrap-old .navbar-inverse .navbar-form{border-color:#101010}
.bootstrap-old .navbar-inverse .navbar-nav>.open>a,.bootstrap-old .navbar-inverse .navbar-nav>.open>a:hover,.bootstrap-old .navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}
@media(max-width:47.9375rem){.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}
.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}
.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}
.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}
.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-old .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}
}
.bootstrap-old .navbar-inverse .navbar-link{color:#9d9d9d}
.bootstrap-old .navbar-inverse .navbar-link:hover{color:#fff}
.bootstrap-old .navbar-inverse .btn-link{color:#9d9d9d}
.bootstrap-old .navbar-inverse .btn-link:hover,.bootstrap-old .navbar-inverse .btn-link:focus{color:#fff}
.bootstrap-old .navbar-inverse .btn-link[disabled]:hover,.bootstrap-old fieldset[disabled] .navbar-inverse .btn-link:hover,.bootstrap-old .navbar-inverse .btn-link[disabled]:focus,.bootstrap-old fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}
.bootstrap-old .breadcrumb{padding:.5rem .9375rem;margin-bottom:1.25rem;list-style:none;background-color:#f5f5f5;border-radius:.25rem}
.bootstrap-old .breadcrumb>li{display:inline-block}
.bootstrap-old .breadcrumb>li+li:before{padding:0 .3125rem;color:#ccc;content:"/\00a0"}
.bootstrap-old .breadcrumb>.active{color:#777}
.bootstrap-old .pagination{display:inline-block;padding-left:0;margin:1.25rem 0;border-radius:.25rem}
.bootstrap-old .pagination>li{display:inline}
.bootstrap-old .pagination>li>a,.bootstrap-old .pagination>li>span{position:relative;float:left;padding:.375rem .75rem;margin-left:-0.0625rem;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:.0625rem solid #ddd}
.bootstrap-old .pagination>li:first-child>a,.bootstrap-old .pagination>li:first-child>span{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.bootstrap-old .pagination>li:last-child>a,.bootstrap-old .pagination>li:last-child>span{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.bootstrap-old .pagination>li>a:hover,.bootstrap-old .pagination>li>span:hover,.bootstrap-old .pagination>li>a:focus,.bootstrap-old .pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.bootstrap-old .pagination>.active>a,.bootstrap-old .pagination>.active>span,.bootstrap-old .pagination>.active>a:hover,.bootstrap-old .pagination>.active>span:hover,.bootstrap-old .pagination>.active>a:focus,.bootstrap-old .pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.bootstrap-old .pagination>.disabled>span,.bootstrap-old .pagination>.disabled>span:hover,.bootstrap-old .pagination>.disabled>span:focus,.bootstrap-old .pagination>.disabled>a,.bootstrap-old .pagination>.disabled>a:hover,.bootstrap-old .pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.bootstrap-old .pagination-lg>li>a,.bootstrap-old .pagination-lg>li>span{padding:.625rem 1rem;font-size:1.125rem;line-height:1.3333333}
.bootstrap-old .pagination-lg>li:first-child>a,.bootstrap-old .pagination-lg>li:first-child>span{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}
.bootstrap-old .pagination-lg>li:last-child>a,.bootstrap-old .pagination-lg>li:last-child>span{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}
.bootstrap-old .pagination-sm>li>a,.bootstrap-old .pagination-sm>li>span{padding:.3125rem .625rem;font-size:.75rem;line-height:1.5}
.bootstrap-old .pagination-sm>li:first-child>a,.bootstrap-old .pagination-sm>li:first-child>span{border-top-left-radius:.1875rem;border-bottom-left-radius:.1875rem}
.bootstrap-old .pagination-sm>li:last-child>a,.bootstrap-old .pagination-sm>li:last-child>span{border-top-right-radius:.1875rem;border-bottom-right-radius:.1875rem}
.bootstrap-old .pager{padding-left:0;margin:1.25rem 0;text-align:center;list-style:none}
.bootstrap-old .pager li{display:inline}
.bootstrap-old .pager li>a,.bootstrap-old .pager li>span{display:inline-block;padding:.3125rem .875rem;background-color:#fff;border:.0625rem solid #ddd;border-radius:.9375rem}
.bootstrap-old .pager li>a:hover,.bootstrap-old .pager li>a:focus{text-decoration:none;background-color:#eee}
.bootstrap-old .pager .next>a,.bootstrap-old .pager .next>span{float:right}
.bootstrap-old .pager .previous>a,.bootstrap-old .pager .previous>span{float:left}
.bootstrap-old .pager .disabled>a,.bootstrap-old .pager .disabled>a:hover,.bootstrap-old .pager .disabled>a:focus,.bootstrap-old .pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}
.bootstrap-old .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
.bootstrap-old a.label:hover,.bootstrap-old a.label:focus{color:#fff;text-decoration:none;cursor:pointer}
.bootstrap-old .label:empty{display:none}
.bootstrap-old .btn .label{position:relative;top:-0.0625rem}
.bootstrap-old .label-default{background-color:#777}
.bootstrap-old .label-default[href]:hover,.bootstrap-old .label-default[href]:focus{background-color:#5e5e5e}
.bootstrap-old .label-primary{background-color:#337ab7}
.bootstrap-old .label-primary[href]:hover,.bootstrap-old .label-primary[href]:focus{background-color:#286090}
.bootstrap-old .label-success{background-color:#5cb85c}
.bootstrap-old .label-success[href]:hover,.bootstrap-old .label-success[href]:focus{background-color:#449d44}
.bootstrap-old .label-info{background-color:#5bc0de}
.bootstrap-old .label-info[href]:hover,.bootstrap-old .label-info[href]:focus{background-color:#31b0d5}
.bootstrap-old .label-warning{background-color:#f0ad4e}
.bootstrap-old .label-warning[href]:hover,.bootstrap-old .label-warning[href]:focus{background-color:#ec971f}
.bootstrap-old .label-danger{background-color:#d9534f}
.bootstrap-old .label-danger[href]:hover,.bootstrap-old .label-danger[href]:focus{background-color:#c9302c}
.bootstrap-old .badge{display:inline-block;min-width:.625rem;padding:.1875rem .4375rem;font-size:.75rem;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:.625rem}
.bootstrap-old .badge:empty{display:none}
.bootstrap-old .btn .badge{position:relative;top:-0.0625rem}
.bootstrap-old .btn-xs .badge,.bootstrap-old .btn-group-xs>.btn .badge{top:0;padding:.0625rem .3125rem}
.bootstrap-old a.badge:hover,.bootstrap-old a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}
.bootstrap-old .list-group-item.active>.badge,.bootstrap-old .nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
.bootstrap-old .list-group-item>.badge{float:right}
.bootstrap-old .list-group-item>.badge+.badge{margin-right:.3125rem}
.bootstrap-old .nav-pills>li>a>.badge{margin-left:.1875rem}
.bootstrap-old .jumbotron{padding-top:1.875rem;padding-bottom:1.875rem;margin-bottom:1.875rem;color:inherit;background-color:#eee}
.bootstrap-old .jumbotron h1,.bootstrap-old .jumbotron .h1{color:inherit}
.bootstrap-old .jumbotron p{margin-bottom:.9375rem;font-size:1.3125rem;font-weight:200}
.bootstrap-old .jumbotron>hr{border-top-color:#d5d5d5}
.bootstrap-old .container .jumbotron,.bootstrap-old .container-fluid .jumbotron{padding-right:.9375rem;padding-left:.9375rem;border-radius:.375rem}
.bootstrap-old .jumbotron .container{max-width:100%}
@media(min-width:48rem){.bootstrap-old .jumbotron{padding-top:3rem;padding-bottom:3rem}
.bootstrap-old .container .jumbotron,.bootstrap-old .container-fluid .jumbotron{padding-right:3.75rem;padding-left:3.75rem}
.bootstrap-old .jumbotron h1,.bootstrap-old .jumbotron .h1{font-size:3.9375rem}
}
.bootstrap-old .thumbnail{display:block;padding:.25rem;margin-bottom:1.25rem;line-height:1.42857143;background-color:#fff;border:.0625rem solid #ddd;border-radius:.25rem;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}
.bootstrap-old .thumbnail>img,.bootstrap-old .thumbnail a>img{margin-right:auto;margin-left:auto}
.bootstrap-old a.thumbnail:hover,.bootstrap-old a.thumbnail:focus,.bootstrap-old a.thumbnail.active{border-color:#337ab7}
.bootstrap-old .thumbnail .caption{padding:.5625rem;color:#333}
.bootstrap-old .alert{padding:.9375rem;margin-bottom:1.25rem;border:.0625rem solid transparent;border-radius:.25rem}
.bootstrap-old .alert h4{margin-top:0;color:inherit}
.bootstrap-old .alert .alert-link{font-weight:bold}
.bootstrap-old .alert>p,.bootstrap-old .alert>ul{margin-bottom:0}
.bootstrap-old .alert>p+p{margin-top:.3125rem}
.bootstrap-old .alert-dismissable,.bootstrap-old .alert-dismissible{padding-right:2.1875rem}
.bootstrap-old .alert-dismissable .close,.bootstrap-old .alert-dismissible .close{position:relative;top:-0.125rem;right:-1.3125rem;color:inherit}
.bootstrap-old .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.bootstrap-old .alert-success hr{border-top-color:#c9e2b3}
.bootstrap-old .alert-success .alert-link{color:#2b542c}
.bootstrap-old .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.bootstrap-old .alert-info hr{border-top-color:#a6e1ec}
.bootstrap-old .alert-info .alert-link{color:#245269}
.bootstrap-old .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.bootstrap-old .alert-warning hr{border-top-color:#f7e1b5}
.bootstrap-old .alert-warning .alert-link{color:#66512c}
.bootstrap-old .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.bootstrap-old .alert-danger hr{border-top-color:#e4b9c0}
.bootstrap-old .alert-danger .alert-link{color:#843534}
@-webkit-keyframes progress-bar-stripes{from{background-position:2.5rem 0}
to{background-position:0 0}
}
@-o-keyframes progress-bar-stripes{from{background-position:2.5rem 0}
to{background-position:0 0}
}
@keyframes progress-bar-stripes{from{background-position:2.5rem 0}
to{background-position:0 0}
}
.bootstrap-old .progress{height:1.25rem;margin-bottom:1.25rem;overflow:hidden;background-color:#f5f5f5;border-radius:.25rem;-webkit-box-shadow:inset 0 .0625rem .125rem rgba(0,0,0,0.1);box-shadow:inset 0 .0625rem .125rem rgba(0,0,0,0.1)}
.bootstrap-old .progress-bar{float:left;width:0;height:100%;font-size:.75rem;line-height:1.25rem;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -0.0625rem 0 rgba(0,0,0,0.15);box-shadow:inset 0 -0.0625rem 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
.bootstrap-old .progress-striped .progress-bar,.bootstrap-old .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:2.5rem 2.5rem;background-size:2.5rem 2.5rem}
.bootstrap-old .progress.active .progress-bar,.bootstrap-old .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.bootstrap-old .progress-bar-success{background-color:#5cb85c}
.bootstrap-old .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.bootstrap-old .progress-bar-info{background-color:#5bc0de}
.bootstrap-old .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.bootstrap-old .progress-bar-warning{background-color:#f0ad4e}
.bootstrap-old .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.bootstrap-old .progress-bar-danger{background-color:#d9534f}
.bootstrap-old .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.bootstrap-old .media{margin-top:.9375rem}
.bootstrap-old .media:first-child{margin-top:0}
.bootstrap-old .media,.bootstrap-old .media-body{overflow:hidden;zoom:1}
.bootstrap-old .media-body{width:625rem}
.bootstrap-old .media-object{display:block}
.bootstrap-old .media-object.img-thumbnail{max-width:none}
.bootstrap-old .media-right,.bootstrap-old .media>.pull-right{padding-left:.625rem}
.bootstrap-old .media-left,.bootstrap-old .media>.pull-left{padding-right:.625rem}
.bootstrap-old .media-left,.bootstrap-old .media-right,.bootstrap-old .media-body{display:table-cell;vertical-align:top}
.bootstrap-old .media-middle{vertical-align:middle}
.bootstrap-old .media-bottom{vertical-align:bottom}
.bootstrap-old .media-heading{margin-top:0;margin-bottom:.3125rem}
.bootstrap-old .media-list{padding-left:0;list-style:none}
.bootstrap-old .list-group{padding-left:0;margin-bottom:1.25rem}
.bootstrap-old .list-group-item{position:relative;display:block;padding:.625rem .9375rem;margin-bottom:-0.0625rem;background-color:#fff;border:.0625rem solid #ddd}
.bootstrap-old .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.bootstrap-old .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.bootstrap-old a.list-group-item,.bootstrap-old button.list-group-item{color:#555}
.bootstrap-old a.list-group-item .list-group-item-heading,.bootstrap-old button.list-group-item .list-group-item-heading{color:#333}
.bootstrap-old a.list-group-item:hover,.bootstrap-old button.list-group-item:hover,.bootstrap-old a.list-group-item:focus,.bootstrap-old button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}
.bootstrap-old button.list-group-item{width:100%;text-align:left}
.bootstrap-old .list-group-item.disabled,.bootstrap-old .list-group-item.disabled:hover,.bootstrap-old .list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}
.bootstrap-old .list-group-item.disabled .list-group-item-heading,.bootstrap-old .list-group-item.disabled:hover .list-group-item-heading,.bootstrap-old .list-group-item.disabled:focus .list-group-item-heading{color:inherit}
.bootstrap-old .list-group-item.disabled .list-group-item-text,.bootstrap-old .list-group-item.disabled:hover .list-group-item-text,.bootstrap-old .list-group-item.disabled:focus .list-group-item-text{color:#777}
.bootstrap-old .list-group-item.active,.bootstrap-old .list-group-item.active:hover,.bootstrap-old .list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.bootstrap-old .list-group-item.active .list-group-item-heading,.bootstrap-old .list-group-item.active:hover .list-group-item-heading,.bootstrap-old .list-group-item.active:focus .list-group-item-heading,.bootstrap-old .list-group-item.active .list-group-item-heading>small,.bootstrap-old .list-group-item.active:hover .list-group-item-heading>small,.bootstrap-old .list-group-item.active:focus .list-group-item-heading>small,.bootstrap-old .list-group-item.active .list-group-item-heading>.small,.bootstrap-old .list-group-item.active:hover .list-group-item-heading>.small,.bootstrap-old .list-group-item.active:focus .list-group-item-heading>.small{color:inherit}
.bootstrap-old .list-group-item.active .list-group-item-text,.bootstrap-old .list-group-item.active:hover .list-group-item-text,.bootstrap-old .list-group-item.active:focus .list-group-item-text{color:#c7ddef}
.bootstrap-old .list-group-item-success{color:#3c763d;background-color:#dff0d8}
.bootstrap-old a.list-group-item-success,.bootstrap-old button.list-group-item-success{color:#3c763d}
.bootstrap-old a.list-group-item-success .list-group-item-heading,.bootstrap-old button.list-group-item-success .list-group-item-heading{color:inherit}
.bootstrap-old a.list-group-item-success:hover,.bootstrap-old button.list-group-item-success:hover,.bootstrap-old a.list-group-item-success:focus,.bootstrap-old button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}
.bootstrap-old a.list-group-item-success.active,.bootstrap-old button.list-group-item-success.active,.bootstrap-old a.list-group-item-success.active:hover,.bootstrap-old button.list-group-item-success.active:hover,.bootstrap-old a.list-group-item-success.active:focus,.bootstrap-old button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}
.bootstrap-old .list-group-item-info{color:#31708f;background-color:#d9edf7}
.bootstrap-old a.list-group-item-info,.bootstrap-old button.list-group-item-info{color:#31708f}
.bootstrap-old a.list-group-item-info .list-group-item-heading,.bootstrap-old button.list-group-item-info .list-group-item-heading{color:inherit}
.bootstrap-old a.list-group-item-info:hover,.bootstrap-old button.list-group-item-info:hover,.bootstrap-old a.list-group-item-info:focus,.bootstrap-old button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}
.bootstrap-old a.list-group-item-info.active,.bootstrap-old button.list-group-item-info.active,.bootstrap-old a.list-group-item-info.active:hover,.bootstrap-old button.list-group-item-info.active:hover,.bootstrap-old a.list-group-item-info.active:focus,.bootstrap-old button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}
.bootstrap-old .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}
.bootstrap-old a.list-group-item-warning,.bootstrap-old button.list-group-item-warning{color:#8a6d3b}
.bootstrap-old a.list-group-item-warning .list-group-item-heading,.bootstrap-old button.list-group-item-warning .list-group-item-heading{color:inherit}
.bootstrap-old a.list-group-item-warning:hover,.bootstrap-old button.list-group-item-warning:hover,.bootstrap-old a.list-group-item-warning:focus,.bootstrap-old button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}
.bootstrap-old a.list-group-item-warning.active,.bootstrap-old button.list-group-item-warning.active,.bootstrap-old a.list-group-item-warning.active:hover,.bootstrap-old button.list-group-item-warning.active:hover,.bootstrap-old a.list-group-item-warning.active:focus,.bootstrap-old button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
.bootstrap-old .list-group-item-danger{color:#a94442;background-color:#f2dede}
.bootstrap-old a.list-group-item-danger,.bootstrap-old button.list-group-item-danger{color:#a94442}
.bootstrap-old a.list-group-item-danger .list-group-item-heading,.bootstrap-old button.list-group-item-danger .list-group-item-heading{color:inherit}
.bootstrap-old a.list-group-item-danger:hover,.bootstrap-old button.list-group-item-danger:hover,.bootstrap-old a.list-group-item-danger:focus,.bootstrap-old button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}
.bootstrap-old a.list-group-item-danger.active,.bootstrap-old button.list-group-item-danger.active,.bootstrap-old a.list-group-item-danger.active:hover,.bootstrap-old button.list-group-item-danger.active:hover,.bootstrap-old a.list-group-item-danger.active:focus,.bootstrap-old button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}
.bootstrap-old .list-group-item-heading{margin-top:0;margin-bottom:.3125rem}
.bootstrap-old .list-group-item-text{margin-bottom:0;line-height:1.3}
.bootstrap-old .panel{margin-bottom:1.25rem;background-color:#fff;border:.0625rem solid transparent;border-radius:.25rem;-webkit-box-shadow:0 .0625rem .0625rem rgba(0,0,0,0.05);box-shadow:0 .0625rem .0625rem rgba(0,0,0,0.05)}
.bootstrap-old .panel-body{padding:.9375rem}
.bootstrap-old .panel-heading{padding:.625rem .9375rem;border-bottom:.0625rem solid transparent;border-top-left-radius:.1875rem;border-top-right-radius:.1875rem}
.bootstrap-old .panel-heading>.dropdown .dropdown-toggle{color:inherit}
.bootstrap-old .panel-title{margin-top:0;margin-bottom:0;font-size:1rem;color:inherit}
.bootstrap-old .panel-title>a,.bootstrap-old .panel-title>small,.bootstrap-old .panel-title>.small,.bootstrap-old .panel-title>small>a,.bootstrap-old .panel-title>.small>a{color:inherit}
.bootstrap-old .panel-footer{padding:.625rem .9375rem;background-color:#f5f5f5;border-top:.0625rem solid #ddd;border-bottom-right-radius:.1875rem;border-bottom-left-radius:.1875rem}
.bootstrap-old .panel>.list-group,.bootstrap-old .panel>.panel-collapse>.list-group{margin-bottom:0}
.bootstrap-old .panel>.list-group .list-group-item,.bootstrap-old .panel>.panel-collapse>.list-group .list-group-item{border-width:.0625rem 0;border-radius:0}
.bootstrap-old .panel>.list-group:first-child .list-group-item:first-child,.bootstrap-old .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:.1875rem;border-top-right-radius:.1875rem}
.bootstrap-old .panel>.list-group:last-child .list-group-item:last-child,.bootstrap-old .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:.1875rem;border-bottom-left-radius:.1875rem}
.bootstrap-old .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.bootstrap-old .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.bootstrap-old .list-group+.panel-footer{border-top-width:0}
.bootstrap-old .panel>.table,.bootstrap-old .panel>.table-responsive>.table,.bootstrap-old .panel>.panel-collapse>.table{margin-bottom:0}
.bootstrap-old .panel>.table caption,.bootstrap-old .panel>.table-responsive>.table caption,.bootstrap-old .panel>.panel-collapse>.table caption{padding-right:.9375rem;padding-left:.9375rem}
.bootstrap-old .panel>.table:first-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:.1875rem;border-top-right-radius:.1875rem}
.bootstrap-old .panel>.table:first-child>thead:first-child>tr:first-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.bootstrap-old .panel>.table:first-child>tbody:first-child>tr:first-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:.1875rem;border-top-right-radius:.1875rem}
.bootstrap-old .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-old .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-old .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-old .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:.1875rem}
.bootstrap-old .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-old .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-old .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-old .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-old .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:.1875rem}
.bootstrap-old .panel>.table:last-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:.1875rem;border-bottom-left-radius:.1875rem}
.bootstrap-old .panel>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-old .panel>.table:last-child>tfoot:last-child>tr:last-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:.1875rem;border-bottom-left-radius:.1875rem}
.bootstrap-old .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-old .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-old .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-old .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:.1875rem}
.bootstrap-old .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-old .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-old .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-old .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-old .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:.1875rem}
.bootstrap-old .panel>.panel-body+.table,.bootstrap-old .panel>.panel-body+.table-responsive,.bootstrap-old .panel>.table+.panel-body,.bootstrap-old .panel>.table-responsive+.panel-body{border-top:.0625rem solid #ddd}
.bootstrap-old .panel>.table>tbody:first-child>tr:first-child th,.bootstrap-old .panel>.table>tbody:first-child>tr:first-child td{border-top:0}
.bootstrap-old .panel>.table-bordered,.bootstrap-old .panel>.table-responsive>.table-bordered{border:0}
.bootstrap-old .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-old .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-old .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-old .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-old .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-old .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-old .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-old .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
.bootstrap-old .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-old .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-old .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-old .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-old .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-old .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-old .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-old .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-old .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
.bootstrap-old .panel>.table-bordered>thead>tr:first-child>td,.bootstrap-old .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bootstrap-old .panel>.table-bordered>tbody>tr:first-child>td,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bootstrap-old .panel>.table-bordered>thead>tr:first-child>th,.bootstrap-old .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.bootstrap-old .panel>.table-bordered>tbody>tr:first-child>th,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}
.bootstrap-old .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-old .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-old .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-old .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-old .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-old .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-old .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
.bootstrap-old .panel>.table-responsive{margin-bottom:0;border:0}
.bootstrap-old .panel-group{margin-bottom:1.25rem}
.bootstrap-old .panel-group .panel{margin-bottom:0;border-radius:.25rem}
.bootstrap-old .panel-group .panel+.panel{margin-top:.3125rem}
.bootstrap-old .panel-group .panel-heading{border-bottom:0}
.bootstrap-old .panel-group .panel-heading+.panel-collapse>.panel-body,.bootstrap-old .panel-group .panel-heading+.panel-collapse>.list-group{border-top:.0625rem solid #ddd}
.bootstrap-old .panel-group .panel-footer{border-top:0}
.bootstrap-old .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:.0625rem solid #ddd}
.bootstrap-old .panel-default{border-color:#ddd}
.bootstrap-old .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.bootstrap-old .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
.bootstrap-old .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}
.bootstrap-old .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
.bootstrap-old .panel-primary{border-color:#337ab7}
.bootstrap-old .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}
.bootstrap-old .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}
.bootstrap-old .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}
.bootstrap-old .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}
.bootstrap-old .panel-success{border-color:#d6e9c6}
.bootstrap-old .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.bootstrap-old .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}
.bootstrap-old .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
.bootstrap-old .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}
.bootstrap-old .panel-info{border-color:#bce8f1}
.bootstrap-old .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.bootstrap-old .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}
.bootstrap-old .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}
.bootstrap-old .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}
.bootstrap-old .panel-warning{border-color:#faebcc}
.bootstrap-old .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.bootstrap-old .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}
.bootstrap-old .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
.bootstrap-old .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}
.bootstrap-old .panel-danger{border-color:#ebccd1}
.bootstrap-old .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.bootstrap-old .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}
.bootstrap-old .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}
.bootstrap-old .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
.bootstrap-old .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.bootstrap-old .embed-responsive .embed-responsive-item,.bootstrap-old .embed-responsive iframe,.bootstrap-old .embed-responsive embed,.bootstrap-old .embed-responsive object,.bootstrap-old .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.bootstrap-old .embed-responsive-16by9{padding-bottom:56.25%}
.bootstrap-old .embed-responsive-4by3{padding-bottom:75%}
.bootstrap-old .well{min-height:1.25rem;padding:1.1875rem;margin-bottom:1.25rem;background-color:#f5f5f5;border:.0625rem solid #e3e3e3;border-radius:.25rem;-webkit-box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.05);box-shadow:inset 0 .0625rem .0625rem rgba(0,0,0,0.05)}
.bootstrap-old .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
.bootstrap-old .well-lg{padding:1.5rem;border-radius:.375rem}
.bootstrap-old .well-sm{padding:.5625rem;border-radius:.1875rem}
.bootstrap-old .close{float:right;font-size:1.3125rem;font-weight:bold;line-height:1;color:#000;text-shadow:0 .0625rem 0 #fff;filter:alpha(opacity=20);opacity:.2}
.bootstrap-old .close:hover,.bootstrap-old .close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
.bootstrap-old button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}
.bootstrap-old .modal-open{overflow:hidden}
.bootstrap-old .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.bootstrap-old .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}
.bootstrap-old .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.bootstrap-old .modal-open .modal{overflow-x:hidden;overflow-y:auto}
.bootstrap-old .modal-dialog{position:relative;width:auto;margin:.625rem}
.bootstrap-old .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:.0625rem solid #999;border:.0625rem solid rgba(0,0,0,0.2);border-radius:.375rem;outline:0;-webkit-box-shadow:0 .1875rem .5625rem rgba(0,0,0,0.5);box-shadow:0 .1875rem .5625rem rgba(0,0,0,0.5)}
.bootstrap-old .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.bootstrap-old .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.bootstrap-old .modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}
.bootstrap-old .modal-header{padding:.9375rem;border-bottom:.0625rem solid #e5e5e5}
.bootstrap-old .modal-header .close{margin-top:-0.125rem}
.bootstrap-old .modal-title{margin:0;line-height:1.42857143}
.bootstrap-old .modal-body{position:relative;padding:.9375rem}
.bootstrap-old .modal-footer{padding:.9375rem;text-align:right;border-top:.0625rem solid #e5e5e5}
.bootstrap-old .modal-footer .btn+.btn{margin-bottom:0;margin-left:.3125rem}
.bootstrap-old .modal-footer .btn-group .btn+.btn{margin-left:-0.0625rem}
.bootstrap-old .modal-footer .btn-block+.btn-block{margin-left:0}
.bootstrap-old .modal-scrollbar-measure{position:absolute;top:-624.9375rem;width:3.125rem;height:3.125rem;overflow:scroll}
@media(min-width:48rem){.bootstrap-old .modal-dialog{width:37.5rem;margin:1.875rem auto}
.bootstrap-old .modal-content{-webkit-box-shadow:0 .3125rem .9375rem rgba(0,0,0,0.5);box-shadow:0 .3125rem .9375rem rgba(0,0,0,0.5)}
.bootstrap-old .modal-sm{width:18.75rem}
}
@media(min-width:64rem){.bootstrap-old .modal-lg{width:56.25rem}
}
.bootstrap-old .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}
.bootstrap-old .tooltip.in{filter:alpha(opacity=90);opacity:.9}
.bootstrap-old .tooltip.top{padding:.3125rem 0;margin-top:-0.1875rem}
.bootstrap-old .tooltip.right{padding:0 .3125rem;margin-left:.1875rem}
.bootstrap-old .tooltip.bottom{padding:.3125rem 0;margin-top:.1875rem}
.bootstrap-old .tooltip.left{padding:0 .3125rem;margin-left:-0.1875rem}
.bootstrap-old .tooltip-inner{max-width:12.5rem;padding:.1875rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}
.bootstrap-old .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.bootstrap-old .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-0.3125rem;border-width:.3125rem .3125rem 0;border-top-color:#000}
.bootstrap-old .tooltip.top-left .tooltip-arrow{right:.3125rem;bottom:0;margin-bottom:-0.3125rem;border-width:.3125rem .3125rem 0;border-top-color:#000}
.bootstrap-old .tooltip.top-right .tooltip-arrow{bottom:0;left:.3125rem;margin-bottom:-0.3125rem;border-width:.3125rem .3125rem 0;border-top-color:#000}
.bootstrap-old .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-0.3125rem;border-width:.3125rem .3125rem .3125rem 0;border-right-color:#000}
.bootstrap-old .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-0.3125rem;border-width:.3125rem 0 .3125rem .3125rem;border-left-color:#000}
.bootstrap-old .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-0.3125rem;border-width:0 .3125rem .3125rem;border-bottom-color:#000}
.bootstrap-old .tooltip.bottom-left .tooltip-arrow{top:0;right:.3125rem;margin-top:-0.3125rem;border-width:0 .3125rem .3125rem;border-bottom-color:#000}
.bootstrap-old .tooltip.bottom-right .tooltip-arrow{top:0;left:.3125rem;margin-top:-0.3125rem;border-width:0 .3125rem .3125rem;border-bottom-color:#000}
.bootstrap-old .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:17.25rem;padding:.0625rem;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:.0625rem solid #ccc;border:.0625rem solid rgba(0,0,0,0.2);border-radius:.375rem;-webkit-box-shadow:0 .3125rem .625rem rgba(0,0,0,0.2);box-shadow:0 .3125rem .625rem rgba(0,0,0,0.2);line-break:auto}
.bootstrap-old .popover.top{margin-top:-0.625rem}
.bootstrap-old .popover.right{margin-left:.625rem}
.bootstrap-old .popover.bottom{margin-top:.625rem}
.bootstrap-old .popover.left{margin-left:-0.625rem}
.bootstrap-old .popover-title{padding:.5rem .875rem;margin:0;font-size:.875rem;background-color:#f7f7f7;border-bottom:.0625rem solid #ebebeb;border-radius:.3125rem .3125rem 0 0}
.bootstrap-old .popover-content{padding:.5625rem .875rem}
.bootstrap-old .popover>.arrow,.bootstrap-old .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.bootstrap-old .popover>.arrow{border-width:.6875rem}
.bootstrap-old .popover>.arrow:after{content:"";border-width:.625rem}
.bootstrap-old .popover.top>.arrow{bottom:-0.6875rem;left:50%;margin-left:-0.6875rem;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}
.bootstrap-old .popover.top>.arrow:after{bottom:.0625rem;margin-left:-0.625rem;content:" ";border-top-color:#fff;border-bottom-width:0}
.bootstrap-old .popover.right>.arrow{top:50%;left:-0.6875rem;margin-top:-0.6875rem;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}
.bootstrap-old .popover.right>.arrow:after{bottom:-0.625rem;left:.0625rem;content:" ";border-right-color:#fff;border-left-width:0}
.bootstrap-old .popover.bottom>.arrow{top:-0.6875rem;left:50%;margin-left:-0.6875rem;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25)}
.bootstrap-old .popover.bottom>.arrow:after{top:.0625rem;margin-left:-0.625rem;content:" ";border-top-width:0;border-bottom-color:#fff}
.bootstrap-old .popover.left>.arrow{top:50%;right:-0.6875rem;margin-top:-0.6875rem;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}
.bootstrap-old .popover.left>.arrow:after{right:.0625rem;bottom:-0.625rem;content:" ";border-right-width:0;border-left-color:#fff}
.bootstrap-old .carousel{position:relative}
.bootstrap-old .carousel-inner{position:relative;width:100%;overflow:hidden}
.bootstrap-old .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.bootstrap-old .carousel-inner>.item>img,.bootstrap-old .carousel-inner>.item>a>img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.bootstrap-old .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:62.5rem;perspective:62.5rem}
.bootstrap-old .carousel-inner>.item.next,.bootstrap-old .carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.bootstrap-old .carousel-inner>.item.prev,.bootstrap-old .carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.bootstrap-old .carousel-inner>.item.next.left,.bootstrap-old .carousel-inner>.item.prev.right,.bootstrap-old .carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.bootstrap-old .carousel-inner>.active,.bootstrap-old .carousel-inner>.next,.bootstrap-old .carousel-inner>.prev{display:block}
.bootstrap-old .carousel-inner>.active{left:0}
.bootstrap-old .carousel-inner>.next,.bootstrap-old .carousel-inner>.prev{position:absolute;top:0;width:100%}
.bootstrap-old .carousel-inner>.next{left:100%}
.bootstrap-old .carousel-inner>.prev{left:-100%}
.bootstrap-old .carousel-inner>.next.left,.bootstrap-old .carousel-inner>.prev.right{left:0}
.bootstrap-old .carousel-inner>.active.left{left:-100%}
.bootstrap-old .carousel-inner>.active.right{left:100%}
.bootstrap-old .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:1.25rem;color:#fff;text-align:center;text-shadow:0 .0625rem .125rem rgba(0,0,0,0.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}
.bootstrap-old .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}
.bootstrap-old .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}
.bootstrap-old .carousel-control:hover,.bootstrap-old .carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}
.bootstrap-old .carousel-control .icon-prev,.bootstrap-old .carousel-control .icon-next,.bootstrap-old .carousel-control .glyphicon-chevron-left,.bootstrap-old .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-0.625rem}
.bootstrap-old .carousel-control .icon-prev,.bootstrap-old .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-0.625rem}
.bootstrap-old .carousel-control .icon-next,.bootstrap-old .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-0.625rem}
.bootstrap-old .carousel-control .icon-prev,.bootstrap-old .carousel-control .icon-next{width:1.25rem;height:1.25rem;font-family:serif;line-height:1}
.bootstrap-old .carousel-control .icon-prev:before{content:'\2039'}
.bootstrap-old .carousel-control .icon-next:before{content:'\203a'}
.bootstrap-old .carousel-indicators{position:absolute;bottom:.625rem;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}
.bootstrap-old .carousel-indicators li{display:inline-block;width:.625rem;height:.625rem;margin:.0625rem;text-indent:-62.4375rem;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:.0625rem solid #fff;border-radius:.625rem}
.bootstrap-old .carousel-indicators .active{width:.75rem;height:.75rem;margin:0;background-color:#fff}
.bootstrap-old .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;z-index:10;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center;text-shadow:0 .0625rem .125rem rgba(0,0,0,0.6)}
.bootstrap-old .carousel-caption .btn{text-shadow:none}
@media(min-width:48rem){.bootstrap-old .carousel-control .glyphicon-chevron-left,.bootstrap-old .carousel-control .glyphicon-chevron-right,.bootstrap-old .carousel-control .icon-prev,.bootstrap-old .carousel-control .icon-next{width:1.875rem;height:1.875rem;margin-top:-0.625rem;font-size:1.875rem}
.bootstrap-old .carousel-control .glyphicon-chevron-left,.bootstrap-old .carousel-control .icon-prev{margin-left:-0.625rem}
.bootstrap-old .carousel-control .glyphicon-chevron-right,.bootstrap-old .carousel-control .icon-next{margin-right:-0.625rem}
.bootstrap-old .carousel-caption{right:20%;left:20%;padding-bottom:1.875rem}
.bootstrap-old .carousel-indicators{bottom:1.25rem}
}
.bootstrap-old .clearfix:before,.bootstrap-old .clearfix:after,.bootstrap-old .dl-horizontal dd:before,.bootstrap-old .dl-horizontal dd:after,.bootstrap-old .container:before,.bootstrap-old .container:after,.bootstrap-old .container-fluid:before,.bootstrap-old .container-fluid:after,.bootstrap-old .row:before,.bootstrap-old .row:after,.bootstrap-old .form-horizontal .form-group:before,.bootstrap-old .form-horizontal .form-group:after,.bootstrap-old .btn-toolbar:before,.bootstrap-old .btn-toolbar:after,.bootstrap-old .btn-group-vertical>.btn-group:before,.bootstrap-old .btn-group-vertical>.btn-group:after,.bootstrap-old .nav:before,.bootstrap-old .nav:after,.bootstrap-old .navbar:before,.bootstrap-old .navbar:after,.bootstrap-old .navbar-header:before,.bootstrap-old .navbar-header:after,.bootstrap-old .navbar-collapse:before,.bootstrap-old .navbar-collapse:after,.bootstrap-old .pager:before,.bootstrap-old .pager:after,.bootstrap-old .panel-body:before,.bootstrap-old .panel-body:after,.bootstrap-old .modal-header:before,.bootstrap-old .modal-header:after,.bootstrap-old .modal-footer:before,.bootstrap-old .modal-footer:after{display:table;content:" "}
.bootstrap-old .clearfix:after,.bootstrap-old .dl-horizontal dd:after,.bootstrap-old .container:after,.bootstrap-old .container-fluid:after,.bootstrap-old .row:after,.bootstrap-old .form-horizontal .form-group:after,.bootstrap-old .btn-toolbar:after,.bootstrap-old .btn-group-vertical>.btn-group:after,.bootstrap-old .nav:after,.bootstrap-old .navbar:after,.bootstrap-old .navbar-header:after,.bootstrap-old .navbar-collapse:after,.bootstrap-old .pager:after,.bootstrap-old .panel-body:after,.bootstrap-old .modal-header:after,.bootstrap-old .modal-footer:after{clear:both}
.bootstrap-old .center-block{display:block;margin-right:auto;margin-left:auto}
.bootstrap-old .loading-button{display:none;margin-top:1.5rem;margin-bottom:3.75rem}
.bootstrap-old .pull-right{float:right !important}
.bootstrap-old .pull-left{float:left !important}
.bootstrap-old .hide{display:none !important}
.bootstrap-old .show{display:block !important}
.bootstrap-old .invisible{visibility:hidden}
.bootstrap-old .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.bootstrap-old .hidden{display:none !important}
.bootstrap-old .affix{position:fixed}
@-ms-viewport{width:device-width}
.bootstrap-old .visible-xs,.bootstrap-old .visible-sm,.bootstrap-old .visible-md,.bootstrap-old .visible-lg{display:none !important}
.bootstrap-old .visible-xs-block,.bootstrap-old .visible-xs-inline,.bootstrap-old .visible-xs-inline-block,.bootstrap-old .visible-sm-block,.bootstrap-old .visible-sm-inline,.bootstrap-old .visible-sm-inline-block,.bootstrap-old .visible-md-block,.bootstrap-old .visible-md-inline,.bootstrap-old .visible-md-inline-block,.bootstrap-old .visible-lg-block,.bootstrap-old .visible-lg-inline,.bootstrap-old .visible-lg-inline-block{display:none !important}
@media(max-width:47.9375rem){.bootstrap-old .visible-xs{display:block}
.bootstrap-old table.visible-xs{display:table !important}
.bootstrap-old tr.visible-xs{display:table-row !important}
.bootstrap-old th.visible-xs,.bootstrap-old td.visible-xs{display:table-cell !important}
}
@media(max-width:47.9375rem){.bootstrap-old .visible-xs-block{display:block !important}
}
@media(max-width:47.9375rem){.bootstrap-old .visible-xs-inline{display:inline !important}
}
@media(max-width:47.9375rem){.bootstrap-old .visible-xs-inline-block{display:inline-block !important}
}
@media(min-width:48rem) and (max-width:63.9375rem){.bootstrap-old .visible-sm{display:block !important}
.bootstrap-old table.visible-sm{display:table !important}
.bootstrap-old tr.visible-sm{display:table-row !important}
.bootstrap-old th.visible-sm,.bootstrap-old td.visible-sm{display:table-cell !important}
}
@media(min-width:48rem) and (max-width:63.9375rem){.bootstrap-old .visible-sm-block{display:block !important}
}
@media(min-width:48rem) and (max-width:63.9375rem){.bootstrap-old .visible-sm-inline{display:inline !important}
}
@media(min-width:48rem) and (max-width:63.9375rem){.bootstrap-old .visible-sm-inline-block{display:inline-block !important}
}
@media(min-width:64.0625rem) and (max-width:74.9375rem){.bootstrap-old .visible-md{display:block !important}
.bootstrap-old table.visible-md{display:table !important}
.bootstrap-old tr.visible-md{display:table-row !important}
.bootstrap-old th.visible-md,.bootstrap-old td.visible-md{display:table-cell !important}
}
@media(min-width:64.0625rem) and (max-width:74.9375rem){.bootstrap-old .visible-md-block{display:block !important}
}
@media(min-width:64.0625rem) and (max-width:74.9375rem){.bootstrap-old .visible-md-inline{display:inline !important}
}
@media(min-width:64.0625rem) and (max-width:74.9375rem){.bootstrap-old .visible-md-inline-block{display:inline-block !important}
}
@media(min-width:75rem){.bootstrap-old .visible-lg{display:block !important}
.bootstrap-old table.visible-lg{display:table !important}
.bootstrap-old tr.visible-lg{display:table-row !important}
.bootstrap-old th.visible-lg,.bootstrap-old td.visible-lg{display:table-cell !important}
}
@media(min-width:75rem){.bootstrap-old .visible-lg-block{display:block !important}
}
@media(min-width:75rem){.bootstrap-old .visible-lg-inline{display:inline !important}
}
@media(min-width:75rem){.bootstrap-old .visible-lg-inline-block{display:inline-block !important}
}
@media(max-width:47.9375rem){.bootstrap-old .hidden-xs{display:none !important}
}
@media(min-width:48rem) and (max-width:63.9375rem){.bootstrap-old .hidden-sm{display:none !important}
}
@media(min-width:64rem) and (max-width:74.9375rem){.bootstrap-old .hidden-md{display:none !important}
}
@media(min-width:75rem){.bootstrap-old .hidden-lg{display:none !important}
}
.bootstrap-old .visible-print{display:none !important}
@media print{.bootstrap-old .visible-print{display:block !important}
.bootstrap-old table.visible-print{display:table !important}
.bootstrap-old tr.visible-print{display:table-row !important}
.bootstrap-old th.visible-print,.bootstrap-old td.visible-print{display:table-cell !important}
}
.bootstrap-old .visible-print-block{display:none !important}
@media print{.bootstrap-old .visible-print-block{display:block !important}
}
.bootstrap-old .visible-print-inline{display:none !important}
@media print{.bootstrap-old .visible-print-inline{display:inline !important}
}
.bootstrap-old .visible-print-inline-block{display:none !important}
@media print{.bootstrap-old .visible-print-inline-block{display:inline-block !important}
}
@media print{.bootstrap-old .hidden-print{display:none !important}
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('clientlib-services/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('clientlib-services/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('clientlib-services/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('clientlib-services/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('clientlib-services/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('clientlib-services/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}
@-webkit-keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-glass:before{content:"\f000"}
.fa-music:before{content:"\f001"}
.fa-search:before{content:"\f002"}
.fa-envelope-o:before{content:"\f003"}
.fa-heart:before{content:"\f004"}
.fa-star:before{content:"\f005"}
.fa-star-o:before{content:"\f006"}
.fa-user:before{content:"\f007"}
.fa-film:before{content:"\f008"}
.fa-th-large:before{content:"\f009"}
.fa-th:before{content:"\f00a"}
.fa-th-list:before{content:"\f00b"}
.fa-check:before{content:"\f00c"}
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}
.fa-search-plus:before{content:"\f00e"}
.fa-search-minus:before{content:"\f010"}
.fa-power-off:before{content:"\f011"}
.fa-signal:before{content:"\f012"}
.fa-gear:before,.fa-cog:before{content:"\f013"}
.fa-trash-o:before{content:"\f014"}
.fa-home:before{content:"\f015"}
.fa-file-o:before{content:"\f016"}
.fa-clock-o:before{content:"\f017"}
.fa-road:before{content:"\f018"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-arrow-circle-o-up:before{content:"\f01b"}
.fa-inbox:before{content:"\f01c"}
.fa-play-circle-o:before{content:"\f01d"}
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}
.fa-refresh:before{content:"\f021"}
.fa-list-alt:before{content:"\f022"}
.fa-lock:before{content:"\f023"}
.fa-flag:before{content:"\f024"}
.fa-headphones:before{content:"\f025"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-up:before{content:"\f028"}
.fa-qrcode:before{content:"\f029"}
.fa-barcode:before{content:"\f02a"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-book:before{content:"\f02d"}
.fa-bookmark:before{content:"\f02e"}
.fa-print:before{content:"\f02f"}
.fa-camera:before{content:"\f030"}
.fa-font:before{content:"\f031"}
.fa-bold:before{content:"\f032"}
.fa-italic:before{content:"\f033"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-align-left:before{content:"\f036"}
.fa-align-center:before{content:"\f037"}
.fa-align-right:before{content:"\f038"}
.fa-align-justify:before{content:"\f039"}
.fa-list:before{content:"\f03a"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-indent:before{content:"\f03c"}
.fa-video-camera:before{content:"\f03d"}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}
.fa-pencil:before{content:"\f040"}
.fa-map-marker:before{content:"\f041"}
.fa-adjust:before{content:"\f042"}
.fa-tint:before{content:"\f043"}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
.fa-share-square-o:before{content:"\f045"}
.fa-check-square-o:before{content:"\f046"}
.fa-arrows:before{content:"\f047"}
.fa-step-backward:before{content:"\f048"}
.fa-fast-backward:before{content:"\f049"}
.fa-backward:before{content:"\f04a"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-stop:before{content:"\f04d"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before{content:"\f050"}
.fa-step-forward:before{content:"\f051"}
.fa-eject:before{content:"\f052"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-plus-circle:before{content:"\f055"}
.fa-minus-circle:before{content:"\f056"}
.fa-times-circle:before{content:"\f057"}
.fa-check-circle:before{content:"\f058"}
.fa-question-circle:before{content:"\f059"}
.fa-info-circle:before{content:"\f05a"}
.fa-crosshairs:before{content:"\f05b"}
.fa-times-circle-o:before{content:"\f05c"}
.fa-check-circle-o:before{content:"\f05d"}
.fa-ban:before{content:"\f05e"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-down:before{content:"\f063"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-expand:before{content:"\f065"}
.fa-compress:before{content:"\f066"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-asterisk:before{content:"\f069"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-gift:before{content:"\f06b"}
.fa-leaf:before{content:"\f06c"}
.fa-fire:before{content:"\f06d"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
.fa-plane:before{content:"\f072"}
.fa-calendar:before{content:"\f073"}
.fa-random:before{content:"\f074"}
.fa-comment:before{content:"\f075"}
.fa-magnet:before{content:"\f076"}
.fa-chevron-up:before{content:"\f077"}
.fa-chevron-down:before{content:"\f078"}
.fa-retweet:before{content:"\f079"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-h:before{content:"\f07e"}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}
.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-camera-retro:before{content:"\f083"}
.fa-key:before{content:"\f084"}
.fa-gears:before,.fa-cogs:before{content:"\f085"}
.fa-comments:before{content:"\f086"}
.fa-thumbs-o-up:before{content:"\f087"}
.fa-thumbs-o-down:before{content:"\f088"}
.fa-star-half:before{content:"\f089"}
.fa-heart-o:before{content:"\f08a"}
.fa-sign-out:before{content:"\f08b"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-thumb-tack:before{content:"\f08d"}
.fa-external-link:before{content:"\f08e"}
.fa-sign-in:before{content:"\f090"}
.fa-trophy:before{content:"\f091"}
.fa-github-square:before{content:"\f092"}
.fa-upload:before{content:"\f093"}
.fa-lemon-o:before{content:"\f094"}
.fa-phone:before{content:"\f095"}
.fa-square-o:before{content:"\f096"}
.fa-bookmark-o:before{content:"\f097"}
.fa-phone-square:before{content:"\f098"}
.fa-twitter:before{content:"\f099"}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-feed:before,.fa-rss:before{content:"\f09e"}
.fa-hdd-o:before{content:"\f0a0"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bell:before{content:"\f0f3"}
.fa-certificate:before{content:"\f0a3"}
.fa-hand-o-right:before{content:"\f0a4"}
.fa-hand-o-left:before{content:"\f0a5"}
.fa-hand-o-up:before{content:"\f0a6"}
.fa-hand-o-down:before{content:"\f0a7"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-globe:before{content:"\f0ac"}
.fa-wrench:before{content:"\f0ad"}
.fa-tasks:before{content:"\f0ae"}
.fa-filter:before{content:"\f0b0"}
.fa-briefcase:before{content:"\f0b1"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-group:before,.fa-users:before{content:"\f0c0"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-cloud:before{content:"\f0c2"}
.fa-flask:before{content:"\f0c3"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
.fa-paperclip:before{content:"\f0c6"}
.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}
.fa-square:before{content:"\f0c8"}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}
.fa-list-ul:before{content:"\f0ca"}
.fa-list-ol:before{content:"\f0cb"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-underline:before{content:"\f0cd"}
.fa-table:before{content:"\f0ce"}
.fa-magic:before{content:"\f0d0"}
.fa-truck:before{content:"\f0d1"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-money:before{content:"\f0d6"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-columns:before{content:"\f0db"}
.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}
.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}
.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f0e1"}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-legal:before,.fa-gavel:before{content:"\f0e3"}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
.fa-comment-o:before{content:"\f0e5"}
.fa-comments-o:before{content:"\f0e6"}
.fa-flash:before,.fa-bolt:before{content:"\f0e7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-exchange:before{content:"\f0ec"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-user-md:before{content:"\f0f0"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-suitcase:before{content:"\f0f2"}
.fa-bell-o:before{content:"\f0a2"}
.fa-coffee:before{content:"\f0f4"}
.fa-cutlery:before{content:"\f0f5"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-building-o:before{content:"\f0f7"}
.fa-hospital-o:before{content:"\f0f8"}
.fa-ambulance:before{content:"\f0f9"}
.fa-medkit:before{content:"\f0fa"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-beer:before{content:"\f0fc"}
.fa-h-square:before{content:"\f0fd"}
.fa-plus-square:before{content:"\f0fe"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-desktop:before{content:"\f108"}
.fa-laptop:before{content:"\f109"}
.fa-tablet:before{content:"\f10a"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-circle-o:before{content:"\f10c"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-spinner:before{content:"\f110"}
.fa-circle:before{content:"\f111"}
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
.fa-gamepad:before{content:"\f11b"}
.fa-keyboard-o:before{content:"\f11c"}
.fa-flag-o:before{content:"\f11d"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-terminal:before{content:"\f120"}
.fa-code:before{content:"\f121"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
.fa-location-arrow:before{content:"\f124"}
.fa-crop:before{content:"\f125"}
.fa-code-fork:before{content:"\f126"}
.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}
.fa-question:before{content:"\f128"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\f12a"}
.fa-superscript:before{content:"\f12b"}
.fa-subscript:before{content:"\f12c"}
.fa-eraser:before{content:"\f12d"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-slash:before{content:"\f131"}
.fa-shield:before{content:"\f132"}
.fa-calendar-o:before{content:"\f133"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-rocket:before{content:"\f135"}
.fa-maxcdn:before{content:"\f136"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-html5:before{content:"\f13b"}
.fa-css3:before{content:"\f13c"}
.fa-anchor:before{content:"\f13d"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-rss-square:before{content:"\f143"}
.fa-play-circle:before{content:"\f144"}
.fa-ticket:before{content:"\f145"}
.fa-minus-square:before{content:"\f146"}
.fa-minus-square-o:before{content:"\f147"}
.fa-level-up:before{content:"\f148"}
.fa-level-down:before{content:"\f149"}
.fa-check-square:before{content:"\f14a"}
.fa-pencil-square:before{content:"\f14b"}
.fa-external-link-square:before{content:"\f14c"}
.fa-share-square:before{content:"\f14d"}
.fa-compass:before{content:"\f14e"}
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}
.fa-euro:before,.fa-eur:before{content:"\f153"}
.fa-gbp:before{content:"\f154"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-rupee:before,.fa-inr:before{content:"\f156"}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}
.fa-won:before,.fa-krw:before{content:"\f159"}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
.fa-file:before{content:"\f15b"}
.fa-file-text:before{content:"\f15c"}
.fa-sort-alpha-asc:before{content:"\f15d"}
.fa-sort-alpha-desc:before{content:"\f15e"}
.fa-sort-amount-asc:before{content:"\f160"}
.fa-sort-amount-desc:before{content:"\f161"}
.fa-sort-numeric-asc:before{content:"\f162"}
.fa-sort-numeric-desc:before{content:"\f163"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbs-down:before{content:"\f165"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-youtube-play:before{content:"\f16a"}
.fa-dropbox:before{content:"\f16b"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-instagram:before{content:"\f16d"}
.fa-flickr:before{content:"\f16e"}
.fa-adn:before{content:"\f170"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitbucket-square:before{content:"\f172"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-long-arrow-down:before{content:"\f175"}
.fa-long-arrow-up:before{content:"\f176"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-apple:before{content:"\f179"}
.fa-windows:before{content:"\f17a"}
.fa-android:before{content:"\f17b"}
.fa-linux:before{content:"\f17c"}
.fa-dribbble:before{content:"\f17d"}
.fa-skype:before{content:"\f17e"}
.fa-foursquare:before{content:"\f180"}
.fa-trello:before{content:"\f181"}
.fa-female:before{content:"\f182"}
.fa-male:before{content:"\f183"}
.fa-gittip:before,.fa-gratipay:before{content:"\f184"}
.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before{content:"\f186"}
.fa-archive:before{content:"\f187"}
.fa-bug:before{content:"\f188"}
.fa-vk:before{content:"\f189"}
.fa-weibo:before{content:"\f18a"}
.fa-renren:before{content:"\f18b"}
.fa-pagelines:before{content:"\f18c"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-arrow-circle-o-right:before{content:"\f18e"}
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-turkish-lira:before,.fa-try:before{content:"\f195"}
.fa-plus-square-o:before{content:"\f196"}
.fa-space-shuttle:before{content:"\f197"}
.fa-slack:before{content:"\f198"}
.fa-envelope-square:before{content:"\f199"}
.fa-wordpress:before{content:"\f19a"}
.fa-openid:before{content:"\f19b"}
.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}
.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}
.fa-yahoo:before{content:"\f19e"}
.fa-google:before{content:"\f1a0"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-digg:before{content:"\f1a6"}
.fa-pied-piper-pp:before{content:"\f1a7"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-drupal:before{content:"\f1a9"}
.fa-joomla:before{content:"\f1aa"}
.fa-language:before{content:"\f1ab"}
.fa-fax:before{content:"\f1ac"}
.fa-building:before{content:"\f1ad"}
.fa-child:before{content:"\f1ae"}
.fa-paw:before{content:"\f1b0"}
.fa-spoon:before{content:"\f1b1"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-recycle:before{content:"\f1b8"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-tree:before{content:"\f1bb"}
.fa-spotify:before{content:"\f1bc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-soundcloud:before{content:"\f1be"}
.fa-database:before{content:"\f1c0"}
.fa-file-pdf-o:before{content:"\f1c1"}
.fa-file-word-o:before{content:"\f1c2"}
.fa-file-excel-o:before{content:"\f1c3"}
.fa-file-powerpoint-o:before{content:"\f1c4"}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}
.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}
.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}
.fa-file-code-o:before{content:"\f1c9"}
.fa-vine:before{content:"\f1ca"}
.fa-codepen:before{content:"\f1cb"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}
.fa-circle-o-notch:before{content:"\f1ce"}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}
.fa-ge:before,.fa-empire:before{content:"\f1d1"}
.fa-git-square:before{content:"\f1d2"}
.fa-git:before{content:"\f1d3"}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-qq:before{content:"\f1d6"}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}
.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}
.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}
.fa-history:before{content:"\f1da"}
.fa-circle-thin:before{content:"\f1db"}
.fa-header:before{content:"\f1dc"}
.fa-paragraph:before{content:"\f1dd"}
.fa-sliders:before{content:"\f1de"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-alt-square:before{content:"\f1e1"}
.fa-bomb:before{content:"\f1e2"}
.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}
.fa-tty:before{content:"\f1e4"}
.fa-binoculars:before{content:"\f1e5"}
.fa-plug:before{content:"\f1e6"}
.fa-slideshare:before{content:"\f1e7"}
.fa-twitch:before{content:"\f1e8"}
.fa-yelp:before{content:"\f1e9"}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-wifi:before{content:"\f1eb"}
.fa-calculator:before{content:"\f1ec"}
.fa-paypal:before{content:"\f1ed"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bell-slash-o:before{content:"\f1f7"}
.fa-trash:before{content:"\f1f8"}
.fa-copyright:before{content:"\f1f9"}
.fa-at:before{content:"\f1fa"}
.fa-eyedropper:before{content:"\f1fb"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-area-chart:before{content:"\f1fe"}
.fa-pie-chart:before{content:"\f200"}
.fa-line-chart:before{content:"\f201"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-bicycle:before{content:"\f206"}
.fa-bus:before{content:"\f207"}
.fa-ioxhost:before{content:"\f208"}
.fa-angellist:before{content:"\f209"}
.fa-cc:before{content:"\f20a"}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}
.fa-meanpath:before{content:"\f20c"}
.fa-buysellads:before{content:"\f20d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-dashcube:before{content:"\f210"}
.fa-forumbee:before{content:"\f211"}
.fa-leanpub:before{content:"\f212"}
.fa-sellsy:before{content:"\f213"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-simplybuilt:before{content:"\f215"}
.fa-skyatlas:before{content:"\f216"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-diamond:before{content:"\f219"}
.fa-ship:before{content:"\f21a"}
.fa-user-secret:before{content:"\f21b"}
.fa-motorcycle:before{content:"\f21c"}
.fa-street-view:before{content:"\f21d"}
.fa-heartbeat:before{content:"\f21e"}
.fa-venus:before{content:"\f221"}
.fa-mars:before{content:"\f222"}
.fa-mercury:before{content:"\f223"}
.fa-intersex:before,.fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-venus-double:before{content:"\f226"}
.fa-mars-double:before{content:"\f227"}
.fa-venus-mars:before{content:"\f228"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-v:before{content:"\f22a"}
.fa-mars-stroke-h:before{content:"\f22b"}
.fa-neuter:before{content:"\f22c"}
.fa-genderless:before{content:"\f22d"}
.fa-facebook-official:before{content:"\f230"}
.fa-pinterest-p:before{content:"\f231"}
.fa-whatsapp:before{content:"\f232"}
.fa-server:before{content:"\f233"}
.fa-user-plus:before{content:"\f234"}
.fa-user-times:before{content:"\f235"}
.fa-hotel:before,.fa-bed:before{content:"\f236"}
.fa-viacoin:before{content:"\f237"}
.fa-train:before{content:"\f238"}
.fa-subway:before{content:"\f239"}
.fa-medium:before{content:"\f23a"}
.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}
.fa-optin-monster:before{content:"\f23c"}
.fa-opencart:before{content:"\f23d"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}
.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}
.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}
.fa-mouse-pointer:before{content:"\f245"}
.fa-i-cursor:before{content:"\f246"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-sticky-note:before{content:"\f249"}
.fa-sticky-note-o:before{content:"\f24a"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-clone:before{content:"\f24d"}
.fa-balance-scale:before{content:"\f24e"}
.fa-hourglass-o:before{content:"\f250"}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass:before{content:"\f254"}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}
.fa-hand-scissors-o:before{content:"\f257"}
.fa-hand-lizard-o:before{content:"\f258"}
.fa-hand-spock-o:before{content:"\f259"}
.fa-hand-pointer-o:before{content:"\f25a"}
.fa-hand-peace-o:before{content:"\f25b"}
.fa-trademark:before{content:"\f25c"}
.fa-registered:before{content:"\f25d"}
.fa-creative-commons:before{content:"\f25e"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-tripadvisor:before{content:"\f262"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-get-pocket:before{content:"\f265"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-safari:before{content:"\f267"}
.fa-chrome:before{content:"\f268"}
.fa-firefox:before{content:"\f269"}
.fa-opera:before{content:"\f26a"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-tv:before,.fa-television:before{content:"\f26c"}
.fa-contao:before{content:"\f26d"}
.fa-500px:before{content:"\f26e"}
.fa-amazon:before{content:"\f270"}
.fa-calendar-plus-o:before{content:"\f271"}
.fa-calendar-minus-o:before{content:"\f272"}
.fa-calendar-times-o:before{content:"\f273"}
.fa-calendar-check-o:before{content:"\f274"}
.fa-industry:before{content:"\f275"}
.fa-map-pin:before{content:"\f276"}
.fa-map-signs:before{content:"\f277"}
.fa-map-o:before{content:"\f278"}
.fa-map:before{content:"\f279"}
.fa-commenting:before{content:"\f27a"}
.fa-commenting-o:before{content:"\f27b"}
.fa-houzz:before{content:"\f27c"}
.fa-vimeo:before{content:"\f27d"}
.fa-black-tie:before{content:"\f27e"}
.fa-fonticons:before{content:"\f280"}
.fa-reddit-alien:before{content:"\f281"}
.fa-edge:before{content:"\f282"}
.fa-credit-card-alt:before{content:"\f283"}
.fa-codiepie:before{content:"\f284"}
.fa-modx:before{content:"\f285"}
.fa-fort-awesome:before{content:"\f286"}
.fa-usb:before{content:"\f287"}
.fa-product-hunt:before{content:"\f288"}
.fa-mixcloud:before{content:"\f289"}
.fa-scribd:before{content:"\f28a"}
.fa-pause-circle:before{content:"\f28b"}
.fa-pause-circle-o:before{content:"\f28c"}
.fa-stop-circle:before{content:"\f28d"}
.fa-stop-circle-o:before{content:"\f28e"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-basket:before{content:"\f291"}
.fa-hashtag:before{content:"\f292"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-percent:before{content:"\f295"}
.fa-gitlab:before{content:"\f296"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpforms:before{content:"\f298"}
.fa-envira:before{content:"\f299"}
.fa-universal-access:before{content:"\f29a"}
.fa-wheelchair-alt:before{content:"\f29b"}
.fa-question-circle-o:before{content:"\f29c"}
.fa-blind:before{content:"\f29d"}
.fa-audio-description:before{content:"\f29e"}
.fa-volume-control-phone:before{content:"\f2a0"}
.fa-braille:before{content:"\f2a1"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}
.fa-low-vision:before{content:"\f2a8"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-first-order:before{content:"\f2b0"}
.fa-yoast:before{content:"\f2b1"}
.fa-themeisle:before{content:"\f2b2"}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-handshake-o:before{content:"\f2b5"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-o:before{content:"\f2b7"}
.fa-linode:before{content:"\f2b8"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-book-o:before{content:"\f2ba"}
.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}
.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-user-o:before{content:"\f2c0"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}
.fa-quora:before{content:"\f2c4"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-telegram:before{content:"\f2c6"}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-shower:before{content:"\f2cc"}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}
.fa-podcast:before{content:"\f2ce"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-grav:before{content:"\f2d6"}
.fa-etsy:before{content:"\f2d7"}
.fa-imdb:before{content:"\f2d8"}
.fa-ravelry:before{content:"\f2d9"}
.fa-eercast:before{content:"\f2da"}
.fa-microchip:before{content:"\f2db"}
.fa-snowflake-o:before{content:"\f2dc"}
.fa-superpowers:before{content:"\f2dd"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-meetup:before{content:"\f2e0"}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face{font-family:"Deutsche Bank Text";src:url("clientlib-services/fonts/DeutscheBankText_W_Rg.eot");src:url("clientlib-services/fonts/DeutscheBankText_W_Rg.woff2") format("woff2"),url("clientlib-services/fonts/DeutscheBankText_W_Rg.woff") format("woff"),url("clientlib-services/fonts/DeutscheBankText_A_Rg.ttf") format("truetype");font-style:normal;font-display:swap}
@font-face{font-family:"Deutsche Bank Text";src:url("clientlib-services/fonts/DeutscheBankText_W_It.eot");src:url("clientlib-services/fonts/DeutscheBankText_W_It.woff2") format("woff2"),url("clientlib-services/fonts/DeutscheBankText_W_It.woff") format("woff"),url("clientlib-services/fonts/DeutscheBankText_A_It.ttf") format("truetype");font-style:italic;font-display:swap}
@font-face{font-family:"Deutsche Bank Display";src:url("clientlib-services/fonts/DeutscheBankDisplay_W_Rg.eot");src:url("clientlib-services/fonts/DeutscheBankDisplay_W_Rg.woff2") format("woff2"),url("clientlib-services/fonts/DeutscheBankDisplay_W_Rg.woff") format("woff"),url("clientlib-services/DeutscheBankDisplay_A_Rg.ttf") format("truetype");font-style:normal;font-display:swap}
@font-face{font-family:"Deutsche Bank Display";src:url("clientlib-services/fonts/DeutscheBankDisplay_W_It.eot");src:url("clientlib-services/fonts/DeutscheBankDisplay_W_It.woff2") format("woff2"),url("clientlib-services/fonts/DeutscheBankDisplay_W_It.woff") format("woff"),url("clientlib-services/fonts/DeutscheBankDisplay_A_It.ttf") format("truetype");font-style:italic;font-display:swap}
@font-face{font-family:"icons";font-style:normal;font-weight:normal;src:url("clientlib-services/fonts/icons.eot");src:url("clientlib-services/fonts/icons.eot?#iefix") format("embedded-opentype"),url("clientlib-services/fonts/icons.woff") format("woff"),url("clientlib-services/fonts/icons.ttf") format("truetype"),url("clientlib-services/fonts/icons.svg#UniversDeutscheBankRegular") format("svg");font-display:swap}
body{font-family:"Deutsche Bank Text";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.container{margin:0;padding:0;width:100%}
.row{margin:0;padding:0}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding:0}
.heading-blue{color:#061d41}
@media(max-width:767px){h1 .heading-blue{font-size:28px;display:block;width:80%;margin-bottom:10px;line-height:1.2}
h3 .heading-blue{font-size:16px;width:80%;display:block;line-height:1.2;margin-bottom:10px}
p .heading-blue{font-size:14px;width:80%;display:block;line-height:1.2;margin-bottom:10px}
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0}
h1,h2,h3,h4,h5,h6{font-family:"Deutsche Bank Display"}
p{margin:0}
img[data-fit]{background-position:50% 50%;background-repeat:no-repeat}
img[data-fit~="contain"]{object-fit:contain;background-size:contain}
img[data-fit~="cover"]{object-fit:cover;background-size:cover}
img[data-fit~="left"]{object-position:left center;background-position:left center}
img[data-fit~="right"]{object-position:right center;background-position:right center}
img[data-fit~="top"]{object-position:center top;background-position:center top}
img[data-fit~="bottom"]{object-position:center bottom;background-position:center bottom}
img[data-fit~="left"][data-fit~="top"]{object-position:left top;background-position:left top}
img[data-fit~="left"][data-fit~="bottom"]{object-position:left bottom;background-position:left bottom}
img[data-fit~="right"][data-fit~="top"]{object-position:right top;background-position:right top}
img[data-fit~="right"][data-fit~="bottom"]{object-position:right bottom;background-position:right bottom}
.main{margin:0;padding:0;width:100%;min-height:755px}
.home-main{background-color:#f6f8fc}
.content-page{background-color:#f6f8fc}
.pageheader{margin-top:1px}
.conversations-main,.confirmation-main{background-color:#f2f6f7;padding-bottom:40px}
.page-main{background-color:#f2f6f7;padding-bottom:10px;min-height:755px}
.article-main{background:#fff;padding-bottom:60px}
.align-center{min-height:215px}
.article-container{position:relative}
.fc-blue{color:#061d41}
.fc-amber{color:#1a69de}
.fc-amber1{color:#00a3e0}
.publish-date{border-top:.0625rem solid #a0a0a0;border-bottom:.0625rem solid #a0a0a0;line-height:2.5rem;font-size:.875rem;color:#16184e;height:2.5rem}
.service-unavailable{background-color:black;cursor:initial}
.click-to-request-cc{display:none;position:relative;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}
.click-to-request-cc p{cursor:pointer;color:#337ab7}
.click-to-request-cc p:hover,.click-to-request-cc p:focus{color:#23527c}
.data-service-unavailable{border:1px solid red;color:red}
@media(min-width:1024px){.cq-colctrl-lt9{width:100%}
}