/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}body{text-rendering:optimizeLegibility}a{color:inherit}button{background:none;border-width:0;padding:0}button:hover{cursor:pointer}img,video{height:auto;max-width:100%}iframe{border:0}td:not([align]),th:not([align]){text-align:left}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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 shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-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)}}.animate__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:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__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)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-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-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-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}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-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)}}@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)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-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)}}@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)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:rgba(0,0,0,0)!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.comment-form input[type=submit]>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:Glyphicons Halflings;src:url(/ldp_spa/_next/static/media/glyphicons-halflings-regular.7a0f4b09.eot);src:url(/ldp_spa/_next/static/media/glyphicons-halflings-regular.7a0f4b09.eot?#iefix) format("embedded-opentype"),url(/ldp_spa/_next/static/media/glyphicons-halflings-regular.b7078197.woff2) format("woff2"),url(/ldp_spa/_next/static/media/glyphicons-halflings-regular.4ba85dea.woff) format("woff"),url(/ldp_spa/_next/static/media/glyphicons-halflings-regular.009b407a.ttf) format("truetype"),url(/ldp_spa/_next/static/media/glyphicons-halflings-regular.85f0466c.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:""}.glyphicon-jpy:before,.glyphicon-yen:before{content:"¥"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:rgb(51.4340909091,122.2772727273,183.4159090909)}a:focus,a:hover{color:rgb(34.6799586777,82.4466942149,123.6700413223);text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.wp-caption img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid hsl(0,0%,93.5%)}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.screen-reader-text:active,.screen-reader-text:focus,.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:hsl(0,0%,46.7%)}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:hsl(0,0%,46.7%)}.text-primary{color:rgb(51.4340909091,122.2772727273,183.4159090909)}a.text-primary:focus,a.text-primary:hover{color:rgb(40.2646694215,95.723553719,143.5853305785)}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:rgb(42.808988764,84.191011236,43.5224719101)}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:rgb(35.984375,82.25,105.015625)}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:rgb(102.2741116751,80.7817258883,43.7258883249)}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:hsl(1.1650485437,43.829787234%,36.0784313725%)}.bg-primary{color:#fff;background-color:rgb(51.4340909091,122.2772727273,183.4159090909)}a.bg-primary:focus,a.bg-primary:hover{background-color:rgb(40.2646694215,95.723553719,143.5853305785)}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:hsl(102.5,44.4444444444%,79.4117647059%)}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:hsl(200,65.2173913043%,80.9803921569%)}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:hsl(50.4,80.6451612903%,83.9215686275%)}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:hsl(0,43.4782608696%,80.9803921569%)}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid hsl(0,0%,93.5%)}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.comment-list,.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{display:table;content:" "}.dl-horizontal dd:after{clear:both}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid hsl(0,0%,93.5%)}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.428571429;color:hsl(0,0%,46.7%)}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid hsl(0,0%,93.5%);border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px;font-size:90%}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:rgba(0,0,0,0);border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:after,.container:before{display:table;content:" "}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-fluid:after,.container-fluid:before{display:table;content:" "}.container-fluid:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:after,.row:before{display:table;content:" "}.row:after{clear:both}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left: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{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.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{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media(min-width:768px){.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{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media(min-width:992px){.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{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media(min-width:1200px){.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{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:rgba(0,0,0,0)}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:hsl(0,0%,46.7%);text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:hsl(0,0%,91.0784313725%)}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:hsl(102.5,44.4444444444%,84.4117647059%)}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:hsl(200,65.2173913043%,85.9803921569%)}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:hsl(50.4,80.6451612903%,88.9215686275%)}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:hsl(0,43.4782608696%,85.9803921569%)}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0}legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:hsl(0,0%,33.5%)}.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea,.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:hsl(0,0%,33.5%);background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.comment-form input[type=email]:focus,.comment-form input[type=text]:focus,.comment-form input[type=url]:focus,.comment-form textarea:focus,.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.comment-form input[type=email]::-moz-placeholder,.comment-form input[type=text]::-moz-placeholder,.comment-form input[type=url]::-moz-placeholder,.comment-form textarea::-moz-placeholder,.form-control::-moz-placeholder{color:#999;opacity:1}.comment-form input[type=email]:-ms-input-placeholder,.comment-form input[type=text]:-ms-input-placeholder,.comment-form input[type=url]:-ms-input-placeholder,.comment-form textarea:-ms-input-placeholder,.form-control:-ms-input-placeholder{color:#999}.comment-form input[type=email]::-webkit-input-placeholder,.comment-form input[type=text]::-webkit-input-placeholder,.comment-form input[type=url]::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{color:#999}.comment-form input[type=email]::-ms-expand,.comment-form input[type=text]::-ms-expand,.comment-form input[type=url]::-ms-expand,.comment-form textarea::-ms-expand,.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.comment-form fieldset[disabled] input[type=email],.comment-form fieldset[disabled] input[type=text],.comment-form fieldset[disabled] input[type=url],.comment-form fieldset[disabled] textarea,.comment-form input[disabled][type=email],.comment-form input[disabled][type=text],.comment-form input[disabled][type=url],.comment-form input[readonly][type=email],.comment-form input[readonly][type=text],.comment-form input[readonly][type=url],.comment-form textarea[disabled],.comment-form textarea[readonly],.form-control[disabled],.form-control[readonly],fieldset[disabled] .comment-form input[type=email],fieldset[disabled] .comment-form input[type=text],fieldset[disabled] .comment-form input[type=url],fieldset[disabled] .comment-form textarea,fieldset[disabled] .form-control{background-color:hsl(0,0%,93.5%);opacity:1}.comment-form fieldset[disabled] input[type=email],.comment-form fieldset[disabled] input[type=text],.comment-form fieldset[disabled] input[type=url],.comment-form fieldset[disabled] textarea,.comment-form input[disabled][type=email],.comment-form input[disabled][type=text],.comment-form input[disabled][type=url],.comment-form textarea[disabled],.form-control[disabled],fieldset[disabled] .comment-form input[type=email],fieldset[disabled] .comment-form input[type=text],fieldset[disabled] .comment-form input[type=url],fieldset[disabled] .comment-form textarea,fieldset[disabled] .form-control{cursor:not-allowed}.comment-form textarea,textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){.comment-form input[type=date][type=email],.comment-form input[type=date][type=text],.comment-form input[type=date][type=url],.comment-form input[type=datetime-local][type=email],.comment-form input[type=datetime-local][type=text],.comment-form input[type=datetime-local][type=url],.comment-form input[type=month][type=email],.comment-form input[type=month][type=text],.comment-form input[type=month][type=url],.comment-form input[type=time][type=email],.comment-form input[type=time][type=text],.comment-form input[type=time][type=url],input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.comment-form .input-group-sm>.input-group-btn>input[type=date][type=submit],.comment-form .input-group-sm>.input-group-btn>input[type=datetime-local][type=submit],.comment-form .input-group-sm>.input-group-btn>input[type=month][type=submit],.comment-form .input-group-sm>.input-group-btn>input[type=time][type=submit],.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.comment-form .input-group-lg>.input-group-btn>input[type=date][type=submit],.comment-form .input-group-lg>.input-group-btn>input[type=datetime-local][type=submit],.comment-form .input-group-lg>.input-group-btn>input[type=month][type=submit],.comment-form .input-group-lg>.input-group-btn>input[type=time][type=submit],.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.comment-form p,.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.comment-form .input-group-lg>.input-group-btn>input.form-control-static[type=submit],.comment-form .input-group-lg>input.form-control-static[type=email],.comment-form .input-group-lg>input.form-control-static[type=text],.comment-form .input-group-lg>input.form-control-static[type=url],.comment-form .input-group-lg>textarea.form-control-static,.comment-form .input-group-sm>.input-group-btn>input.form-control-static[type=submit],.comment-form .input-group-sm>input.form-control-static[type=email],.comment-form .input-group-sm>input.form-control-static[type=text],.comment-form .input-group-sm>input.form-control-static[type=url],.comment-form .input-group-sm>textarea.form-control-static,.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}.comment-form .input-group-sm>.input-group-btn>input[type=submit],.comment-form .input-group-sm>input[type=email],.comment-form .input-group-sm>input[type=text],.comment-form .input-group-sm>input[type=url],.comment-form .input-group-sm>textarea,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm{height:30px;line-height:30px}.comment-form .input-group-sm>textarea,.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm{height:auto}.comment-form .form-group-sm input[type=email],.comment-form .form-group-sm input[type=text],.comment-form .form-group-sm input[type=url],.comment-form .form-group-sm textarea,.form-group-sm .comment-form input[type=email],.form-group-sm .comment-form input[type=text],.form-group-sm .comment-form input[type=url],.form-group-sm .comment-form textarea,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.comment-form .form-group-sm textarea,.form-group-sm .comment-form textarea,.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.comment-form .input-group-lg>.input-group-btn>input[type=submit],.comment-form .input-group-lg>input[type=email],.comment-form .input-group-lg>input[type=text],.comment-form .input-group-lg>input[type=url],.comment-form .input-group-lg>textarea,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg{height:46px;line-height:46px}.comment-form .input-group-lg>textarea,.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg{height:auto}.comment-form .form-group-lg input[type=email],.comment-form .form-group-lg input[type=text],.comment-form .form-group-lg input[type=url],.comment-form .form-group-lg textarea,.form-group-lg .comment-form input[type=email],.form-group-lg .comment-form input[type=text],.form-group-lg .comment-form input[type=url],.form-group-lg .comment-form textarea,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.comment-form .form-group-lg textarea,.form-group-lg .comment-form textarea,.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.comment-form .has-feedback input[type=email],.comment-form .has-feedback input[type=text],.comment-form .has-feedback input[type=url],.comment-form .has-feedback textarea,.has-feedback .comment-form input[type=email],.has-feedback .comment-form input[type=text],.has-feedback .comment-form input[type=url],.has-feedback .comment-form textarea,.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.comment-form .form-group-lg input[type=email]+.form-control-feedback,.comment-form .form-group-lg input[type=text]+.form-control-feedback,.comment-form .form-group-lg input[type=url]+.form-control-feedback,.comment-form .form-group-lg textarea+.form-control-feedback,.comment-form .input-group-lg>.input-group-btn>input[type=submit]+.form-control-feedback,.comment-form .input-group-lg>input[type=email]+.form-control-feedback,.comment-form .input-group-lg>input[type=text]+.form-control-feedback,.comment-form .input-group-lg>input[type=url]+.form-control-feedback,.comment-form .input-group-lg>textarea+.form-control-feedback,.form-group-lg .comment-form input[type=email]+.form-control-feedback,.form-group-lg .comment-form input[type=text]+.form-control-feedback,.form-group-lg .comment-form input[type=url]+.form-control-feedback,.form-group-lg .comment-form textarea+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.comment-form .form-group-sm input[type=email]+.form-control-feedback,.comment-form .form-group-sm input[type=text]+.form-control-feedback,.comment-form .form-group-sm input[type=url]+.form-control-feedback,.comment-form .form-group-sm textarea+.form-control-feedback,.comment-form .input-group-sm>.input-group-btn>input[type=submit]+.form-control-feedback,.comment-form .input-group-sm>input[type=email]+.form-control-feedback,.comment-form .input-group-sm>input[type=text]+.form-control-feedback,.comment-form .input-group-sm>input[type=url]+.form-control-feedback,.comment-form .input-group-sm>textarea+.form-control-feedback,.form-group-sm .comment-form input[type=email]+.form-control-feedback,.form-group-sm .comment-form input[type=text]+.form-control-feedback,.form-group-sm .comment-form input[type=url]+.form-control-feedback,.form-group-sm .comment-form textarea+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.comment-form .has-success input[type=email],.comment-form .has-success input[type=text],.comment-form .has-success input[type=url],.comment-form .has-success textarea,.has-success .comment-form input[type=email],.has-success .comment-form input[type=text],.has-success .comment-form input[type=url],.has-success .comment-form textarea,.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.comment-form .has-success input[type=email]:focus,.comment-form .has-success input[type=text]:focus,.comment-form .has-success input[type=url]:focus,.comment-form .has-success textarea:focus,.has-success .comment-form input[type=email]:focus,.has-success .comment-form input[type=text]:focus,.has-success .comment-form input[type=url]:focus,.has-success .comment-form textarea:focus,.has-success .form-control:focus{border-color:rgb(42.808988764,84.191011236,43.5224719101);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgb(102.5280898876,177.4719101124,103.8202247191)}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.comment-form .has-warning input[type=email],.comment-form .has-warning input[type=text],.comment-form .has-warning input[type=url],.comment-form .has-warning textarea,.has-warning .comment-form input[type=email],.has-warning .comment-form input[type=text],.has-warning .comment-form input[type=url],.has-warning .comment-form textarea,.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.comment-form .has-warning input[type=email]:focus,.comment-form .has-warning input[type=text]:focus,.comment-form .has-warning input[type=url]:focus,.comment-form .has-warning textarea:focus,.has-warning .comment-form input[type=email]:focus,.has-warning .comment-form input[type=text]:focus,.has-warning .comment-form input[type=url]:focus,.has-warning .comment-form textarea:focus,.has-warning .form-control:focus{border-color:rgb(102.2741116751,80.7817258883,43.7258883249);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgb(191.807106599,160.7461928934,107.192893401)}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.comment-form .has-error input[type=email],.comment-form .has-error input[type=text],.comment-form .has-error input[type=url],.comment-form .has-error textarea,.has-error .comment-form input[type=email],.has-error .comment-form input[type=text],.has-error .comment-form input[type=url],.has-error .comment-form textarea,.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.comment-form .has-error input[type=email]:focus,.comment-form .has-error input[type=text]:focus,.comment-form .has-error input[type=url]:focus,.comment-form .has-error textarea:focus,.has-error .comment-form input[type=email]:focus,.has-error .comment-form input[type=text]:focus,.has-error .comment-form input[type=url]:focus,.has-error .comment-form textarea:focus,.has-error .form-control:focus{border-color:hsl(1.1650485437,43.829787234%,36.0784313725%);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px hsl(1.1650485437,43.829787234%,66.0784313725%)}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.screen-reader-text~.form-control-feedback,.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:hsl(0,0%,45%)}@media(min-width:768px){.comment-form .form-inline p,.form-inline .comment-form p,.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.comment-form .form-inline input[type=email],.comment-form .form-inline input[type=text],.comment-form .form-inline input[type=url],.comment-form .form-inline textarea,.form-inline .comment-form input[type=email],.form-inline .comment-form input[type=text],.form-inline .comment-form input[type=url],.form-inline .comment-form textarea,.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.comment-form .form-inline .input-group input[type=email],.comment-form .form-inline .input-group input[type=text],.comment-form .form-inline .input-group input[type=url],.comment-form .form-inline .input-group textarea,.form-inline .input-group .comment-form input[type=email],.form-inline .input-group .comment-form input[type=text],.form-inline .input-group .comment-form input[type=url],.form-inline .input-group .comment-form textarea,.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.comment-form .form-inline .input-group>input[type=email],.comment-form .form-inline .input-group>input[type=text],.comment-form .form-inline .input-group>input[type=url],.comment-form .form-inline .input-group>textarea,.form-inline .comment-form .input-group>input[type=email],.form-inline .comment-form .input-group>input[type=text],.form-inline .comment-form .input-group>input[type=url],.form-inline .comment-form .input-group>textarea,.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.comment-form .form-horizontal p,.form-horizontal .comment-form p,.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.comment-form .form-horizontal p:after,.comment-form .form-horizontal p:before,.form-horizontal .comment-form p:after,.form-horizontal .comment-form p:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before{display:table;content:" "}.comment-form .form-horizontal p:after,.form-horizontal .comment-form p:after,.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn,.comment-form input[type=submit]{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid rgba(0,0,0,0);padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus,.comment-form input.focus[type=submit],.comment-form input[type=submit]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover,.comment-form input.focus[type=submit],.comment-form input[type=submit]:focus,.comment-form input[type=submit]:hover{color:#333;text-decoration:none}.btn.active,.btn:active,.comment-form input.active[type=submit],.comment-form input[type=submit]:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],.comment-form fieldset[disabled] input[type=submit],.comment-form input.disabled[type=submit],.comment-form input[disabled][type=submit],fieldset[disabled] .btn,fieldset[disabled] .comment-form input[type=submit]{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:hsl(0,0%,90%);border-color:hsl(0,0%,55%)}.btn-default:hover{color:#333;background-color:hsl(0,0%,90%);border-color:hsl(0,0%,68%)}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{color:#333;background-color:hsl(0,0%,90%);background-image:none;border-color:hsl(0,0%,68%)}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{color:#333;background-color:hsl(0,0%,83%);border-color:hsl(0,0%,55%)}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:rgb(51.4340909091,122.2772727273,183.4159090909);border-color:rgb(45.8493801653,109.0004132231,163.5006198347)}.btn-primary.focus,.btn-primary:focus{border-color:rgb(17.9258264463,42.6161157025,63.9241735537)}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:rgb(40.2646694215,95.723553719,143.5853305785)}.btn-primary:hover{border-color:rgb(32.4460743802,77.1359504132,115.7039256198)}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:rgb(40.2646694215,95.723553719,143.5853305785);background-image:none;border-color:rgb(32.4460743802,77.1359504132,115.7039256198)}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:rgb(32.4460743802,77.1359504132,115.7039256198);border-color:rgb(17.9258264463,42.6161157025,63.9241735537)}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:rgb(51.4340909091,122.2772727273,183.4159090909);border-color:rgb(45.8493801653,109.0004132231,163.5006198347)}.btn-primary .badge{color:rgb(51.4340909091,122.2772727273,183.4159090909);background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:hsl(120,39.3162393162%,49.1176470588%)}.btn-success.focus,.btn-success:focus{border-color:hsl(120,39.3162393162%,24.1176470588%)}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:hsl(120,39.3162393162%,44.1176470588%)}.btn-success:hover{border-color:hsl(120,39.3162393162%,37.1176470588%)}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:hsl(120,39.3162393162%,44.1176470588%);background-image:none;border-color:hsl(120,39.3162393162%,37.1176470588%)}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:hsl(120,39.3162393162%,37.1176470588%);border-color:hsl(120,39.3162393162%,24.1176470588%)}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:hsl(120,39.3162393162%,49.1176470588%)}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:rgb(69.7715736041,183.845177665,217.7284263959)}.btn-info.focus,.btn-info:focus{border-color:rgb(26.8020304569,108.8324873096,133.1979695431)}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:rgb(48.5431472081,175.6903553299,213.4568527919)}.btn-info:hover{border-color:rgb(37.9081218274,153.9299492386,188.3918781726)}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:rgb(48.5431472081,175.6903553299,213.4568527919);background-image:none;border-color:rgb(37.9081218274,153.9299492386,188.3918781726)}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:rgb(37.9081218274,153.9299492386,188.3918781726);border-color:rgb(26.8020304569,108.8324873096,133.1979695431)}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:rgb(69.7715736041,183.845177665,217.7284263959)}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:rgb(238.0078125,162.109375,54.4921875)}.btn-warning.focus,.btn-warning:focus{border-color:rgb(152.109375,94.53125,12.890625)}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#fff;background-color:rgb(236.015625,151.21875,30.984375)}.btn-warning:hover{border-color:rgb(213.2296875,132.515625,18.0703125)}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:rgb(236.015625,151.21875,30.984375);background-image:none;border-color:rgb(213.2296875,132.515625,18.0703125)}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:rgb(213.2296875,132.515625,18.0703125);border-color:rgb(152.109375,94.53125,12.890625)}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:rgb(238.0078125,162.109375,54.4921875)}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:rgb(212.4719626168,62.5046728972,58.0280373832)}.btn-danger.focus,.btn-danger:focus{border-color:rgb(117.6074766355,28.0654205607,25.3925233645)}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:rgb(201.4953271028,48.0841121495,43.5046728972)}.btn-danger:hover{border-color:rgb(172.1345794393,41.0775700935,37.1654205607)}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:rgb(201.4953271028,48.0841121495,43.5046728972);background-image:none;border-color:rgb(172.1345794393,41.0775700935,37.1654205607)}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:rgb(172.1345794393,41.0775700935,37.1654205607);border-color:rgb(117.6074766355,28.0654205607,25.3925233645)}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:rgb(212.4719626168,62.5046728972,58.0280373832)}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:rgb(51.4340909091,122.2772727273,183.4159090909);border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:rgba(0,0,0,0);box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:rgba(0,0,0,0)}.btn-link:focus,.btn-link:hover{color:rgb(34.6799586777,82.4466942149,123.6700413223);text-decoration:underline;background-color:rgba(0,0,0,0)}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:hsl(0,0%,46.7%);text-decoration:none}.btn-group-lg>.btn,.btn-lg,.comment-form .btn-group-lg>input[type=submit]{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm,.comment-form .btn-group-sm>input[type=submit]{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs,.comment-form .btn-group-xs>input[type=submit]{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:hsl(0,0%,15%);text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:rgb(51.4340909091,122.2772727273,183.4159090909);outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:hsl(0,0%,46.7%)}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:hsl(0,0%,46.7%);white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn,.comment-form .btn-group-vertical>input[type=submit],.comment-form .btn-group>input[type=submit]{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.comment-form .btn-group-vertical>input.active[type=submit],.comment-form .btn-group-vertical>input[type=submit]:active,.comment-form .btn-group-vertical>input[type=submit]:focus,.comment-form .btn-group-vertical>input[type=submit]:hover,.comment-form .btn-group>input.active[type=submit],.comment-form .btn-group>input[type=submit]:active,.comment-form .btn-group>input[type=submit]:focus,.comment-form .btn-group>input[type=submit]:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .comment-form .btn+input[type=submit],.btn-group .comment-form .btn-group+input[type=submit],.btn-group .comment-form input[type=submit]+.btn,.btn-group .comment-form input[type=submit]+.btn-group,.btn-group .comment-form input[type=submit]+input[type=submit],.comment-form .btn-group .btn+input[type=submit],.comment-form .btn-group .btn-group+input[type=submit],.comment-form .btn-group input[type=submit]+.btn,.comment-form .btn-group input[type=submit]+.btn-group,.comment-form .btn-group input[type=submit]+input[type=submit]{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:after,.btn-toolbar:before{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .comment-form input[type=submit],.btn-toolbar .input-group,.comment-form .btn-toolbar input[type=submit]{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group,.comment-form .btn-toolbar>input[type=submit]{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.comment-form .btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child,.comment-form .btn-group>input[type=submit]:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.comment-form .btn-group>input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.comment-form .btn-group>input[type=submit]:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.comment-form .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit]{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.comment-form .btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.comment-form .btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle,.comment-form .btn-group>input[type=submit]+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group.btn-group-lg>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle,.comment-form .btn-group.btn-group-lg>input[type=submit]+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret,.comment-form input[type=submit] .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret,.comment-form .btn-group-lg>input[type=submit] .caret{border-width:5px 5px 0}.comment-form .dropup .btn-group-lg>input[type=submit] .caret,.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret,.dropup .comment-form .btn-group-lg>input[type=submit] .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.comment-form .btn-group-vertical>.btn-group>input[type=submit],.comment-form .btn-group-vertical>input[type=submit]{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn,.comment-form .btn-group-vertical>.btn-group>input[type=submit]{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.comment-form .btn-group-vertical>.btn+input[type=submit],.comment-form .btn-group-vertical>.btn-group+input[type=submit],.comment-form .btn-group-vertical>input[type=submit]+.btn,.comment-form .btn-group-vertical>input[type=submit]+.btn-group,.comment-form .btn-group-vertical>input[type=submit]+input[type=submit]{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.comment-form .btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child),.comment-form .btn-group-vertical>input[type=submit]:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.comment-form .btn-group-vertical>input[type=submit]:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.comment-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit]{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.comment-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.comment-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group,.comment-form .btn-group-justified>input[type=submit]{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .comment-form input[type=submit],.comment-form .btn-group-justified>.btn-group input[type=submit]{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=checkbox],.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=radio],.comment-form [data-toggle=buttons]>input[type=submit] input[type=checkbox],.comment-form [data-toggle=buttons]>input[type=submit] input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.comment-form .input-group input[type=email],.comment-form .input-group input[type=text],.comment-form .input-group input[type=url],.comment-form .input-group textarea,.input-group .comment-form input[type=email],.input-group .comment-form input[type=text],.input-group .comment-form input[type=url],.input-group .comment-form textarea,.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.comment-form .input-group input[type=email]:focus,.comment-form .input-group input[type=text]:focus,.comment-form .input-group input[type=url]:focus,.comment-form .input-group textarea:focus,.input-group .comment-form input[type=email]:focus,.input-group .comment-form input[type=text]:focus,.input-group .comment-form input[type=url]:focus,.input-group .comment-form textarea:focus,.input-group .form-control:focus{z-index:3}.comment-form .input-group input[type=email],.comment-form .input-group input[type=text],.comment-form .input-group input[type=url],.comment-form .input-group textarea,.input-group .comment-form input[type=email],.input-group .comment-form input[type=text],.input-group .comment-form input[type=url],.input-group .comment-form textarea,.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.comment-form .input-group input[type=email]:not(:first-child):not(:last-child),.comment-form .input-group input[type=text]:not(:first-child):not(:last-child),.comment-form .input-group input[type=url]:not(:first-child):not(:last-child),.comment-form .input-group textarea:not(:first-child):not(:last-child),.input-group .comment-form input[type=email]:not(:first-child):not(:last-child),.input-group .comment-form input[type=text]:not(:first-child):not(:last-child),.input-group .comment-form input[type=url]:not(:first-child):not(:last-child),.input-group .comment-form textarea:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:hsl(0,0%,33.5%);text-align:center;background-color:hsl(0,0%,93.5%);border:1px solid #ccc;border-radius:4px}.comment-form .input-group-sm>.input-group-btn>input.input-group-addon[type=submit],.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.comment-form .input-group-lg>.input-group-btn>input.input-group-addon[type=submit],.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.comment-form .input-group input[type=email]:first-child,.comment-form .input-group input[type=text]:first-child,.comment-form .input-group input[type=url]:first-child,.comment-form .input-group textarea:first-child,.comment-form .input-group-btn:first-child>.btn-group>input[type=submit],.comment-form .input-group-btn:first-child>input[type=submit],.comment-form .input-group-btn:last-child>.btn-group:not(:last-child)>input[type=submit],.comment-form .input-group-btn:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle),.input-group .comment-form input[type=email]:first-child,.input-group .comment-form input[type=text]:first-child,.input-group .comment-form input[type=url]:first-child,.input-group .comment-form textarea:first-child,.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.comment-form .input-group input[type=email]:last-child,.comment-form .input-group input[type=text]:last-child,.comment-form .input-group input[type=url]:last-child,.comment-form .input-group textarea:last-child,.comment-form .input-group-btn:first-child>.btn-group:not(:first-child)>input[type=submit],.comment-form .input-group-btn:first-child>input[type=submit]:not(:first-child),.comment-form .input-group-btn:last-child>.btn-group>input[type=submit],.comment-form .input-group-btn:last-child>input[type=submit],.input-group .comment-form input[type=email]:last-child,.input-group .comment-form input[type=text]:last-child,.input-group .comment-form input[type=url]:last-child,.input-group .comment-form textarea:last-child,.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.comment-form .input-group-btn>input[type=submit],.input-group-btn,.input-group-btn>.btn{position:relative}.comment-form .input-group-btn>.btn+input[type=submit],.comment-form .input-group-btn>input[type=submit]+.btn,.comment-form .input-group-btn>input[type=submit]+input[type=submit],.input-group-btn>.btn+.btn{margin-left:-1px}.comment-form .input-group-btn>input[type=submit]:active,.comment-form .input-group-btn>input[type=submit]:focus,.comment-form .input-group-btn>input[type=submit]:hover,.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.comment-form .input-group-btn:first-child>input[type=submit],.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.comment-form .input-group-btn:last-child>input[type=submit],.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:after,.nav:before{display:table;content:" "}.nav:after{clear:both}.nav>li,.nav>li>a{position:relative;display:block}.nav>li>a{padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:hsl(0,0%,93.5%)}.nav>li.disabled>a{color:hsl(0,0%,46.7%)}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:hsl(0,0%,46.7%);text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0)}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:hsl(0,0%,93.5%);border-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid rgba(0,0,0,0);border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:hsl(0,0%,93.5%) hsl(0,0%,93.5%) #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:hsl(0,0%,33.5%);cursor:default;background-color:#fff;border:1px solid;border-color:#ddd #ddd rgba(0,0,0,0)}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid rgba(0,0,0,0)}.navbar:after,.navbar:before{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:after,.navbar-header:before{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid rgba(0,0,0,0);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)}.navbar-collapse:after,.navbar-collapse:before{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse{-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media(max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media(min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:rgba(0,0,0,0);background-image:none;border:1px solid rgba(0,0,0,0);border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:rgba(0,0,0,0);border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)}@media(min-width:768px){.comment-form .navbar-form p,.navbar-form .comment-form p,.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.comment-form .navbar-form input[type=email],.comment-form .navbar-form input[type=text],.comment-form .navbar-form input[type=url],.comment-form .navbar-form textarea,.navbar-form .comment-form input[type=email],.navbar-form .comment-form input[type=text],.navbar-form .comment-form input[type=url],.navbar-form .comment-form textarea,.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.comment-form .navbar-form .input-group input[type=email],.comment-form .navbar-form .input-group input[type=text],.comment-form .navbar-form .input-group input[type=url],.comment-form .navbar-form .input-group textarea,.navbar-form .input-group .comment-form input[type=email],.navbar-form .input-group .comment-form input[type=text],.navbar-form .input-group .comment-form input[type=url],.navbar-form .input-group .comment-form textarea,.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.comment-form .navbar-form .input-group>input[type=email],.comment-form .navbar-form .input-group>input[type=text],.comment-form .navbar-form .input-group>input[type=url],.comment-form .navbar-form .input-group>textarea,.navbar-form .comment-form .input-group>input[type=email],.navbar-form .comment-form .input-group>input[type=text],.navbar-form .comment-form .input-group>input[type=url],.navbar-form .comment-form .input-group>textarea,.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width:767px){.comment-form .navbar-form p,.navbar-form .comment-form p,.navbar-form .form-group{margin-bottom:5px}.comment-form .navbar-form p:last-child,.navbar-form .comment-form p:last-child,.navbar-form .form-group:last-child{margin-bottom:0}}.navbar-form{margin-top:8px;margin-bottom:8px}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.btn-group-sm>.navbar-btn.btn,.comment-form .btn-group-sm>input.navbar-btn[type=submit],.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.btn-group-xs>.navbar-btn.btn,.comment-form .btn-group-xs>input.navbar-btn[type=submit],.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:hsl(0,0%,90.7549019608%)}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:rgb(93.5,93.5,93.5);background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:hsl(0,0%,90.7549019608%)}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:hsl(0,0%,90.7549019608%)}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:rgba(0,0,0,0)}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:hsl(0,0%,90.7549019608%)}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:rgba(0,0,0,0)}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:hsl(0,0%,90.7549019608%)}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:rgb(8.5,8.5,8.5)}.navbar-inverse .navbar-brand{color:hsl(0,0%,61.7%)}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:hsl(0,0%,61.7%)}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:rgb(8.5,8.5,8.5)}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:rgb(8.5,8.5,8.5)}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:rgb(8.5,8.5,8.5)}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:rgb(8.5,8.5,8.5)}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:hsl(0,0%,61.7%)}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:rgba(0,0,0,0)}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:rgb(8.5,8.5,8.5)}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:rgba(0,0,0,0)}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:rgb(16.15,16.15,16.15)}.navbar-inverse .navbar-link{color:hsl(0,0%,61.7%)}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:hsl(0,0%,61.7%)}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:hsl(0,0%,46.7%)}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;color:rgb(51.4340909091,122.2772727273,183.4159090909);text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:rgb(34.6799586777,82.4466942149,123.6700413223);background-color:hsl(0,0%,93.5%);border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:rgb(51.4340909091,122.2772727273,183.4159090909);border-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:hsl(0,0%,46.7%);cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:after,.pager:before{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:hsl(0,0%,93.5%)}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:hsl(0,0%,46.7%);cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label,.comment-form input[type=submit] .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:hsl(0,0%,46.7%)}.label-default[href]:focus,.label-default[href]:hover{background-color:hsl(0,0%,36.7%)}.label-primary{background-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.label-primary[href]:focus,.label-primary[href]:hover{background-color:rgb(40.2646694215,95.723553719,143.5853305785)}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:hsl(120,39.3162393162%,44.1176470588%)}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:rgb(48.5431472081,175.6903553299,213.4568527919)}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:rgb(236.015625,151.21875,30.984375)}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:rgb(201.4953271028,48.0841121495,43.5046728972)}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:hsl(0,0%,46.7%);border-radius:10px}.badge:empty{display:none}.btn .badge,.comment-form input[type=submit] .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge,.comment-form .btn-group-xs>input[type=submit] .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:rgb(51.4340909091,122.2772727273,183.4159090909);background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:hsl(0,0%,93.5%)}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:hsl(0,0%,83.5%)}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.alert{padding:15px;margin-bottom:20px;border:1px solid rgba(0,0,0,0);border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:hsl(92.5,44.4444444444%,84.4117647059%)}.alert-success hr{border-top-color:hsl(92.5,44.4444444444%,79.4117647059%)}.alert-success .alert-link{color:rgb(42.808988764,84.191011236,43.5224719101)}.alert-info{color:#31708f;background-color:#d9edf7;border-color:hsl(190,65.2173913043%,83.9803921569%)}.alert-info hr{border-top-color:hsl(190,65.2173913043%,78.9803921569%)}.alert-info .alert-link{color:rgb(35.984375,82.25,105.015625)}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:hsl(40.4,80.6451612903%,88.9215686275%)}.alert-warning hr{border-top-color:hsl(40.4,80.6451612903%,83.9215686275%)}.alert-warning .alert-link{color:rgb(102.2741116751,80.7817258883,43.7258883249)}.alert-danger{color:#a94442;background-color:#f2dede;border-color:hsl(350,43.4782608696%,85.9803921569%)}.alert-danger hr{border-top-color:hsl(350,43.4782608696%,80.9803921569%)}.alert-danger .alert-link{color:hsl(1.1650485437,43.829787234%,36.0784313725%)}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:rgb(51.4340909091,122.2772727273,183.4159090909);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:hsl(0,0%,46.7%);cursor:not-allowed;background-color:hsl(0,0%,93.5%)}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:hsl(0,0%,46.7%)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:rgb(51.4340909091,122.2772727273,183.4159090909);border-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:rgb(199.4324380165,220.8950413223,239.4175619835)}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:hsl(102.5,44.4444444444%,84.4117647059%)}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:hsl(200,65.2173913043%,85.9803921569%)}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:hsl(50.4,80.6451612903%,88.9215686275%)}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:hsl(0,43.4782608696%,85.9803921569%)}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:after,.panel-body:before{display:table;content:" "}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid rgba(0,0,0,0);border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle,.panel-title{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary,.panel-primary>.panel-heading{border-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.panel-primary>.panel-heading{color:#fff;background-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.panel-primary>.panel-heading .badge{color:rgb(51.4340909091,122.2772727273,183.4159090909);background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:rgb(51.4340909091,122.2772727273,183.4159090909)}.panel-success,.panel-success>.panel-heading{border-color:hsl(92.5,44.4444444444%,84.4117647059%)}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:hsl(92.5,44.4444444444%,84.4117647059%)}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:hsl(92.5,44.4444444444%,84.4117647059%)}.panel-info,.panel-info>.panel-heading{border-color:hsl(190,65.2173913043%,83.9803921569%)}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:hsl(190,65.2173913043%,83.9803921569%)}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:hsl(190,65.2173913043%,83.9803921569%)}.panel-warning,.panel-warning>.panel-heading{border-color:hsl(40.4,80.6451612903%,88.9215686275%)}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:hsl(40.4,80.6451612903%,88.9215686275%)}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:hsl(40.4,80.6451612903%,88.9215686275%)}.panel-danger,.panel-danger>.panel-heading{border-color:hsl(350,43.4782608696%,85.9803921569%)}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:hsl(350,43.4782608696%,85.9803921569%)}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:hsl(350,43.4782608696%,85.9803921569%)}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid hsl(0,0%,89.0784313725%);border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal,.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{display:table;content:" "}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{display:table;content:" "}.modal-footer:after{clear:both}.comment-form .modal-footer .btn+input[type=submit],.comment-form .modal-footer input[type=submit]+.btn,.comment-form .modal-footer input[type=submit]+input[type=submit],.modal-footer .btn+.btn,.modal-footer .comment-form .btn+input[type=submit],.modal-footer .comment-form input[type=submit]+.btn,.modal-footer .comment-form input[type=submit]+input[type=submit]{margin-bottom:0;margin-left:5px}.comment-form .modal-footer .btn-group .btn+input[type=submit],.comment-form .modal-footer .btn-group input[type=submit]+.btn,.comment-form .modal-footer .btn-group input[type=submit]+input[type=submit],.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .comment-form .btn+input[type=submit],.modal-footer .btn-group .comment-form input[type=submit]+.btn,.modal-footer .btn-group .comment-form input[type=submit]+input[type=submit]{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.428571429;line-break:auto;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;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.428571429;line-break:auto;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;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:hsl(0,0%,97%);border-bottom:1px solid hsl(0,0%,92%);border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel,.carousel-inner{position:relative}.carousel-inner{width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:left .6s ease-in-out}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}@media (-webkit-transform-3d),(transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{transform:translateZ(0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"‹"}.carousel-control .icon-next:before{content:"›"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn,.carousel-caption .comment-form input[type=submit],.comment-form .carousel-caption input[type=submit]{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}#contactModal .col-left .contact-items li:after,#contactModal .col-left .contact-items li:before,#navbar:after,#navbar:before,.clearfix:after,.clearfix:before,.single-post .post-meta:after,.single-post .post-meta:before{display:table;content:" "}#contactModal .col-left .contact-items li:after,#navbar:after,.clearfix:after,.single-post .post-meta:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.hidden{display:none!important}.affix{position:fixed}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media(min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){.hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media(min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#35647e;border:0;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1em;-webkit-font-smoothing:antialiased;font-weight:600;line-height:1;padding:.75em 1.5em;text-decoration:none;transition:background-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:rgb(42.4,80,100.8);color:#fff}button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{cursor:not-allowed;opacity:.5}button:disabled:hover,input[type=button]:disabled:hover,input[type=reset]:disabled:hover,input[type=submit]:disabled:hover{background-color:#35647e}fieldset{background-color:rgba(0,0,0,0);border:0;margin:0;padding:0}legend{padding:0}label,legend{font-weight:600;margin-bottom:.375em}label{display:block}input,select{display:block;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1em}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select[multiple],textarea{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.06);box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1em;margin-bottom:.75em;padding:.5em;transition:border-color .15s ease;width:100%}input:not([type]):hover,input[type=color]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=datetime]:hover,input[type=email]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,select[multiple]:hover,textarea:hover{border-color:rgb(176.8,176.8,176.8)}input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select[multiple]:focus,textarea:focus{border-color:#35647e;box-shadow:inset 0 1px 3px rgba(0,0,0,.06),0 0 5px rgba(45.4497206704,85.7541899441,108.0502793296,.7);outline:none}input:not([type]):disabled,input[type=color]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=datetime]:disabled,input[type=email]:disabled,input[type=month]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=week]:disabled,select[multiple]:disabled,textarea:disabled{background-color:hsl(0,0%,95%);cursor:not-allowed}input:not([type]):disabled:hover,input[type=color]:disabled:hover,input[type=date]:disabled:hover,input[type=datetime-local]:disabled:hover,input[type=datetime]:disabled:hover,input[type=email]:disabled:hover,input[type=month]:disabled:hover,input[type=number]:disabled:hover,input[type=password]:disabled:hover,input[type=search]:disabled:hover,input[type=tel]:disabled:hover,input[type=text]:disabled:hover,input[type=time]:disabled:hover,input[type=url]:disabled:hover,input[type=week]:disabled:hover,select[multiple]:disabled:hover,textarea:disabled:hover{border:1px solid #ddd}textarea{resize:vertical}[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=checkbox],[type=radio]{display:inline;margin-right:.375em}[type=file]{margin-bottom:.75em;width:100%}select{margin-bottom:1.5em;max-width:100%;width:auto}.gform_wrapper:not(#gform_wrapper_5) .gfield,.gform_wrapper:not(#gform_wrapper_5) .top_label li.gfield.gf_left_half,.gform_wrapper:not(#gform_wrapper_5) .top_label li.gfield.gf_right_half{margin:0 0 10px}.gform_wrapper:not(#gform_wrapper_5) .gsection_title{line-height:1;padding-top:0!important;color:#9a9a9a}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text{position:relative;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email label,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone label,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text label{z-index:3;padding:0;margin:0;left:13px;top:16px;position:absolute;font-weight:500;font-size:10px!important;color:#bcbcbc;line-height:10px;text-transform:uppercase}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email input,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone input,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text input{background:#fff;border:1px solid #bcbcbc;border-radius:2px;font-size:14px;color:#1f5c7b;line-height:20px;height:50px;padding-left:12px!important;padding-top:20px!important;margin-bottom:0}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email input:focus,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone input:focus,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text input:focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email input::-webkit-input-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone input::-webkit-input-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text input::-webkit-input-placeholder{color:#a9a8a9}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email input::-moz-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone input::-moz-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text input::-moz-placeholder{color:#a9a8a9}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email input:-ms-input-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone input:-ms-input-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text input:-ms-input-placeholder{color:#a9a8a9}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_email input:-moz-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_phone input:-moz-placeholder,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_text input:-moz-placeholder{color:#a9a8a9}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox li,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio li{margin:0}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox .gchoice_select_all,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox ul.gfield_checkbox li input[type=checkbox]:checked+label,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox ul.gfield_radio li input[type=radio]:checked+label,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio .gchoice_select_all,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio ul.gfield_checkbox li input[type=checkbox]:checked+label,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio ul.gfield_radio li input[type=radio]:checked+label{font-weight:600}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox div.ginput_container_checkbox,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox div.ginput_container_radio,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio div.ginput_container_checkbox,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio div.ginput_container_radio{margin:0}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox label,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio label{font-size:13px;line-height:1.3;color:#888;margin:0}.gform_wrapper:not(#gform_wrapper_5) .gfield_type_checkbox .gfield_label,.gform_wrapper:not(#gform_wrapper_5) .gfield_type_radio .gfield_label{text-transform:uppercase;font-size:13px;color:#888}.gform_wrapper:not(#gform_wrapper_5) .form-row{position:relative}.gform_wrapper:not(#gform_wrapper_5) .form-row.form-row-right{padding-left:10px}.gform_wrapper:not(#gform_wrapper_5) .form-row.form-row-left{padding-right:10px}.gform_wrapper:not(#gform_wrapper_5) .form-row-right label{left:24px}.gform_wrapper:not(#gform_wrapper_5).gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper:not(#gform_wrapper_5).gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{padding:0}.gform_wrapper:not(#gform_wrapper_5) li.gfield.gfield_error.gfield_contains_required div.ginput_container,.gform_wrapper:not(#gform_wrapper_5) li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin:0}.gform_wrapper:not(#gform_wrapper_5) li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper:not(#gform_wrapper_5) li.gfield_error textarea{margin-bottom:20px}.gform_wrapper:not(#gform_wrapper_5) .gf_invisible,.gform_wrapper:not(#gform_wrapper_5) .gfield_visibility_hidden,.gform_wrapper:not(#gform_wrapper_5) div.validation_error,.gform_wrapper:not(#gform_wrapper_5) li.gfield.gfield_error.gfield_contains_required div.gfield_description{display:none}.gform_wrapper:not(#gform_wrapper_5) .gfield.gfield_error input{border:1px solid #790000}.gform_wrapper:not(#gform_wrapper_5) li.gfield.gfield_error{background:rgba(0,0,0,0);border:none;margin-bottom:0!important}.gform_wrapper:not(#gform_wrapper_5) .gform_confirmation_wrapper{text-align:center;padding:60px 0}.gform_wrapper:not(#gform_wrapper_5) .gform-footer,.gform_wrapper:not(#gform_wrapper_5) .gform_footer{margin:0;padding:0}.gform_wrapper:not(#gform_wrapper_5) .gform-footer input,.gform_wrapper:not(#gform_wrapper_5) .gform_footer input{border-radius:4px;font-size:14px}.srs-form-group-checkbox [type=checkbox]{position:absolute;opacity:0}.srs-form-group-checkbox [type=checkbox]+label{position:relative;cursor:pointer;padding:0}.srs-form-group-checkbox [type=checkbox]+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:middle;width:16px;height:16px;background-color:#fff;border:1px solid #999;border-radius:3px;position:relative}.srs-form-group-checkbox [type=checkbox]:checked+label:before{background-color:#35647e;border:1px solid #35647e}.srs-form-group-checkbox [type=checkbox]:disabled+label{color:#999;cursor:auto}.srs-form-group-checkbox [type=checkbox]:disabled+label:before{box-shadow:none;background-color:#999}.srs-form-group-checkbox [type=checkbox]:checked+label:after{content:"";position:absolute;left:3px;top:13px;background-color:#fff;width:2px;height:2px;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;transform:rotate(45deg)}ol,ul{list-style-type:none;margin:0;padding:0}dl{margin-bottom:.75em}dl dt{font-weight:600;margin-top:.75em}dl dd{margin:0}table{border-collapse:collapse;margin:.75em 0;table-layout:fixed;width:100%}th{border-bottom:1px solid hsl(0,0%,65%);font-weight:600;text-align:left}td,th{padding:.75em 0}td{border-bottom:1px solid #ddd}td,th,tr{vertical-align:middle}body{color:#333}body,h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1em}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0 0 .75em}body h2{font-size:44px;line-height:55px}p{font-size:18px;margin:0 0 .75em}a{color:#35647e;text-decoration:none;transition:color .15s ease}a:active,a:focus,a:hover{color:rgb(39.75,75,94.5)}hr{border:0;border-bottom:1px solid #ddd;margin:1.5em 0}img,picture{margin:0;max-width:100%}/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{transform:translateZ(0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connect{background:#3fb8af;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);transition:background .45s}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}#footer-testimonials li a,#navbar #logo a,.btn,.card .card-meta,.card .card-overlay,.comment-form input[type=submit],button,input[type=button],input[type=reset],input[type=submit]{transition:all .2s linear}@font-face{font-family:QuincyCF;src:url(/assets/fonts/QuincyCF-Light.eot);src:url(/assets/fonts/QuincyCF-Light.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/QuincyCF-Light.ttf) format("truetype"),url(/assets/fonts/QuincyCF-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:QuincyCF;src:url(/assets/fonts/QuincyCF-Regular.eot);src:url(/assets/fonts/QuincyCF-Regular.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/QuincyCF-Regular.ttf) format("truetype"),url(/assets/fonts/QuincyCF-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:QuincyCF;src:url(/assets/fonts/QuincyCF-TextItalic.eot);src:url(/assets/fonts/QuincyCF-TextItalic.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/QuincyCF-TextItalic.ttf) format("truetype"),url(/assets/fonts/QuincyCF-TextItalic.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:QuincyCF;src:url(/assets/fonts/QuincyCF-Bold.eot);src:url(/assets/fonts/QuincyCF-Bold.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/QuincyCF-Bold.ttf) format("truetype"),url(/assets/fonts/QuincyCF-Bold.woff) format("woff");font-weight:700;font-style:normal}.row-eq-height{display:flex;flex-wrap:wrap}.row-eq-height [class*=col-]{margin-bottom:20px}.col-xsm-3,.col-xsm-4,.col-xsm-9,.col-xxs-2,.col-xxs-4{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media(max-width:359px){.col-xxs-2{width:16.66667%}.col-xxs-4{width:33.3333%}}@media(min-width:576px){.col-xsm-3{width:25%}.col-xsm-4{width:33.33333%}.col-xsm-9{width:75%}}@media(min-width:992px){.col-md-5{width:41.66667%}.col-md-6{width:50%}}@media(min-width:1200px){.col-lg{flex-grow:1;max-width:100%}.col-lg-auto{width:-moz-fit-content;width:fit-content}.col-lg-4{width:33.33333%}.col-lg-8{width:66.66667%}}html{overflow-y:scroll}body{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;color:#3e3e3e;font-size:16px;line-height:1.5;padding:0!important}body.no-scroll{position:fixed;overflow-y:scroll;width:100%}body.media{overflow:visible;margin-top:0}body.solid-nav{padding-top:120px}h2{font-family:QuincyCF,serif;font-size:1.875em;font-weight:400;line-height:2.0625em;color:#35647e;margin-bottom:30px}h2.smaller{font-size:1.75em;line-height:1}h2.gray{color:#a9a8a9}h3{font-weight:700;color:#3e3e3e;font-size:1em;text-transform:uppercase;margin-bottom:10px;line-height:1.6}.heading-small,h3{font-family:Open Sans,sans-serif}.heading-small{font-size:1.5625em;line-height:1;color:#35647e;margin-top:0;margin-bottom:22px}a,a span{transition:color .3s ease}a:active span.icon,a:focus span.icon,a:hover span.icon,a:visited span.icon{text-decoration:none}p{font-family:Open Sans,sans-serif;font-weight:400;font-size:1em;line-height:1.6;color:#3e3e3e}ul.inline-links{text-align:center}ul.inline-links li{display:inline-block}ul.inline-links li a{font-family:Open Sans,sans-serif;font-weight:700;font-size:1.125em;color:#35647e}ul.inline-links li:after{content:"-";margin-left:15px;margin-right:15px;font-weight:700}ul.inline-links li:last-child:after{content:"";margin:0}.pb-5,.py-5{padding-bottom:48px!important}.pt-5,.py-5{padding-top:48px!important}.mt-4{margin-top:32px!important}.mb-3,.my-3{margin-bottom:16px!important}@media(min-width:992px){.mb-lg-0,.my-lg-0{margin-bottom:0!important}}.mb-5,.my-5{margin-bottom:48px!important}.d-none{display:none}@media(min-width:768px){.d-sm-block{display:block}}.modal-backdrop{background:#fff}.modal-backdrop.in{opacity:.75;filter:alpha(opacity=75)}select::-ms-expand{display:none}.visit-company-website{text-transform:uppercase;font-size:15px}.uvc-heading.secondary h2{font-family:QuincyCF,serif;font-size:1.875em;margin-bottom:30px;line-height:1.1;font-weight:400;color:#a9a8a9}.uvc-heading.secondary h2.heading1{font-family:QuincyCF,serif;font-weight:400;color:#35647e;font-size:2.75em;margin-bottom:40px;line-height:1}.uvc-heading.secondary h2.heading1.with-subtitle{margin-bottom:5px}.text-blue,.text-darkBlue{color:#013054}.text-gray{color:#a9a8a9}.text-white,a.text-white:focus,a.text-white:hover{color:#fff}.fs-12px{font-size:12px}.page-template-template-services main h1,.pages-blog_single main h1,.pages-careers_open_positions main h1,.pages-media_single main h1,.pages-service_type main h1,.pages-services main h1,.pages-services_specialties main h1,.pages-template main h1,body.elementor-page main h1,body.page-template-template-people main h1,body.single-locations main h1,body.single-people main h1{font-family:Open Sans,sans-serif;font-weight:300;color:#35647e;font-size:44px;margin-bottom:30px;line-height:1.1}.page-template-template-services main h1.with-subtitle,.pages-blog_single main h1.with-subtitle,.pages-careers_open_positions main h1.with-subtitle,.pages-media_single main h1.with-subtitle,.pages-service_type main h1.with-subtitle,.pages-services main h1.with-subtitle,.pages-services_specialties main h1.with-subtitle,.pages-template main h1.with-subtitle,body.elementor-page main h1.with-subtitle,body.page-template-template-people main h1.with-subtitle,body.single-locations main h1.with-subtitle,body.single-people main h1.with-subtitle{margin-bottom:5px}.page-template-template-services main h2,.pages-blog_single main h2,.pages-careers_open_positions main h2,.pages-media_single main h2,.pages-service_type main h2,.pages-services main h2,.pages-services_specialties main h2,.pages-template main h2,body.elementor-page main h2,body.page-template-template-people main h2,body.single-locations main h2,body.single-people main h2{font-family:QuincyCF,serif;font-size:30px;margin-bottom:30px;margin-top:0;line-height:1.1;font-weight:400;color:#a9a8a9}.page-template-template-services main h2.heading1,.pages-blog_single main h2.heading1,.pages-careers_open_positions main h2.heading1,.pages-media_single main h2.heading1,.pages-service_type main h2.heading1,.pages-services main h2.heading1,.pages-services_specialties main h2.heading1,.pages-template main h2.heading1,body.elementor-page main h2.heading1,body.page-template-template-people main h2.heading1,body.single-locations main h2.heading1,body.single-people main h2.heading1{font-family:QuincyCF,serif;font-weight:400;color:#35647e;font-size:2.75em;margin-bottom:40px;line-height:1}.page-template-template-services main h2.heading1.with-subtitle,.pages-blog_single main h2.heading1.with-subtitle,.pages-careers_open_positions main h2.heading1.with-subtitle,.pages-media_single main h2.heading1.with-subtitle,.pages-service_type main h2.heading1.with-subtitle,.pages-services main h2.heading1.with-subtitle,.pages-services_specialties main h2.heading1.with-subtitle,.pages-template main h2.heading1.with-subtitle,body.elementor-page main h2.heading1.with-subtitle,body.page-template-template-people main h2.heading1.with-subtitle,body.single-locations main h2.heading1.with-subtitle,body.single-people main h2.heading1.with-subtitle{margin-bottom:5px}.page-template-template-services main h3,.pages-blog_single main h3,.pages-careers_open_positions main h3,.pages-media_single main h3,.pages-service_type main h3,.pages-services main h3,.pages-services_specialties main h3,.pages-template main h3,body.elementor-page main h3,body.page-template-template-people main h3,body.single-locations main h3,body.single-people main h3{font-family:Open Sans,sans-serif;font-weight:700;color:#3e3e3e;font-size:1em;text-transform:uppercase;margin-bottom:10px;line-height:1.6;clear:both}.page-template-template-services main h4,.pages-blog_single main h4,.pages-careers_open_positions main h4,.pages-media_single main h4,.pages-service_type main h4,.pages-services main h4,.pages-services_specialties main h4,.pages-template main h4,body.elementor-page main h4,body.page-template-template-people main h4,body.single-locations main h4,body.single-people main h4{font-family:Open Sans,sans-serif;font-weight:700;font-size:16px;letter-spacing:1px;line-height:1;color:#a9a8a9;margin-bottom:5px;text-transform:uppercase;letter-spacing:2px}.page-template-template-services main h5,.pages-blog_single main h5,.pages-careers_open_positions main h5,.pages-media_single main h5,.pages-service_type main h5,.pages-services main h5,.pages-services_specialties main h5,.pages-template main h5,body.elementor-page main h5,body.page-template-template-people main h5,body.single-locations main h5,body.single-people main h5{font-family:Open Sans,sans-serif;font-weight:700;font-size:1em;line-height:1.6;color:#a9a8a9;margin-bottom:10px;text-transform:uppercase}.page-template-template-services main p,.pages-blog_single main p,.pages-careers_open_positions main p,.pages-media_single main p,.pages-service_type main p,.pages-services main p,.pages-services_specialties main p,.pages-template main p,body.elementor-page main p,body.page-template-template-people main p,body.single-locations main p,body.single-people main p{font-size:16px;line-height:1.6;margin-bottom:30px;color:#3e3e3e}.page-template-template-services main ul,.pages-blog_single main ul,.pages-careers_open_positions main ul,.pages-media_single main ul,.pages-service_type main ul,.pages-services main ul,.pages-services_specialties main ul,.pages-template main ul,body.elementor-page main ul,body.single-locations main ul,body.single-people main ul{list-style:disc;margin-bottom:20px}.page-template-template-services main ul li,.pages-blog_single main ul li,.pages-careers_open_positions main ul li,.pages-media_single main ul li,.pages-service_type main ul li,.pages-services main ul li,.pages-services_specialties main ul li,.pages-template main ul li,body.elementor-page main ul li,body.single-locations main ul li,body.single-people main ul li{margin-bottom:0;margin-left:2em}.page-template-template-services main ul li a,.pages-blog_single main ul li a,.pages-careers_open_positions main ul li a,.pages-media_single main ul li a,.pages-service_type main ul li a,.pages-services main ul li a,.pages-services_specialties main ul li a,.pages-template main ul li a,body.elementor-page main ul li a,body.single-locations main ul li a,body.single-people main ul li a{color:#346983}.page-template-template-services .meta,.pages-blog_single .meta,.pages-careers_open_positions .meta,.pages-media_single .meta,.pages-service_type .meta,.pages-services .meta,.pages-services_specialties .meta,.pages-template .meta,body.elementor-page .meta,body.single-locations .meta,body.single-people .meta{color:#a9a8a9;font-size:16px;text-transform:uppercase;font-weight:700;margin-bottom:20px}.page-template-template-services .post-content,.pages-blog_single .post-content,.pages-careers_open_positions .post-content,.pages-media_single .post-content,.pages-service_type .post-content,.pages-services .post-content,.pages-services_specialties .post-content,.pages-template .post-content,body.elementor-page .post-content,body.single-locations .post-content,body.single-people .post-content{margin-bottom:20px}.page-template-template-services .navigation .nav-column h4,.pages-blog_single .navigation .nav-column h4,.pages-careers_open_positions .navigation .nav-column h4,.pages-media_single .navigation .nav-column h4,.pages-service_type .navigation .nav-column h4,.pages-services .navigation .nav-column h4,.pages-services_specialties .navigation .nav-column h4,.pages-template .navigation .nav-column h4,body.elementor-page .navigation .nav-column h4,body.single-locations .navigation .nav-column h4,body.single-people .navigation .nav-column h4{letter-spacing:0;text-transform:none}.page-template-template-services .navigation li,.pages-blog_single .navigation li,.pages-careers_open_positions .navigation li,.pages-media_single .navigation li,.pages-service_type .navigation li,.pages-services .navigation li,.pages-services_specialties .navigation li,.pages-template .navigation li,body.elementor-page .navigation li,body.single-locations .navigation li,body.single-people .navigation li{margin:auto}.page-template-template-services .navigation>li>a,.pages-blog_single .navigation>li>a,.pages-careers_open_positions .navigation>li>a,.pages-media_single .navigation>li>a,.pages-service_type .navigation>li>a,.pages-services .navigation>li>a,.pages-services_specialties .navigation>li>a,.pages-template .navigation>li>a,body.elementor-page .navigation>li>a,body.single-locations .navigation>li>a,body.single-people .navigation>li>a{color:#fff}.page-template-template-services #footer ul,.pages-blog_single #footer ul,.pages-careers_open_positions #footer ul,.pages-media_single #footer ul,.pages-service_type #footer ul,.pages-services #footer ul,.pages-services_specialties #footer ul,.pages-template #footer ul,body.elementor-page #footer ul,body.single-locations #footer ul,body.single-people #footer ul{list-style:none;margin-bottom:auto}.page-template-template-services #footer ul li,.pages-blog_single #footer ul li,.pages-careers_open_positions #footer ul li,.pages-media_single #footer ul li,.pages-service_type #footer ul li,.pages-services #footer ul li,.pages-services_specialties #footer ul li,.pages-template #footer ul li,body.elementor-page #footer ul li,body.single-locations #footer ul li,body.single-people #footer ul li{margin-left:auto}.page-template-template-services #footer ul li a,.pages-blog_single #footer ul li a,.pages-careers_open_positions #footer ul li a,.pages-media_single #footer ul li a,.pages-service_type #footer ul li a,.pages-services #footer ul li a,.pages-services_specialties #footer ul li a,.pages-template #footer ul li a,body.elementor-page #footer ul li a,body.single-locations #footer ul li a,body.single-people #footer ul li a{font-size:16px;display:block;line-height:1;margin-bottom:22px}.pages-team_member h2,body.single-people h2{font-family:QuincyCF,serif;font-size:1.875em;margin-bottom:30px;line-height:1.1;font-weight:400;color:#a9a8a9}.pages-team_member h2.heading1,body.single-people h2.heading1{font-family:QuincyCF,serif;font-weight:400;color:#35647e;font-size:2.75em;margin-bottom:40px;line-height:1}.pages-team_member h2.heading1.with-subtitle,body.single-people h2.heading1.with-subtitle{margin-bottom:5px}.comment-form .cta-align-left input[type=submit],.cta-align-left .btn,.cta-align-left .comment-form input[type=submit]{margin-right:10px}.comment-form .cta-align-center input[type=submit],.cta-align-center .btn,.cta-align-center .comment-form input[type=submit]{margin-right:5px;margin-left:5px}.comment-form .cta-align-right input[type=submit],.cta-align-right .btn,.cta-align-right .comment-form input[type=submit]{margin-left:10px}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text,#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.widget_text{padding-bottom:0}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item:last-child>a.mega-menu-link,#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item:last-child>a.mega-menu-link{padding-right:0}.mega-toggle-on:after{content:"";position:absolute;left:50%;top:126px;transform:translate(-50%);display:block;width:0;height:0;border-color:gray rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:8px 5px 0}.scroll-up{display:block;width:45px;height:45px;background:#35647e;color:#fff;text-align:center;line-height:45px;padding:0;position:fixed;bottom:20px;right:20px;z-index:999999;opacity:1;display:none;transition:all .3s linear;cursor:pointer}.scroll-up:hover{color:#fff}.scroll-up.mcOut{opacity:0}.wp-pagenavi a,.wp-pagenavi span{border:none!important}#spinner{background:rgba(0,0,0,.6);width:150px;height:150px;position:fixed;left:50%;top:50%;z-index:322;border-radius:20px;margin-left:-75px;margin-top:-75px}.SumoSelect>.optWrapper>.options li.opt{margin:0}body.modal-open .fade.modal{padding:0!important}body.modal-open .fade.modal.show{opacity:1;display:flex!important}body.modal-open .fade.modal.show .modal-dialog{transform:translate(0)}body.modal-open .fade.modal-backdrop{background:#000}body.modal-open .fade.modal-backdrop.show{opacity:.7}.button-center{text-align:center}.btn,.comment-form input[type=submit],button,input[type=button],input[type=reset],input[type=submit]{font-family:Open Sans,sans-serif;font-weight:700;font-size:12px;color:#fff;text-transform:uppercase;padding:16px 18px;border-radius:2px;min-width:150px;background-color:#35647e;display:inline-block;text-align:center}.btn.btn-white,button.btn-white,input[type=button].btn-white,input[type=reset].btn-white,input[type=submit].btn-white{color:#35647e;background-color:#fff}.btn.btn-white:hover,button.btn-white:hover,input[type=button].btn-white:hover,input[type=reset].btn-white:hover,input[type=submit].btn-white:hover{background-color:hsl(0,0%,85%)}.acf-map button{min-width:0}.btn-primary:focus,.btn-primary:hover{background-color:#3d7290}button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:rgb(60.5502793296,114.2458100559,143.9497206704)}.btn-green{background-color:#629736;color:#fff;font-size:1.75rem!important}.btn-outline-primary{background-color:#fff;border:2px solid #36647e}.btn-circle{height:28px;width:28px!important;max-width:none;min-width:auto;padding:0;border-radius:50%}.btn-circle-icon{background-color:#20465e}.btn-outline-gray,.btn-outline-gray:focus,.btn-outline-gray:hover{height:44px;background-color:#fff;color:#3e3e3e;padding:0 15px;border-color:#dbd9d6;border-radius:4px}.btn-srs-social-login{position:relative;font-size:16px;line-height:22px;font-weight:400;text-transform:none}.btn-srs-social-login img{position:absolute;top:12px;left:12px;height:16px}.form-field-type-4,.form-field-type-5,.form-field-type-6{margin-bottom:15px}body img.gform_ajax_spinner{display:none!important}.gform_wrapper .gfield_required{color:#f7323f}.gform_wrapper ul.gfield_checkbox li input[type=checkbox],.gform_wrapper ul.gfield_radio li input[type=radio],.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{margin-top:0}.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_page_footer input.button,.gform_wrapper .gform_page_footer input[type=submit]{background:#639735;padding:16px 18px}#gform_wrapper_5.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){padding-top:0;padding-bottom:0;border:0;background:none}#gform_wrapper_5 li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),#gform_wrapper_5 li.gfield_error textarea{border:1px solid #f7323f}#gform_wrapper_5 #gform_ajax_spinner_5{position:absolute;bottom:-20px;left:0}#gform_wrapper_5 div.gform_body,#gform_wrapper_5 form.gf_simple_horizontal{width:100%}#gform_wrapper_5 input[type=text]{margin:0;padding:11px 12px;border-radius:2px;color:#333}#gform_wrapper_5 .gform_button{margin:0}#gform_wrapper_5 input::-webkit-input-placeholder{color:#a9a8a9}#gform_wrapper_5 input::-moz-placeholder{color:#a9a8a9}#gform_wrapper_5 input:-ms-input-placeholder{color:#a9a8a9}#gform_wrapper_5 input:-moz-placeholder{color:#a9a8a9}#gform_wrapper_5 .validation_error,#gform_wrapper_5 li.gfield.gfield_error.gfield_contains_required div.gfield_description{display:none}.gfield_checkbox [type=checkbox]{position:absolute;opacity:0}.gfield_checkbox [type=checkbox]+label{position:relative;cursor:pointer;padding:0}.gfield_checkbox [type=checkbox]+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:middle;width:16px;height:16px;background-color:#fff;border:1px solid #9b9b9b}.gfield_checkbox [type=checkbox]:checked+label:before{background-color:#35647e;border:1px solid #35647e}.gfield_checkbox [type=checkbox]:disabled+label{color:#9b9b9b;cursor:auto}.gfield_checkbox [type=checkbox]:disabled+label:before{box-shadow:none;background-color:#9b9b9b}.gfield_checkbox [type=checkbox]:checked+label:after{content:"";position:absolute;left:3px;top:9px;background-color:#fff;width:2px;height:2px;box-shadow:2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;transform:rotate(45deg)}#navbar{top:0;position:fixed;right:0;left:0;z-index:1000;background:hsla(0,0%,100%,0);padding-top:20px;padding-bottom:20px;transition:all .4s ease-in-out}#navbar #logo{position:absolute;top:12px;z-index:10000}#navbar #logo img{height:100%}#navbar #logo a{display:block;color:#fff;margin:0;padding:0;line-height:1;width:168px;height:54px}#navbar #logo a:active,#navbar #logo a:focus,#navbar #logo a:hover,#navbar #logo a:visited{text-decoration:none}#navbar.navbar-scroll{background:#35647e}#navbar.solid-nav,body.pages-media_single-news #navbar,body.pages-media_single-press_release #navbar,body.pages-news_roll #navbar,body.pages-press_releases_roll #navbar,body.pages-team_member #navbar,body.property-search-single #navbar,body.single-people #navbar{background-color:#35647e}#navbar.headroom--pinned:not(.headroom--top),#navbar.headroom--unpinned{transform:translateY(0);padding-top:20px;padding-bottom:20px;background:rgba(53,100,126,.9)}#navbar.headroom--pinned:not(.headroom--top) #logo svg,#navbar.headroom--unpinned #logo svg{width:130px;height:42px}#navbar.headroom--pinned:not(.headroom--top) .navigation,#navbar.headroom--unpinned .navigation{padding:3px 0}#navbar.headroom--unpinned{transform:translateY(-100%)}#cheeseburger{display:none;color:#fff;float:right;font-size:22px}.primary-navigation-link{color:#fff!important;text-decoration:none!important}.nav,.navigation a,.navigation div,.navigation form,.navigation input,.navigation li,.navigation ul{margin:0;padding:0;border:none;outline:none}.navigation a{text-decoration:none}.navigation li{list-style:none}.navigation{display:inline-block;position:relative;float:right;cursor:default;z-index:500;padding:11px 0}.navigation>li{display:block;float:right;right:0}.navigation>li.search a{padding-right:0}.navigation>li>a{position:relative;display:block;z-index:510;padding:10px 13px;font-weight:700;text-transform:uppercase;font-size:12px;color:#fff}.navigation>li:first-child>a{border-radius:3px 0 0 3px;border-left:none}.navigation>li>div{position:absolute;display:table;width:auto;top:65px;right:0;opacity:0;visibility:hidden;overflow:hidden;padding:30px;background:#fff;border-radius:0 0 3px 3px;transition:all .3s ease .15s}.navigation>li.has-dropdown:hover:after,.navigation>li.menu-item-has-children:hover:after,.navigation>li:hover>div{opacity:1;visibility:visible;overflow:visible}.navigation .nav-column{display:table-cell;vertical-align:top;min-width:170px;padding-right:15px}.navigation .nav-column-big-width .nav-column{min-width:220px}.navigation .nav-column-bigger-width .nav-column{min-width:225px}.navigation .nav-column-big,.navigation .nav-column-small{display:table-cell;vertical-align:top}.navigation .has-dropdown:after,.navigration .menu-item-has-children:after{width:0;height:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-style:solid;border-width:0 10px 10px;display:block;content:"";bottom:-8px;left:50%;margin-left:-10px;position:relative;opacity:0;visibility:hidden;overflow:hidden;transition:all .3s ease .15s}.navigation h3{margin:0 0 20px;padding-bottom:5px;font-weight:700;text-transform:uppercase;font-family:Open Sans,sans-serif;font-size:14px;color:#35647e;line-height:20px;border-bottom:1px solid #f0f0f0}.navigation .nav-column .bold a,.navigation .nav-column h4{font-family:Open Sans,sans-serif;font-weight:700;font-size:12px;color:#4a4a4a;line-height:24px;margin-bottom:5px}.navigation .nav-column .bold a a,.navigation .nav-column h4 a{color:#4a4a4a}.navigation .nav-column h3.orange{color:#ff722b}.navigation .nav-column li a{display:block;font-weight:400;font-size:12px;color:#a9a8a9;line-height:26px}.navigation .nav-column li a:hover{color:#666}.no-wrap{white-space:nowrap}@media screen and (max-width:991px){#navbar{padding-top:13px;padding-bottom:13px;background:#35647e}#cheeseburger{display:inline-block}#navbar #logo{top:2px}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link{line-height:12px;height:40px;padding-left:10px;padding-right:10px}.navigation{height:auto;position:absolute;top:60px;background:#35647e;width:100%;left:0;right:0;max-height:400px;overflow-y:scroll}.navigation,.navigation .has-dropdown:after,.navigation .menu-item-has-children:after{display:none}.navigation .nav-column{display:block;padding-right:0}.navigation .nav-column-big,.navigation .nav-column-small{display:block}.navigation>li{float:none;display:block;text-align:center}.navigation>li:hover>div{display:block}.navigation>li>div{position:relative;width:100%;top:0;text-align:center;display:none}#navbar.menu-visible{background:#35647e}}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item-has-children>.mega-menu-link:before,#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item-has-children>.mega-menu-link:before{opacity:0;content:"";display:block;position:relative;width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid #fff;top:72px!important;margin:0;position:absolute!important;left:41%;transition:opacity .5s ease;-moz-transition:opacity .5s ease;-webkit-transition:opacity .5s ease}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item-has-children:hover>.mega-menu-link:before,#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item-has-children:hover>.mega-menu-link:before{opacity:1}.headroom .container{position:relative}.headroom #header-logged-in-wrap{transition:all .4s ease-in-out;position:absolute;top:-15px;right:15px}@media(max-width:991px){.headroom #header-logged-in-wrap{display:none}}.headroom #header-logged-in-wrap .header-logged-in-link{color:#fff;font-family:Open Sans,sans-serif;font-size:12px;font-weight:700;padding:4px 10px;text-transform:uppercase}.headroom #header-logged-in-wrap .header-logged-in-link:focus,.headroom #header-logged-in-wrap .header-logged-in-link:hover{text-decoration:none}.headroom #header-logged-in-wrap .header-logged-in-link img.icon{position:relative;top:-2px;height:12px;margin-right:2px}.headroom #header-logged-in-wrap .header-logged-in-link img.icon,.headroom #header-logged-in-wrap .header-logged-in-link span.text{opacity:.5}.mega-menu-item.mega-menu-item_account .mega-menu-link{color:#20465e}.mega-menu-item.mega-menu-item_account .mega-menu-link .mega-menu-link_icon{position:relative;top:-2px;height:14px}.headroom.navbar-scroll #header-logged-in-wrap{background:#35647e}@media screen and (max-width:991px){body.page-template-template-summit #navbar{background-color:rgba(0,0,0,0)}}body.page-template-template-summit #navbar.navbar-scroll,body.page-template-template-summit #navbar.navbar-scroll #header-logged-in-wrap{background-color:#022344}body.page-template-template-summit #navbar #mega-menu-wrap-summit .mega-menu-toggle,body.page-template-template-summit #navbar #mega-menu-wrap-summit .mega-menu-toggle+#mega-menu-summit{background-color:rgba(0,0,0,0)}#hero,.hero{background-color:#35647e;background-position:50%;background-size:cover;background-repeat:no-repeat}#hero .hero-more,.hero .hero-more{position:absolute;bottom:20px;width:100%;text-align:center;color:#fff;z-index:100}#hero .hero-more a,.hero .hero-more a{color:#fff;display:inline-block;border-radius:50%;border:2px solid #fff;width:31px;height:31px;vertical-align:middle;font-size:17px;text-align:center}#hero.hero-full,.hero.hero-full{height:100vh;min-height:400px;transform-style:preserve-3d}#hero.hero-full .hero-content,.hero.hero-full .hero-content{position:relative;top:50%;transform:translateY(-50%);text-align:center;color:#fff}#hero.hero-full .hero-content h2,.hero.hero-full .hero-content h2{font-family:QuincyCF,serif;font-weight:400;font-size:6.25em;line-height:1.1;color:#fff;margin-bottom:30px}#hero.hero-full .hero-content .btn-white,.hero.hero-full .hero-content .btn-white{color:#35647e}#hero.hero-full .hero-content p,.hero.hero-full .hero-content p{font-size:1.5em;color:#fff;line-height:1.7083333333em;margin-bottom:30px}#hero.hero-medium,.hero.hero-medium{height:635px;min-height:400px;transform-style:preserve-3d}#hero.hero-medium .hero-content,.hero.hero-medium .hero-content{position:relative;top:50%;transform:translateY(-50%);text-align:center;color:#fff;max-width:930px;width:100%;margin:0 auto}#hero.hero-medium .hero-content h2,.hero.hero-medium .hero-content h2{font-family:QuincyCF,serif;font-weight:400;font-size:3.875em;line-height:1;color:#fff;margin-bottom:.8em}#hero.hero-medium .hero-content p,.hero.hero-medium .hero-content p{font-size:24px;color:#fff;line-height:1.8em}#hero.hero-quarter,.hero.hero-quarter{height:400px;min-height:400px;transform-style:preserve-3d}#hero.hero-quarter .hero-content,.hero.hero-quarter .hero-content{position:relative;top:50%;transform:translateY(-50%);text-align:center;color:#fff;max-width:930px;width:100%;margin:0 auto}#hero.hero-quarter .hero-content h2,.hero.hero-quarter .hero-content h2{font-family:QuincyCF,serif;font-weight:400;font-size:3.875em;line-height:1;color:#fff;margin-bottom:10px}#hero.hero-quarter .hero-content p,.hero.hero-quarter .hero-content p{font-size:1.5em;color:#fff;line-height:1.7083333333em}#hero.hero-blog,.hero.hero-blog{height:635px;min-height:400px;position:relative}#hero.hero-blog .container,.hero.hero-blog .container{position:relative;height:100%}#hero.hero-blog .hero-content,.hero.hero-blog .hero-content{position:absolute;color:#fff;max-width:930px;width:100%;margin:0;bottom:30px}#hero.hero-blog .hero-content .meta,.hero.hero-blog .hero-content .meta{text-transform:uppercase;font-weight:700;font-size:14px;color:#fff;line-height:14px;margin-bottom:0}#hero.hero-blog .hero-content .divider,.hero.hero-blog .hero-content .divider{border-bottom:2px solid #fff;width:50px;display:block;margin:9px 0 4px}#hero.hero-blog .hero-content h1,.hero.hero-blog .hero-content h1{font-family:Open Sans,sans-serif;font-weight:300;font-size:2em;color:#fff;margin:0;line-height:1.2}#hero.hero-blog .hero-content h2,.hero.hero-blog .hero-content h2{font-family:QuincyCF,serif;font-weight:700;font-size:2em;color:#fff;margin:0;line-height:39px}#hero.hero-blog .hero-content p,.hero.hero-blog .hero-content p{font-size:24px;color:#fff;line-height:1.8em}#hero .hero-buttons,.hero .hero-buttons{text-align:center}#hero .hero-buttons li,.hero .hero-buttons li{display:inline-block;padding:0 15px;margin:0}.section-spaced{padding-top:200px;padding-bottom:200px}.section-spaced-sm{padding-top:100px;padding-bottom:100px}.section-spaced-xs{padding-top:50px;padding-bottom:50px}.section-spaced-lg{padding-top:300px;padding-bottom:300px}.section-spaced-bottom{padding-bottom:200px}.section-spaced-bottom-sm{padding-bottom:100px}.section-spaced-bottom-lg{padding-bottom:300px}.section-spaced-top{padding-top:200px}.section-spaced-top-sm{padding-top:100px}.section-spaced-top-lg{padding-top:300px}.section-inverse .top-heading,.section-inverse h1,.section-inverse h2,.section-inverse h3,.section-inverse h4,.section-inverse h5,.section-inverse h6,.section-inverse p{color:#fff!important}.content-block,.section-title-content{background-position:50%;background-size:cover;background-repeat:no-repeat}.section-title-content{text-align:center}.section-title-content.full-container .container{max-width:none}.section-title-content .top-heading{font-weight:700;font-size:13px;color:#5d5e63;line-height:1;text-transform:uppercase}.section-title-content .container{max-width:960px}.section-title-content p{margin-bottom:0}.comment-form .section-title-content input[type=submit],.section-title-content .btn,.section-title-content .comment-form input[type=submit]{margin-top:44px;min-width:270px;margin-left:10px;margin-right:10px}.comment-form .section-title-content .btn-group-sm>input[type=submit],.comment-form .section-title-content input.btn-sm[type=submit],.section-title-content .btn-group-sm>.btn,.section-title-content .btn.btn-sm,.section-title-content .comment-form .btn-group-sm>input[type=submit],.section-title-content .comment-form input.btn-sm[type=submit]{min-width:150px}.col-center-sm{width:100%;max-width:605px;margin:0 auto}.section-two-column-left,.section-two-column-right{transform-style:preserve-3d;position:relative}.section-two-column-left .section-two-column-image-left,.section-two-column-left .section-two-column-image-right,.section-two-column-right .section-two-column-image-left,.section-two-column-right .section-two-column-image-right{position:absolute;top:50%;transform:translateY(-50%);max-width:836px}.section-two-column-left .section-two-column-image-right,.section-two-column-right .section-two-column-image-right{right:0;box-shadow:0 2px 40px rgba(0,0,0,.1)}.section-two-column-left .section-two-column-image-left,.section-two-column-right .section-two-column-image-left{left:0}.section-two-column-left .col1,.section-two-column-right .col1{max-width:600px}.section-two-column-left p,.section-two-column-right p{margin-bottom:40px;line-height:2}.section-two-column-left label,.section-two-column-right label{font-size:.75em;font-weight:700;margin-bottom:20px;text-transform:uppercase;color:#35647e;line-height:1}.section-two-column-left label.label-inline,.section-two-column-right label.label-inline{display:inline-block;margin-left:10px;margin-right:20px;color:rgba(73,73,73,.7);text-transform:none;font-weight:400}.section-two-column-left .form-row,.section-two-column-right .form-row{margin-bottom:30px}.section-two-column-left input:not([type]),.section-two-column-left input[type=color],.section-two-column-left input[type=date],.section-two-column-left input[type=datetime-local],.section-two-column-left input[type=datetime],.section-two-column-left input[type=email],.section-two-column-left input[type=month],.section-two-column-left input[type=number],.section-two-column-left input[type=password],.section-two-column-left input[type=search],.section-two-column-left input[type=tel],.section-two-column-left input[type=text],.section-two-column-left input[type=time],.section-two-column-left input[type=url],.section-two-column-left input[type=week],.section-two-column-left textarea,.section-two-column-right input:not([type]),.section-two-column-right input[type=color],.section-two-column-right input[type=date],.section-two-column-right input[type=datetime-local],.section-two-column-right input[type=datetime],.section-two-column-right input[type=email],.section-two-column-right input[type=month],.section-two-column-right input[type=number],.section-two-column-right input[type=password],.section-two-column-right input[type=search],.section-two-column-right input[type=tel],.section-two-column-right input[type=text],.section-two-column-right input[type=time],.section-two-column-right input[type=url],.section-two-column-right input[type=week],.section-two-column-right textarea{background:#fff;border:1px solid #bcbcbc;border-radius:2px;padding:14px 10px;max-width:300px}.section-two-column-left input:not([type])::-webkit-input-placeholder,.section-two-column-left input[type=color]::-webkit-input-placeholder,.section-two-column-left input[type=date]::-webkit-input-placeholder,.section-two-column-left input[type=datetime-local]::-webkit-input-placeholder,.section-two-column-left input[type=datetime]::-webkit-input-placeholder,.section-two-column-left input[type=email]::-webkit-input-placeholder,.section-two-column-left input[type=month]::-webkit-input-placeholder,.section-two-column-left input[type=number]::-webkit-input-placeholder,.section-two-column-left input[type=password]::-webkit-input-placeholder,.section-two-column-left input[type=search]::-webkit-input-placeholder,.section-two-column-left input[type=tel]::-webkit-input-placeholder,.section-two-column-left input[type=text]::-webkit-input-placeholder,.section-two-column-left input[type=time]::-webkit-input-placeholder,.section-two-column-left input[type=url]::-webkit-input-placeholder,.section-two-column-left input[type=week]::-webkit-input-placeholder,.section-two-column-left textarea::-webkit-input-placeholder,.section-two-column-right input:not([type])::-webkit-input-placeholder,.section-two-column-right input[type=color]::-webkit-input-placeholder,.section-two-column-right input[type=date]::-webkit-input-placeholder,.section-two-column-right input[type=datetime-local]::-webkit-input-placeholder,.section-two-column-right input[type=datetime]::-webkit-input-placeholder,.section-two-column-right input[type=email]::-webkit-input-placeholder,.section-two-column-right input[type=month]::-webkit-input-placeholder,.section-two-column-right input[type=number]::-webkit-input-placeholder,.section-two-column-right input[type=password]::-webkit-input-placeholder,.section-two-column-right input[type=search]::-webkit-input-placeholder,.section-two-column-right input[type=tel]::-webkit-input-placeholder,.section-two-column-right input[type=text]::-webkit-input-placeholder,.section-two-column-right input[type=time]::-webkit-input-placeholder,.section-two-column-right input[type=url]::-webkit-input-placeholder,.section-two-column-right input[type=week]::-webkit-input-placeholder,.section-two-column-right textarea::-webkit-input-placeholder{font-size:12px;color:rgba(73,73,73,.7);line-height:20px}.section-two-column-left input:not([type]):-moz-placeholder,.section-two-column-left input:not([type])::-moz-placeholder,.section-two-column-left input[type=color]:-moz-placeholder,.section-two-column-left input[type=color]::-moz-placeholder,.section-two-column-left input[type=date]:-moz-placeholder,.section-two-column-left input[type=date]::-moz-placeholder,.section-two-column-left input[type=datetime-local]:-moz-placeholder,.section-two-column-left input[type=datetime-local]::-moz-placeholder,.section-two-column-left input[type=datetime]:-moz-placeholder,.section-two-column-left input[type=datetime]::-moz-placeholder,.section-two-column-left input[type=email]:-moz-placeholder,.section-two-column-left input[type=email]::-moz-placeholder,.section-two-column-left input[type=month]:-moz-placeholder,.section-two-column-left input[type=month]::-moz-placeholder,.section-two-column-left input[type=number]:-moz-placeholder,.section-two-column-left input[type=number]::-moz-placeholder,.section-two-column-left input[type=password]:-moz-placeholder,.section-two-column-left input[type=password]::-moz-placeholder,.section-two-column-left input[type=search]:-moz-placeholder,.section-two-column-left input[type=search]::-moz-placeholder,.section-two-column-left input[type=tel]:-moz-placeholder,.section-two-column-left input[type=tel]::-moz-placeholder,.section-two-column-left input[type=text]:-moz-placeholder,.section-two-column-left input[type=text]::-moz-placeholder,.section-two-column-left input[type=time]:-moz-placeholder,.section-two-column-left input[type=time]::-moz-placeholder,.section-two-column-left input[type=url]:-moz-placeholder,.section-two-column-left input[type=url]::-moz-placeholder,.section-two-column-left input[type=week]:-moz-placeholder,.section-two-column-left input[type=week]::-moz-placeholder,.section-two-column-left textarea:-moz-placeholder,.section-two-column-left textarea::-moz-placeholder,.section-two-column-right input:not([type]):-moz-placeholder,.section-two-column-right input:not([type])::-moz-placeholder,.section-two-column-right input[type=color]:-moz-placeholder,.section-two-column-right input[type=color]::-moz-placeholder,.section-two-column-right input[type=date]:-moz-placeholder,.section-two-column-right input[type=date]::-moz-placeholder,.section-two-column-right input[type=datetime-local]:-moz-placeholder,.section-two-column-right input[type=datetime-local]::-moz-placeholder,.section-two-column-right input[type=datetime]:-moz-placeholder,.section-two-column-right input[type=datetime]::-moz-placeholder,.section-two-column-right input[type=email]:-moz-placeholder,.section-two-column-right input[type=email]::-moz-placeholder,.section-two-column-right input[type=month]:-moz-placeholder,.section-two-column-right input[type=month]::-moz-placeholder,.section-two-column-right input[type=number]:-moz-placeholder,.section-two-column-right input[type=number]::-moz-placeholder,.section-two-column-right input[type=password]:-moz-placeholder,.section-two-column-right input[type=password]::-moz-placeholder,.section-two-column-right input[type=search]:-moz-placeholder,.section-two-column-right input[type=search]::-moz-placeholder,.section-two-column-right input[type=tel]:-moz-placeholder,.section-two-column-right input[type=tel]::-moz-placeholder,.section-two-column-right input[type=text]:-moz-placeholder,.section-two-column-right input[type=text]::-moz-placeholder,.section-two-column-right input[type=time]:-moz-placeholder,.section-two-column-right input[type=time]::-moz-placeholder,.section-two-column-right input[type=url]:-moz-placeholder,.section-two-column-right input[type=url]::-moz-placeholder,.section-two-column-right input[type=week]:-moz-placeholder,.section-two-column-right input[type=week]::-moz-placeholder,.section-two-column-right textarea:-moz-placeholder,.section-two-column-right textarea::-moz-placeholder{font-size:12px;color:rgba(73,73,73,.7);line-height:20px}.section-two-column-left input:not([type]):-ms-input-placeholder,.section-two-column-left input[type=color]:-ms-input-placeholder,.section-two-column-left input[type=date]:-ms-input-placeholder,.section-two-column-left input[type=datetime-local]:-ms-input-placeholder,.section-two-column-left input[type=datetime]:-ms-input-placeholder,.section-two-column-left input[type=email]:-ms-input-placeholder,.section-two-column-left input[type=month]:-ms-input-placeholder,.section-two-column-left input[type=number]:-ms-input-placeholder,.section-two-column-left input[type=password]:-ms-input-placeholder,.section-two-column-left input[type=search]:-ms-input-placeholder,.section-two-column-left input[type=tel]:-ms-input-placeholder,.section-two-column-left input[type=text]:-ms-input-placeholder,.section-two-column-left input[type=time]:-ms-input-placeholder,.section-two-column-left input[type=url]:-ms-input-placeholder,.section-two-column-left input[type=week]:-ms-input-placeholder,.section-two-column-left textarea:-ms-input-placeholder,.section-two-column-right input:not([type]):-ms-input-placeholder,.section-two-column-right input[type=color]:-ms-input-placeholder,.section-two-column-right input[type=date]:-ms-input-placeholder,.section-two-column-right input[type=datetime-local]:-ms-input-placeholder,.section-two-column-right input[type=datetime]:-ms-input-placeholder,.section-two-column-right input[type=email]:-ms-input-placeholder,.section-two-column-right input[type=month]:-ms-input-placeholder,.section-two-column-right input[type=number]:-ms-input-placeholder,.section-two-column-right input[type=password]:-ms-input-placeholder,.section-two-column-right input[type=search]:-ms-input-placeholder,.section-two-column-right input[type=tel]:-ms-input-placeholder,.section-two-column-right input[type=text]:-ms-input-placeholder,.section-two-column-right input[type=time]:-ms-input-placeholder,.section-two-column-right input[type=url]:-ms-input-placeholder,.section-two-column-right input[type=week]:-ms-input-placeholder,.section-two-column-right textarea:-ms-input-placeholder{font-size:12px;color:rgba(73,73,73,.7);line-height:20px}.section-two-column-left .col1{float:right}.section-two-column{background-position:50%;background-size:cover}.section-two-column .col1{text-align:right;padding-right:20px}.section-two-column .col2{padding-left:20px}.section-two-column h2{font-size:2.1875em;line-height:1.5;color:#35647e}.section-two-column p{font-size:16px;line-height:2;padding-top:15px;margin-bottom:0}.comment-form .section-two-column input[type=submit],.section-two-column .btn,.section-two-column .comment-form input[type=submit]{margin-top:30px}.section-two-column.section-center,.section-two-column.section-center.col1,.section-two-column.section-center.col2{text-align:center}.section-two-column.section-center h2{margin-bottom:10px}.section-header-left-right .col2{text-align:right;margin-top:6px}.section-header-left-right h2{margin-bottom:50px}.section-header-left-right a{font-family:Open Sans,sans-serif;font-size:13px;line-height:20px;text-transform:uppercase;font-weight:700}.card{overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat}.card,.card .card-meta{width:100%;position:relative}.card .card-meta{opacity:1;padding:30px;height:100%}.card .card-meta .category{position:absolute;top:30px;left:30px;font-family:Open Sans,sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;color:#fff}.card .card-meta h3{font-family:QuincyCF,serif;font-weight:400;font-size:24px;color:#fff;margin-bottom:0;position:absolute;bottom:20px;line-height:1.2;text-transform:none;left:30px;right:30px}.card .card-overlay{display:block;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:rgba(53,100,126,.8);color:#fff;opacity:0}.card .card-overlay img{position:absolute;top:20px;left:30px}.card .card-overlay h3{font-family:QuincyCF,serif;font-weight:400;font-size:24px;color:#fff;margin-bottom:10px;text-transform:none;line-height:1.2}.card .card-overlay p{color:#fff;line-height:1.4;font-size:15px;margin-bottom:20px}.card .card-content{position:absolute;bottom:0;left:0;right:0;width:100%;overflow:hidden;padding:30px 30px 20px}.card:hover .card-meta{opacity:0}.card:hover .card-overlay{opacity:1}.card1{height:300px}.card1 .card-content{height:auto;bottom:0}.card2{height:200px}.card2.card2-big{height:600px}.profile-card{background-color:#f9f9f9;border-right:4px solid #35647e;position:relative;height:178px;margin-bottom:30px}.profile-card .profile-image{background-size:cover;background-position:50%;background-repeat:no-repeat;width:178px;position:absolute;height:100%;left:0;top:0;bottom:0}.profile-card .profile-image a{display:block;width:100%;height:100%}.profile-card .profile-content{font-family:Open Sans,sans-serif;line-height:1.3571428571em;position:relative;left:44%;width:56%;height:100%;padding:15px 20px}.profile-card .profile-content h3{color:#333;font-family:Open Sans,sans-serif;font-size:.875em;font-weight:700;margin:0}.profile-card .profile-content h3 a{color:#35647e}.profile-card .profile-content p{font-size:.75em;line-height:1.4;margin:0;color:#a9a8a9}.profile-card .profile-content .phone{margin-top:10px}.profile-card ul.links{display:block;position:absolute;left:44%;width:56%;padding:10px 20px;bottom:0;margin-bottom:5px}.profile-card ul.links li{display:inline-block;vertical-align:middle;margin-right:7px;margin-left:0}.profile-card ul.links li a{text-decoration:none;color:#9b9b9b;font-size:16px}.profile-card ul.links li a .icon-email{position:relative;top:0;vertical-align:middle;margin-right:4px;font-size:19px}.profile-card ul.links li a .icon-vcard{position:relative;top:0;margin-right:4px;vertical-align:middle;font-size:15px}.profile-card ul.links li a .fa-linkedin{top:-1px;vertical-align:middle;margin-right:4px;position:relative}.profile-card ul.links li a span{color:#a9a8a9;font-size:12px;font-weight:400}.profile-card ul.links li a:hover,.profile-card ul.links li a:hover span{color:#35647e}.profile-card ul.links li a:hover svg,.profile-card ul.links li a:hover svg path{fill:#35647e}.twitter-card{background-color:#f9f9f9;padding:30px;min-height:440px;border-bottom:4px solid #35647e;position:relative}.twitter-card .twitter-icon{color:#35647e;font-size:1.375em;text-align:center;margin-bottom:20px}.twitter-card .twitter-card-tweet p{font-family:Open Sans,sans-serif;font-weight:600;font-style:italic;font-size:1em;line-height:1.75em;color:#4a4a4a}.twitter-card .twitter-card-handle{position:absolute;bottom:40px;width:100%;margin-left:-30px}.twitter-card .twitter-meta{text-align:center}.twitter-card .twitter-meta a{font-weight:700;font-size:1.125em;color:#35647e}.twitter-card .twitter-image{margin:35px 0 17px}.section-three-columns-recent h6,.section-three-columns-recent h6 a{font-family:QuincyCF,serif;font-weight:300;font-size:24px;color:#35647e;line-height:1.2;text-transform:none}.section-three-columns-recent p{font-size:.9375em}.section-three-columns-recent p.date{font-weight:700;font-size:12px;line-height:1;color:#a9a8a9;text-transform:uppercase;margin-bottom:18px}.section-three-columns-recent a{font-weight:700;font-size:12px;color:#35647e;line-height:1}.section-three-columns-recent .col{padding-right:65px}.section-content-with-card h1{font-family:QuincyCF,serif;font-weight:400;color:#35647e;font-size:2.75em;margin-bottom:40px;line-height:1}.section-content-with-card h1.with-subtitle{margin-bottom:5px}.section-content-with-card h2{font-family:Open Sans,sans-serif;font-size:1.5625em;line-height:1;color:#35647e;margin-top:0;margin-bottom:22px}.section-content-with-card h2.leadership-title{font-family:QuincyCF,serif;font-size:1.875em;margin-bottom:30px;line-height:1.1;font-weight:400;color:#a9a8a9}.section-content-with-card .col1 a{font-weight:700;font-size:.75em;line-height:1;color:#35647e}.section-content-with-card .client-logo{margin-bottom:30px}.section-content-with-card .client-info{margin-top:40px}.section-content-with-card p{font-size:1em;line-height:1.9375em;color:#3e3e3e}.section-two-columns-text img{margin-bottom:20px}.section-two-columns-text p:last-child{margin-bottom:100px}.section-two-columns-text .row:last-child p:last-child{margin-bottom:0}.cta-align-center{text-align:center}.cta-align-right{text-align:right}.team-members-list{width:100%;list-style:none!important;margin-bottom:0!important}.team-members-list li{margin-left:0!important}.team-members-list.team-members-list-big .team-member-info{max-width:350px;width:100%}.team-members-list.team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:31.7615656014%}.team-members-list.team-members-list-thirds li:last-child,.team-members-list.team-members-list-thirds li:nth-child(3n){margin-right:0}.team-members-list.team-members-list-thirds li:nth-child(3n+1){clear:left}.team-members-list.team-members-list-thirds li{margin-bottom:96px}.team-members-list.team-members-list-fourths li{float:left;display:block;margin-right:2.3576515979%;width:23.2317613015%}.team-members-list.team-members-list-fourths li:last-child,.team-members-list.team-members-list-fourths li:nth-child(4n){margin-right:0}.team-members-list.team-members-list-fourths li:nth-child(4n+1){clear:left}.team-members-list.team-members-list-fourths li{margin-bottom:96px}.team-members-list.team-members-list-five li{float:left;display:block;width:20%;margin-bottom:96px}.team-members-list.team-members-list-five li:nth-child(5n){margin-right:0}.team-members-list.team-members-list-five li:nth-child(5n+1){clear:left}.team-members-list.team-members-list-five-center{text-align:center}.team-members-list.team-members-list-five-center .team-member-image,.team-members-list.team-members-list-five-center .team-member-info{margin-left:auto;margin-right:auto}.team-members-list.team-members-list-five-center li{vertical-align:top;display:inline-block;width:175px;margin-bottom:96px;text-align:left;margin-left:18px!important;margin-right:18px}.team-members-list.team-members-list-cooperation li{margin-bottom:48px}.team-members-list.team-members-list-cooperation .team-member-image{width:120px;height:120px;margin-left:0;margin-right:auto}.team-members-list .team-member-image{display:block;height:175px;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;margin-bottom:20px;margin-right:0}.team-members-list .team-member-info{width:100%}.team-members-list .team-member-info h3{font-family:Open Sans,sans-serif;font-weight:700;font-size:14px;color:#3e3e3e;line-height:1.2;margin:0 0 6px}.team-members-list .team-member-info h3 a{font-size:14px}.team-members-list .team-member-info a{color:#35647e;word-break:break-word;font-size:12px;line-height:1.2}.team-members-list .team-member-info p{font-weight:400;font-size:12px;margin-bottom:6px}.team-members-list .team-member-info p.subtitle{font-size:.75em;font-weight:700;color:#9b9b9b;line-height:1.2}.team-members-list .team-member-info p.contact{font-size:.75em;color:#3e3e3e;line-height:1.6}.team-members-list .team-member-info p:last-child{margin-bottom:0!important}.vc-team-member-wrap .team-member-info{width:100%;max-width:175px}.vc-team-member-wrap .team-member-info h3{font-family:Open Sans,sans-serif;font-weight:700;font-size:1em;color:#3e3e3e;line-height:1.4;margin:0 0 6px}.vc-team-member-wrap .team-member-info a{color:#35647e}.vc-team-member-wrap .team-member-info p{font-weight:400;margin-bottom:10px;font-size:14px;color:#4a4a4a;line-height:23px}.vc-team-member-wrap .team-member-info p.subtitle{font-size:14px;color:#9b9b9b;line-height:1.5}.vc-team-member-wrap .team-member-info p.contact{font-size:.875em;color:#4a4a4a;line-height:1.4}.locations-list{width:100%;list-style:none!important;margin-bottom:0!important}.locations-list.row{width:auto}.locations-list li{margin-left:0!important;float:left;display:block;margin-right:2.3576515979%;width:31.7615656014%}.locations-list li:last-child,.locations-list li:nth-child(3n){margin-right:0}.locations-list li:nth-child(3n+1){clear:left}.locations-list li{margin-bottom:89px}.locations-list .location-image{display:block;height:275px;width:350px;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;margin-bottom:25px;margin-right:0}.locations-list a.location-url{position:absolute;top:0;width:100%;height:239px;display:block}.locations-list a:hover{text-decoration:none}.locations-list .location-info{width:100%;max-width:none}.locations-list .location-info h3{font-weight:700;font-size:1em;color:#3e3e3e;margin-bottom:0;margin-top:10px;font-family:Open Sans,sans-serif}.locations-list .location-info .subtitle{font-weight:700;font-size:.875em;color:#bcbcbc;line-height:1.4;margin:5px 0 2px}.locations-list .location-info .description{font-size:.875em;color:#333;line-height:1.3}.locations-list .location-info .contact,.locations-list .location-info .contact a{font-size:.875em;color:#333;line-height:2em;vertical-align:middle}.locations-list .location-info .icon{display:inline-block;vertical-align:top;padding-top:3px;margin-right:0;width:25px}.locations-list .location-info .address,.locations-list .location-info .phone{display:inline-block;line-height:1.7}.locations-list .location-info .fa{font-size:1.625em;color:#bcbcbc;margin-right:10px}.property-card .location-image{position:relative;margin-bottom:0}.property-card .pipe{color:#35647e}.property-card .location-info .address{font-size:14px;margin-bottom:15px}.property-card .location-links{background:rgba(0,0,0,0);padding:0;width:100%;max-width:none;display:flex;vertical-align:middle;height:36px;position:absolute;margin:0;bottom:0}.property-card .location-links li{background:rgba(192,191,191,.9);clear:none;flex-flow:row wrap;flex:1 100%;text-align:center;vertical-align:middle;line-height:1;margin:0;float:none;height:auto;line-height:36px;padding:0 2px}.property-card .location-links li a{text-transform:uppercase}.property-card .location-links li a .location-link-title{font-size:13px;color:#fff;font-weight:700}.property-card .location-links li a .icon{font-size:14px;color:#fff;vertical-align:bottom;margin-right:3px;line-height:36px}.property-card .location-links li a:active,.property-card .location-links li a:focus,.property-card .location-links li a:hover,.property-card .location-links li a:visited{text-decoration:none}.property-card .location-badge{position:absolute;top:0;left:0}.property-card .location-badge .badge-inner{font-weight:700;font-size:10px;color:#fff;z-index:3;text-align:center;position:absolute;width:70px;overflow:hidden;transform:rotate(313deg);left:2px;top:23px;line-height:1.3;height:30px;text-transform:uppercase}.property-card .location-badge .triangle{z-index:2;position:absolute;top:0;left:0;width:0;height:0;border-color:#1f5c7b rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:100px 100px 0 0;opacity:.8}.property-card .location-badge.location-badge-blue .triangle{border-color:#1f5c7b rgba(0,0,0,0) rgba(0,0,0,0)}.property-card .location-badge.location-badge-coral .triangle,.property-card .location-badge.location-badge-red .triangle{border-color:#f7323f rgba(0,0,0,0) rgba(0,0,0,0)}.property-card .location-badge.location-badge-green .triangle{border-color:#639735 rgba(0,0,0,0) rgba(0,0,0,0)}.property-card .location-badge.location-badge-purple .triangle{border-color:#712b62 rgba(0,0,0,0) rgba(0,0,0,0)}.single-property_portfolios section.sales-team-with-filter.property-layout{padding-top:145px}.single-property_portfolios section.sales-team-with-filter.property-layout.property-layout-map{padding-top:58px}#portfolio-listing-results{padding-top:25px;position:absolute;z-index:22;width:100%;background:hsla(0,0%,100%,.8);padding-bottom:20px}#portfolio-listing-results.filter-scroll,#portfolio-listing-results.filter-scroll.property-layout-map{padding-top:80px}#portfolio-listing-results .results-count{text-transform:uppercase;font-weight:700;color:gray}.property-layout-grid .grid-layout{display:block;background:#f9f9f9}.property-layout-grid .grid-layout .location-info{padding:10px;margin-bottom:28px;height:185px}.property-layout-grid .grid-layout .location-info h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:40px;line-height:1.3}.property-layout-grid .grid-layout .location-info h3 span{display:block}.property-layout-grid .grid-layout .location-info h3 a{display:block;line-height:1.2}.property-layout-grid .grid-layout .location-info p.address{line-height:1.3;margin-bottom:0}.property-layout-grid .list-layout,.property-layout-grid .map-layout{display:none}.property-layout-map .map-layout{display:block}.property-layout-map .grid-layout,.property-layout-map .list-layout{display:none}.comment-form .elementor-page #property-layout-btn-group input[type=submit],.comment-form .pages-portfolio #property-layout-btn-group input[type=submit],.comment-form .pages-portfolio_listings #property-layout-btn-group input[type=submit],.comment-form body.single-property_portfolios #property-layout-btn-group input[type=submit],.elementor-page #property-layout-btn-group .btn,.elementor-page #property-layout-btn-group .comment-form input[type=submit],.pages-portfolio #property-layout-btn-group .btn,.pages-portfolio #property-layout-btn-group .comment-form input[type=submit],.pages-portfolio_listings #property-layout-btn-group .btn,.pages-portfolio_listings #property-layout-btn-group .comment-form input[type=submit],body.single-property_portfolios #property-layout-btn-group .btn,body.single-property_portfolios #property-layout-btn-group .comment-form input[type=submit]{min-width:65px;padding:12px 15px;color:#35647e;background:#fff;border-color:#bcbcbc}.comment-form .elementor-page #property-layout-btn-group input.active[type=submit],.comment-form .pages-portfolio #property-layout-btn-group input.active[type=submit],.comment-form .pages-portfolio_listings #property-layout-btn-group input.active[type=submit],.comment-form body.single-property_portfolios #property-layout-btn-group input.active[type=submit],.elementor-page #property-layout-btn-group .btn.active,.elementor-page #property-layout-btn-group .comment-form input.active[type=submit],.pages-portfolio #property-layout-btn-group .btn.active,.pages-portfolio #property-layout-btn-group .comment-form input.active[type=submit],.pages-portfolio_listings #property-layout-btn-group .btn.active,.pages-portfolio_listings #property-layout-btn-group .comment-form input.active[type=submit],body.single-property_portfolios #property-layout-btn-group .btn.active,body.single-property_portfolios #property-layout-btn-group .comment-form input.active[type=submit]{color:#fff;border-color:#bcbcbc;background:#bcbcbc}.elementor-page .property-layout-list.property-layout-list .locations-list>.col-md-4,.pages-portfolio .property-layout-list.property-layout-list .locations-list>.col-md-4,.pages-portfolio_listings .property-layout-list.property-layout-list .locations-list>.col-md-4,body.single-property_portfolios .property-layout-list.property-layout-list .locations-list>.col-md-4{width:100%}.elementor-page .property-layout-list a:active,.elementor-page .property-layout-list a:hover,.pages-portfolio .property-layout-list a:active,.pages-portfolio .property-layout-list a:hover,.pages-portfolio_listings .property-layout-list a:active,.pages-portfolio_listings .property-layout-list a:hover,body.single-property_portfolios .property-layout-list a:active,body.single-property_portfolios .property-layout-list a:hover{text-decoration:none}.elementor-page .property-layout-list .grid-layout,.elementor-page .property-layout-list .map-layout,.pages-portfolio .property-layout-list .grid-layout,.pages-portfolio .property-layout-list .map-layout,.pages-portfolio_listings .property-layout-list .grid-layout,.pages-portfolio_listings .property-layout-list .map-layout,body.single-property_portfolios .property-layout-list .grid-layout,body.single-property_portfolios .property-layout-list .map-layout{display:none}.elementor-page .property-layout-list .list-layout,.pages-portfolio .property-layout-list .list-layout,.pages-portfolio_listings .property-layout-list .list-layout,body.single-property_portfolios .property-layout-list .list-layout{display:block}.elementor-page .property-layout-list .property-card,.pages-portfolio .property-layout-list .property-card,.pages-portfolio_listings .property-layout-list .property-card,body.single-property_portfolios .property-layout-list .property-card{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e4e4e2}.elementor-page .property-layout-list .property-card .location-image,.pages-portfolio .property-layout-list .property-card .location-image,.pages-portfolio_listings .property-layout-list .property-card .location-image,body.single-property_portfolios .property-layout-list .property-card .location-image{height:124px}.elementor-page .property-layout-list .property-card .location-badge,.pages-portfolio .property-layout-list .property-card .location-badge,.pages-portfolio_listings .property-layout-list .property-card .location-badge,body.single-property_portfolios .property-layout-list .property-card .location-badge{position:relative;top:auto;left:auto}.elementor-page .property-layout-list .property-card .location-badge.location-badge-blue .badge-inner,.pages-portfolio .property-layout-list .property-card .location-badge.location-badge-blue .badge-inner,.pages-portfolio_listings .property-layout-list .property-card .location-badge.location-badge-blue .badge-inner,body.single-property_portfolios .property-layout-list .property-card .location-badge.location-badge-blue .badge-inner{background-color:rgba(31,92,123,.8)}.elementor-page .property-layout-list .property-card .location-badge.location-badge-coral .badge-inner,.elementor-page .property-layout-list .property-card .location-badge.location-badge-red .badge-inner,.pages-portfolio .property-layout-list .property-card .location-badge.location-badge-coral .badge-inner,.pages-portfolio .property-layout-list .property-card .location-badge.location-badge-red .badge-inner,.pages-portfolio_listings .property-layout-list .property-card .location-badge.location-badge-coral .badge-inner,.pages-portfolio_listings .property-layout-list .property-card .location-badge.location-badge-red .badge-inner,body.single-property_portfolios .property-layout-list .property-card .location-badge.location-badge-coral .badge-inner,body.single-property_portfolios .property-layout-list .property-card .location-badge.location-badge-red .badge-inner{background-color:rgba(247,50,63,.8)}.elementor-page .property-layout-list .property-card .location-badge.location-badge-green .badge-inner,.pages-portfolio .property-layout-list .property-card .location-badge.location-badge-green .badge-inner,.pages-portfolio_listings .property-layout-list .property-card .location-badge.location-badge-green .badge-inner,body.single-property_portfolios .property-layout-list .property-card .location-badge.location-badge-green .badge-inner{background-color:rgba(99,151,53,.8)}.elementor-page .property-layout-list .property-card .location-badge.location-badge-purple .badge-inner,.pages-portfolio .property-layout-list .property-card .location-badge.location-badge-purple .badge-inner,.pages-portfolio_listings .property-layout-list .property-card .location-badge.location-badge-purple .badge-inner,body.single-property_portfolios .property-layout-list .property-card .location-badge.location-badge-purple .badge-inner{background-color:rgba(113,43,98,.8)}.elementor-page .property-layout-list .property-card .location-badge .badge-inner,.pages-portfolio .property-layout-list .property-card .location-badge .badge-inner,.pages-portfolio_listings .property-layout-list .property-card .location-badge .badge-inner,body.single-property_portfolios .property-layout-list .property-card .location-badge .badge-inner{transform:none;display:block;position:absolute;top:105px;left:auto;height:19px;width:100%;padding:3px 0}.elementor-page .property-layout-list .property-card .location-column-wrap,.pages-portfolio .property-layout-list .property-card .location-column-wrap,.pages-portfolio_listings .property-layout-list .property-card .location-column-wrap,body.single-property_portfolios .property-layout-list .property-card .location-column-wrap{transform-style:preserve-3d;height:124px}.elementor-page .property-layout-list .property-card .location-heading,.pages-portfolio .property-layout-list .property-card .location-heading,.pages-portfolio_listings .property-layout-list .property-card .location-heading,body.single-property_portfolios .property-layout-list .property-card .location-heading{position:relative;top:50%;transform:translateY(-50%)}.elementor-page .property-layout-list .property-card .location-info,.pages-portfolio .property-layout-list .property-card .location-info,.pages-portfolio_listings .property-layout-list .property-card .location-info,body.single-property_portfolios .property-layout-list .property-card .location-info{max-width:none;position:relative;top:50%;transform:translateY(-50%)}.elementor-page .property-layout-list .property-card .location-info h3,.pages-portfolio .property-layout-list .property-card .location-info h3,.pages-portfolio_listings .property-layout-list .property-card .location-info h3,body.single-property_portfolios .property-layout-list .property-card .location-info h3{line-height:1.3;margin-bottom:2px}.elementor-page .property-layout-list .property-card .location-info p.address,.pages-portfolio .property-layout-list .property-card .location-info p.address,.pages-portfolio_listings .property-layout-list .property-card .location-info p.address,body.single-property_portfolios .property-layout-list .property-card .location-info p.address{line-height:1.3;margin-bottom:0}.elementor-page .property-layout-list .property-card .subtitle,.pages-portfolio .property-layout-list .property-card .subtitle,.pages-portfolio_listings .property-layout-list .property-card .subtitle,body.single-property_portfolios .property-layout-list .property-card .subtitle{font-weight:700;font-size:.875em;line-height:1.3;color:#bcbcbc;margin:0 0 5px}.elementor-page .property-layout-list .property-card .description,.pages-portfolio .property-layout-list .property-card .description,.pages-portfolio_listings .property-layout-list .property-card .description,body.single-property_portfolios .property-layout-list .property-card .description{font-size:14px;margin-bottom:0;line-height:1.3}.elementor-page .property-layout-list .property-card .location-links,.pages-portfolio .property-layout-list .property-card .location-links,.pages-portfolio_listings .property-layout-list .property-card .location-links,body.single-property_portfolios .property-layout-list .property-card .location-links{margin:0;padding:54px 0;background:rgba(0,0,0,0);position:relative;bottom:auto}.elementor-page .property-layout-list .property-card .location-links li,.pages-portfolio .property-layout-list .property-card .location-links li,.pages-portfolio_listings .property-layout-list .property-card .location-links li,body.single-property_portfolios .property-layout-list .property-card .location-links li{text-align:right;background:rgba(0,0,0,0)}.elementor-page .property-layout-list .property-card .location-links li a .icon,.elementor-page .property-layout-list .property-card .location-links li a .location-link-title,.pages-portfolio .property-layout-list .property-card .location-links li a .icon,.pages-portfolio .property-layout-list .property-card .location-links li a .location-link-title,.pages-portfolio_listings .property-layout-list .property-card .location-links li a .icon,.pages-portfolio_listings .property-layout-list .property-card .location-links li a .location-link-title,body.single-property_portfolios .property-layout-list .property-card .location-links li a .icon,body.single-property_portfolios .property-layout-list .property-card .location-links li a .location-link-title{color:#bcbcbc}.elementor-page .locations-list,.pages-portfolio .locations-list,.pages-portfolio_listings .locations-list,body.single-property_portfolios .locations-list{width:inherit}.elementor-page .locations-list .location-image,.elementor-page .property-card .location-links,.pages-portfolio .locations-list .location-image,.pages-portfolio .property-card .location-links,.pages-portfolio_listings .locations-list .location-image,.pages-portfolio_listings .property-card .location-links,body.single-property_portfolios .locations-list .location-image,body.single-property_portfolios .property-card .location-links{max-width:100%}.elementor-page .property-card>a,.pages-portfolio .property-card>a,.pages-portfolio_listings .property-card>a,body.single-property_portfolios .property-card>a{display:block}.property-layout.property-layout-map .container{display:none}.elementor-page .property-layout-grid .property-card .location-links,body.single-property_portfolios .property-layout-grid .property-card .location-links{opacity:0;transition:all .25s ease-in-out}.elementor-page .property-layout-grid .property-card:hover .location-links,body.single-property_portfolios .property-layout-grid .property-card:hover .location-links{opacity:1}#portfolio_listings_search_form .SumoSelect{width:100%}#portfolio_listings_search_form .SumoSelect>.CaptionCont{font-size:13px;background:#fff;border:1px solid #bcbcbc;border-radius:2px}#portfolio_listings_search_form .SumoSelect>.CaptionCont>label{height:100%}#portfolio_listings_search_form .SumoSelect.open>.CaptionCont,#portfolio_listings_search_form .SumoSelect:focus>.CaptionCont,#portfolio_listings_search_form .SumoSelect:hover>.CaptionCont{box-shadow:0;border:1px solid #bcbcbc}#portfolio_listings_search_form .SumoSelect>.CaptionCont>label>i{opacity:.3}#portfolio_listings_search_form .SumoSelect>.CaptionCont>span{padding-right:13px;color:#333}#portfolio_listings_search_form .SumoSelect>.CaptionCont .prefix{color:#a9a9a9}#portfolio_listings_search_form .SumoSelect>.optWrapper>.options li.opt label{font-size:13px;font-weight:400}#portfolio-listing-filters{background:#ececec;padding-top:10px;padding-bottom:10px;width:100%;z-index:222}#portfolio-listing-filters.affix,#portfolio-listing-filters.filter-scroll{position:fixed;top:120px}#portfolio-listing-filters .search-keyword #keyword{height:35px;border-radius:3px}#portfolio-listing-filters .search-keyword .btn,#portfolio-listing-filters .search-keyword .comment-form input[type=submit],.comment-form #portfolio-listing-filters .search-keyword input[type=submit]{width:35px;margin-left:5px;min-width:0;padding:9px;border-radius:3px;border:0;background-color:#35647e;color:#fff}#portfolio-listing-filters .search-keyword .btn:focus,#portfolio-listing-filters .search-keyword .btn:hover,#portfolio-listing-filters .search-keyword .comment-form input[type=submit]:focus,#portfolio-listing-filters .search-keyword .comment-form input[type=submit]:hover,.comment-form #portfolio-listing-filters .search-keyword input[type=submit]:focus,.comment-form #portfolio-listing-filters .search-keyword input[type=submit]:hover{background-color:rgb(60.5502793296,114.2458100559,143.9497206704)}#portfolio-listing-filters .property-listings-sort{margin:0;line-height:34px;font-weight:400;font-size:15px}#portfolio-listing-filters select{margin:0;font-family:Open Sans,sans-serif}#portfolio-listing-filters .filter-row{text-align:center;padding:0 10px;display:flex;align-items:center;justify-content:center}#portfolio-listing-filters .filter-row.filter-row-no-filters{margin-bottom:0;margin-top:10px}#portfolio-listing-filters .filter-col{padding:0 10px;vertical-align:top}#portfolio-listing-filters .filter-max,#portfolio-listing-filters .filter-min{width:20%}#portfolio-listing-filters .filter-values-wrapper{margin:0 -6px}#portfolio-listing-filters #cap-rate-filter-values,#portfolio-listing-filters #price-filter-values,#portfolio-listing-filters #size-filter-values{font-size:9px;color:#a9a8a9;text-transform:uppercase;display:table;top:22px;position:relative;width:100%}#portfolio-listing-filters #cap-rate-filter-values .filter-min,#portfolio-listing-filters #price-filter-values .filter-min,#portfolio-listing-filters #size-filter-values .filter-min{color:#333;display:table-cell;text-align:left}#portfolio-listing-filters #cap-rate-filter-values .filter-label,#portfolio-listing-filters #price-filter-values .filter-label,#portfolio-listing-filters #size-filter-values .filter-label{font-weight:700;display:table-cell;text-align:center}#portfolio-listing-filters #cap-rate-filter-values .filter-max,#portfolio-listing-filters #price-filter-values .filter-max,#portfolio-listing-filters #size-filter-values .filter-max{color:#333;display:table-cell;text-align:right}#portfolio-listing-filters .noUi-handle{background:#35647e;width:10px;box-shadow:none;border:0;left:-5px;top:-12px}#portfolio-listing-filters .noUi-handle:after,#portfolio-listing-filters .noUi-handle:before{display:none}#portfolio-listing-filters .noUi-connect{background:#a9a8a9;border-radius:0;box-shadow:none}#portfolio-listing-filters .noUi-target{height:4px;top:10px;border:0;border-radius:0;box-shadow:none;background:#dbd9d6}.office-single .team-members-list .team-member-image{height:148px;width:100%}@media(min-width:414px){.office-single .team-members-list .team-member-image{height:175px;width:175px}}@media(min-width:576px){.office-single .team-members-list .team-member-image{height:254px;width:254px}}@media(min-width:768px){.office-single .team-members-list .team-member-image{height:184px;width:184px}}@media(min-width:992px){.office-single .team-members-list .team-member-image{height:175px;width:175px}}@media(min-width:1200px){.office-single .team-members-list .team-member-image{height:175px;width:175px}}.sales-team .team-members-list .team-member-image{height:130px;width:100%}@media(min-width:414px){.sales-team .team-members-list .team-member-image{height:177px}}@media(min-width:576px){.sales-team .team-members-list .team-member-image{height:258px}}@media(min-width:768px){.sales-team .team-members-list .team-member-image{height:345px}}@media(min-width:992px){.sales-team .team-members-list .team-member-image{height:455px}}@media(min-width:1200px){.sales-team .team-members-list .team-member-image{height:262px}}.template-about .team-members-list .team-member-image{height:290px;width:100%}@media(min-width:414px){.template-about .team-members-list .team-member-image{height:384px}}@media(min-width:576px){.template-about .team-members-list .team-member-image{height:546px}}@media(min-width:768px){.template-about .team-members-list .team-member-image{height:345px}}@media(min-width:992px){.template-about .team-members-list .team-member-image{height:293px}}@media(min-width:1200px){.template-about .team-members-list .team-member-image{height:262px}}.template-about .team-members-list.leadership-list .team-member-image{height:130px;width:100%}@media(min-width:414px){.template-about .team-members-list.leadership-list .team-member-image{height:177px}}@media(min-width:576px){.template-about .team-members-list.leadership-list .team-member-image{height:258px}}@media(min-width:768px){.template-about .team-members-list.leadership-list .team-member-image{height:345px}}@media(min-width:992px){.template-about .team-members-list.leadership-list .team-member-image{height:262px}}#footer{background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#35647e;background-image:url(/ldp_spa/images/tmp/footer-bg.jpg)}#footer,#footer a{color:#fff}#footer #gf_form-5>div{grid-template-columns:1fr}#footer #gf_form-5>div>div,#footer #gf_form-5>div>label{grid-column:unset}#footer #gf_form-5>div input{color:#333;font-weight:400;padding:18px 12px 6px}#footer #gf_form-5>div>div{align-items:flex-start;margin-bottom:24px}#footer #gf_form-5>div>div button{width:100%;min-height:50px}@media(min-width:641px){#footer #gf_form-5>div{grid-template-columns:repeat(5,1fr)}#footer #gf_form-5>div>div{margin-bottom:0}}#footer-top{text-align:center;border-bottom:1px solid hsla(0,0%,100%,.2)}#footer-top .testimonial{font-family:QuincyCF,serif;font-style:italic;font-size:24px;line-height:1;color:#fff;margin-bottom:50px}#footer-testimonials{text-align:center}#footer-testimonials li{display:inline-block;padding:0 80px}#footer-testimonials li a{opacity:.3}#footer-testimonials li a:hover,#footer-testimonials li.active a{opacity:1}#footer-bottom h3{font-family:Open Sans,sans-serif;color:#fff;text-transform:uppercase;font-weight:700;font-size:11px;line-height:1.6;margin-bottom:40px}#footer-bottom .footer-menu li a{font-size:16px;display:block;line-height:1;margin-bottom:22px}#footer-bottom .copyright{font-weight:700;font-size:10px;color:#fff;line-height:1;float:left;margin:10px 0 0}#footer-bottom .social-icons{text-align:right;float:right}#footer-bottom .social-icons li{display:inline-block;margin-left:10px!important}#footer-bottom .social-icons li a{font-size:20px!important}#footer-bottom.footer-bottom-nnlg h2{font-family:Open Sans,sans-serif;text-align:center;color:#fff;font-size:27px;margin-bottom:30px;line-height:1.4}#footer-bottom.footer-bottom-nnlg .nnlg-cta{text-align:center;margin-bottom:70px}#footer-bottom.footer-bottom-nnlg .nnlg-cta .btn,#footer-bottom.footer-bottom-nnlg .nnlg-cta .comment-form input[type=submit],.comment-form #footer-bottom.footer-bottom-nnlg .nnlg-cta input[type=submit]{background-color:#639735}#footer-bottom.footer-bottom-nnlg .copyright{float:none;text-align:center;line-height:1.6}#footer-bottom.footer-bottom-nnlg .social-icons{float:none;text-align:center}#footer-bottom.footer-bottom-nnlg .social-icons a{margin-bottom:10px}.footer-bottom-nnlg .social-icon svg{width:72px}#footer-bottom.footer-bottom-nnlg h2{font-weight:300;font-size:44px;margin-bottom:5px}.footer-bottom-nnlg .subtitle{color:#a9a8a9;font-weight:700;font-size:16px;margin-bottom:20px}.footer-bottom-nnlg h2{text-align:center}.footer-bottom-nnlg p{color:#fff;text-align:center}.footer-bottom-nnlg a{color:#fff}.footer-bottom-nnlg .cta{color:#a9a8a9;font-weight:300;font-size:14px;margin-bottom:40px}.footer-bottom-nnlg .gform_wrapper .top_label .gfield_label{display:none}.footer-bottom-nnlg #gform_submit_button_5,.footer-bottom-nnlg #gform_submit_button_5:hover{background:#639735}#newsletter-signup{margin-bottom:15px}#newsletter-signup .email{padding:14px;font-size:14px;font-family:Open Sans,sans-serif;color:#3e3e3e;display:inline-block;width:65%;vertical-align:top}#newsletter-signup .email::-webkit-input-placeholder{color:#bcbcbc}#newsletter-signup .email:-moz-placeholder,#newsletter-signup .email::-moz-placeholder{color:#bcbcbc}#newsletter-signup .email:-ms-input-placeholder{color:#bcbcbc}#newsletter-signup .submit{display:inline-block;width:29%;min-width:0;height:50px;margin-left:5%;border:none}.col-right-sidebar{padding-left:55px}.widget{background:#f9f9f9}.widget.widget-white{background:#fff}.widget .widget-title{background:#ececec;padding:18px 30px}.widget .widget-title:after{clear:both;content:"";display:table}.widget .widget-title h3{font-weight:700;text-transform:uppercase;color:#4a4a4a;float:left}.widget .widget-title h3,.widget .widget-title p{font-family:Open Sans,sans-serif;font-size:.875em;line-height:1;margin:0}.widget .widget-title p{float:right;color:#bdbdbd}.widget .widget-title.widget-title-blue{background:#35647e}.widget .widget-title.widget-title-blue h3{color:#fff;text-align:center;float:none}.widget .widget-body{padding:30px}.widget .widget-body p{font-size:.75em;color:#4a4a4a}.widget .widget-body .ca-license{color:#a9a8a9;font-size:12px}.widget .widget-body ul{list-style:none;margin-bottom:auto}.widget .widget-body ul li{margin-bottom:auto;margin-left:auto}.widget .widget-section-title{font-size:.875em;font-weight:600;line-height:1;color:#4a4a4a;padding-bottom:5px;margin-bottom:30px;border-bottom:1px solid #e6e6e6}.widget-contact-deatils .widget-body p{font-size:14px;margin:0}.widget-contact-deatils .widget-body p.view-more{text-transform:uppercase;margin:10px 0;font-weight:600;font-size:12px;color:#366a84}.widget-contact-deatils .widget-body a{font-weight:600;color:#35647e}.widget-contact-deatils .widget-body .view-more.social-links{margin-bottom:0}.widget-contact-deatils .widget-body .view-more.social-links a{font-size:20px;margin-right:10px;color:#a9a8a9}.widget-contact-deatils .widget-body .view-more.social-links a:hover{color:#35647e}.widget-contact-deatils ul.links{display:block;width:100%;bottom:0}.widget-contact-deatils ul.links li{display:inline-block;vertical-align:middle;margin-right:15px}.widget-contact-deatils ul.links li a{text-decoration:none;color:#9b9b9b;font-size:16px}.widget-contact-deatils ul.links li a .icon-email{position:relative;top:0;vertical-align:middle;margin-right:7px;font-size:19px}.widget-contact-deatils ul.links li a .icon-vcard{position:relative;top:0;margin-right:7px;vertical-align:middle;font-size:15px}.widget-contact-deatils ul.links li a .fa-linkedin{top:-1px;vertical-align:middle;margin-right:7px;position:relative}.widget-contact-deatils ul.links li a span{color:#a9a8a9;font-size:12px;font-weight:400}.widget-contact-deatils ul.links li a:hover,.widget-contact-deatils ul.links li a:hover span{color:#35647e}.widget-contact-deatils ul.links li a:hover svg,.widget-contact-deatils ul.links li a:hover svg path{fill:#35647e}.widget-recent-properties .widget-body p{margin-bottom:30px}.widget-recent-properties .widget-body p.view-more{text-transform:uppercase;margin-bottom:10px}.widget-recent-properties .widget-body a{font-weight:700;color:#35647e}.widget-recent-properties .widget-body ul li{display:block}.widget-clients .widget-section-title{margin-bottom:10px}.widget-clients ul{margin-bottom:20px!important}.widget-clients ul:last-child{margin-bottom:0}.widget-clients ul li{width:49%;display:inline-block;vertical-align:top;padding-right:5px}.widget-clients ul li a{font-size:.75em;margin-bottom:3px;display:block;color:#346983}.widget-recent-posts .widget-body{padding:0}.widget-recent-posts ul li{position:relative;min-height:110px;border-bottom:1px solid #eee;padding:20px 0}.widget-recent-posts ul li:last-child{border:0}.widget-recent-posts .recent-post-media-body{width:66%;margin-left:33%}.widget-recent-posts .recent-post-media-body .recent-post-title{font-weight:700;font-size:14px;line-height:1.5;color:#35647e;margin-bottom:7px;display:block}.widget-recent-posts .recent-post-media-body .recent-post-media-date{font-family:Open Sans,sans-serif;font-size:12px;line-height:1;color:#6e6e6e}.widget-recent-posts .recent-post-media-image{width:27%;position:absolute;left:0}.widget-recent-posts .recent-post-media-image div{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;margin-bottom:20px;padding-top:60%}.widget-categories .widget-body{padding:10px 0}.widget-categories ul li{border-bottom:1px solid #eee;padding:20px 0}.widget-categories ul li:last-child{border:0}.widget-categories ul li a,.widget-categories ul li span{font-weight:700;font-size:14px;line-height:1.5;color:#35647e;margin-bottom:7px}.widget-categories ul li span{color:#bcbcbc;margin-left:10px}.widget-about-author .about-the-author-media{float:left}.widget-about-author .about-the-author-media div{width:64px;height:64px;border-radius:50%;background-size:cover;background-position:50%;background-repeat:no-repeat;display:block}.widget-about-author .about-the-author-media-body{float:left;padding-left:10px}.widget-about-author .about-the-author-media-body .author-name{font-weight:700;font-size:16px;color:#35647e;line-height:1;margin-bottom:8px}.widget-about-author .about-the-author-media-body .author-title{font-weight:400;font-size:14px;color:#5d5e63;margin-bottom:5px}.widget-about-author .about-the-author-media-body .author-linkedin{font-weight:700;font-size:12px;color:#bcbcbc;line-height:1}.widget-about-author .about-the-author-media-body .author-linkedin .fa{font-size:17px;margin-right:10px}.widget-about-author .about-the-author-bio{margin-top:25px;font-size:14px;color:rgba(51,51,51,.7);line-height:21px}.pages-media_single-news .widget-recent-posts .recent-post-media-body,.pages-media_single-press_release .widget-recent-posts .recent-post-media-body{width:100%;margin:0}.pages-media_single-news .widget-recent-posts ul li,.pages-media_single-press_release .widget-recent-posts ul li{min-height:auto}#search-modal-bg{background:#fff;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1998;display:block;opacity:0;transition:all .3s ease}#search-modal-bg.active{opacity:.75}#search_modal{position:fixed;z-index:2000;transition:transform 1s ease-in-out;transform:translateX(120%)}#search_modal,#search_modal .bg{top:0;bottom:0;right:0;left:0;width:100%;height:100%}#search_modal .bg{z-index:2001}#search_modal .inner{background:#fff;width:500px;height:100%;position:absolute;right:0;bottom:0;top:0;box-shadow:0 0 40px 0 rgba(0,0,0,.5);overflow:scroll}#search_modal .search-inner{padding:15px 30px}#search_modal.active{transform:translateX(0)}#search_modal .icon{content:""}#search_modal .property-search{background:#ececec}#search_modal .property-search a{color:#929292;text-align:center;display:block;padding:6px;font-size:13px}#search_modal #search-query{background:#fff;border:1px solid #bcbcbc;border-radius:2px;font-size:16px;color:#1f5c7b;line-height:20px;height:50px;margin-bottom:10px;padding:6px 12px}#search_modal #search-query:focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}#search_modal .input-group-btn{vertical-align:top}#search_modal .input-group-btn button,#search_modal .input-group-btn input{min-width:0;height:50px;margin-left:5px;width:50px;font-size:16px;text-align:center;padding:0;vertical-align:middle}#search_modal h2{font-size:35px;color:#35647e;margin-top:0;margin-bottom:20px}#search_modal .close{font-size:27px;line-height:45px;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif}#search_modal ul.results{list-style:none;margin:0;padding:0}#search_modal ul.results li{margin-left:0;padding:0;list-style:none}#search_modal ul.results h2{font-weight:700;font-family:Open Sans,sans-serif;font-size:14px;color:#35647e;text-transform:uppercase;letter-spacing:0;line-height:20px;border-bottom:1px solid #ebebeb;margin-top:30px;margin-bottom:10px;padding-bottom:10px}#search_modal ul.results .results-show-more{float:right;font-weight:400;color:#9c9c9c;text-transform:none;font-size:13px}#search_modal ul.results-subitem a{font-family:Open Sans,sans-serif;font-size:14px;color:#4a4a4a;line-height:20px;margin-bottom:10px;display:block}#search_modal ul.results-subitem .subitem-three{display:none}.next-property-search .property-search{background:#ececec}.next-property-search .property-search a{color:#929292;text-align:center;display:block;padding:6px;font-size:13px}.next-property-search #search-query{background:#fff;border:1px solid #bcbcbc;border-radius:2px;font-size:16px;color:#1f5c7b;line-height:20px;height:50px;margin-bottom:10px;padding:6px 12px}.next-property-search #search-query:focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}.next-property-search .next-submit-button{vertical-align:top}.next-property-search .next-submit-button button,.next-property-search .next-submit-button input{min-width:0;height:50px;margin-left:5px;width:50px;font-size:16px;text-align:center;padding:0;vertical-align:middle}.comment-list ol{list-style:none}.w-100{width:100%}.pl-3,.px-3{padding-left:16px!important}.pr-3,.px-3{padding-right:16px!important}@media(min-width:992px){.mb-md-0{margin-bottom:0}}.alignnone{margin-left:0;margin-right:0;max-width:100%;height:auto}.aligncenter{display:block;margin:15px auto;height:auto}.alignleft,.alignright{margin-bottom:15px;height:auto}.homepage-top-card{padding-top:300px;padding-bottom:300px;margin-bottom:-150px}.homepage-bottom-card{padding-top:300px;padding-bottom:400px;margin-top:-200px}#searchbox2{width:100%;display:block;height:50px;color:#898989;font-size:12px;padding:12px 10px;background-color:#fff;border:1px solid #bcbcbc;border-radius:2px}#searchbox2:focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}#home-property-search .home-property-search-content{border:1px solid #bcbcbc;display:inline-block;margin-bottom:25px;width:100%;max-width:310px}#home-property-search label{margin-bottom:25px}#home-property-search .property-search-form-body{padding:25px}#home-property-search .property-search-form-body select{margin-bottom:0;border:1px solid #bcbcbc;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/arrow-down-gray@2x.png);background-size:10px 6px;background-position:97% 22px;background-repeat:no-repeat}#home-property-search .property-search-form-body input,#home-property-search .property-search-form-body select{width:100%;display:block;height:50px;color:#898989;font-size:12px;padding:12px 10px;background-color:#fff;border:1px solid #bcbcbc;border-radius:2px}#home-property-search .property-search-form-body input[type=text]{background:#fff;border:1px solid #bcbcbc;border-radius:2px}#home-property-search .property-search-form-body input[type=text]:focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}#home-property-search .nav-tabs{display:flex}#home-property-search .nav-tabs li{width:33%;flex-grow:1}#home-property-search .nav-tabs li a{font-size:12px;font-weight:700;color:#fff;background:#bcbcbc;text-align:center;border-radius:0;margin:0;border:0}#home-property-search .nav-tabs li a:hover{border:0}#home-property-search .nav-tabs li.active a{color:#35647e;background:#fff}@media only screen and (max-width:1700px){.homepage-bottom-card .section-two-column-image-left,.homepage-bottom-card .section-two-column-image-right,.homepage-top-card .section-two-column-image-left,.homepage-top-card .section-two-column-image-right{width:45%}}@media only screen and (max-width:1500px){.homepage-bottom-card,.homepage-top-card{padding-top:200px;padding-bottom:200px}.homepage-top-card{margin-bottom:-150px}.homepage-bottom-card{margin-top:-150px}}@media only screen and (max-width:1200px){.homepage-bottom-card,.homepage-top-card{padding-top:150px;padding-bottom:150px}.homepage-top-card{margin-bottom:-100px}.homepage-bottom-card{margin-top:-100px}}@media only screen and (max-width:979px){.homepage-bottom-card .section-two-column-image-left,.homepage-bottom-card .section-two-column-image-right,.homepage-top-card .section-two-column-image-left,.homepage-top-card .section-two-column-image-right{display:none}.section-two-column-left .col1,.section-two-column-right .col1{max-width:none;width:100%}.homepage-bottom-card,.homepage-top-card{padding-top:100px;padding-bottom:100px}}.about-page-team-list .container{max-width:1400px}.about-page-team-list .team-member-info{text-align:left}.about-page-team-list .team-member-info p{font-size:14px;color:#4a4a4a;line-height:23px}.about-page-team-list .team-member-info .contact{margin-bottom:6px}.srs-by-numbers{color:#fff;text-align:center}.srs-by-numbers h2{margin-bottom:80px}.srs-by-numbers .big-number{font-weight:700;font-size:2.875em;line-height:1.4}.srs-by-numbers .number-desc{font-weight:300;font-size:.875em;line-height:1;text-transform:uppercase;font-weight:700}.srs-by-numbers .number-disclaimer{font-size:.875em;line-height:1;font-weight:400}ul.about-timeline{text-align:center;margin-top:100px}ul.about-timeline li{display:inline-block;width:24%;padding-left:10px;padding-right:10px;vertical-align:top}ul.about-timeline li .title{font-size:1.25em;margin-bottom:10px;font-weight:700}ul.about-timeline li p{font-weight:400;font-size:.8125em;line-height:17px;margin-bottom:10px}.about-srs-block p{font-size:16px;line-height:1.8}.profile-single.section-spaced{padding-bottom:0}.profile-single .profile-single-content h1{font-family:QuincyCF,serif;font-weight:400;color:#35647e;font-size:2.75em;margin-bottom:40px;line-height:1}.profile-single .profile-single-content h1.with-subtitle{margin-bottom:5px}.profile-single .profile-single-content h2{font-family:QuincyCF,serif;font-size:1.875em;margin-bottom:30px;line-height:1.1;font-weight:400;color:#a9a8a9}.profile-single .profile-single-content h3{font-family:Open Sans,sans-serif;font-weight:700;color:#3e3e3e;font-size:1em;text-transform:uppercase;margin-bottom:10px;line-height:1.6;clear:both}.profile-single .profile-single-content h4{font-size:1.125em;line-height:1;margin-bottom:5px;letter-spacing:2px}.profile-single .profile-single-content h4,.profile-single .profile-single-content h5{font-family:Open Sans,sans-serif;font-weight:700;color:#a9a8a9;text-transform:uppercase}.profile-single .profile-single-content h5{font-size:1em;line-height:1.6;margin-bottom:10px}.profile-single .profile-single-content p{font-size:1em;line-height:1.6;margin-bottom:30px;color:#3e3e3e}.profile-single .profile-single-content .profile-single-row{padding-bottom:30px}.profile-single .profile-single-content .profile-image{width:178px;height:178px;margin-right:30px;margin-bottom:20px;display:inline-block;float:left;background-repeat:no-repeat;background-size:cover}.profile-single .profile-single-content ul{list-style:disc;margin-bottom:20px}.profile-single .profile-single-content ul li{margin-bottom:0;margin-left:2em}.profile-single .profile-single-content ul li a{color:#346983}.profile-single .profile-single-content ul.two-column-list{width:100%;float:left;margin-bottom:60px}.profile-single .profile-single-content ul.two-column-list li{width:50%;list-style-type:disc;display:inline-block}.profile-single .profile-single-content ul.half-column-list{float:left;width:50%;margin-bottom:30px}.profile-single .profile-single-content ul.half-column-list li.title{list-style-type:none;margin-left:0;font-weight:700;font-size:.75em;color:#4a4a4a;line-height:1}#contactModal .modal-body{padding:0}#contactModal .modal-body>.row{margin:0;display:flex}#contactModal .modal-dialog{width:100%;max-width:1018px}#contactModal .modal-content{border-radius:0;border:0;box-shadow:0 5px 15px rgba(0,0,0,.2)}#contactModal .col-left{color:#fff;background:#1f5c7b;padding:30px}#contactModal .col-left h2{font-size:45px;color:#fff;line-height:1;margin:0 0 25px}#contactModal .col-left p{font-size:14px;color:#fff;letter-spacing:0;line-height:24px}#contactModal .col-left a{color:#fff}#contactModal .col-left .divider{border-top:1px solid #fff;opacity:.17;margin:20px 0}#contactModal .col-left .contact-items{margin:0;padding:0;list-style:none}#contactModal .col-left .contact-items li{margin-left:0}#contactModal .col-left .contact-items li .contact-icon{float:left;width:35px}#contactModal .col-left .contact-items li .contact-info{float:left}#contactModal .col-left .contact-items li .contact-info a{display:block;font-size:13px}#contactModal .col-left .contact-items li .contact-info p{margin-bottom:25px}#contactModal .col-right{padding:40px 30px}#contactModal .col-right input[type=email],#contactModal .col-right input[type=tel],#contactModal .col-right input[type=text],#contactModal .col-right select:not(.gravityFormTypeSelector){background:#fff;border:1px solid #bcbcbc;border-radius:2px;font-size:14px;color:#1f5c7b;line-height:20px;height:50px;padding-left:12px;padding-top:20px;margin-bottom:0;padding-bottom:.5em}#contactModal .col-right input[type=email]:focus,#contactModal .col-right input[type=tel]:focus,#contactModal .col-right input[type=text]:focus,#contactModal .col-right select:not(.gravityFormTypeSelector):focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}#contactModal .col-right textarea{height:255px;border:1px solid #bcbcbc;border-radius:2px;font-size:14px;color:#1f5c7b;line-height:20px;margin-bottom:20px;padding:12px}#contactModal .col-right .inquiry-select{-webkit-appearance:none;font-size:18px;color:#1f5c7b;line-height:24px;border:0;background:none;margin-bottom:15px;padding:0;font-family:Open Sans,sans-serif;background-image:url(/images/arrow-down@2x.png);background-size:10px 6px;background-position:right 10px;background-repeat:no-repeat;width:170px}#contactModal .col-right .inquiry-select:focus{outline:none}#contactModal .col-right .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),#contactModal .col-right .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker){margin:0}#contactModal .col-right .gform_wrapper .gf_invisible,#contactModal .col-right .gform_wrapper .gfield_visibility_hidden,#contactModal .col-right .gform_wrapper div.validation_error,#contactModal .col-right .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{display:none}#contactModal .col-right .gfield.gfield_error input{border:1px solid #790000}#contactModal .col-right .gform_wrapper li.gfield.gfield_error{background:rgba(0,0,0,0);border:none;margin-bottom:0!important}#contactModal .col-right .gform_confirmation_wrapper{text-align:center;padding:60px 0}#contactModal .col-right #field_1_9 label{display:none}#contactModal .col-right .gform-footer,#contactModal .col-right .gform_footer{margin:0;padding:0}#contactModal .col-right .gform-footer input,#contactModal .col-right .gform_footer input{border-radius:4px;font-size:14px}#contactModal .col-right .gfield{position:relative;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}#contactModal .col-right .gfield label{z-index:3;padding:0;margin:0;left:13px;top:10px}#contactModal .col-right .form-row{position:relative}#contactModal .col-right .form-row.form-row-right{padding-left:10px}#contactModal .col-right .form-row.form-row-left{padding-right:10px}#contactModal .col-right .form-row-right label{left:24px}#contactModal .col-right .checkboxLabel{font-size:12px;line-height:13px}#contactModal button.close{cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;position:absolute;right:15px;top:9px;width:auto;padding:0;min-width:auto;font-size:30px}#contactModal button.close:hover{background:none}#contactModal .form-action{text-align:right}#contactModal .col-right #input_2_5,#contactModal .col-right .default-select.dropdown-select{background:#fff;border:1px solid #bcbcbc;border-radius:2px;font-size:14px;color:#1f5c7b;line-height:20px;height:50px;padding:20px .5em .5em 12px;margin-bottom:20px;width:100%;background-image:url(/images/arrow-down@2x.png);background-size:9px auto;background-position:96% 22px;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;appearance:none}#contactModal .col-right .new_email_form #field_2_10,#contactModal .col-right .new_email_form #field_2_7{float:left}#contactModal .col-right .new_email_form #field_2_11{margin-top:10px}#contactModal .col-right .new_email_form #field_2_10{margin:10px 0}#contactModal .col-right .new_email_form .gform_footer{float:right;width:50%;clear:none}#contactModal .col-right .gfield_checkbox li input,#contactModal .col-right ul.gfield_checkbox li{margin:0}#contactModal .col-right .gfield_checkbox label{position:relative;top:auto;left:auto;font-size:13px;line-height:1.3;text-transform:none;color:#888}#contactModal .col-right #field_2_10 label,#contactModal .col-right #field_2_11 label,#contactModal .col-right #field_2_12 label{position:relative;top:auto;left:auto;font-size:13px;line-height:1;color:#888}#contactModal .col-right #field_2_8{margin-top:0!important}#contactModal .col-right .gfield_type_checkbox .gfield_label{text-transform:uppercase}#contactModal .col-right #gform_fields_2 h2,#contactModal .col-right .new_email_list_form h2{font-size:24px;margin:0;padding:0;line-height:1;color:#9a9a9a}#contactModal .col-right #gform_fields_2 h3,#contactModal .col-right .new_email_list_form h3{font-size:14px;line-height:1;padding:0;margin:15px 0 5px}#contactModal .col-right #gform_fields_2 .checkbox-row,#contactModal .col-right .new_email_list_form .checkbox-row{margin-bottom:0}#contactModal .col-right #gform_fields_2 label.inline-label,#contactModal .col-right .new_email_list_form label.inline-label{position:relative;top:auto;left:auto;line-height:1;display:inline-block;text-transform:none;color:#3e3e3e;font-weight:400;font-size:14px;margin:0 0 0 8px}#contactModal .col-right #gform_fields_2 .submission-block,#contactModal .col-right .new_email_list_form .submission-block{margin-top:10px}#contactModal .col-right #gform_fields_2 .submission-block input,#contactModal .col-right .new_email_list_form .submission-block input{margin:0}body.modal-open .modal{display:-moz-flex;display:flex;height:100%}body.modal-open .modal .modal-dialog{margin:auto}body.page-template-template-services .section-services h1,body.pages-services_specialties .section-services h1{text-align:center;margin-bottom:80px}body.page-template-template-services .section-services h3,body.pages-services_specialties .section-services h3{text-align:center}body.page-template-template-services .section-services h3.services-list-title,body.pages-services_specialties .section-services h3.services-list-title{text-align:left}body.page-template-template-services .section-services p,body.pages-services_specialties .section-services p{text-align:center}body.page-template-template-services .section-services .section-services-content h1,body.pages-services_specialties .section-services .section-services-content h1{font-family:QuincyCF,serif;font-weight:400;font-size:2.75em;color:#35647e;line-height:1.25em;margin:0 auto 33px;width:100%}body.page-template-template-services .section-services .section-services-content h2,body.pages-services_specialties .section-services .section-services-content h2{font-family:Open Sans,sans-serif;font-weight:700;font-size:1.25em;line-height:1;color:#a9a8a9;margin-bottom:10px;text-transform:uppercase}body.page-template-template-services .section-services .section-services-content h3,body.pages-services_specialties .section-services .section-services-content h3{font-family:QuincyCF,serif;font-weight:400;font-size:35px;color:#646569;line-height:1.25em;margin:0 auto 33px}body.page-template-template-services .section-services .section-services-content h4,body.pages-services_specialties .section-services .section-services-content h4{font-family:Open Sans,sans-serif;font-size:1.125em;color:#35647e}body.page-template-template-services .section-services .section-services-content p,body.pages-services_specialties .section-services .section-services-content p{margin:0 auto 30px}body.page-template-template-services .section-services .section-services-content ul,body.pages-services_specialties .section-services .section-services-content ul{list-style-type:disc;margin-left:20px;margin-bottom:30px}body.page-template-template-services .section-services .section-services-content ul li,body.pages-services_specialties .section-services .section-services-content ul li{padding-left:10px}body.page-template-template-services .section-services .section-services-content ul.services-list-links,body.pages-services_specialties .section-services .section-services-content ul.services-list-links{list-style:disc;float:left;margin-bottom:30px;margin-left:0}body.page-template-template-services .section-services .section-services-content ul.services-list-links li,body.pages-services_specialties .section-services .section-services-content ul.services-list-links li{font-size:.75em;color:#3a7591;margin-left:1.75em;padding-left:0}body.page-template-template-services .section-services .section-services-content ul.services-list-links li a,body.pages-services_specialties .section-services .section-services-content ul.services-list-links li a{line-height:1;padding-left:1em;font-size:16px;margin-bottom:8px;display:block;font-weight:400;color:#3a7591}body.page-template-template-services .section-services .section-services-content-alt h2,body.page-template-template-services .section-services .section-services-content-alt h3,body.page-template-template-services .section-services .section-services-content-alt p,body.pages-services_specialties .section-services .section-services-content-alt h2,body.pages-services_specialties .section-services .section-services-content-alt h3,body.pages-services_specialties .section-services .section-services-content-alt p{text-align:left}body.page-template-template-services .section-services .section-services-content-alt h3,body.pages-services_specialties .section-services .section-services-content-alt h3{max-width:none}body.page-template-template-services .section-services .section-services-content-alt ul.inline-links,body.pages-services_specialties .section-services .section-services-content-alt ul.inline-links{text-align:left;list-style:disc;margin-left:30px}body.page-template-template-services .section-services .section-services-content-alt ul.inline-links li,body.pages-services_specialties .section-services .section-services-content-alt ul.inline-links li{display:list-item;padding-left:10px;color:#3a7591;line-height:2}body.page-template-template-services .section-services .section-services-content-alt ul.inline-links li:after,body.pages-services_specialties .section-services .section-services-content-alt ul.inline-links li:after{display:none}body.pages-services .section-services .section-services-content p{margin:0 auto 30px}body.pages-services .section-services .section-services-content ul{list-style-type:disc;margin-left:20px;margin-bottom:30px}body.pages-services .section-services .section-services-content ul li{padding-left:10px}body.pages-services .section-services .section-services-content ul.services-list-links{list-style:disc;float:left;margin-bottom:30px;margin-left:0}body.pages-services .section-services .section-services-content ul.services-list-links li{font-size:.75em;color:#3a7591;margin-left:1.75em;padding-left:0}body.pages-services .section-services .section-services-content ul.services-list-links li a{line-height:1;padding-left:1em;font-size:16px;margin-bottom:8px;display:block;font-weight:400;color:#3a7591}body.pages-services .section-services .section-services-content-alt h2,body.pages-services .section-services .section-services-content-alt h3,body.pages-services .section-services .section-services-content-alt p{text-align:left}body.pages-services .section-services .section-services-content-alt h3{max-width:none}body.pages-services .section-services .section-services-content-alt ul.inline-links{text-align:left;list-style:disc;margin-left:30px}body.pages-services .section-services .section-services-content-alt ul.inline-links li{display:list-item;padding-left:10px;color:#3a7591;line-height:2}body.pages-services .section-services .section-services-content-alt ul.inline-links li:after{display:none}body.single-services .hero-content h1{color:#fff;font-family:QuincyCF,serif;font-size:3.875em;font-weight:400;line-height:1;margin-bottom:10px}.office-single .office-description{margin-bottom:66px}.office-single .office-single-row h2{margin-bottom:50px}body,html{position:relative;height:100%}.sales-team h2{font-weight:400;font-size:2.1875em;line-height:1.2857142857em;margin-bottom:23px}.sales-team .col1.col-sm-12 h2{text-align:center}#team-nav{background:#ececec;padding-top:20px;padding-bottom:20px;z-index:222}#team-nav .navbar-toggle{margin-top:0;margin-bottom:0;margin-right:3px;border-color:rgba(0,0,0,0);min-width:auto;padding-top:0;padding-bottom:0}#team-nav .navbar-toggle:focus,#team-nav .navbar-toggle:hover{background:rgba(0,0,0,0)}#team-nav .navbar-toggle .icon-bar{background-color:#35647e;width:21px;height:3px}#team-nav .navbar-toggle .icon-bar+.icon-bar{margin-top:3px}#team-nav .navbar-brand,#team-nav h3{margin:0;font-weight:700;text-transform:uppercase;font-size:14px;color:#35647e;line-height:1;padding-top:0;padding-bottom:0;height:auto}#team-nav ul{list-style:none;padding:0;margin:0;text-align:right;line-height:1}#team-nav ul li{display:inline-block;margin:0}#team-nav ul li a{display:block;padding:0 13px;font-weight:700;text-transform:uppercase;font-size:14px;line-height:1;color:#35647e}@media screen and (min-width:768px)and (max-width:991px){#team-nav ul li:last-child a{padding-right:0}}.vc-team-member-wrap{width:175px;margin:0 auto}.vc-team-member-wrap .team-member-info{text-align:left}.all-posts .card{margin-bottom:30px}.single-post .post-content img{width:auto!important;height:auto!important;max-width:100%!important}.single-post .post-content p{font-size:1em;line-height:1.6;color:#3e3e3e;margin-bottom:1.875em}.single-post .post-content blockquote{color:#4a4a4a;line-height:1.6;border-left:4px solid #ffce00;padding-left:40px;margin:0 0 30px 97px}.single-post .post-content blockquote,.single-post .post-content blockquote p{font-family:QuincyCF,serif;font-style:italic;font-size:24px}.single-post .post-content a{color:#35647e}.single-post .post-content a:hover{text-decoration:underline}.single-post .post-meta{border-bottom:1px solid #bcbcbc;padding-bottom:15px;margin-bottom:60px}.single-post .post-meta .post-meta-left{float:left}.single-post .post-meta .post-meta-right{float:right;text-align:right}.single-post .post-meta .post-meta-right a{margin-left:30px}.single-post .post-meta .post-meta-right .fa{font-size:15px}.single-post .post-meta .post-meta-right span{padding-left:10px}.single-post .post-meta a,.single-post .post-meta span{font-family:Open Sans,sans-serif;font-weight:600;font-size:12px;color:#a9a8a9;line-height:14px;text-transform:uppercase}.single-post .post-related h3{font-family:QuincyCF,serif;font-weight:400;font-size:2.8125em;color:#35647e;line-height:1;margin-bottom:50px}.single-post .post-related h4{font-family:QuincyCF,serif;font-weight:700;font-size:1.5em;font-size:24px;color:#35647e;line-height:1;text-transform:none;letter-spacing:0}.single-post .post-related .post-related-thumb{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;margin-bottom:20px;padding-top:60%}body.elementor-page.template-careers main h2,body.template-careers main h2{color:#35647e;font-size:44px;line-height:55px}body.elementor-page.template-careers main #careers-our-vision p,body.template-careers main #careers-our-vision p{line-height:2}body.elementor-page.template-careers main .clientexperience,body.template-careers main .clientexperience{max-width:100%!important}body.elementor-page.template-careers main .clientexp,body.template-careers main .clientexp{text-align:left;padding-left:0;padding-right:0}body.elementor-page.template-careers main .clientexp h3,body.template-careers main .clientexp h3{font-family:Open Sans,sans-serif;font-weight:700;font-size:76px;color:#1f5c7b;line-height:72px}body.elementor-page.template-careers main .clientexp .top-para,body.template-careers main .clientexp .top-para{font-family:Open Sans,sans-serif;font-size:18px;color:#333;letter-spacing:0;text-transform:uppercase}body.elementor-page.template-careers main .clientexp .mid-para,body.template-careers main .clientexp .mid-para{text-transform:uppercase;font-weight:700;line-height:1.1}body.elementor-page.template-careers main .clientexp .bot-para,body.template-careers main .clientexp .bot-para{font-family:Open Sans,sans-serif;font-weight:300;font-size:14px;color:#a9a8a9;line-height:1.5}body.elementor-page.template-careers main .partner-relationships img,body.template-careers main .partner-relationships img{height:85px}body.elementor-page.template-careers main .partner-relationships p,body.template-careers main .partner-relationships p{font-family:Open Sans,sans-serif;font-size:18px;color:#333;letter-spacing:0;line-height:37px}body.elementor-page.template-careers main .why-srs h4,body.template-careers main .why-srs h4{font-family:Open Sans,sans-serif;font-size:18px;color:#fff;letter-spacing:0;line-height:37px;padding-bottom:70px}body.elementor-page.template-careers main .why-srs h3,body.template-careers main .why-srs h3{font-family:Open Sans,sans-serif;font-weight:700;font-size:18px;color:#fff;letter-spacing:0;line-height:18px;text-transform:uppercase;padding-top:30px}body.elementor-page.template-careers main .why-srs p,body.template-careers main .why-srs p{font-family:Open Sans,sans-serif;font-size:12px;color:#fff;letter-spacing:0;line-height:20px;white-space:nowrap}body.elementor-page.template-careers main .global-platform,body.template-careers main .global-platform{border:1px red!important}body.elementor-page.template-careers main .global-platform ul,body.template-careers main .global-platform ul{padding-top:46px;padding-bottom:20px}body.elementor-page.template-careers main .global-platform ul li,body.template-careers main .global-platform ul li{font-family:Open Sans,sans-serif;font-size:18px;color:#1f5c7b;letter-spacing:0;line-height:18px}body.elementor-page.template-careers main .global-platform p,body.template-careers main .global-platform p{margin-bottom:80px}@media only screen and (max-width:767px){body.elementor-page.template-careers main .global-platform .firstIcon,body.template-careers main .global-platform .firstIcon{margin-left:25.667%!important}}body.elementor-page.template-careers main .global-platform .firstIcon,body.template-careers main .global-platform .firstIcon{margin-left:37.66%}body.elementor-page.template-careers main .region-sections,body.template-careers main .region-sections{color:#fff;max-width:none!important;margin-left:auto;margin-right:auto}body.elementor-page.template-careers main .region-sections .bg-image,body.template-careers main .region-sections .bg-image{width:100%;padding-top:100px;padding-bottom:100px}body.elementor-page.template-careers main .region-sections h3,body.template-careers main .region-sections h3{text-transform:uppercase;font-family:Open Sans,sans-serif;font-weight:700;font-size:32px;color:#fff;letter-spacing:0;margin:0}body.elementor-page.template-careers main .region-sections .divider,body.template-careers main .region-sections .divider{border-bottom:2px solid #fff;width:80px;margin:10px auto}body.elementor-page.template-careers main .region-sections p,body.template-careers main .region-sections p{font-family:Open Sans,sans-serif;font-size:24px;color:#fff;letter-spacing:0}.pages-media_single.pages-media_single-news,.pages-media_single.pages-media_single-press_release{padding-top:100px}.pages-media_single.pages-media_single-news h1,.pages-media_single.pages-media_single-press_release h1{font-family:Open Sans,sans-serif;font-weight:300;color:#35647e;font-size:44px;line-height:1.1;margin:0 auto 40px;width:100%}.pages-media_single.pages-news_roll,.pages-media_single.pages-press_releases_roll{padding-top:100px}.pages-media_single.pages-news_roll h1,.pages-media_single.pages-press_releases_roll h1{font-family:QuincyCF,serif;font-weight:400;font-size:2.75em;color:#35647e;line-height:1.25em;margin:0 auto 33px;width:100%}.pages-media_single.pages-news_roll h2,.pages-media_single.pages-press_releases_roll h2{font-family:QuincyCF,serif;font-weight:400;font-size:2em;color:#35647e;line-height:1.25em;margin:0 auto 33px;width:100%}.pagination{display:block;text-align:center}.pagination .current{font-style:normal;font-weight:700}.pagination a{display:inline-block;padding:5px}body.page-template-template-people .hero.hero-medium .hero-content #hero.hero-medium .hero-content,body.pages-people_search .hero.hero-medium .hero-content #hero.hero-medium .hero-content{max-width:1140px}body.page-template-template-people #hero.hero-full .hero-content h1,body.page-template-template-people .hero.hero-full .hero-content h1,body.pages-people_search #hero.hero-full .hero-content h1,body.pages-people_search .hero.hero-full .hero-content h1{font-weight:400;font-size:3.875em;line-height:1;color:#fff;margin-bottom:.8em}.people-sidebar-search .view-all{font-size:13px;text-align:right;margin-bottom:10px}.people-sidebar-search .form-fields{width:100%}.people-sidebar-search .form-action{display:inline-block}.people-sidebar-search .btn,.people-sidebar-search input[type=submit]{height:50px;width:100%}.people-sidebar-search input:not([type]),.people-sidebar-search input[type=color],.people-sidebar-search input[type=date],.people-sidebar-search input[type=datetime-local],.people-sidebar-search input[type=datetime],.people-sidebar-search input[type=email],.people-sidebar-search input[type=month],.people-sidebar-search input[type=number],.people-sidebar-search input[type=password],.people-sidebar-search input[type=search],.people-sidebar-search input[type=tel],.people-sidebar-search input[type=text],.people-sidebar-search input[type=time],.people-sidebar-search input[type=url],.people-sidebar-search input[type=week],.people-sidebar-search select,.people-sidebar-search textarea{background:#fff;border:1px solid #bcbcbc;border-radius:2px;font-size:14px;color:#1f5c7b;line-height:20px;height:50px;padding:12px;margin-bottom:20px;width:100%}.people-sidebar-search select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;color:#9b9b9b;background-image:url(/images/arrow-down-gray@2x.png);background-size:10px 6px;background-position:97% 22px;background-repeat:no-repeat}.people-sidebar-search input:not([type]):focus,.people-sidebar-search input[type=color]:focus,.people-sidebar-search input[type=date]:focus,.people-sidebar-search input[type=datetime-local]:focus,.people-sidebar-search input[type=datetime]:focus,.people-sidebar-search input[type=email]:focus,.people-sidebar-search input[type=month]:focus,.people-sidebar-search input[type=number]:focus,.people-sidebar-search input[type=password]:focus,.people-sidebar-search input[type=search]:focus,.people-sidebar-search input[type=tel]:focus,.people-sidebar-search input[type=text]:focus,.people-sidebar-search input[type=time]:focus,.people-sidebar-search input[type=url]:focus,.people-sidebar-search input[type=week]:focus,.people-sidebar-search textarea:focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}.header-search{max-width:750px;margin:0 auto;width:100%;min-height:198px}.header-search .nav-tabs{margin-bottom:-1px}.header-search .nav-tabs li{margin-left:0}.header-search .nav-tabs li a{background:#f5f5f5;background:rgba(245,245,245,.4);border-radius:0;width:120px;color:#fff;margin:0;border:0;border-right:1px solid #b5c2c8;font-size:12px;font-weight:600;padding:11px 20px 15px}.header-search .nav-tabs li a .icon{color:#fff;margin-right:6px;top:2px;position:relative;font-size:15px}.header-search .nav-tabs li a:hover{border-top:0;border-bottom:0}.header-search .nav-tabs li:first-child a{border-top-left-radius:2px}.header-search .nav-tabs li:last-child a{border-top-right-radius:2px;border-right:0}.header-search .nav-tabs li.active a{background:#fefefe;color:#35647e;border:0}.header-search .nav-tabs li.active a .icon{color:#35647e}.header-search .tab-inner{padding:30px;background:#fff}.header-search .form-fields{width:77%;padding-right:20px;display:inline-block;vertical-align:top}.header-search .form-action{width:22%;display:inline-block;vertical-align:top}@media(max-width:425px){.header-search .form-fields{width:100%;padding-right:0}.header-search .form-action{width:100%;margin-bottom:10px}}.header-search .btn,.header-search input[type=submit]{height:50px;width:100%}.header-search input:not([type]),.header-search input[type=color],.header-search input[type=date],.header-search input[type=datetime-local],.header-search input[type=datetime],.header-search input[type=email],.header-search input[type=month],.header-search input[type=number],.header-search input[type=password],.header-search input[type=search],.header-search input[type=tel],.header-search input[type=text],.header-search input[type=time],.header-search input[type=url],.header-search input[type=week],.header-search select,.header-search textarea{background:#fff;border:1px solid #bcbcbc;border-radius:2px;font-size:14px;color:#1f5c7b;line-height:20px;height:50px;padding:12px;margin-bottom:20px;width:100%}.header-search select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;color:#9b9b9b;background-image:url(/images/arrow-down-gray@2x.png);background-size:10px 6px;background-position:97% 22px;background-repeat:no-repeat}.header-search input:not([type]):focus,.header-search input[type=color]:focus,.header-search input[type=date]:focus,.header-search input[type=datetime-local]:focus,.header-search input[type=datetime]:focus,.header-search input[type=email]:focus,.header-search input[type=month]:focus,.header-search input[type=number]:focus,.header-search input[type=password]:focus,.header-search input[type=search]:focus,.header-search input[type=tel]:focus,.header-search input[type=text]:focus,.header-search input[type=time]:focus,.header-search input[type=url]:focus,.header-search input[type=week]:focus,.header-search textarea:focus{box-shadow:2px 2px 4px 0 rgba(31,91,123,.15)}.header-search .a-to-z{display:table;width:100%}.header-search .a-to-z li{display:table-cell;text-align:center;width:3.8%}.header-search .a-to-z li a{font-size:14px;color:#bcbcbc}.header-search .a-to-z li.active a{color:#35647e}#tabs-by-office .form-fields{text-align:left}#tabs-by-office select{width:47.5%;display:inline-block}#tabs-by-office select:first-child{margin-right:20px}body.property-search-single{padding-top:100px}#property_portfolio_category_link{background:#fff;border:1px solid #bcbcbc;border-radius:2px;color:#1f5c7b;line-height:20px;height:50px;padding:12px;margin-bottom:20px;width:100%;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;color:#9b9b9b;background-image:url(/images/arrow-down-gray@2x.png);background-size:10px 6px;background-position:97% 22px;background-repeat:no-repeat}.single-buildout_properties .location-badge{display:none}.single-buildout_properties .location-badge.location-badge-coral{top:0;z-index:1;position:absolute}.single-buildout_properties .location-badge.location-badge-coral .triangle{border-color:#f7323f rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:100px 100px 0 0;height:0;opacity:.8;position:absolute;top:0;width:0;z-index:2}.single-buildout_properties .location-badge.location-badge-coral .badge-inner{-moz-transform:rotate(313deg);-ms-transform:rotate(313deg);-o-transform:rotate(313deg);-webkit-transform:rotate(313deg);color:#fff;font-size:10px;font-weight:700;height:30px;left:2px;line-height:1.3;overflow:hidden;position:absolute;text-align:center;text-transform:uppercase;top:23px;transform:rotate(313deg);width:70px;z-index:3}.single-buildout_properties .slick-active .location-badge{display:block}.single-buildout_properties .property-link{display:flex;align-items:center}.single-buildout_properties .srs-loader-wrap.dar-processing{width:100%;height:100%;background:hsla(0,0%,100%,.85);z-index:999;display:flex;position:fixed}.office-single-content h1{font-family:QuincyCF,serif;font-weight:400;color:#35647e;font-size:2.75em;margin-bottom:40px;line-height:1}.office-single-content h1.with-subtitle{margin-bottom:5px}.office-single-content h2{font-family:QuincyCF,serif;font-size:1.875em;margin-bottom:30px;line-height:1.1;font-weight:400;color:#a9a8a9}.office-single-content .leadership-title,.office-single-content h3{font-family:Open Sans,sans-serif;font-weight:700;color:#3e3e3e;font-size:1em;text-transform:uppercase;margin-bottom:30px;line-height:1.6;clear:both}.office-single-content h4{font-size:1.125em;line-height:1;margin-bottom:5px;letter-spacing:2px}.office-single-content h4,.office-single-content h5{font-family:Open Sans,sans-serif;font-weight:700;color:#a9a8a9;text-transform:uppercase}.office-single-content h5{font-size:1em;line-height:1.6;margin-bottom:10px}.office-single-content p{font-size:1em;line-height:1.6;margin-bottom:30px;color:#3e3e3e}.srs-form-wrap{position:relative}.srs-form-wrap.is-loading,.srs-form-wrap.is-loading .srs-loader-wrap{display:flex}.srs-loader-wrap{display:none;align-items:center;justify-content:center;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;background-color:hsla(0,0%,100%,.5);z-index:1}.srs-loader-wrap.bg-none{background-color:rgba(0,0,0,0);background:none}.srs-form{width:100%}.srs-form .srs-form-button,.srs-form button[type=submit]{position:relative;height:44px;text-transform:none;font-size:16px;padding:0;border-radius:4px}.srs-form .srs-form-button.btn-white,.srs-form button[type=submit].btn-white{border:1px solid #dbd9d6;color:#3e3e3e;font-size:15px}.srs-form .srs-form-button .locked-icon,.srs-form .srs-form-button .srs-form-button-icon,.srs-form button[type=submit] .locked-icon,.srs-form button[type=submit] .srs-form-button-icon{position:absolute;left:12px;top:12px;height:18px}.srs-form .srs-form-button .locked-icon,.srs-form button[type=submit] .locked-icon{opacity:.5}.srs-form-group{position:relative;margin-bottom:24px}.srs-form-group.is-focused label{top:-8px;left:11px;font-size:12px;font-weight:700;padding:0 4px}.srs-form-group.is-invalid{border-color:#f7323f!important}.srs-form-group.is-invalid:focus{border-color:#f7323f}.srs-form-group.is-invalid:focus+label{color:#f7323f}.srs-form-group.is-invalid input.srs-form-control,.srs-form-group.is-invalid select.srs-form-control,.srs-form-group.is-invalid textarea.srs-form-control{border-color:#f7323f}.srs-form-group.is-invalid .srs-form-right-warning-triangle-icon{display:block!important}.srs-form-group.is-invalid .invalid-feedback{display:block}.srs-form-group label{position:absolute;top:10px;left:15px;background-color:#fff;color:#a9a8a9;transition:.5s;margin:0;cursor:pointer}.srs-form-group input.srs-form-control,.srs-form-group select.srs-form-control,.srs-form-group textarea.srs-form-control{height:44px;color:#3e3e3e;padding:8px 15px;border-color:#dbd9d6;border-radius:4px}.srs-form-group input.srs-form-control:focus,.srs-form-group select.srs-form-control:focus,.srs-form-group textarea.srs-form-control:focus{border-color:#35647e;box-shadow:none}.srs-form-group input.srs-form-control:focus+label,.srs-form-group select.srs-form-control:focus+label,.srs-form-group textarea.srs-form-control:focus+label{color:#35647e}.srs-form-group textarea.srs-form-control{min-height:96px}.srs-form-group textarea.srs-form-control[readonly]{background-color:#eee}.srs-form-group [type=password]{letter-spacing:3pt;font-size:20px;padding-right:32px!important}.srs-form-group.srs-form-group-append-icon .btn-form-appended-icon{position:absolute;top:0;right:0;background-color:rgba(0,0,0,0);height:44px;padding:0 8px;min-width:-moz-fit-content;min-width:fit-content}.srs-form-group.srs-form-group-append-icon .btn-form-appended-icon:focus,.srs-form-group.srs-form-group-append-icon .btn-form-appended-icon:hover{background-color:rgba(0,0,0,0)}.srs-form-group.srs-form-group-append-icon .btn-form-appended-icon.toggled .icon{display:none}.srs-form-group.srs-form-group-append-icon .btn-form-appended-icon.toggled .icon.icon-hide{display:block;height:16px}.srs-form-group.srs-form-group-append-icon .btn-form-appended-icon .icon{height:10px}.srs-form-group .srs-form-right-warning-triangle-icon,.srs-form-group.srs-form-group-append-icon .btn-form-appended-icon .icon-hide{display:none}.srs-form-group .invalid-feedback{display:none;color:#f7323f;font-size:12px}.srs-form-group .invalid-feedback a{color:#f7323f;text-decoration:underline}.pass-valid-indicators{padding-left:8px;padding-right:8px}.pass-valid-indicators .pass-valid-indicator-wrap{font-size:12px!important}.pass-valid-indicators .pass-valid-indicator-wrap.is-invalid{color:#f7323f!important}.pass-valid-indicators .pass-valid-indicator-wrap.is-invalid .pass-valid-indicator{background-color:#f7323f}.pass-valid-indicators .pass-valid-indicator-wrap.is-valid .pass-valid-indicator{background-color:#639735}.pass-valid-indicators .pass-valid-indicator-wrap .pass-valid-indicator{display:inline-block;width:6px;height:6px;background-color:#b0afb0;border-radius:50%;position:relative;top:-2px;margin-right:8px}.srs-form-group-checkbox,.srs-form-group-radio{margin-bottom:24px}.srs-btn-outline-primary,.srs-btn-primary{padding-top:12px;padding-bottom:12px;height:44px;width:100%;text-align:center;border-radius:4px}.srs-form-group-checkbox>label:first-child,.srs-form-group-radio>label:first-child{position:relative}.srs-form-group-checkbox>label:first-child:before,.srs-form-group-radio>label:first-child:before{content:"";position:absolute;top:8px;width:100%;border-bottom:2px solid #dbd9d6;z-index:0}.srs-form-group-checkbox>label:first-child span,.srs-form-group-radio>label:first-child span{position:relative;top:-5px;left:11px;background-color:#fff;color:#a9a8a9;font-size:12px;font-weight:700;padding:0 4px;z-index:1}.srs-form-group-checkbox .radio,.srs-form-group-radio .radio{display:inline-block;margin-right:32px}.srs-form-group-checkbox .radio:last-child,.srs-form-group-radio .radio:last-child{margin-right:0}.form-group-has-icon input{padding-right:32px!important}.form-group-has-icon .srs-form-right-icon{position:absolute;top:12px;right:12px}.srs-radio label{padding:0}.srs-radio input{display:none}.srs-radio .srs-radio-indicator{position:relative;top:4px;display:inline-block;width:20px;height:20px;background-color:#eee;border-radius:50%;border:2px solid #dbd9d6;margin-right:8px}.srs-radio input:checked+.srs-radio-indicator{background-color:#35647e;border:4px solid #dae3e8}body#tinymce{margin:12px!important}.srs-loading-dots{margin:0 auto!important;text-align:center}.srs-loading-dots>div{width:18px;height:18px;border-radius:100%;display:inline-block;animation:srs-bouncedelay 1.4s ease-in-out infinite both}.srs-loading-dots .srs-bounce1{animation-delay:-.32s;background-color:#a9a8a9}.srs-loading-dots .srs-bounce2{animation-delay:-.16s;background-color:#84949c}.srs-loading-dots .srs-bounce3{background-color:#35647e}#hero.hero-full .hero-content h1,.hero.hero-full .hero-content h1{font-size:4.25em;font-family:QuincyCF,serif}#hero.hero-medium,.hero.hero-medium{height:535px}#hero.hero-medium .hero-content h1,.hero.hero-medium .hero-content h1{font-size:3.275em;margin-bottom:20px;font-family:QuincyCF,serif}#hero.hero-medium .hero-content p,.hero.hero-medium .hero-content p{font-size:19px;margin-bottom:20px}@media screen and (max-width:1199px){h2{font-size:2.25em}p{font-size:1em;line-height:1.9em}.section-spaced{padding-top:150px;padding-bottom:150px}.section-spaced-sm{padding-top:75px;padding-bottom:75px}.section-spaced-bottom-sm,.section-spaced-top-sm{padding-top:75px}#hero.hero-full .hero-content h1,.hero.hero-full .hero-content h1{font-size:4.25em}#hero.hero-medium,.hero.hero-medium{height:535px}#hero.hero-medium .hero-content h1,.hero.hero-medium .hero-content h1{font-size:3.275em;margin-bottom:20px}#hero.hero-medium .hero-content p,.hero.hero-medium .hero-content p{font-size:19px;margin-bottom:20px}.profile-card .profile-image{width:145px}.team-members-list.team-members-list-five li:nth-child(4n+1),.team-members-list.team-members-list-five li:nth-child(5n),.team-members-list.team-members-list-five li:nth-child(5n+1),.team-members-list.team-members-list-fourths li:nth-child(4n+1),.team-members-list.team-members-list-fourths li:nth-child(5n),.team-members-list.team-members-list-fourths li:nth-child(5n+1),.team-members-list.team-members-list-thirds li:nth-child(4n+1),.team-members-list.team-members-list-thirds li:nth-child(5n),.team-members-list.team-members-list-thirds li:nth-child(5n+1){clear:none}.team-members-list.team-members-list-five li,.team-members-list.team-members-list-fourths li,.team-members-list.team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:23.2317613015%}.team-members-list.team-members-list-five li:last-child,.team-members-list.team-members-list-five li:nth-child(4n),.team-members-list.team-members-list-fourths li:last-child,.team-members-list.team-members-list-fourths li:nth-child(4n),.team-members-list.team-members-list-thirds li:last-child,.team-members-list.team-members-list-thirds li:nth-child(4n){margin-right:0}.team-members-list.team-members-list-five li:nth-child(4n+1),.team-members-list.team-members-list-fourths li:nth-child(4n+1),.team-members-list.team-members-list-thirds li:nth-child(4n+1){clear:left}.office-single .team-members-list-thirds li:nth-child(3n+1),.office-single .team-members-list-thirds li:nth-child(4n+1),.office-single .team-members-list-thirds li:nth-child(5n),.office-single .team-members-list-thirds li:nth-child(5n+1){clear:none}.office-single .team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:48.821174201%}.office-single .team-members-list-thirds li:last-child,.office-single .team-members-list-thirds li:nth-child(2n){margin-right:0}.office-single .team-members-list-thirds li:nth-child(odd){clear:left}.clientexp h3{font-size:50px;line-height:1}.clientexp .top-para{font-size:14px;line-height:25px}#portfolio-listing-filters #cap-rate-filter-values,#portfolio-listing-filters #price-filter-values,#portfolio-listing-filters #size-filter-values{font-size:8px}}@media screen and (max-width:991px){body.solid-nav{padding-top:66px}#team-nav{top:60px!important}#navbar #logo a{width:100px;height:35px}#team-nav .navbar-brand,#team-nav h3{font-size:13px}#team-nav ul li a{padding:0 9px;font-size:13px}.section-spaced{padding-top:100px;padding-bottom:100px}.section-spaced-sm{padding-top:50px;padding-bottom:50px}.section-spaced-bottom-sm,.section-spaced-top-sm{padding-top:50px}#hero.hero-full .hero-content h1,.hero.hero-full .hero-content h1{font-size:3.75em}#hero.hero-medium,.hero.hero-medium{height:435px}.profile-card{height:auto;border:0;border-bottom:4px solid #35647e}.profile-card .profile-image{position:relative;width:100%;padding-top:100%}.profile-card .profile-content{width:100%;left:0;padding-bottom:0}.profile-card ul.links{position:relative;left:0;width:100%;padding-top:0}.team-members-list.team-members-list-five li:nth-child(4n),.team-members-list.team-members-list-five li:nth-child(4n+1),.team-members-list.team-members-list-five li:nth-child(5n),.team-members-list.team-members-list-five li:nth-child(5n+1),.team-members-list.team-members-list-fourths li:nth-child(4n),.team-members-list.team-members-list-fourths li:nth-child(4n+1),.team-members-list.team-members-list-fourths li:nth-child(5n),.team-members-list.team-members-list-fourths li:nth-child(5n+1),.team-members-list.team-members-list-thirds li:nth-child(4n),.team-members-list.team-members-list-thirds li:nth-child(4n+1),.team-members-list.team-members-list-thirds li:nth-child(5n),.team-members-list.team-members-list-thirds li:nth-child(5n+1){clear:none}.team-members-list.team-members-list-five li:nth-child(4n),.team-members-list.team-members-list-fourths li:nth-child(4n),.team-members-list.team-members-list-thirds li:nth-child(4n){margin-right:2.3576516%}.team-members-list.team-members-list-five li,.team-members-list.team-members-list-fourths li,.team-members-list.team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:31.7615656014%}.team-members-list.team-members-list-five li:last-child,.team-members-list.team-members-list-five li:nth-child(3n),.team-members-list.team-members-list-fourths li:last-child,.team-members-list.team-members-list-fourths li:nth-child(3n),.team-members-list.team-members-list-thirds li:last-child,.team-members-list.team-members-list-thirds li:nth-child(3n){margin-right:0}.team-members-list.team-members-list-five li:nth-child(3n+1),.team-members-list.team-members-list-fourths li:nth-child(3n+1),.team-members-list.team-members-list-thirds li:nth-child(3n+1){clear:left}.team-members-list.team-members-list-five li,.team-members-list.team-members-list-fourths li,.team-members-list.team-members-list-thirds li{margin-bottom:50px}.office-single .team-members-list-thirds li:nth-child(odd){clear:none}.office-single .team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:100%}.office-single .team-members-list-thirds li:last-child,.office-single .team-members-list-thirds li:nth-child(1n){margin-right:0}.office-single .team-members-list-thirds li:nth-child(1n+1){clear:left}.why-srs h4{padding-bottom:20px}.why-srs p{white-space:normal}.comment-form .section-title-content input[type=submit],.section-title-content .btn,.section-title-content .comment-form input[type=submit]{margin-top:15px}.region-sections h3{font-size:20px}.region-sections p{font-size:17px}.region-sections .col-sm-4{margin-bottom:10px}#portfolio-listing-results.filter-scroll{padding-top:170px}#portfolio-listing-filters.affix,#portfolio-listing-filters.filter-scroll,#portfolio-listing-filters.filter-scroll.portfolio-listing-filter-small{top:60px}#portfolio-listing-filters #cap-rate-filter-values,#portfolio-listing-filters #price-filter-values,#portfolio-listing-filters #size-filter-values{font-size:9px}#portfolio-listing-filters .filter-row{text-align:left;margin-bottom:35px;margin-top:15px}#portfolio-listing-filters .filter-row.no-filters{margin-bottom:5px;margin-top:5px}.pages-portfolio .property-layout-grid .locations-list .location-info,.pages-portfolio_listings .property-layout-grid .locations-list .location-info,body.elementor-page .property-layout-grid .locations-list .location-info,body.single-property_portfolios .property-layout-grid .locations-list .location-info{margin-bottom:20px;min-height:155px}.pages-portfolio .property-layout-grid .locations-list .location-info .description,.pages-portfolio_listings .property-layout-grid .locations-list .location-info .description,body.elementor-page .property-layout-grid .locations-list .location-info .description,body.single-property_portfolios .property-layout-grid .locations-list .location-info .description{margin-bottom:0}.pages-portfolio .property-layout-list .property-card .location-column-wrap,.pages-portfolio_listings .property-layout-list .property-card .location-column-wrap,body.elementor-page .property-layout-list .property-card .location-column-wrap,body.single-property_portfolios .property-layout-list .property-card .location-column-wrap{height:auto}.pages-portfolio .property-layout-list .property-card .location-heading,.pages-portfolio .property-layout-list .property-card .location-info,.pages-portfolio_listings .property-layout-list .property-card .location-heading,.pages-portfolio_listings .property-layout-list .property-card .location-info,body.elementor-page .property-layout-list .property-card .location-heading,body.elementor-page .property-layout-list .property-card .location-info,body.single-property_portfolios .property-layout-list .property-card .location-heading,body.single-property_portfolios .property-layout-list .property-card .location-info{padding:0;margin-bottom:5px;top:0;transform:none}.pages-portfolio .property-layout-list .property-card .subtitle,.pages-portfolio_listings .property-layout-list .property-card .subtitle,body.elementor-page .property-layout-list .property-card .subtitle,body.single-property_portfolios .property-layout-list .property-card .subtitle{margin:0 0 3px}.pages-portfolio .property-layout-list .property-card .location-links,.pages-portfolio_listings .property-layout-list .property-card .location-links,body.elementor-page .property-layout-list .property-card .location-links,body.single-property_portfolios .property-layout-list .property-card .location-links{min-height:auto;margin-top:10px;padding:0}.pages-portfolio .property-layout-list .property-card .location-links li,.pages-portfolio_listings .property-layout-list .property-card .location-links li,body.elementor-page .property-layout-list .property-card .location-links li,body.single-property_portfolios .property-layout-list .property-card .location-links li{text-align:left}.elementor-page .property-layout-grid .property-card .location-links,body.single-property_portfolios .property-layout-grid .property-card .location-links{opacity:1}.single-property_portfolios section.sales-team-with-filter.property-layout{padding-top:233px}.single-property_portfolios section.sales-team-with-filter.property-layout.property-layout-map{padding-top:152px}.single-property_portfolios #portfolio-listing-results.filter-scroll.property-layout-map{padding-top:170px}}@media screen and (max-width:655px){.property-card .location-links li a .location-link-title{display:none}.elementor-page .property-layout-list .property-card .location-info h3,.pages-portfolio .property-layout-list .property-card .location-info h3,.pages-portfolio_listings .property-layout-list .property-card .location-info h3,body.single-property_portfolios .property-layout-list .property-card .location-info h3{white-space:nowrap;width:12em;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767px){.section-spaced{padding-top:75px;padding-bottom:75px}.section-spaced-sm{padding-top:50px;padding-bottom:50px}.col-right-sidebar{padding-left:15px;clear:both}.section-header-left-right .col2{text-align:left;margin:0 0 20px}.section-header-left-right h2{margin-bottom:10px!important}.section-three-columns-recent .col{margin-bottom:40px;padding-right:15px}.section-three-columns-recent .col:last-child{margin-bottom:0}.section-three-cards .col-sm-4{margin-bottom:20px}.section-three-cards .col-sm-4:last-child{margin-bottom:0}#hero .hero-buttons li,.hero .hero-buttons li{margin-bottom:5px}#hero.hero-medium .hero-content h1,.hero.hero-medium .hero-content h1{font-size:2.75em}#hero.hero-medium .hero-content p,.hero.hero-medium .hero-content p{font-size:17px}#hero.hero-quarter .hero-content h1,.hero.hero-quarter .hero-content h1{font-size:2.875em}.card1{margin-bottom:10px}.profile-card{height:178px;border:0;border-right:4px solid #35647e}.profile-card .profile-image{position:absolute;width:178px;padding-top:0}.profile-card .profile-content{position:relative;left:182px;width:300px;height:100%;padding:15px 20px}.profile-card ul.links{position:absolute;left:182px;width:300px;padding:10px 20px}.team-members-list{padding-left:15px;padding-right:15px}.team-members-list.team-members-list-five li:nth-child(4n),.team-members-list.team-members-list-five li:nth-child(4n+1),.team-members-list.team-members-list-five li:nth-child(5n),.team-members-list.team-members-list-five li:nth-child(5n+1),.team-members-list.team-members-list-fourths li:nth-child(4n),.team-members-list.team-members-list-fourths li:nth-child(4n+1),.team-members-list.team-members-list-fourths li:nth-child(5n),.team-members-list.team-members-list-fourths li:nth-child(5n+1),.team-members-list.team-members-list-thirds li:nth-child(4n),.team-members-list.team-members-list-thirds li:nth-child(4n+1),.team-members-list.team-members-list-thirds li:nth-child(5n),.team-members-list.team-members-list-thirds li:nth-child(5n+1){clear:none}.team-members-list.team-members-list-five li,.team-members-list.team-members-list-fourths li,.team-members-list.team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:48.821174201%}.team-members-list.team-members-list-five li:last-child,.team-members-list.team-members-list-five li:nth-child(2n),.team-members-list.team-members-list-fourths li:last-child,.team-members-list.team-members-list-fourths li:nth-child(2n),.team-members-list.team-members-list-thirds li:last-child,.team-members-list.team-members-list-thirds li:nth-child(2n){margin-right:0}.team-members-list.team-members-list-five li:nth-child(odd),.team-members-list.team-members-list-fourths li:nth-child(odd),.team-members-list.team-members-list-thirds li:nth-child(odd){clear:left}.team-members-list.team-members-list-five li,.team-members-list.team-members-list-fourths li,.team-members-list.team-members-list-thirds li{margin-bottom:20px}.office-single .team-members-list-thirds li:nth-child(2n),.office-single .team-members-list-thirds li:nth-child(3n),.office-single .team-members-list-thirds li:nth-child(odd){clear:none}.office-single .team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:48.821174201%}.office-single .team-members-list-thirds li:last-child,.office-single .team-members-list-thirds li:nth-child(2n){margin-right:0}.office-single .team-members-list-thirds li:nth-child(odd){clear:left}.locations-list li:nth-child(2n),.locations-list li:nth-child(odd){clear:none}.locations-list li:nth-child(3n){margin-right:0}.locations-list li{float:left;display:block;margin-right:2.3576515979%;width:100%}.locations-list li:last-child,.locations-list li:nth-child(1n){margin-right:0}.locations-list li:nth-child(1n+1){clear:left}.locations-list li{margin-bottom:69px}.clientexp{text-align:center}.clientexp .bot-para{margin-bottom:10px}.why-srs .col-sm-3{margin-bottom:20px}.cta-align-center,.cta-align-left,.cta-align-right{text-align:center}.comment-form .cta-align-center input[type=submit],.comment-form .cta-align-left input[type=submit],.comment-form .cta-align-right input[type=submit],.cta-align-center .btn,.cta-align-center .comment-form input[type=submit],.cta-align-left .btn,.cta-align-left .comment-form input[type=submit],.cta-align-right .btn,.cta-align-right .comment-form input[type=submit]{margin-bottom:5px}#team-nav h3{margin-bottom:10px}#team-nav .col1,#team-nav .col2,#team-nav ul{text-align:center}#team-nav ul li{display:block;padding-top:7px;padding-bottom:7px}#team-nav .navbar-brand,#team-nav h3{font-size:14px}.search-keyword{margin-bottom:10px}.pages-portfolio .locations-list .location-info,.pages-portfolio_listings .locations-list .location-info,body.elementor-page .locations-list .location-info,body.single-property_portfolios .locations-list .location-info{margin-bottom:20px}.pages-portfolio .locations-list .location-image,.pages-portfolio .locations-list .location-info,.pages-portfolio .property-card .location-links,.pages-portfolio_listings .locations-list .location-image,.pages-portfolio_listings .locations-list .location-info,.pages-portfolio_listings .property-card .location-links,body.elementor-page .locations-list .location-image,body.elementor-page .locations-list .location-info,body.elementor-page .property-card .location-links,body.single-property_portfolios .locations-list .location-image,body.single-property_portfolios .locations-list .location-info,body.single-property_portfolios .property-card .location-links{max-width:100%}.pages-portfolio .locations-list .location-info .description,.pages-portfolio_listings .locations-list .location-info .description,body.elementor-page .locations-list .location-info .description,body.single-property_portfolios .locations-list .location-info .description{margin-bottom:0}.state-filter-sumo{margin-bottom:10px}#portfolio-listing-results.filter-scroll{padding-top:215px}#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item a.mega-menu-link:before{display:none}#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link{height:auto;line-height:1.6;padding:10px 0}#mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open+#mega-menu-primary_navigation{display:block;margin-top:5px}#portfolio-listing-filters .filter-row.no-filters{margin-bottom:0;margin-top:0}.single-property_portfolios section.sales-team-with-filter.property-layout{padding-top:278px}.single-property_portfolios #portfolio-listing-results.filter-scroll.property-layout-map{padding-top:215px}.single-property_portfolios section.sales-team-with-filter.property-layout.property-layout-map{padding-top:197px}}@media screen and (max-width:480px){.section-spaced{padding-top:50px;padding-bottom:50px}.section-spaced-sm{padding-top:30px;padding-bottom:30px}.section-spaced-bottom-sm,.section-spaced-top-sm{padding-top:30px}.section-spaced-xs{padding-top:25px;padding-bottom:25px}.section-spaced-bottom-xs,.section-spaced-top-xs{padding-top:25px}#search_modal .inner{width:100vw}.profile-card{height:auto;border:0;border-bottom:4px solid #35647e}.profile-card .profile-image{position:relative;width:178px;height:178px;padding-top:0}.profile-card .profile-content{width:100%;left:0;padding-bottom:0}.profile-card ul.links{position:relative;left:0;width:100%;padding-top:0}#hero.hero-quarter .hero-content h1,.hero.hero-quarter .hero-content h1{font-size:2em}.team-members-list.team-members-list-five li:nth-child(4n),.team-members-list.team-members-list-five li:nth-child(4n+1),.team-members-list.team-members-list-five li:nth-child(5n),.team-members-list.team-members-list-five li:nth-child(5n+1),.team-members-list.team-members-list-fourths li:nth-child(4n),.team-members-list.team-members-list-fourths li:nth-child(4n+1),.team-members-list.team-members-list-fourths li:nth-child(5n),.team-members-list.team-members-list-fourths li:nth-child(5n+1),.team-members-list.team-members-list-thirds li:nth-child(4n),.team-members-list.team-members-list-thirds li:nth-child(4n+1),.team-members-list.team-members-list-thirds li:nth-child(5n),.team-members-list.team-members-list-thirds li:nth-child(5n+1){clear:none}.team-members-list.team-members-list-five li,.team-members-list.team-members-list-fourths li,.team-members-list.team-members-list-thirds li{float:left;display:block;margin-right:2.3576515979%;width:100%}.team-members-list.team-members-list-five li:last-child,.team-members-list.team-members-list-five li:nth-child(1n),.team-members-list.team-members-list-fourths li:last-child,.team-members-list.team-members-list-fourths li:nth-child(1n),.team-members-list.team-members-list-thirds li:last-child,.team-members-list.team-members-list-thirds li:nth-child(1n){margin-right:0}.team-members-list.team-members-list-five li:nth-child(1n+1),.team-members-list.team-members-list-fourths li:nth-child(1n+1),.team-members-list.team-members-list-thirds li:nth-child(1n+1){clear:left}}@media screen and (max-width:400px){.widget-clients ul li{width:100%;clear:both;float:none}#portfolio-listing-filters .filter-max,#portfolio-listing-filters .filter-min{width:15%}}@media(min-width:992px){.d-md-none{display:none!important}}.template-home #home-property-search{max-width:352px;width:100%;border:1px solid #bcbcbc;margin-bottom:25px}.template-home #home-property-search .nav-tabs a{padding-left:0;padding-right:0}.template-home #home-property-search .property-search-form-body input{width:100%;max-width:100%}.template-summit #mega-menu-wrap-summit #mega-menu-summit>li.mega-menu-item>a.mega-menu-link{padding-top:0}.template-summit #summit-footer{background-color:#445584}.template-summit #summit-footer a{color:#013054!important;text-decoration:underline}.template-summit #summit-footer .summit-logo{max-width:75%}.template-summit #summit-footer .quick-links li{margin-bottom:1rem}.d-none-important{display:none!important}@media(min-width:576px){.d-xsm-none{display:none!important}.d-xsm-inline-block{display:inline-block!important}}@media(min-width:992px){.d-md-block{display:block}.d-md-inline-block{display:inline-block!important}}.justify-content-center{justify-content:center}@media(min-width:992px){.justify-content-md-end{justify-content:flex-end}}.btn-gray,.btn-gray:hover .btn-gray:focus{background-color:#a9a8a9!important;color:#fff!important}.btn-blue-gradient{background:rgba(0,0,0,0) linear-gradient(111deg,#688da1,#35647e 48%,#0c273d) 0 0 no-repeat padding-box}.single-buildout_properties{padding-top:90px}@media(min-width:768px){.single-buildout_properties{padding-top:69px}}@media(min-width:992px){.single-buildout_properties{padding-top:120px}}.single-buildout_properties footer#footer{margin-bottom:64px}@media(min-width:768px){.single-buildout_properties footer#footer{margin-bottom:96px}}.single-buildout_properties.modal-open{padding-right:0!important;overflow:visible}.single-buildout_properties .d-flex{display:flex}.single-buildout_properties .d-block{display:block}.single-buildout_properties .d-inline-block{display:inline-block}@media(max-width:767px){.single-buildout_properties .phone-link-mobile{display:block!important}.single-buildout_properties .phone-link-desktop{display:none!important}}@media(min-width:768px){.single-buildout_properties .d-sm-flex{display:flex}.single-buildout_properties .d-sm-none,.single-buildout_properties .phone-link-mobile{display:none!important}.single-buildout_properties .phone-link-desktop{display:block!important}}@media(min-width:992px){.single-buildout_properties .d-md-flex{display:flex!important}.single-buildout_properties .d-md-none{display:none!important}}@media(min-width:1200px){.single-buildout_properties .d-lg-block{display:block!important}}.single-buildout_properties .justify-content-center{justify-content:center}.single-buildout_properties .fw-400{font-weight:400!important}.single-buildout_properties .fw-500{font-weight:500!important}.single-buildout_properties .fw-600{font-weight:600!important}.single-buildout_properties .fs-16px{font-size:16px!important}.single-buildout_properties .fs-24px{font-size:24px!important}.single-buildout_properties .fs-32px{font-size:32px!important}.single-buildout_properties .align-items-start{align-items:flex-start}.single-buildout_properties .align-items-center{align-items:center}.single-buildout_properties .align-items-end{align-items:flex-end}@media(max-width:991px){.single-buildout_properties .w-lg-down-100{width:100%}}.single-buildout_properties .text-gray{color:#a9a8a9}.single-buildout_properties .text-primary{color:#35647e}@media(min-width:992px){.single-buildout_properties .text-md-right{text-align:right!important}}.single-buildout_properties .bg-gray{background-color:#a9a8a9}.single-buildout_properties .pr-0,.single-buildout_properties .px-0{padding-right:0!important}.single-buildout_properties .pb-0,.single-buildout_properties .py-0{padding-bottom:0!important}.single-buildout_properties .pl-0,.single-buildout_properties .px-0{padding-left:0!important}.single-buildout_properties .p-3{padding:16px!important}.single-buildout_properties .pt-3,.single-buildout_properties .py-3{padding-top:16px!important}.single-buildout_properties .pr-3,.single-buildout_properties .px-3{padding-right:16px!important}.single-buildout_properties .pb-3,.single-buildout_properties .py-3{padding-bottom:16px!important}.single-buildout_properties .p-4{padding:24px!important}.single-buildout_properties .pt-4,.single-buildout_properties .py-4{padding-top:24px!important}.single-buildout_properties .pr-4,.single-buildout_properties .px-4{padding-right:24px!important}.single-buildout_properties .pb-4,.single-buildout_properties .py-4{padding-bottom:24px!important}.single-buildout_properties .pl-4,.single-buildout_properties .px-4{padding-left:24px!important}.single-buildout_properties .\-mt-5{margin-top:-48px!important}.single-buildout_properties .mb-0{margin-bottom:0!important}@media(min-width:768px){.single-buildout_properties .mb-sm-0{margin-bottom:0!important}}@media(min-width:1200px){.single-buildout_properties .mb-lg-0{margin-bottom:0!important}}.single-buildout_properties .mt-0{margin-top:0!important}.single-buildout_properties .my-0{margin-top:0;margin-bottom:0}.single-buildout_properties .mb-1,.single-buildout_properties .my-1{margin-bottom:4px!important}.single-buildout_properties .mb-2{margin-bottom:8px}.single-buildout_properties .mt-3{margin-top:16px!important}.single-buildout_properties .mr-3{margin-right:16px!important}.single-buildout_properties .mb-4{margin-bottom:24px!important}.single-buildout_properties .m-5{margin:48px!important}.single-buildout_properties .mx-0{margin-left:0;margin-right:0}.single-buildout_properties .mt-5,.single-buildout_properties .my-5{margin-top:48px!important}.single-buildout_properties .float-right{float:right}.single-buildout_properties .z-depth-1{box-shadow:0 2px 5px 0 rgba(0,0,0,.25),0 2px 10px 0 rgba(0,0,0,.25)}.single-buildout_properties .w-100{width:100%}.single-buildout_properties .table-responsive{overflow-y:hidden!important}.single-buildout_properties .table>tbody>tr>td,.single-buildout_properties .table>tbody>tr>th,.single-buildout_properties .table>tfoot>tr>td,.single-buildout_properties .table>tfoot>tr>th,.single-buildout_properties .table>thead>tr>td,.single-buildout_properties .table>thead>tr>th{padding:16px 8px}.single-buildout_properties .modal-backdrop{background-color:#000}@media(min-width:768px){.single-buildout_properties .masonry-columns{-moz-column-count:2;column-count:2;-moz-column-gap:24px;column-gap:24px}}@media(min-width:992px){.single-buildout_properties .masonry-columns{-moz-column-gap:32px;column-gap:32px}}@media(min-width:1200px){.single-buildout_properties .masonry-columns{-moz-column-gap:48px;column-gap:48px}}.single-buildout_properties .masonry-columns .masonry-block{display:block;width:100%;-moz-column-break-inside:avoid;break-inside:avoid}.single-buildout_properties .masonry-columns .masonry-block:last-child{margin-bottom:0}.single-buildout_properties .border-bottom-gray{border-bottom:1px solid #ddd}@media(min-width:768px){.single-buildout_properties .modal .modal-dialog:not(#contactModal):not(#propertyFullSizeImageModal):not(.modal-esign-embed):not(.modal-viewdoc){max-width:360px}}.single-buildout_properties .modal .modal-dialog.modal-esign-embed{width:90vw;min-height:90vh;display:flex;padding:24px 0}.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content{width:100%}.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content .esignca-modal-header>.row{display:flex;flex-wrap:wrap}.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content .esignca-modal-header-log{order:1}.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content .esignca-modal-header-title{line-height:1;order:2;margin-bottom:16px}@media(max-width:767px){.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content .esignca-modal-header-title{margin-top:24px;order:4}}.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content .esignca-modal-header-controls{order:3}.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content .esignca-modal-description{padding:0}.single-buildout_properties .modal .modal-dialog.modal-esign-embed .modal-content .esignca-modal-description p{color:#fff;margin-bottom:0;line-height:1.5}.single-buildout_properties .modal .modal-dialog.modal-viewdoc{width:100vw;min-height:95vh;min-height:100dvh;padding:24px 0;background:#1f5c7b;color:#fff;overflow:hidden}.single-buildout_properties .modal .modal-dialog.modal-viewdoc .modal-content{width:100%;height:80dvh;background:rgba(0,0,0,0);box-shadow:none}.single-buildout_properties .modal .modal-dialog.modal-viewdoc .modal-content .viewdoc-modal-header{width:100%;background:rgba(0,0,0,0);position:relative;text-align:right;margin-bottom:24px}.single-buildout_properties .modal .modal-dialog.modal-viewdoc .modal-content .viewdoc-modal-header .viewdoc-modal-header_actions{position:relative;text-align:right;margin:0;right:10px}.single-buildout_properties .modal .modal-dialog.modal-viewdoc .modal-content .viewdoc-modal-header .viewdoc-modal-header_actions .action{text-align:center;margin-bottom:12px;display:inline-block;margin-right:12px}.single-buildout_properties .modal .modal-dialog.modal-viewdoc .modal-content .viewdoc-modal-header .viewdoc-modal-header_actions .action:last-child{margin-bottom:0;margin-right:0}.single-buildout_properties .modal .modal-dialog.modal-viewdoc .modal-content .viewdoc-modal-body{display:flex;align-items:center;justify-content:center;margin:0;background-color:rgba(0,0,0,0);min-height:100%;height:100%;vertical-align:middle;text-align:center;font-size:xx-large}.single-buildout_properties .modal .modal-dialog.modal-viewdoc .modal-content .viewdoc-modal-body button{min-width:80px}.single-buildout_properties section:focus{outline:none}.single-buildout_properties #section-property-hero-carousel{height:256px}@media(min-width:576px){.single-buildout_properties #section-property-hero-carousel{height:320px}}@media(min-width:768px){.single-buildout_properties #section-property-hero-carousel{height:384px}}@media(min-width:992px){.single-buildout_properties #section-property-hero-carousel{height:512px}}@media(min-width:1200px){.single-buildout_properties #section-property-hero-carousel{height:576px}}.single-buildout_properties #section-property-hero-carousel .property-hero-carousel_inactive-slide-overlay{position:absolute;top:0;background-color:rgba(0,0,0,.325);height:100%}.single-buildout_properties #section-property-hero-carousel .property-hero-carousel_left-inactive-slide-overlay{left:0}.single-buildout_properties #section-property-hero-carousel .property-hero-carousel_right-inactive-slide-overlay{right:0}.single-buildout_properties #property-hero-carousel{height:256px}@media(min-width:576px){.single-buildout_properties #property-hero-carousel{height:320px}}@media(min-width:768px){.single-buildout_properties #property-hero-carousel{height:384px}}@media(min-width:992px){.single-buildout_properties #property-hero-carousel{height:512px}}@media(min-width:1200px){.single-buildout_properties #property-hero-carousel{height:576px}}@media(min-width:768px){.single-buildout_properties #property-hero-carousel.has-multiple-slides .slick-slide{padding-left:5px;padding-right:5px}}.single-buildout_properties #property-hero-carousel .slick-slide:focus{cursor:grabbing;outline:none}.single-buildout_properties #property-hero-carousel .slick-slide.slick-active{cursor:pointer}.single-buildout_properties #property-hero-carousel .slick-slide .slick-img-wrap,.single-buildout_properties #property-hero-carousel .slick-slide .slick-video-wrap{background-position:50%;background-size:cover;width:100%;height:256px;outline:none}@media(min-width:576px){.single-buildout_properties #property-hero-carousel .slick-slide .slick-img-wrap,.single-buildout_properties #property-hero-carousel .slick-slide .slick-video-wrap{height:320px}}@media(min-width:768px){.single-buildout_properties #property-hero-carousel .slick-slide .slick-img-wrap,.single-buildout_properties #property-hero-carousel .slick-slide .slick-video-wrap{height:384px}}@media(min-width:992px){.single-buildout_properties #property-hero-carousel .slick-slide .slick-img-wrap,.single-buildout_properties #property-hero-carousel .slick-slide .slick-video-wrap{height:512px}}@media(min-width:1200px){.single-buildout_properties #property-hero-carousel .slick-slide .slick-img-wrap,.single-buildout_properties #property-hero-carousel .slick-slide .slick-video-wrap{height:576px}}.single-buildout_properties #property-hero-carousel .slick-slide .slick-img-wrap:focus,.single-buildout_properties #property-hero-carousel .slick-slide .slick-video-wrap:focus{cursor:grabbing}.single-buildout_properties #property-hero-carousel .slick-slide img{display:none}.single-buildout_properties #property-hero-carousel .slick-arrow{position:absolute;margin:auto;top:50%!important;transform:translateY(-50%);height:auto;width:auto;bottom:auto;background-color:rgba(0,0,0,0);min-width:-moz-fit-content;min-width:fit-content;z-index:9;padding:16px 18px}.single-buildout_properties #property-hero-carousel .slick-arrow:before{display:none}.single-buildout_properties #property-hero-carousel .slick-arrow.slick-next{right:0}.single-buildout_properties #property-hero-carousel .slick-arrow.slick-prev{left:0}.single-buildout_properties #property-hero-carousel .slick-arrow.slick-prev img{transform:rotate(180deg)}.single-buildout_properties #property-hero-carousel .slick-arrow:focus{outline:none}.single-buildout_properties #property-hero-carousel .slick-arrow img{display:block;height:48px}@media(min-width:576px){.single-buildout_properties #property-hero-carousel .slick-arrow{top:40%}}.single-buildout_properties #property-hero-carousel .slick-video-wrap{position:relative;overflow:hidden}.single-buildout_properties #property-hero-carousel .slick-video-wrap>div{position:relative;top:-7.5%;left:-12.5%;width:125%}@media(min-width:576px){.single-buildout_properties #property-hero-carousel .slick-video-wrap>div{top:auto;left:auto;width:auto}}@media(min-width:768px){.single-buildout_properties #property-hero-carousel .slick-video-wrap>div{top:-2.5%}}@media(min-width:992px){.single-buildout_properties #property-hero-carousel .slick-video-wrap>div{top:-1.25%}}@media(min-width:1200px){.single-buildout_properties #property-hero-carousel .slick-video-wrap>div{top:-5%}}.single-buildout_properties #property-hero-carousel .slick-video-wrap .slick-video-overlay{position:absolute;content:"";height:100%;width:100%;top:0;cursor:pointer}.single-buildout_properties #section-property-hero-carousel{position:relative}.single-buildout_properties #section-property-hero-carousel .property-hero-carousel-loader{position:absolute;display:flex;justify-content:center;align-items:center;height:100%;top:0;left:0;right:0;margin:auto;background-color:hsla(0,0%,100%,.75)}.single-buildout_properties .template-nnlg #property-hero-carousel:not(.has-multiple-slides) .slick-slide .slick-img-wrap{background-image:none!important}.single-buildout_properties .template-nnlg #property-hero-carousel:not(.has-multiple-slides) .slick-slide .slick-img-wrap img{display:block}@media(min-width:992px){.single-buildout_properties .template-nnlg #property-hero-carousel:not(.has-multiple-slides) .slick-slide .slick-img-wrap img{display:block;margin:0 auto;width:auto;max-width:100%}}@media(max-width:767px){#propertyFullSizeImageModal,#propertyFullSizeImageModal .modal-dialog{width:100%}}#propertyFullSizeImageModal .modal-content{background-color:rgba(0,0,0,0);box-shadow:none!important;border:none!important}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track{display:flex;align-items:center;max-height:582px}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .slick-slide{display:flex;justify-content:center;max-height:582px}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .slick-slide>div{width:100%;max-height:582px}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .slick-slide>div>div{height:100%}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .slick-img-wrap{position:relative;background-color:#fff;padding:6px;width:100%!important;height:100%}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .slick-img-wrap img{min-width:100%;width:auto;max-height:90vh;-o-object-fit:cover;object-fit:cover;height:100%}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .slick-video-wrap{position:relative;max-height:582px}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .modal-slide-video-wrap{max-height:582px;width:100%;padding:6px;background-color:#fff}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .close{top:auto!important;bottom:0!important;padding-left:9.5px;padding-right:9.5px;border-radius:0}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel .slick-track .close img{height:18px}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,0);padding:0;z-index:1}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow:before{display:none}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow.slick-prev{left:-48px!important}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow.slick-prev img{transform:rotate(180deg)}@media(min-width:768px){#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow.slick-prev{left:-128px!important}}@media(min-width:1200px){#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow.slick-prev{left:-48px!important}}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow.slick-next{right:-48px!important}@media(min-width:768px){#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow.slick-next{right:-128px!important}}@media(min-width:1200px){#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow.slick-next{right:-48px!important}}#propertyFullSizeImageModal .modal-content #property-modal-hero-carousel button.slick-arrow img{height:64px;width:auto!important}#propertyFullSizeImageModal button.close{position:absolute;top:0;right:0;min-width:0;background-color:#fff!important;padding:1rem 1.5rem;border-radius:5px;opacity:1;z-index:9}#propertyFullSizeImageModal button.close:focus{outline:none}.single-buildout_properties .property-heading{padding-top:32px;padding-bottom:32px}.single-buildout_properties .property-heading h1.property-title{font-size:48px;font-weight:300;font-family:Open Sans,sans-serif}.single-buildout_properties .property-heading .property-subtitle{font-size:18px;line-height:24px}.single-buildout_properties .section-title{display:inline-block;position:relative;line-height:30px}.single-buildout_properties .section-title span{display:inline-block;font-weight:300;line-height:36px;text-transform:none;font-weight:400;background-image:linear-gradient(90deg,#37637d,#18374e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#37637d;z-index:1;font-size:30px}.single-buildout_properties .section-title-bold{font-size:20px}.single-buildout_properties .section-sub-heading,.single-buildout_properties .section-title-bold{text-transform:none;font-weight:700;color:#35647e}.single-buildout_properties .property-body-text,.single-buildout_properties .property-body-text li,.single-buildout_properties .property-body-text p{font-size:16px}.single-buildout_properties ul.property-body-text{list-style:initial;padding-left:24px;margin:0}.single-buildout_properties ul.property-body-text li{margin-bottom:16px}.single-buildout_properties ul.property-body-text li:last-child{margin-bottom:0}.single-buildout_properties #overview table tbody tr th{border-bottom:none;white-space:normal}.single-buildout_properties #overview table tbody tr{border-bottom:1px solid #ddd}.single-buildout_properties #overview #investment-highlights ul{list-style:initial;padding-left:24px;margin:inherit}.single-buildout_properties #overview #investment-highlights ul li{margin-bottom:16px}.single-buildout_properties #overview #investment-highlights ul li:last-child{margin-bottom:0}.single-buildout_properties #overview .property-body-text ul{list-style:initial;margin-left:32px}.single-buildout_properties #overview .demographics-table-wrap{position:relative}.single-buildout_properties #overview .demographics-table-wrap.show-swipe-icon .promptBox{display:block;height:40px;width:40px;position:absolute;left:10%;bottom:-40px;right:0;opacity:1;transition:.3s;pointer-events:none;z-index:1000;margin:auto}.single-buildout_properties #overview .demographics-table-wrap.show-swipe-icon .promptBox .tapperoo{height:48px;width:100px;position:absolute;top:-5px;left:20px;border-radius:100px;background-color:#36647e;z-index:-1;animation:tapperoo 3s infinite}.single-buildout_properties #overview .demographics-table-wrap.show-swipe-icon .promptBox #tap-gesture{position:absolute;transform:rotate(30deg);animation:handMove 3s infinite}.single-buildout_properties #overview .demographics-table-wrap .promptBox{display:none}.single-buildout_properties .multi-col{display:flex}.single-buildout_properties .property-headline-text{font-family:Open Sans,Sans-serif;font-size:18px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.single-buildout_properties .dropup-menu{padding:16px;margin:0;border-radius:0;border:none;box-shadow:0 2px 5px 0 rgba(0,0,0,.25),0 2px 10px 0 rgba(0,0,0,.25)}.single-buildout_properties .dropup-menu:after{content:"";position:absolute;left:24px;top:100%;width:0;height:0;border-left:16px solid rgba(0,0,0,0);border-right:16px solid rgba(0,0,0,0);border-top:16px solid #fff;clear:both}.single-buildout_properties .dropup-menu.dropdown-menu-right:after{left:auto;right:20px}.single-buildout_properties #section-property-sticky-menu{position:fixed;width:100%;height:64px;bottom:0;padding:14px 0;background-color:#ecebea;z-index:9}@media(min-width:576px){.single-buildout_properties #section-property-sticky-menu{background-color:rgba(244,244,243,.925)}}@media(min-width:768px){.single-buildout_properties #section-property-sticky-menu{height:72px;padding:21px 0}.single-buildout_properties #section-property-sticky-menu.has-brokers,.single-buildout_properties #section-property-sticky-menu.has-documents{height:96px}}.single-buildout_properties #section-property-sticky-menu #more-menu-wrap #property-sticky-menu-more-items{background:#fff;color:#37647e;font-size:20px;padding:4px 10px;min-width:-moz-fit-content;min-width:fit-content;width:-moz-fit-content!important;width:fit-content!important;border:none;box-shadow:none;margin-left:20px}.single-buildout_properties #section-property-sticky-menu #more-menu-wrap .dropdown-menu{bottom:calc(100% + 24px);margin-left:-.75rem}.single-buildout_properties #section-property-sticky-menu #more-menu-wrap li a{display:block;padding:.5rem;font-size:16px;font-weight:700;text-transform:uppercase}.single-buildout_properties #section-property-sticky-menu #more-menu-wrap .dropdown-menu:after{content:"";position:absolute;left:24px;top:100%;width:0;height:0;border-left:16px solid rgba(0,0,0,0);border-right:16px solid rgba(0,0,0,0);border-top:16px solid #fff;clear:both}.single-buildout_properties #property-sticky-menu{display:flex;padding:0;margin:0}.single-buildout_properties #property-sticky-menu li{display:inline-block;margin-right:20px}.single-buildout_properties #property-sticky-menu li:last-child{margin-right:0}.single-buildout_properties #property-sticky-menu li a{font-size:14px;font-weight:700;text-transform:uppercase}@media(min-width:768px){.single-buildout_properties #mobile-menu-wrap{margin:7px 0}}.single-buildout_properties #mobile-menu-wrap .btn-single-property-menu.dropdown-toggle .close-icon{position:relative;top:0;left:2px;height:24px}.single-buildout_properties #mobile-menu-wrap .dropdown-menu{bottom:calc(100% + 24px);width:calc(100vw - 30px);padding:16px;margin:0}@media(min-width:768px){.single-buildout_properties #mobile-menu-wrap .dropdown-menu{bottom:80px}}.single-buildout_properties #mobile-menu-wrap ul li a{display:block;padding:.5rem;font-size:16px;font-weight:700;text-transform:uppercase}.single-buildout_properties .menu-item-1031{display:inline-block!important;background-color:#36647e;background-image:linear-gradient(90deg,#35647E,#112e45);color:#fff!important;padding:.25rem .5rem}.single-buildout_properties [data-srs-data-toggle][aria-expanded=false] .fa-plus,.single-buildout_properties [data-srs-data-toggle][aria-expanded=false] .menu-icon{display:block}.single-buildout_properties [data-srs-data-toggle][aria-expanded=false] .close-icon,.single-buildout_properties [data-srs-data-toggle][aria-expanded=false] .fa-minus,.single-buildout_properties [data-srs-data-toggle][aria-expanded=true] .fa-plus,.single-buildout_properties [data-srs-data-toggle][aria-expanded=true] .menu-icon{display:none}.single-buildout_properties [data-srs-data-toggle][aria-expanded=true] .close-icon,.single-buildout_properties [data-srs-data-toggle][aria-expanded=true] .fa-minus{display:block}.single-buildout_properties .property-stat-col{display:flex;text-align:center;align-items:center;justify-content:center}@media(min-width:768px)and (max-width:991px){.single-buildout_properties .property-stat-col:nth-child(odd) .property-stat{padding-left:0}.single-buildout_properties .property-stat-col:nth-child(2n) .property-stat{padding-right:0}}.single-buildout_properties .property-stat-col .property-stat-label{font-size:20px}.single-buildout_properties .property-stat{font-size:36px;font-weight:300;padding-left:16px;padding-right:16px}.single-buildout_properties .property-stat a{font-size:36px;font-weight:300}@media(min-width:768px)and (max-width:992px){.single-buildout_properties .property-stat a.lease-rates_contact-us{font-size:24px!important}}.single-buildout_properties #property-stats-wrap{text-align:center;background-color:#f8f7f7;border-bottom:10px solid #eceae9}@media(max-width:960px){.single-buildout_properties .overview-template-ipg{margin-bottom:6em}}@media(min-width:961px){.single-buildout_properties .overview-template-ipg{margin-bottom:8em}}@media(min-width:1024px){.single-buildout_properties .overview-template-ipg{margin-bottom:10em}}.single-buildout_properties .overview-template-ipg #property-stats-wrap,.single-buildout_properties .overview-template-standard #property-stats-wrap{padding-top:32px}.single-buildout_properties .overview-template-ipg #property-stats-wrap .property-stat-col,.single-buildout_properties .overview-template-standard #property-stats-wrap .property-stat-col{margin-bottom:32px}.single-buildout_properties .overview-template-nnlg #property-stats-wrap{padding-top:48px}.single-buildout_properties .overview-template-nnlg #property-stats-wrap .property-stat-col{margin-bottom:48px}.single-buildout_properties #map .map-section-inner-wrap{background:linear-gradient(45deg,#35647E,#18374e)!important;height:416px;padding:0 30px;margin-top:96px}.single-buildout_properties #map :focus{outline:none}.single-buildout_properties #map #google-map{position:relative;top:-96px;min-height:480px;background-color:#f2f2f2}.single-buildout_properties #map #google-map button[title="Zoom in"].gm-control-active img:first-child,.single-buildout_properties #map #google-map button[title="Zoom out"].gm-control-active img:first-child{display:block!important;position:relative;left:10px;top:0;transform:none}.single-buildout_properties #map #google-map .gm-style-iw-d{padding:16px 0 0 6px!important}.single-buildout_properties #map #google-map .gm-style-iw-d img{max-width:256px;margin-bottom:16px}.single-buildout_properties #map #google-map .gm-style-iw-d .view-on-google-maps-link{font-weight:700}.single-buildout_properties #map #google-map .gm-style-iw-d+button.gm-ui-hover-effect img{margin-right:24px!important;float:right;margin-top:12px!important}.single-buildout_properties #map #google-map button[title="Toggle fullscreen view"]{min-width:40px}.single-buildout_properties .embed-responsive{position:relative;display:block;width:100%;height:auto;padding:0;overflow:hidden}.single-buildout_properties .embed-responsive:before{display:block;content:""}.single-buildout_properties .embed-responsive embed,.single-buildout_properties .embed-responsive iframe{position:absolute;top:0;bottom:0;left:0;width:100%}@media(min-width:480px){.single-buildout_properties .embed-responsive embed,.single-buildout_properties .embed-responsive iframe{max-height:256px}}@media(min-width:576px){.single-buildout_properties .embed-responsive embed,.single-buildout_properties .embed-responsive iframe{max-height:320px}}@media(min-width:768px){.single-buildout_properties .embed-responsive embed,.single-buildout_properties .embed-responsive iframe{max-height:384px}}@media(min-width:1007px){.single-buildout_properties .embed-responsive embed,.single-buildout_properties .embed-responsive iframe{max-height:512px}}@media(min-width:1215px){.single-buildout_properties .embed-responsive embed,.single-buildout_properties .embed-responsive iframe{max-height:576px}}.single-buildout_properties .embed-responsive embed,.single-buildout_properties .embed-responsive iframe{border:0}.single-buildout_properties .embed-responsive .embed-responsive-item,.single-buildout_properties .embed-responsive object,.single-buildout_properties .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.single-buildout_properties .embed-responsive-21by9:before{padding-top:42.857143%}.single-buildout_properties .embed-responsive-16by9{padding-bottom:56.25%!important}.comment-form .single-buildout_properties input.btn-sticky-heading[type=submit],.single-buildout_properties .btn.btn-sticky-heading,.single-buildout_properties .comment-form input.btn-sticky-heading[type=submit]{position:relative;background-color:rgba(0,0,0,0);color:#35647e;border:2px solid #35647e;border-radius:50px}.comment-form .single-buildout_properties input.btn-sticky-heading[type=submit]:focus,.single-buildout_properties .btn.btn-sticky-heading:focus,.single-buildout_properties .comment-form input.btn-sticky-heading[type=submit]:focus{outline:none}@media(min-width:576px){.single-buildout_properties #section-property-sticky-menu #sticky-menu-btns-group{display:flex;justify-content:flex-end}.comment-form .single-buildout_properties #section-property-sticky-menu #sticky-menu-btns-group input[type=submit]:first-child,.single-buildout_properties #section-property-sticky-menu #sticky-menu-btns-group .btn:first-child,.single-buildout_properties #section-property-sticky-menu #sticky-menu-btns-group .comment-form input[type=submit]:first-child{margin-right:16px}}.single-buildout_properties #section-property-sticky-menu .btn-single-property-menu{position:relative;padding:4px;min-width:auto;width:54px;height:40px;background-color:rgba(0,0,0,0);box-shadow:none}.single-buildout_properties #section-property-sticky-menu .btn-single-property-menu[aria-expanded=true]:after{display:none}.single-buildout_properties #section-property-sticky-menu .btn-single-property-menu:after{content:"";position:absolute;top:0;left:0;right:0;font-family:FontAwesome;font-size:30px;color:#35647e;margin-top:-2px}.single-buildout_properties #section-property-sticky-menu #btn-primary-document{float:left;height:34px;padding:4px 18px;background:rgba(237,237,236,.7019607843) 0 0 no-repeat padding-box}@media(max-width:360px){.single-buildout_properties #section-property-sticky-menu #btn-primary-document{border:none;min-width:auto}}@media(max-width:767px){.single-buildout_properties #section-property-sticky-menu #btn-primary-document>span{position:relative;top:1px}}@media(min-width:768px){.single-buildout_properties #section-property-sticky-menu #btn-primary-document{float:right;padding:0 24px;height:54px}}@media(max-width:360px){.single-buildout_properties #section-property-sticky-menu #btn-primary-document>img.icon-blue{display:block}}.single-buildout_properties #section-property-sticky-menu #btn-primary-document>img.icon,.single-buildout_properties #section-property-sticky-menu #btn-primary-document>img.icon-blue{display:none}@media(min-width:361px){.single-buildout_properties #section-property-sticky-menu #btn-primary-document>img.icon{display:inline-block;margin-right:6px}}@media(max-width:360px){.single-buildout_properties #section-property-sticky-menu #btn-primary-document>span{display:none}}.single-buildout_properties #section-property-sticky-menu #btn-primary-document>span{display:inline-block}.single-buildout_properties #section-property-sticky-menu .btn-sticky-contact{background-color:rgba(0,0,0,0);padding:8px 6px;min-width:auto;outline:none}@media(min-width:576px){.single-buildout_properties #section-property-sticky-menu .btn-sticky-contact{background:rgba(0,0,0,0) linear-gradient(104deg,#35647e,#35647e 28%,#0c273d) 0 0 no-repeat padding-box;border-radius:32px;padding:0 18px;min-width:124px;color:#fff}}@media(min-width:576px)and (min-width:768px){.single-buildout_properties #section-property-sticky-menu .btn-sticky-contact{height:54px;padding:0 24px;text-transform:capitalize}}@media(min-width:576px){.single-buildout_properties #section-property-sticky-menu .btn-sticky-contact::focus,.single-buildout_properties #section-property-sticky-menu .btn-sticky-contact::hover{color:#fff}.single-buildout_properties #section-property-sticky-menu .btn-sticky-contact .contact-icon-white{display:inline-block;height:22px;margin-right:8px}}.single-buildout_properties #demographics ul,.single-buildout_properties #traffic-counts ul{margin-bottom:10px}.single-buildout_properties #demographics .table-responsive,.single-buildout_properties #documents-table.table-responsive{border:none}.single-buildout_properties #demographics .table-responsive tbody th a.document-link,.single-buildout_properties #documents-table.table-responsive tbody th a.document-link{display:flex;align-items:center}.single-buildout_properties #demographics ul li,.single-buildout_properties #traffic-counts ul li{padding:14.5px 0;border-bottom:1px solid #dbd9d7}.single-buildout_properties #demographics .table th,.single-buildout_properties #documents-table.table thead th{background-color:rgba(0,0,0,0)!important}.single-buildout_properties .masonry-block-table .table{margin-bottom:16px}.single-buildout_properties .masonry-block-table .table thead th{vertical-align:middle;padding-top:0;padding-bottom:0;border-bottom-width:1px}.single-buildout_properties .masonry-block-table .table thead th.masonry-block-table-title{border-bottom:none!important}.single-buildout_properties .masonry-block-table .table tbody td,.single-buildout_properties .masonry-block-table .table tbody th{border-top:none!important}.single-buildout_properties .masonry-block-table .table th:first-child{width:50%;padding-left:0;font-weight:400;border:none}.single-buildout_properties .masonry-block-table .table th:not(:first-child){text-align:right;color:#bebdbe;font-weight:700;font-size:14px}.single-buildout_properties .masonry-block-table .table td{text-align:right}.single-buildout_properties #traffic-counts .row-eq-height>[class*=col]{margin-bottom:0}.single-buildout_properties #traffic-counts .traffic-count-value{display:flex;align-items:center;justify-content:flex-end}.single-buildout_properties #spaces .row-eq-height [class*=col-]{margin-bottom:0!important}.single-buildout_properties #spaces #property-spaces-accordion .panel{border:none}.single-buildout_properties #spaces #property-spaces-accordion .panel .panel-heading{padding:15px 0;background-color:rgba(0,0,0,0)}.single-buildout_properties #spaces #property-spaces-accordion .panel .panel-heading [data-toggle=collapse]{display:block}.single-buildout_properties #spaces #property-spaces-accordion .panel .panel-body{padding-left:0;padding-right:0}.single-buildout_properties #spaces #property-spaces-accordion .panel [aria-expanded=true] .fa-minus{display:inline-block}.single-buildout_properties #spaces #property-spaces-accordion .panel [aria-expanded=false] .fa-minus,.single-buildout_properties #spaces #property-spaces-accordion .panel [aria-expanded=true] .fa-plus{display:none}.single-buildout_properties #spaces #property-spaces-accordion .panel [aria-expanded=false] .fa-plus{display:inline-block}.single-buildout_properties #spaces #spaces-right-column-image{background-position:top;background-repeat:no-repeat;background-size:100%}.single-buildout_properties .gfield{margin-bottom:8px!important}.single-buildout_properties .ginput_container{margin-top:0!important}.single-buildout_properties .gfield_type_text label{top:8px!important}.single-buildout_properties .gfield select{padding-top:20px!important}.single-buildout_properties .gfield_type_checkbox label{margin-left:8px}.single-buildout_properties .gfield_type_checkbox.gfield_error label{color:#f7333f!important}.single-buildout_properties #confidentiality-agreement-modal button.close{color:initial;background:initial}.single-buildout_properties table#documents-table thead th{border-bottom:none!important}.single-buildout_properties #documents-table{margin:0}.single-buildout_properties #documents-table.table>tbody>tr>td,.single-buildout_properties #documents-table.table>tbody>tr>th,.single-buildout_properties #documents-table.table>tfoot>tr>td,.single-buildout_properties #documents-table.table>tfoot>tr>th,.single-buildout_properties #documents-table.table>thead>tr>td,.single-buildout_properties #documents-table.table>thead>tr>th{padding:8px}.single-buildout_properties #documents-table tbody th,.single-buildout_properties #documents-table thead th{width:20%}@media(min-width:768px){.single-buildout_properties #documents-table tbody th,.single-buildout_properties #documents-table thead th{width:15%}}@media(min-width:992px){.single-buildout_properties #documents-table tbody th,.single-buildout_properties #documents-table thead th{width:12.5%}}@media(min-width:1200px){.single-buildout_properties #documents-table tbody th,.single-buildout_properties #documents-table thead th{width:10%}}.single-buildout_properties #documents-table tbody th:first-child,.single-buildout_properties #documents-table thead th:first-child{width:60%}@media(min-width:768px){.single-buildout_properties #documents-table tbody th:first-child,.single-buildout_properties #documents-table thead th:first-child{width:70%}}@media(min-width:992px){.single-buildout_properties #documents-table tbody th:first-child,.single-buildout_properties #documents-table thead th:first-child{width:75%}}@media(min-width:1200px){.single-buildout_properties #documents-table tbody th:first-child,.single-buildout_properties #documents-table thead th:first-child{width:80%}}.single-buildout_properties #documents-table thead th{background-color:rgba(0,0,0,0);border-bottom:none}.single-buildout_properties #documents-table thead th:not(:first-child){text-align:center;color:#a9a8a9;font-weight:700;font-size:14px}.single-buildout_properties #documents-table tbody tr{border-bottom:1px solid #dbd9d6}.single-buildout_properties #documents-table tbody th{border:none}.single-buildout_properties #documents-table tbody th a.document-link{display:block;font-weight:700}.single-buildout_properties #documents-table tbody th a.document-link:active,.single-buildout_properties #documents-table tbody th a.document-link:focus,.single-buildout_properties #documents-table tbody th a.document-link:hover{text-decoration:none}.single-buildout_properties #documents-table tbody th a.document-link:active span,.single-buildout_properties #documents-table tbody th a.document-link:focus span,.single-buildout_properties #documents-table tbody th a.document-link:hover span{text-decoration:underline}.single-buildout_properties #documents-table tbody th img{display:inline-block;margin-right:16px}.single-buildout_properties #documents-table tbody td{border-top:none;border-bottom:none!important;text-align:center}.single-buildout_properties #documents-table tbody .icon{height:24px;margin-top:16px;margin-bottom:16px}@media(min-width:768px){.single-buildout_properties #documents-table tbody .icon{margin-top:32px;margin-bottom:32px}}.single-buildout_properties .documents-modal.view-doc-container{overflow:hidden}.single-buildout_properties .documents-modal .modal-content{border:0;border-radius:0}.single-buildout_properties .documents-modal .modal-content .documents-modal-header{background:#1f5c7b;color:#fff;padding:30px 20px}@media(min-width:768px){.single-buildout_properties .documents-modal .modal-content .documents-modal-header{padding:30px 20px}}.single-buildout_properties .documents-modal .modal-content .documents-modal-header .modal-title{color:#fff;font-size:30px;line-height:45px;margin:0 0 8px;font-family:Open Sans,sans-serif;font-weight:300}.single-buildout_properties .documents-modal .modal-content .documents-modal-header .documents-modal-header_actions{width:124px;float:right}.comment-form .single-buildout_properties .documents-modal .modal-content .documents-modal-header .documents-modal-header_actions input[type=submit],.single-buildout_properties .documents-modal .modal-content .documents-modal-header .documents-modal-header_actions .btn,.single-buildout_properties .documents-modal .modal-content .documents-modal-header .documents-modal-header_actions .comment-form input[type=submit]{outline:none}.single-buildout_properties .documents-modal .modal-content .documents-modal-body{padding:30px 20px}@media(min-width:768px){.single-buildout_properties .documents-modal .modal-content .documents-modal-body{padding:30px 20px}}.single-buildout_properties .documents-modal .modal-content ul.nav-tabs{display:flex}.single-buildout_properties .documents-modal .modal-content ul.nav-tabs li{flex-basis:0;flex-grow:1;max-width:100%;text-align:center}.single-buildout_properties .documents-modal .modal-content ul.nav-tabs li a{background-color:#a9a8a9;color:#fff;font-weight:700;margin-right:0;border:none;border-radius:0}.single-buildout_properties .documents-modal .modal-content ul.nav-tabs li a:hover{border:none}.single-buildout_properties .documents-modal .modal-content ul.nav-tabs li a.active{background-color:#fff;color:#35647e;cursor:default}.single-buildout_properties .documents-modal .modal-content .close:focus,.single-buildout_properties .documents-modal .modal-content .close:hover{background:rgba(0,0,0,0);outline:none}.single-buildout_properties .documents-modal .modal-content .gform_wrapper{margin-bottom:0}.single-buildout_properties .documents-modal .modal-content .gform_wrapper .gfield_validation_message{padding:0!important;border:none!important;background-color:rgba(0,0,0,0)!important;font-size:80%!important}.single-buildout_properties .srs-toggle-password img{pointer-events:none}.single-buildout_properties .srs-form-group{margin-bottom:24px;position:relative}.single-buildout_properties .srs-form-group input.srs-form-control,.single-buildout_properties .srs-form-group select.srs-form-control,.single-buildout_properties .srs-form-group textarea.srs-form-control{border-color:#dbd9d6;border-radius:4px;color:#3e3e3e;height:44px;padding:8px 15px!important;font-size:16px!important}.single-buildout_properties .srs-form-group input.srs-form-control#user_pass,.single-buildout_properties .srs-form-group input.srs-form-control[type=password]{padding-right:40px!important;letter-spacing:2pt}.single-buildout_properties .srs-form-group input.srs-form-control:focus,.single-buildout_properties .srs-form-group select.srs-form-control:focus,.single-buildout_properties .srs-form-group textarea.srs-form-control:focus{border-color:#35647e;box-shadow:none}.single-buildout_properties .srs-form-group input.srs-form-control:focus+label,.single-buildout_properties .srs-form-group select.srs-form-control:focus+label,.single-buildout_properties .srs-form-group textarea.srs-form-control:focus+label{color:#35647e}.single-buildout_properties .srs-form-control:disabled+label,.single-buildout_properties .srs-form-control:invalid+label,.single-buildout_properties .srs-form-control:valid+label,.single-buildout_properties .srs-form-group:focus-within label{font-size:12px;font-weight:700;left:11px;padding:0 4px;top:-8px;z-index:10}.single-buildout_properties .srs-form-group label{background-color:#fff;color:#a9a8a9;cursor:pointer;left:15px;position:absolute;top:10px;transition:.5s;font-size:16px;margin:0}.single-buildout_properties .srs-form-group.is-valid label{font-size:12px;font-weight:700;left:11px;padding:0 4px;top:-8px;z-index:10}.single-buildout_properties .select-state select#input_26_11{margin-bottom:0}.single-buildout_properties .spinner{margin:0 auto!important;text-align:center}.single-buildout_properties .spinner>div{width:18px;height:18px;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.single-buildout_properties .spinner .bounce1{background-color:#a9a8a9;animation-delay:-.32s}.single-buildout_properties .spinner .bounce2{background-color:#84949c;animation-delay:-.16s}.single-buildout_properties .spinner .bounce3{background-color:#35647e}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.single-buildout_properties .modal-sign-conf-agreement{display:flex;align-items:start;justify-content:center;flex-direction:column;height:100%}.single-buildout_properties .modal-sign-conf-agreement iframe,.single-buildout_properties .modal-sign-conf-agreement object{min-height:500px;height:calc(80vh - 140px)}.single-buildout_properties .modal-sign-conf-agreement #modal-broker-terms{margin-bottom:32px}.single-buildout_properties .modal-sign-conf-agreement .btn-read-more{display:flex;text-align:center;margin:auto;outline:none}.single-buildout_properties .modal-sign-conf-agreement .btn-read-more .show-less{display:none}.single-buildout_properties .modal-sign-conf-agreement .btn-read-more img{position:relative;top:4px;height:10px;transition:all .5s;transform:rotate(180deg)}.single-buildout_properties .modal-sign-conf-agreement .modal-terms-shown+.btn-read-more .read-more{display:none}.single-buildout_properties .modal-sign-conf-agreement .modal-terms-shown+.btn-read-more .show-less{display:inline-block}.single-buildout_properties .modal-sign-conf-agreement .modal-terms-shown+.btn-read-more img{transform:rotate(0deg)!important}.single-buildout_properties .modal-sign-conf-agreement .modal-terms-shown .modal-terms{max-height:99999999px}.single-buildout_properties .modal-terms{height:100%;max-height:128px;overflow-y:hidden;padding-bottom:30px}.single-buildout_properties .modal-terms p:last-child{margin-bottom:0}.single-buildout_properties #login-modal_user-type-investment-type-wrap,.single-buildout_properties .login-modal-register-form-group{display:none}.single-buildout_properties #contact .subtitle{color:#a9a8a9}.single-buildout_properties #contact .team-members-list{text-align:left;padding:0}@media(min-width:992px){.single-buildout_properties #contact .team-members-list{display:flex;flex-wrap:wrap}}@media(max-width:991px){.single-buildout_properties #contact .team-members-list li{display:block;margin-left:0!important}}@media(min-width:992px){.single-buildout_properties #contact .team-members-list li{margin-left:0!important;margin-right:calc(25% - 175px)}.single-buildout_properties #contact .team-members-list li:first-child{margin-left:0!important}.single-buildout_properties #contact .team-members-list li:last-child{margin-right:0!important}}@media(min-width:1200px){.single-buildout_properties .modal-lg{width:1200px}}@media(max-width:640px){.single-buildout_properties #footer .gform-body{max-width:none}.single-buildout_properties #footer .gform-body,.single-buildout_properties #footer .gform-body ul{display:flex;width:100%;flex-direction:column}.single-buildout_properties #footer .gform-body li,.single-buildout_properties #footer .gform-body ul li{padding-right:0;margin-bottom:16px!important}.single-buildout_properties #footer .gform_footer{width:100%}}@media(min-width:640px){.single-buildout_properties #footer .gform-body input#input_5_4{height:56px}}@keyframes srs-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes tapperoo{0%{height:25%;width:25%}50%{height:5%;width:35%;opacity:0;transform:translate(-250%)}to{opacity:0}}@keyframes handMove{0%{transform:rotate(30deg)}50%{transform:translate(-60%,-10%) rotate(-30deg) scale(.9)}to{transform:rotate(30deg)}}#register-form.reg-not-started #register-company-name-wrap,#register-form.reg-not-started #register-full-name-wrap,#register-form.reg-not-started #register-password-confirm-wrap,#register-form.reg-not-started #register_password-wrap,#register-form.reg-not-started #register_user-type-wrap{display:none}#register-form.reg-not-started [type=submit] .reg-not-started{display:block}#register-form [type=submit] .reg-not-started,#register-form.reg-not-started [type=submit] .reg-started{display:none}#register-form [type=submit] .reg-started{display:block}.divider-borders{position:relative;text-align:center}.divider-borders:after{content:"";position:absolute;top:12px;left:0;height:2px;width:100%;background-color:#dbd9d6;z-index:0}.divider-borders span{position:relative;background-color:#fff;color:#dbd9d6;font-weight:700;padding:0 12px;z-index:1}#documents-login-modal #login-form-wrap{display:none}#documents-login-modal #login-form-wrap_loading,#documents-login-modal #register-form-wrap_loading{margin-top:-8px}#documents-login-modal .alert.alert-success{padding:30px 20px 20px;border-radius:0}#documents-login-modal .oneall_social_login_label{position:relative;display:none}#documents-login-modal .oneall_social_login_label:after{position:absolute;display:block;content:"";background-color:#fff;width:100%;height:20px;bottom:0}#documents-login-modal .oneall_social_login .oneall_social_login_providers iframe{width:100%!important;height:184px!important}#register-password-confirm-wrap,#reset-password-form-wrap,#reset-password-form-wrap #reset-pass-sent{display:none}#documents-conf-agreement-modal .modal-dialog{max-width:992px}#documents-conf-agreement-modal #form-new-user-type{position:relative;margin-top:24px}#documents-conf-agreement-modal #form-new-user-type button[type=submit]{height:44px;padding-top:0;padding-bottom:0;width:100%;text-transform:none;font-size:16px}#documents-conf-agreement-modal .broker-email{color:#35647e;word-break:break-word;font-size:12px;line-height:1.2}#conf-sign-details .gfield.srs-gf-form-group,#documents-sharing-modal .gfield.srs-gf-form-group,#property-contact-modal .gfield.srs-gf-form-group{position:relative}#conf-sign-details .gfield.srs-gf-form-group label.gfield_label,#documents-sharing-modal .gfield.srs-gf-form-group label.gfield_label,#property-contact-modal .gfield.srs-gf-form-group label.gfield_label{position:absolute!important;top:16px!important;left:15px!important;background-color:#fff;color:#a9a8a9!important;transition:.5s;font-size:16px!important;font-weight:600!important;margin:0!important;cursor:pointer;text-transform:none}#conf-sign-details .gfield.srs-gf-form-group.is-focused label.gfield_label,#documents-sharing-modal .gfield.srs-gf-form-group.is-focused label.gfield_label,#property-contact-modal .gfield.srs-gf-form-group.is-focused label.gfield_label{top:-4px!important;left:11px!important;font-size:12px!important;font-weight:700!important;padding:0 4px!important}#conf-sign-details .gfield.srs-gf-form-group.is-focused.gfield_type_textarea label.gfield_label,#documents-sharing-modal .gfield.srs-gf-form-group.is-focused.gfield_type_textarea label.gfield_label,#property-contact-modal .gfield.srs-gf-form-group.is-focused.gfield_type_textarea label.gfield_label{top:-6px!important}#conf-sign-details .gfield.srs-gf-form-group .gfield_required,#documents-sharing-modal .gfield.srs-gf-form-group .gfield_required,#property-contact-modal .gfield.srs-gf-form-group .gfield_required{display:none}#conf-sign-details .gfield.srs-gf-form-group .ginput_container input,#conf-sign-details .gfield.srs-gf-form-group .ginput_container select,#documents-sharing-modal .gfield.srs-gf-form-group .ginput_container input,#documents-sharing-modal .gfield.srs-gf-form-group .ginput_container select,#property-contact-modal .gfield.srs-gf-form-group .ginput_container input,#property-contact-modal .gfield.srs-gf-form-group .ginput_container select{background-color:#fff!important;height:44px!important;color:#3e3e3e!important;padding:8px 15px!important;border-color:#dbd9d6!important;border-radius:4px!important}#conf-sign-details .gfield.srs-gf-form-group .ginput_container input[readonly],#conf-sign-details .gfield.srs-gf-form-group .ginput_container select[readonly],#documents-sharing-modal .gfield.srs-gf-form-group .ginput_container input[readonly],#documents-sharing-modal .gfield.srs-gf-form-group .ginput_container select[readonly],#property-contact-modal .gfield.srs-gf-form-group .ginput_container input[readonly],#property-contact-modal .gfield.srs-gf-form-group .ginput_container select[readonly]{background-color:#eee!important}#conf-sign-details .gfield.srs-gf-form-group .ginput_container input:focus,#conf-sign-details .gfield.srs-gf-form-group .ginput_container select:focus,#documents-sharing-modal .gfield.srs-gf-form-group .ginput_container input:focus,#documents-sharing-modal .gfield.srs-gf-form-group .ginput_container select:focus,#property-contact-modal .gfield.srs-gf-form-group .ginput_container input:focus,#property-contact-modal .gfield.srs-gf-form-group .ginput_container select:focus{box-shadow:none}#conf-sign-details .gfield.srs-gf-form-group .ginput_container textarea,#documents-sharing-modal .gfield.srs-gf-form-group .ginput_container textarea,#property-contact-modal .gfield.srs-gf-form-group .ginput_container textarea{padding:8px 15px!important}#conf-sign-details .gfield.srs-gf-form-group.is-invalid .ginput_container input,#conf-sign-details .gfield.srs-gf-form-group.is-invalid .ginput_container select,#conf-sign-details .gfield.srs-gf-form-group.is-invalid .ginput_container textarea,#documents-sharing-modal .gfield.srs-gf-form-group.is-invalid .ginput_container input,#documents-sharing-modal .gfield.srs-gf-form-group.is-invalid .ginput_container select,#documents-sharing-modal .gfield.srs-gf-form-group.is-invalid .ginput_container textarea,#property-contact-modal .gfield.srs-gf-form-group.is-invalid .ginput_container input,#property-contact-modal .gfield.srs-gf-form-group.is-invalid .ginput_container select,#property-contact-modal .gfield.srs-gf-form-group.is-invalid .ginput_container textarea{border-color:#f7323f!important}#conf-sign-details .srs-gf-form-group_checkbox,#documents-sharing-modal .srs-gf-form-group_checkbox,#property-contact-modal .srs-gf-form-group_checkbox{margin-bottom:24px!important}#conf-sign-details .srs-gf-form-group_checkbox label,#documents-sharing-modal .srs-gf-form-group_checkbox label,#property-contact-modal .srs-gf-form-group_checkbox label{font-size:14px!important;margin-left:8px!important;cursor:pointer}#conf-sign-details .srs-gf-form-group_checkbox input,#documents-sharing-modal .srs-gf-form-group_checkbox input,#property-contact-modal .srs-gf-form-group_checkbox input{margin-top:2px}#conf-sign-details [type=submit],#documents-sharing-modal [type=submit],#property-contact-modal [type=submit]{padding-top:0;padding-bottom:0;height:44px;width:100%;text-align:center;background-color:#35647e;text-transform:none;font-size:16px!important;border-radius:4px}#conf-sign-details .below-conf-sign-form,#documents-sharing-modal .below-conf-sign-form,#property-contact-modal .below-conf-sign-form{text-align:center;margin-top:16px}#conf-sign-details .below-conf-sign-form p,#documents-sharing-modal .below-conf-sign-form p,#property-contact-modal .below-conf-sign-form p{color:#3e3e3e;font-size:12px;margin-bottom:0}@media(min-width:641px){#conf-sign-details li#field_29_12,#documents-sharing-modal li#field_29_12,#property-contact-modal li#field_29_12{margin-top:-24px!important}}#conf-sign-details .gfield.srs-gf-form-group .gfield_required{display:inline}#documents-table .pill{border-radius:2px;padding:0 4px;font-size:10px;color:#fff}#documents-table .pill.pill-document{background-color:#35647e!important}#documents-table .pill.pill-can-access{background-color:green!important}#documents-table .pill.pill-cannot-access{background-color:red!important}#documents-table th a.document-link{display:flex;align-items:center}#sticky-nav-contact-modal .col-auto{position:relative;min-height:1px;padding-left:15px;padding-right:15px}#sticky-nav-contact-modal .fs-14px{font-size:14px}#sticky-nav-contact-modal .broker-team-member-image{height:100px;width:100px;background-position:50%;background-size:cover}#conf-sign-details .gfield.srs-gf-form-group{margin-bottom:24px!important}#conf-sign-details .documents-conf-agreement-wrap{max-width:320px}#conf-sign-details .gform_footer:before{content:"";display:block;position:absolute;top:10px;left:20px;height:20px;width:20px;background-image:url(https://staging.srsre.com/wp-content/themes/srsre/resources/assets/images/icons/padlock-white.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:1;opacity:.5}#property-contact-modal .gfield.srs-gf-form-group{margin-bottom:16px!important}#documents-sharing-modal .html-sharing-message{margin-bottom:0!important}#documents-sharing-modal .input-permission{margin-top:-12px!important}.gf_custom_layout>div,.gf_custom_layout>div label{display:block}.gf_custom_layout>div label input{font-size:14px;padding:20px 14px 14px}.gf_custom_layout>div label select{margin-bottom:1rem}.gf_custom_layout>div button[type=submit]{display:block;width:100%;margin-top:.75em}.gf_custom_layout .html-sharing-message{font-size:14px}.gf_custom_layout .html-sharing-message .srs-form-group{margin-bottom:.75em}.gf_custom_layout .html-sharing-message .srs-form-group textarea{margin-bottom:0;display:block}#account-edit-password-wrap,#account-edit-wrap{position:relative}#account-edit-password-wrap.is-loading .srs-loader-wrap,#account-edit-wrap.is-loading .srs-loader-wrap{display:flex}#account-edit-password-wrap #login-modal-password-confirm-wrap{display:none}body.solid-nav.template-home{padding-top:0}#h-tabs .elementor-tabs-wrapper{display:flex;flex-direction:row}#h-tabs .elementor-tab-mobile-title{display:none}.gfield_radio li input{height:24px;margin-right:8px}.gfield_time_hour,.gfield_time_minute{margin-right:16px!important}.gfield_time_hour input,.gfield_time_minute input{min-width:48px}.gform_wrapper .gfield .gfield_time_hour:after{right:-12px}.single-buildout_properties .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:0}#hero.hero-quarter .hero-content h1,.hero.hero-quarter .hero-content h1{color:#fff;font-family:QuincyCF,serif;font-size:3.875em;font-weight:400;line-height:1;margin-bottom:10px}.section-three-columns-recent h6 a{font-family:QuincyCF,serif;font-size:22px;font-weight:700}.gfield_checkbox [type=checkbox]+label:before{border-radius:3px}.gfield_checkbox [type=checkbox]:focus+label:before{box-shadow:none!important}@media(min-width:992px){.template-home .hero-content h1{font-size:100px!important}#hero.hero-full .hero-content h1,.hero.hero-full .hero-content h1{font-size:100px}}.template-locations .hero-content h1{color:#fff!important}.template-people .hero-content>h1{color:#fff;font-family:QuincyCF,serif;font-size:3.875em;font-weight:400;line-height:1;margin-bottom:10px}#hero.hero-full .hero-content h1,.hero.hero-full .hero-content h1{margin-bottom:30px}body:not(.elementor-editor-active) .elementor-menu-anchor:before{content:"";display:block;height:100px;margin:-100px 0 0;visibility:hidden;pointer-events:none}.document-access-request{background-color:#ececec}.document-access-request .container{width:50%;height:100vh;display:flex;justify-content:center;align-items:center;padding:.5rem}@media(max-width:760px){.document-access-request .container{width:100%}}.document-access-request .container .approve-container{background-color:#fff;padding:1rem;box-sizing:border-box;min-height:50vh;display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:space-evenly;align-items:center}.document-access-request .container .approve-container .logo{min-width:150px}@media print{body.pages-team_member .section-recent-news,body.pages-team_member .section-recent-press-releases,body.pages-team_member .widget-clients,body.pages-team_member .widget-recent-properties,body.pages-team_member ul.navigation,body.single-people .section-recent-news,body.single-people .section-recent-press-releases,body.single-people .widget-clients,body.single-people .widget-recent-properties,body.single-people ul.navigation{display:none}}.gfield .gfield_label{text-transform:uppercase}.gform_wrapper h2.gsection_title{font-size:30px;font-weight:500}.gform_wrapper .gfield .gfield_time_hour,.gform_wrapper .gfield .gfield_time_minute{width:100%!important}.gform_wrapper .gfield .gfield_time_hour{position:relative;padding-right:8px}.gform_wrapper .gfield .gfield_time_hour:after{content:":";position:absolute;right:0;color:#000;top:12px}.gform_wrapper .gfield .gfield_time_hour input,.gform_wrapper .gfield .gfield_time_minute input{width:100%!important;text-align:center;border-radius:0;height:50px;border:1px solid #bcbcbc;color:#1f5c7b}.gform_wrapper .gfield .gfield_time_hour input::-webkit-input-placeholder,.gform_wrapper .gfield .gfield_time_minute input::-webkit-input-placeholder{color:#bcbcbc}.gform_wrapper .gfield .gfield_time_hour i,.gform_wrapper .gfield .gfield_time_hour label,.gform_wrapper .gfield .gfield_time_minute label{display:none!important}.gform_wrapper .gfield_time_ampm select{max-width:60px!important;width:60px!important;min-width:50px!important;background-position:90% 50%!important;padding-right:1rem!important}.gform_wrapper .gfield_time_hour i{margin-top:-2px!important}.gfield.gfield_type_checkbox .gfield_checkbox input{height:24px}#field_15_5.gfield_type_email .gfield_label{top:8px!important}.gfield .gfield_time_ampm select,.gfield select.gfield_select{-webkit-appearance:none;-moz-appearance:none;background-position:98% 50%;background-repeat:no-repeat;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC");padding:.5em 1.5em .5em .5em;height:50px;border-radius:2px!important;background-color:#fff;border:1px solid #bcbcbc;color:#1f5c7b}#gform_wrapper_15 #field_15_16,#gform_wrapper_15 #field_15_21{margin-bottom:1.5em}#gform_wrapper_15 #field_15_16 label:first-child,#gform_wrapper_15 #field_15_21 label:first-child,.gform_wrapper label.gfield_label{color:#3e3e3e;text-transform:uppercase;font-size:14px}#gform_wrapper_15 #field_15_15{margin-bottom:1.5em}.gfield textarea{color:#1f5c7b}@media(min-width:768px)and (max-width:900px){#gform_15 #field_15_14 input,#gform_15 #field_15_15 input{height:60px!important;padding-top:26px!important}}.gform_wrapper .top_label li.gfield.gf_left_half.gfield_error,.gform_wrapper .top_label li.gfield.gf_right_half.gfield_error{padding-right:16px!important;max-width:50%!important;padding-top:0}.gform_wrapper .top_label li.gfield.gf_left_half.gfield_error div.ginput_container,.gform_wrapper .top_label li.gfield.gf_right_half.gfield_error div.ginput_container{margin-top:8px!important}.gfield_error label.gfield_label{color:#f7323f!important}.gform_wrapper .gfield.gfield_error input,.gform_wrapper .gfield.gfield_error.gfield_map{border:1px solid #f7323f!important}.gform_wrapper .gfield.gfield_error.gfield_map{padding-left:1px!important}.gform_wrapper .top_label .gfield_error.gf_two_thirds{width:66.66%}.gform_wrapper .top_label li.gfield.gf_left_half.gfield_error div.ginput_container{margin-top:0!important}.modal-auth label.error{display:none!important}