﻿@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0);}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px);}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;}@-webkit-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}.flash{-webkit-animation-name:flash;animation-name:flash;}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);}50%{-webkit-transform:scale(1.1);transform:scale(1.1);}100%{-webkit-transform:scale(1);transform:scale(1);}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}.pulse{-webkit-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px);}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);}}.shake{-webkit-animation-name:shake;animation-name:shake;}@-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);}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing;}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1);}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}}.tada{-webkit-animation-name:tada;animation-name:tada;}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);transform:translateX(0%);}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3);}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);}70%{-webkit-transform:scale(.9);transform:scale(.9);}100%{-webkit-transform:scale(1);transform:scale(1);}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);transform:translateX(10px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);transform:translateY(10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1);}25%{-webkit-transform:scale(.95);transform:scale(.95);}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3);}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown;}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px);}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight;}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px);}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown;}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px);}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}}.animated.flip{-webkit-backface-visibility:visible;-ms-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);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}}.flipInX{-webkit-backface-visibility:visible!important;-ms-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);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY;}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0;}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0;}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp;}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0;}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0;}}.hinge{-webkit-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn;}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg);}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg);}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut;}.bg-dark-orange{background-color:#953910;}.bg-dark-blue{background-color:#487c84;}.bg-light-green{background-color:rgba(94,151,50,.1);padding:50px 0 60px 0;}.font-family-lato{font-family:'Lato',sans-serif;}.font-family-oswald{font-family:'Oswald',sans-serif;}.bold{font-weight:700;}.italic{font-style:italic;}body{font-family:'Lato',sans-serif;font-weight:400;color:900;font-size:14px;line-height:34px;letter-spacing:.005em;}@media(min-width:1120px){.modal-lg{width:1120px;}}.modal-content{border-radius:0!important;}.clearfix::after{display:block;content:"";clear:both;}html,body{min-height:100vh;max-width:100%;overflow-x:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.container{position:relative;}.black-gradient{position:absolute;bottom:0;left:0;right:0;width:100%;height:250px;background:#000;background:-moz-linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.25) 80%,rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.25) 80%,rgba(0,0,0,0) 100%);background:linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.25) 80%,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);z-index:0;}.white-gradient{position:absolute;top:0;width:100%;z-index:5;height:160px;background:#fff;background:-moz-linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 25%,#fff 100%);background:-webkit-linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 25%,#fff 100%);background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 25%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);}.modal{text-align:center;padding:0!important;}.modal .container-offer{left:9px;}.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px;}.modal-dialog{display:inline-block;text-align:left;vertical-align:middle;}a:hover,a:focus,a:active{text-decoration:none;}a:focus{outline:-webkit-focus-ring-color auto 2px;}a:-moz-focusring{outline:thin;}html,body{padding-right:0!important;}.text-center{text-align:center;}.center-block{display:block;margin:0 auto;}.acf-map{width:100%;height:400px;border:#ccc solid 1px;margin:20px 0;}.acf-map img{max-width:inherit!important;}@media(max-width:999px){.modal-dialog{display:block;}.modal:before{height:100px;}}@media(max-width:768px){.modal:before{height:25px;}}.header-push{margin-top:120px;}#site-header{z-index:999;position:fixed;top:0;width:100%;background:#325e64;background:-moz-linear-gradient(0deg,#325e64 0%,#4e868e 100%);background:-webkit-linear-gradient(0deg,#325e64 0%,#4e868e 100%);background:linear-gradient(0deg,#325e64 0%,#4e868e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#325e64",endColorstr="#4e868e",GradientType=1);}#site-header .container-header{max-width:1175px;margin:0 auto;}#site-header .container-header .header_left{float:left;}#site-header .container-header .header_left .logo-img img{height:120px;background-color:#2e3337;}#site-header .container-header .header_right{float:right;height:120px;}#site-header .container-header .header_top .menu{background-color:#325e64;max-width:545px;padding:5px 15px 5px 15px;float:right;}#site-header .container-header .header_top .menu>ul{display:inline;}#site-header .container-header .header_top .menu>ul>li{display:inline;}#site-header .container-header .header_top .menu>ul>li a{color:#fff;padding:0 10px 0 10px;}#site-header .container-header .header_top .menu>ul>li a:hover,#site-header .container-header .header_top .menu>ul>li a:focus{color:#d1d1d1;}#site-header .container-header .header_top .menu>ul>li+li{border-left:1px solid #fff;}#site-header .container-header .header_top .social{display:inline;border-left:1px solid #fff;padding-left:10px;letter-spacing:3px;}#site-header .container-header .header_top .social img{width:15px;height:15px;vertical-align:middle;position:relative;bottom:2px;}#site-header .container-header .header_bottom .menu{float:right;padding:21px 45px 18px 0;}#site-header .container-header .header_bottom .menu>ul>li{display:inline-block;position:relative;z-index:10;}#site-header .container-header .header_bottom .menu>ul>li>a{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:22px;line-height:32px;letter-spacing:.05em;text-transform:uppercase;padding-left:44px;padding-right:44px;z-index:1200;position:relative;}#site-header .container-header .header_bottom .menu>ul>li>a:not([href]){cursor:default;}#site-header .container-header .header_bottom .menu>ul>li>a:hover,#site-header .container-header .header_bottom .menu>ul>li>a:focus{color:#d1d1d1;}#site-header .container-header .header_bottom .menu>ul>li>ul{display:none;position:absolute;background:#fff;top:-10px;left:0;right:0;text-align:center;padding-top:50px;padding:50px 0 15px 0;z-index:1000;}#site-header .container-header .header_bottom .menu>ul>li>ul>li{font-size:14px;line-height:22px;letter-spacing:.005em;}#site-header .container-header .header_bottom .menu>ul>li>ul>li>a{display:block;padding:6px 8px 6px 8px;font-family:'Lato',sans-serif;font-weight:400;color:#6a737b;}#site-header .container-header .header_bottom .menu>ul>li>ul>li>a:hover,#site-header .container-header .header_bottom .menu>ul>li>ul>li>a:focus{font-weight:700;}#site-header .container-header .header_bottom .menu>ul>li:hover>a,#site-header .container-header .header_bottom .menu>ul>li:focus>a,#site-header .container-header .header_bottom .menu>ul>li.focused>a{color:#487c84;}#site-header .container-header .header_bottom .menu>ul>li:hover:not(.menu-item-has-children)>a,#site-header .container-header .header_bottom .menu>ul>li:focus:not(.menu-item-has-children)>a,#site-header .container-header .header_bottom .menu>ul>li.focused:not(.menu-item-has-children)>a{color:#d1d1d1;}#site-header .container-header .header_bottom .menu>ul>li:hover>ul,#site-header .container-header .header_bottom .menu>ul>li:focus>ul,#site-header .container-header .header_bottom .menu>ul>li.focused>ul{display:block;}#site-header .container-header .header_bottom .menu>ul>li:first-of-type ul li:nth-of-type(2){max-width:156px;margin:0 auto;}#mobile-menu{background:#303c42;padding-top:20px;}#mobile-menu .mobile-main-menu{padding-left:20px;}#mobile-menu .mobile-main-menu>ul>li a{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:32px;letter-spacing:.05em;text-transform:uppercase;}#mobile-menu .mobile-main-menu>ul>li>ul{display:none;}#mobile-menu .mobile-main-menu>ul>li>ul>li a{font-size:14px;line-height:22px;letter-spacing:.005em;text-transform:none;}#mobile-menu .mobile-main-menu>ul>li:hover>ul,#mobile-menu .mobile-main-menu>ul>li:focus>ul,#mobile-menu .mobile-main-menu>ul>li.focused>ul{display:block;}#mobile-menu .mobile-sub-menu{padding-top:15px;padding-bottom:15px;padding:15px 0 15px 20px;}#mobile-menu .mobile-sub-menu .social img{width:17px;height:17px;}#mobile-menu .mobile-sub-menu a{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:16px;line-height:1.45em;letter-spacing:.05em;}@media screen and (max-width:1199px){#site-header .container-header .header_bottom .menu{padding:21px 10px 18px 0;}#site-header .container-header .header_bottom .menu>ul>li>a{padding-left:22px;padding-right:22px;}}.slideout-menu{position:fixed;top:0;bottom:0;width:280px;min-height:100vh;overflow-y:auto;z-index:0;display:none;}.slideout-menu-left{left:0;}.slideout-menu-right{right:0;}.slideout-panel{position:relative;background-color:#fff;min-height:100vh;}.slideout-open,.slideout-open body,.slideout-open .slideout-panel{overflow:hidden;}.slideout-open .slideout-menu{display:block;}@media screen and (max-width:999px){#site-header .container-header .header_bottom .menu{padding:21px 10px 18px 0;}#site-header .container-header .header_bottom .menu>ul>li>a{padding-left:11px;padding-right:11px;}}@media screen and (max-width:883px){.header-push{margin-top:0;}#site-header{position:relative;}#site-header .container-header .header_left{float:none;}#site-header .container-header .header_left .logo-img{margin:0 auto;text-align:center;}#site-header .container-header .header_left #mobile-toggle-wrapper{display:block;}#site-header .container-header .header_left #mobile-toggle-wrapper .mobile-menu-toggle{cursor:pointer;z-index:1900;position:absolute;top:0;left:15px;padding:15px 0 0 15px;}#site-header .container-header .header_left #mobile-toggle-wrapper .mobile-menu-toggle div{width:28px;height:4px;background-color:#fff;margin:5px 0;}#site-header .container-header .header_right{display:none;}}.footer .container-footer-top{background-color:#303c42;}.footer .container-footer-top .section-footer-top{max-width:1080px;margin:0 auto;padding-top:35px;padding-bottom:30px;}.footer .container-footer-top .logo{float:left;width:235px;text-align:center;padding-right:50px;position:relative;top:-15px;}.footer .container-footer-top .logo .gvy-logo{height:118px;}.footer .container-footer-top .logo .social{padding-top:20px;letter-spacing:3px;}.footer .container-footer-top .logo .social img{width:18px;height:18px;}.footer .container-footer-top .column{float:left;}.footer .container-footer-top .column-middle{padding-left:60px;padding-right:40px;}.footer .container-footer-top .category{margin-bottom:17px;}.footer .container-footer-top .category .header{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:30px;text-transform:uppercase;}.footer .container-footer-top .category .contact .copy,.footer .container-footer-top .category .contact .copy a{display:block;color:#fff;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;}.footer .container-footer-bottom{background-color:#6a737b;}.footer .container-footer-bottom .section-footer-bottom{max-width:1080px;margin:0 auto;padding-top:20px;padding-bottom:20px;}.footer .container-footer-bottom .logo{float:left;padding-right:20px;}.footer .container-footer-bottom .logo img{position:relative;top:-10px;}.footer .container-footer-bottom .copy-info .copy-info_top{color:#fff;font-family:'Lato',sans-serif;font-weight:700;font-size:14px;line-height:22px;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-left{float:left;color:#fff;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-left a{color:#fff;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-left .item+.item{margin-left:.5em;padding-left:.5em;border-left:1px solid #fff;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-left .footer-small-link{font-size:10px;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-right{display:inline;color:#fff;font-family:'Lato',sans-serif;font-weight:400;font-size:10px;line-height:22px;letter-spacing:.005em;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-right a{color:#fff;}@media screen and (max-width:1199px){.footer .container-footer-top .logo{padding-right:20px;}.footer .container-footer-top .column-middle{padding-left:15px;padding-right:15px;}}@media screen and (max-width:999px){.footer .container-footer-top .logo{float:none;margin:0 auto 15px auto;padding-right:0;}.footer .container-footer-top .logo .social{padding-top:0;position:relative;top:-10px;}.footer .container-footer-top .column{float:left;width:50%;}.footer .container-footer-top .column-left{padding-left:50px;}.footer .container-footer-bottom .logo{padding-left:20px;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-left{float:none;display:block;}}@media screen and (max-width:768px){.footer .container-footer-top .column{padding-left:10px;padding-right:10px;float:none;width:320px;margin:0 auto;}.footer .container-footer-bottom .logo{float:none;text-align:center;margin:0 auto;}.footer .container-footer-bottom .copy-info .copy-info_top{max-width:280px;margin:0 auto;text-align:center;}.footer .container-footer-bottom .copy-info .copy-info_bottom{text-align:center;}.footer .container-footer-bottom .copy-info .copy-info_bottom .item{display:block;border-left:0!important;margin:0;padding:0;}.footer .container-footer-bottom .copy-info .copy-info_bottom .copy-right{display:block;text-align:center;padding-left:0;margin-left:0;border-left:0;}}.part--photo-gallery{display:block;position:relative;margin:50px auto;}.part--photo-gallery .gallery-wrapper{max-width:886px;margin:0 auto;}.part--photo-gallery .btn-container{max-width:886px;background-size:cover;background-repeat:no-repeat;padding-bottom:50%;background-position-x:center;}.part--photo-gallery .btn--launch-gallery{width:202px;margin:auto;padding:12px 8px;position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);color:#fff;background-color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:21px;line-height:33px;text-align:center;border:3px solid transparent;text-transform:uppercase;}.part--photo-gallery .btn--launch-gallery:hover,.part--photo-gallery .btn--launch-gallery:focus{border-color:#fff;}#gallery .flex-direction-nav{display:none;}#gallery #carousel{position:relative;margin-top:20px;margin-left:40px;margin-right:40px;}#gallery #carousel .img-preview{width:101px;height:77px;padding-bottom:50%;background-position:center center;background-size:cover;}#gallery .slide-navigation{position:absolute;width:100%;max-width:1173px;margin:0 auto;top:27%;left:0;right:0;z-index:999;}#gallery .slide-navigation .arrow{opacity:.5;width:27px;}#gallery .slide-navigation .flex-link:hover .arrow,#gallery .slide-navigation .flex-link:focus .arrow{opacity:1;}#gallery .slide-navigation .nav-left{position:absolute;left:-40px;}#gallery .slide-navigation .nav-right{position:absolute;right:-40px;}#gallery .photo-navigation{position:absolute;width:100%;max-width:1173px;margin:0 auto;top:38%;left:0;right:0;z-index:999;}#gallery .photo-navigation .arrow{opacity:.5;width:27px;}#gallery .photo-navigation .flex-link:hover .arrow,#gallery .photo-navigation .flex-link:focus .arrow{opacity:1;}#gallery .photo-navigation .nav-left{position:absolute;left:20px;}#gallery .photo-navigation .nav-right{position:absolute;right:20px;}.container--headline{background-size:cover;background-position:center center;z-index:1;}.container--headline .section-headline{position:relative;overflow:hidden;padding-bottom:31.25%;}.container--headline .section-headline .headline{z-index:900;margin:0 auto;position:absolute;right:0;bottom:-1px;left:0;text-align:left;width:100%;max-width:925px;}.container--headline .section-headline .headline h1{font-family:'Oswald',sans-serif;font-weight:500;color:#fff;font-size:100px;line-height:1em;letter-spacing:0;text-transform:uppercase;z-index:0;}.container--headline .section-headline .headline h2{font-family:'Oswald',sans-serif;font-weight:500;color:#fff;font-size:50px;line-height:1em;letter-spacing:0;text-transform:uppercase;z-index:0;}.container--copy{padding:50px 0 60px 0;}.container--copy .section-copy{font-family:'Lato',sans-serif;font-weight:700;color:#fff;font-size:18px;line-height:38px;letter-spacing:.005em;max-width:920px;margin:0 auto 10px auto;}.container--copy .section-copy p+p{margin-top:35px;}.container--copy .section-copy a{color:#fff;}.container--copy .section-copy strong{color:#d8d8d8;font-family:'Oswald',sans-serif;font-weight:500;font-size:40px;line-height:38px;letter-spacing:-.002em;}.container--copy .section-apartments-at-the-yard{max-width:940px;margin:50px auto;}.container--copy .section-apartments-at-the-yard .txt-callout{margin-left:32px;color:#fff;font-family:'Oswald',sans-serif;font-size:30px;font-weight:500;line-height:38px;text-transform:uppercase;}.container--copy .section-apartments-at-the-yard .txt-information{display:inline-block;position:relative;top:5px;}.container--copy .section-apartments-at-the-yard .txt-information,.container--copy .section-apartments-at-the-yard a{color:#fff;font-family:'Lato',sans-serif;font-size:18px;font-weight:700;line-height:21px;letter-spacing:.005em;}.gallery-index{color:#fff;font-family:'Lato',sans-serif;font-weight:400;font-size:18px;line-height:24px;letter-spacing:.01em;text-align:center;position:relative;top:-10px;}.gallery-index .close{display:block;position:absolute;top:3px;right:1px;width:30px;padding:2px;opacity:1;border:2px solid #fff;color:#fff;font-family:'Lato',sans-serif;font-weight:400;font-size:25px;line-height:24px;letter-spacing:.01em;text-shadow:none;z-index:999;}.container--property-listings .section-listings{max-width:1200px;margin:55px auto 40px auto;}.container--property-listings .listing{width:50%;float:left;margin:0 auto;padding:30px;}.container--property-listings .listing.last.odd{float:none;}.container--property-listings .listing .listing_img{margin:0 auto;width:100%;text-align:center;position:relative;}.container--property-listings .listing .listing_img.hover-image .image-hover{display:block;}.container--property-listings .listing .listing_img.hover-image .image-hover img{position:relative;top:50%;transform:translateY(-50%);}.container--property-listings .listing .listing_img.hover-image .image:after{content:"";width:100%;height:100%;position:absolute;background:#487c84;opacity:.6;top:0;left:0;}.container--property-listings .listing .listing_img.hover-image:hover .image-hover,.container--property-listings .listing .listing_img.hover-image:focus .image-hover{display:none!important;}.container--property-listings .listing .listing_img.hover-image:hover .image:after,.container--property-listings .listing .listing_img.hover-image:focus .image:after{display:none;}.container--property-listings .listing .listing_img .image{position:relative;}.container--property-listings .listing .listing_img .image-hover{display:block;position:absolute;top:0;left:0;right:0;margin:0 auto;text-align:center;width:100%;height:100%;align-items:center;}.container--property-listings .listing .listing_divider-bar{border-top:4px solid #c8d8da;}.container--property-listings .listing .listing_title{font-family:'Oswald',sans-serif;color:#487c84;font-weight:500;font-size:30px;line-height:65px;text-align:center;text-transform:uppercase;}.container--property-listings .listing .listing_description{margin-top:9px;}.container--property-listings .listing .listing_description .copy{color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;text-align:center;}.container--property-listings .listing .listing_description .copy strong{font-weight:700;letter-spacing:.05em;}.container--property-listings .listing .listing_link{margin-top:11px;}.container--property-listings .listing .listing_link a{display:block;color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:30px;text-transform:uppercase;text-align:center;}@media screen and (max-width:1199px){.container--property-listings .listing{width:100%;float:none;max-width:700px;margin:0 auto;}}@media screen and (max-width:999px){.container--headline .section-headline{padding-bottom:0;height:400px;}.container--headline .section-headline .headline{bottom:-3px;}.container--headline .section-headline .headline h1{font-size:80px;padding-left:25px;}.container--headline .section-headline .headline h2{font-size:40px;padding-left:25px;}.container--copy .section-copy{padding:10px 25px 10px 25px;}.container--copy .section-copy p br{display:none;}.container--copy .section-apartments-at-the-yard{text-align:center;}.container--copy .section-apartments-at-the-yard .img-logo{display:block;margin:0 auto 20px auto;}}@media screen and (max-width:768px){.container--headline .section-headline{padding-bottom:0;height:400px;}.container--headline .section-headline .headline{bottom:-3px;}.container--headline .section-headline .headline h1{font-size:55px;padding-left:25px;}.container--copy{padding:30px 0 30px 0;}.container--copy .section-copy{font-size:16px;line-height:29px;}.container--copy .section-apartments-at-the-yard .txt-callout{display:block;font-size:23px;}.container--copy .section-apartments-at-the-yard .txt-information{display:block;font-size:15px;}}@media screen and (max-width:575px){.container--headline .section-headline{padding-bottom:0;height:300px;}.container--headline .section-headline .headline{bottom:0;}.container--headline .section-headline .headline h1{font-size:40px;padding-left:25px;}.container--property-listings .listing{padding:15px;}.container--property-listings .listing .listing_title{font-size:19px;line-height:41px;}.container--property-listings .listing .listing_description .copy strong{display:block;}.container--property-listings .listing .listing_description .copy br{display:none;}#gallery .photo-navigation .nav-left{left:5px;}#gallery .photo-navigation .nav-right{right:5px;}}.nri-header-skip{position:absolute;top:-100px;overflow:hidden;left:50%;margin-left:-100px;width:200px;z-index:15000;text-align:center;background-color:#fff;border:1px solid #bcbdbc;padding:5px 0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0;-webkit-transition:opacity .2s ease-out,top 0s .2s,-webkit-transform .2s ease-out;transition:opacity .2s ease-out,top 0s .2s,-webkit-transform .2s ease-out;transition:transform .2s ease-out,opacity .2s ease-out,top 0s .2s;transition:transform .2s ease-out,opacity .2s ease-out,top 0s .2s,-webkit-transform .2s ease-out;}.nri-header-skip:focus{top:10px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:transform .2s ease-out,opacity .2s ease-out;transition:transform .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out;}.btn-extra-link{padding:10px 20px;color:#fff;background-color:#303c42;margin-right:15px;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.btn-extra-link:hover,.btn-extra-link:focus{border:3px solid #fff;}.mt50{margin-top:50px;}.btn-extra-bottom-link{padding:10px 20px;color:#303c42;background-color:#fff;margin-right:15px;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.btn-extra-bottom-link:hover,.btn-extra-bottom-link:focus{border:3px solid #303c42;}@media screen and (max-width:768px){.btn-extra-link,.btn-extra-bottom-link{display:block;width:100%;margin-bottom:5px;}}.leeds-badge-wrap{position:fixed;z-index:1000;right:30px;bottom:30px;}.leeds-badge-wrap .leeds-badge{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);outline:0;width:200px;height:200px;border-radius:50%;display:flex;z-index:1000;justify-content:center;align-items:center;}.leeds-badge-wrap .leeds-badge img{width:200px;height:200px;}@media(max-width:768px){.leeds-badge-wrap{display:none;}}.alert-inner{display:flex;flex-direction:row;}.alert-close{margin-top:20px;}.alert-close .icon{margin-top:0;}.alert{padding-top:10px!important;padding-bottom:10px;background:#e52315;}.alert-title{bottom:unset!important;margin-top:14px;display:flex;column-gap:7px;min-width:90%;line-height:18px;color:#fff;}.alert-close .icon{margin-top:0;}.alert-desc a{text-decoration:underline;}.alert-content{display:flex;flex-direction:row;justify-content:space-between;width:100%;}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em;}.fa-xs{font-size:.75em;}.fa-sm{font-size:.875em;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em;}.fa-spin{animation:fa-spin 2s infinite linear;}.fa-pulse{animation:fa-spin 1s infinite steps(8);}@keyframes fa-spin{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1);}.fa-flip-vertical{transform:scaleY(-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1);}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none;}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-500px:before{content:"";}.fa-abacus:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-acorn:before{content:"";}.fa-acquisitions-incorporated:before{content:"";}.fa-ad:before{content:"";}.fa-address-book:before{content:"";}.fa-address-card:before{content:"";}.fa-adjust:before{content:"";}.fa-adn:before{content:"";}.fa-adobe:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-air-freshener:before{content:"";}.fa-airbnb:before{content:"";}.fa-alarm-clock:before{content:"";}.fa-algolia:before{content:"";}.fa-alicorn:before{content:"";}.fa-align-center:before{content:"";}.fa-align-justify:before{content:"";}.fa-align-left:before{content:"";}.fa-align-right:before{content:"";}.fa-alipay:before{content:"";}.fa-allergies:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-ambulance:before{content:"";}.fa-american-sign-language-interpreting:before{content:"";}.fa-amilia:before{content:"";}.fa-analytics:before{content:"";}.fa-anchor:before{content:"";}.fa-android:before{content:"";}.fa-angel:before{content:"";}.fa-angellist:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angry:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-ankh:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-alt:before{content:"";}.fa-apple-crate:before{content:"";}.fa-apple-pay:before{content:"";}.fa-archive:before{content:"";}.fa-archway:before{content:"";}.fa-arrow-alt-circle-down:before{content:"";}.fa-arrow-alt-circle-left:before{content:"";}.fa-arrow-alt-circle-right:before{content:"";}.fa-arrow-alt-circle-up:before{content:"";}.fa-arrow-alt-down:before{content:"";}.fa-arrow-alt-from-bottom:before{content:"";}.fa-arrow-alt-from-left:before{content:"";}.fa-arrow-alt-from-right:before{content:"";}.fa-arrow-alt-from-top:before{content:"";}.fa-arrow-alt-left:before{content:"";}.fa-arrow-alt-right:before{content:"";}.fa-arrow-alt-square-down:before{content:"";}.fa-arrow-alt-square-left:before{content:"";}.fa-arrow-alt-square-right:before{content:"";}.fa-arrow-alt-square-up:before{content:"";}.fa-arrow-alt-to-bottom:before{content:"";}.fa-arrow-alt-to-left:before{content:"";}.fa-arrow-alt-to-right:before{content:"";}.fa-arrow-alt-to-top:before{content:"";}.fa-arrow-alt-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-arrow-from-bottom:before{content:"";}.fa-arrow-from-left:before{content:"";}.fa-arrow-from-right:before{content:"";}.fa-arrow-from-top:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-square-down:before{content:"";}.fa-arrow-square-left:before{content:"";}.fa-arrow-square-right:before{content:"";}.fa-arrow-square-up:before{content:"";}.fa-arrow-to-bottom:before{content:"";}.fa-arrow-to-left:before{content:"";}.fa-arrow-to-right:before{content:"";}.fa-arrow-to-top:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrows:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-arrows-alt-h:before{content:"";}.fa-arrows-alt-v:before{content:"";}.fa-arrows-h:before{content:"";}.fa-arrows-v:before{content:"";}.fa-artstation:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asterisk:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-at:before{content:"";}.fa-atlas:before{content:"";}.fa-atlassian:before{content:"";}.fa-atom:before{content:"";}.fa-atom-alt:before{content:"";}.fa-audible:before{content:"";}.fa-audio-description:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-award:before{content:"";}.fa-aws:before{content:"";}.fa-axe:before{content:"";}.fa-axe-battle:before{content:"";}.fa-baby:before{content:"";}.fa-baby-carriage:before{content:"";}.fa-backpack:before{content:"";}.fa-backspace:before{content:"";}.fa-backward:before{content:"";}.fa-bacon:before{content:"";}.fa-badge:before{content:"";}.fa-badge-check:before{content:"";}.fa-badge-dollar:before{content:"";}.fa-badge-percent:before{content:"";}.fa-badger-honey:before{content:"";}.fa-balance-scale:before{content:"";}.fa-balance-scale-left:before{content:"";}.fa-balance-scale-right:before{content:"";}.fa-ball-pile:before{content:"";}.fa-ballot:before{content:"";}.fa-ballot-check:before{content:"";}.fa-ban:before{content:"";}.fa-band-aid:before{content:"";}.fa-bandcamp:before{content:"";}.fa-barcode:before{content:"";}.fa-barcode-alt:before{content:"";}.fa-barcode-read:before{content:"";}.fa-barcode-scan:before{content:"";}.fa-bars:before{content:"";}.fa-baseball:before{content:"";}.fa-baseball-ball:before{content:"";}.fa-basketball-ball:before{content:"";}.fa-basketball-hoop:before{content:"";}.fa-bat:before{content:"";}.fa-bath:before{content:"";}.fa-battery-bolt:before{content:"";}.fa-battery-empty:before{content:"";}.fa-battery-full:before{content:"";}.fa-battery-half:before{content:"";}.fa-battery-quarter:before{content:"";}.fa-battery-slash:before{content:"";}.fa-battery-three-quarters:before{content:"";}.fa-battle-net:before{content:"";}.fa-bed:before{content:"";}.fa-beer:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bell:before{content:"";}.fa-bell-school:before{content:"";}.fa-bell-school-slash:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bells:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bible:before{content:"";}.fa-bicycle:before{content:"";}.fa-bimobject:before{content:"";}.fa-binoculars:before{content:"";}.fa-biohazard:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blanket:before{content:"";}.fa-blender:before{content:"";}.fa-blender-phone:before{content:"";}.fa-blind:before{content:"";}.fa-blog:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bold:before{content:"";}.fa-bolt:before{content:"";}.fa-bomb:before{content:"";}.fa-bone:before{content:"";}.fa-bone-break:before{content:"";}.fa-bong:before{content:"";}.fa-book:before{content:"";}.fa-book-alt:before{content:"";}.fa-book-dead:before{content:"";}.fa-book-heart:before{content:"";}.fa-book-medical:before{content:"";}.fa-book-open:before{content:"";}.fa-book-reader:before{content:"";}.fa-book-spells:before{content:"";}.fa-book-user:before{content:"";}.fa-bookmark:before{content:"";}.fa-books:before{content:"";}.fa-books-medical:before{content:"";}.fa-boot:before{content:"";}.fa-booth-curtain:before{content:"";}.fa-bootstrap:before{content:"";}.fa-bow-arrow:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-bowling-pins:before{content:"";}.fa-box:before{content:"";}.fa-box-alt:before{content:"";}.fa-box-ballot:before{content:"";}.fa-box-check:before{content:"";}.fa-box-fragile:before{content:"";}.fa-box-full:before{content:"";}.fa-box-heart:before{content:"";}.fa-box-open:before{content:"";}.fa-box-up:before{content:"";}.fa-box-usd:before{content:"";}.fa-boxes:before{content:"";}.fa-boxes-alt:before{content:"";}.fa-boxing-glove:before{content:"";}.fa-brackets:before{content:"";}.fa-brackets-curly:before{content:"";}.fa-braille:before{content:"";}.fa-brain:before{content:"";}.fa-bread-loaf:before{content:"";}.fa-bread-slice:before{content:"";}.fa-briefcase:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-broadcast-tower:before{content:"";}.fa-broom:before{content:"";}.fa-browser:before{content:"";}.fa-brush:before{content:"";}.fa-btc:before{content:"";}.fa-buffer:before{content:"";}.fa-bug:before{content:"";}.fa-building:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bullseye:before{content:"";}.fa-bullseye-arrow:before{content:"";}.fa-bullseye-pointer:before{content:"";}.fa-burn:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-burrito:before{content:"";}.fa-bus:before{content:"";}.fa-bus-alt:before{content:"";}.fa-bus-school:before{content:"";}.fa-business-time:before{content:"";}.fa-buysellads:before{content:"";}.fa-cabinet-filing:before{content:"";}.fa-calculator:before{content:"";}.fa-calculator-alt:before{content:"";}.fa-calendar:before{content:"";}.fa-calendar-alt:before{content:"";}.fa-calendar-check:before{content:"";}.fa-calendar-day:before{content:"";}.fa-calendar-edit:before{content:"";}.fa-calendar-exclamation:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-calendar-star:before{content:"";}.fa-calendar-times:before{content:"";}.fa-calendar-week:before{content:"";}.fa-camera:before{content:"";}.fa-camera-alt:before{content:"";}.fa-camera-retro:before{content:"";}.fa-campfire:before{content:"";}.fa-campground:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-candle-holder:before{content:"";}.fa-candy-cane:before{content:"";}.fa-candy-corn:before{content:"";}.fa-cannabis:before{content:"";}.fa-capsules:before{content:"";}.fa-car:before{content:"";}.fa-car-alt:before{content:"";}.fa-car-battery:before{content:"";}.fa-car-bump:before{content:"";}.fa-car-crash:before{content:"";}.fa-car-garage:before{content:"";}.fa-car-mechanic:before{content:"";}.fa-car-side:before{content:"";}.fa-car-tilt:before{content:"";}.fa-car-wash:before{content:"";}.fa-caret-circle-down:before{content:"";}.fa-caret-circle-left:before{content:"";}.fa-caret-circle-right:before{content:"";}.fa-caret-circle-up:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-caret-square-down:before{content:"";}.fa-caret-square-left:before{content:"";}.fa-caret-square-right:before{content:"";}.fa-caret-square-up:before{content:"";}.fa-caret-up:before{content:"";}.fa-carrot:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cash-register:before{content:"";}.fa-cat:before{content:"";}.fa-cauldron:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-centos:before{content:"";}.fa-certificate:before{content:"";}.fa-chair:before{content:"";}.fa-chair-office:before{content:"";}.fa-chalkboard:before{content:"";}.fa-chalkboard-teacher:before{content:"";}.fa-charging-station:before{content:"";}.fa-chart-area:before{content:"";}.fa-chart-bar:before{content:"";}.fa-chart-line:before{content:"";}.fa-chart-line-down:before{content:"";}.fa-chart-network:before{content:"";}.fa-chart-pie:before{content:"";}.fa-chart-pie-alt:before{content:"";}.fa-chart-scatter:before{content:"";}.fa-check:before{content:"";}.fa-check-circle:before{content:"";}.fa-check-double:before{content:"";}.fa-check-square:before{content:"";}.fa-cheese:before{content:"";}.fa-cheese-swiss:before{content:"";}.fa-cheeseburger:before{content:"";}.fa-chess:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-chess-bishop-alt:before{content:"";}.fa-chess-board:before{content:"";}.fa-chess-clock:before{content:"";}.fa-chess-clock-alt:before{content:"";}.fa-chess-king:before{content:"";}.fa-chess-king-alt:before{content:"";}.fa-chess-knight:before{content:"";}.fa-chess-knight-alt:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-chess-pawn-alt:before{content:"";}.fa-chess-queen:before{content:"";}.fa-chess-queen-alt:before{content:"";}.fa-chess-rook:before{content:"";}.fa-chess-rook-alt:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-double-down:before{content:"";}.fa-chevron-double-left:before{content:"";}.fa-chevron-double-right:before{content:"";}.fa-chevron-double-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-chevron-square-down:before{content:"";}.fa-chevron-square-left:before{content:"";}.fa-chevron-square-right:before{content:"";}.fa-chevron-square-up:before{content:"";}.fa-chevron-up:before{content:"";}.fa-child:before{content:"";}.fa-chimney:before{content:"";}.fa-chrome:before{content:"";}.fa-chromecast:before{content:"";}.fa-church:before{content:"";}.fa-circle:before{content:"";}.fa-circle-notch:before{content:"";}.fa-city:before{content:"";}.fa-claw-marks:before{content:"";}.fa-clinic-medical:before{content:"";}.fa-clipboard:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-clipboard-list-check:before{content:"";}.fa-clipboard-prescription:before{content:"";}.fa-clipboard-user:before{content:"";}.fa-clock:before{content:"";}.fa-clone:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-cloud:before{content:"";}.fa-cloud-download:before{content:"";}.fa-cloud-download-alt:before{content:"";}.fa-cloud-drizzle:before{content:"";}.fa-cloud-hail:before{content:"";}.fa-cloud-hail-mixed:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-cloud-rainbow:before{content:"";}.fa-cloud-showers:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-cloud-sleet:before{content:"";}.fa-cloud-snow:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-cloud-upload:before{content:"";}.fa-cloud-upload-alt:before{content:"";}.fa-clouds:before{content:"";}.fa-clouds-moon:before{content:"";}.fa-clouds-sun:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-club:before{content:"";}.fa-cocktail:before{content:"";}.fa-code:before{content:"";}.fa-code-branch:before{content:"";}.fa-code-commit:before{content:"";}.fa-code-merge:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-coffee:before{content:"";}.fa-coffee-togo:before{content:"";}.fa-coffin:before{content:"";}.fa-cog:before{content:"";}.fa-cogs:before{content:"";}.fa-coins:before{content:"";}.fa-columns:before{content:"";}.fa-comment:before{content:"";}.fa-comment-alt:before{content:"";}.fa-comment-alt-check:before{content:"";}.fa-comment-alt-dollar:before{content:"";}.fa-comment-alt-dots:before{content:"";}.fa-comment-alt-edit:before{content:"";}.fa-comment-alt-exclamation:before{content:"";}.fa-comment-alt-lines:before{content:"";}.fa-comment-alt-medical:before{content:"";}.fa-comment-alt-minus:before{content:"";}.fa-comment-alt-plus:before{content:"";}.fa-comment-alt-slash:before{content:"";}.fa-comment-alt-smile:before{content:"";}.fa-comment-alt-times:before{content:"";}.fa-comment-check:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-comment-dots:before{content:"";}.fa-comment-edit:before{content:"";}.fa-comment-exclamation:before{content:"";}.fa-comment-lines:before{content:"";}.fa-comment-medical:before{content:"";}.fa-comment-minus:before{content:"";}.fa-comment-plus:before{content:"";}.fa-comment-slash:before{content:"";}.fa-comment-smile:before{content:"";}.fa-comment-times:before{content:"";}.fa-comments:before{content:"";}.fa-comments-alt:before{content:"";}.fa-comments-alt-dollar:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-compact-disc:before{content:"";}.fa-compass:before{content:"";}.fa-compass-slash:before{content:"";}.fa-compress:before{content:"";}.fa-compress-alt:before{content:"";}.fa-compress-arrows-alt:before{content:"";}.fa-compress-wide:before{content:"";}.fa-concierge-bell:before{content:"";}.fa-confluence:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-container-storage:before{content:"";}.fa-contao:before{content:"";}.fa-conveyor-belt:before{content:"";}.fa-conveyor-belt-alt:before{content:"";}.fa-cookie:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-copy:before{content:"";}.fa-copyright:before{content:"";}.fa-corn:before{content:"";}.fa-couch:before{content:"";}.fa-cow:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-credit-card:before{content:"";}.fa-credit-card-blank:before{content:"";}.fa-credit-card-front:before{content:"";}.fa-cricket:before{content:"";}.fa-critical-role:before{content:"";}.fa-croissant:before{content:"";}.fa-crop:before{content:"";}.fa-crop-alt:before{content:"";}.fa-cross:before{content:"";}.fa-crosshairs:before{content:"";}.fa-crow:before{content:"";}.fa-crown:before{content:"";}.fa-crutch:before{content:"";}.fa-crutches:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-curling:before{content:"";}.fa-cut:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-dagger:before{content:"";}.fa-dashcube:before{content:"";}.fa-database:before{content:"";}.fa-deaf:before{content:"";}.fa-debug:before{content:"";}.fa-deer:before{content:"";}.fa-deer-rudolph:before{content:"";}.fa-delicious:before{content:"";}.fa-democrat:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-desktop:before{content:"";}.fa-desktop-alt:before{content:"";}.fa-dev:before{content:"";}.fa-deviantart:before{content:"";}.fa-dewpoint:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-dhl:before{content:"";}.fa-diagnoses:before{content:"";}.fa-diamond:before{content:"";}.fa-diaspora:before{content:"";}.fa-dice:before{content:"";}.fa-dice-d10:before{content:"";}.fa-dice-d12:before{content:"";}.fa-dice-d20:before{content:"";}.fa-dice-d4:before{content:"";}.fa-dice-d6:before{content:"";}.fa-dice-d8:before{content:"";}.fa-dice-five:before{content:"";}.fa-dice-four:before{content:"";}.fa-dice-one:before{content:"";}.fa-dice-six:before{content:"";}.fa-dice-three:before{content:"";}.fa-dice-two:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-digital-tachograph:before{content:"";}.fa-diploma:before{content:"";}.fa-directions:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-disease:before{content:"";}.fa-divide:before{content:"";}.fa-dizzy:before{content:"";}.fa-dna:before{content:"";}.fa-do-not-enter:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-dog:before{content:"";}.fa-dog-leashed:before{content:"";}.fa-dollar-sign:before{content:"";}.fa-dolly:before{content:"";}.fa-dolly-empty:before{content:"";}.fa-dolly-flatbed:before{content:"";}.fa-dolly-flatbed-alt:before{content:"";}.fa-dolly-flatbed-empty:before{content:"";}.fa-donate:before{content:"";}.fa-door-closed:before{content:"";}.fa-door-open:before{content:"";}.fa-dot-circle:before{content:"";}.fa-dove:before{content:"";}.fa-download:before{content:"";}.fa-draft2digital:before{content:"";}.fa-drafting-compass:before{content:"";}.fa-dragon:before{content:"";}.fa-draw-circle:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-draw-square:before{content:"";}.fa-dreidel:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drum:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-drumstick:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-drupal:before{content:"";}.fa-duck:before{content:"";}.fa-dumbbell:before{content:"";}.fa-dumpster:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-dungeon:before{content:"";}.fa-dyalog:before{content:"";}.fa-ear:before{content:"";}.fa-ear-muffs:before{content:"";}.fa-earlybirds:before{content:"";}.fa-ebay:before{content:"";}.fa-eclipse:before{content:"";}.fa-eclipse-alt:before{content:"";}.fa-edge:before{content:"";}.fa-edit:before{content:"";}.fa-egg:before{content:"";}.fa-egg-fried:before{content:"";}.fa-eject:before{content:"";}.fa-elementor:before{content:"";}.fa-elephant:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-h-alt:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-ellipsis-v-alt:before{content:"";}.fa-ello:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-empty-set:before{content:"";}.fa-engine-warning:before{content:"";}.fa-envelope:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-dollar:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-envelope-square:before{content:"";}.fa-envira:before{content:"";}.fa-equals:before{content:"";}.fa-eraser:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-ethernet:before{content:"";}.fa-etsy:before{content:"";}.fa-euro-sign:before{content:"";}.fa-evernote:before{content:"";}.fa-exchange:before{content:"";}.fa-exchange-alt:before{content:"";}.fa-exclamation:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-exclamation-square:before{content:"";}.fa-exclamation-triangle:before{content:"";}.fa-expand:before{content:"";}.fa-expand-alt:before{content:"";}.fa-expand-arrows:before{content:"";}.fa-expand-arrows-alt:before{content:"";}.fa-expand-wide:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-external-link:before{content:"";}.fa-external-link-alt:before{content:"";}.fa-external-link-square:before{content:"";}.fa-external-link-square-alt:before{content:"";}.fa-eye:before{content:"";}.fa-eye-dropper:before{content:"";}.fa-eye-evil:before{content:"";}.fa-eye-slash:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-fast-backward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-fax:before{content:"";}.fa-feather:before{content:"";}.fa-feather-alt:before{content:"";}.fa-fedex:before{content:"";}.fa-fedora:before{content:"";}.fa-female:before{content:"";}.fa-field-hockey:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-figma:before{content:"";}.fa-file:before{content:"";}.fa-file-alt:before{content:"";}.fa-file-archive:before{content:"";}.fa-file-audio:before{content:"";}.fa-file-certificate:before{content:"";}.fa-file-chart-line:before{content:"";}.fa-file-chart-pie:before{content:"";}.fa-file-check:before{content:"";}.fa-file-code:before{content:"";}.fa-file-contract:before{content:"";}.fa-file-csv:before{content:"";}.fa-file-download:before{content:"";}.fa-file-edit:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-exclamation:before{content:"";}.fa-file-export:before{content:"";}.fa-file-image:before{content:"";}.fa-file-import:before{content:"";}.fa-file-invoice:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-file-medical:before{content:"";}.fa-file-medical-alt:before{content:"";}.fa-file-minus:before{content:"";}.fa-file-pdf:before{content:"";}.fa-file-plus:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-file-prescription:before{content:"";}.fa-file-signature:before{content:"";}.fa-file-spreadsheet:before{content:"";}.fa-file-times:before{content:"";}.fa-file-upload:before{content:"";}.fa-file-user:before{content:"";}.fa-file-video:before{content:"";}.fa-file-word:before{content:"";}.fa-files-medical:before{content:"";}.fa-fill:before{content:"";}.fa-fill-drip:before{content:"";}.fa-film:before{content:"";}.fa-film-alt:before{content:"";}.fa-filter:before{content:"";}.fa-fingerprint:before{content:"";}.fa-fire:before{content:"";}.fa-fire-alt:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-fire-smoke:before{content:"";}.fa-firefox:before{content:"";}.fa-fireplace:before{content:"";}.fa-first-aid:before{content:"";}.fa-first-order:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-firstdraft:before{content:"";}.fa-fish:before{content:"";}.fa-fish-cooked:before{content:"";}.fa-fist-raised:before{content:"";}.fa-flag:before{content:"";}.fa-flag-alt:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-flag-usa:before{content:"";}.fa-flame:before{content:"";}.fa-flask:before{content:"";}.fa-flask-poison:before{content:"";}.fa-flask-potion:before{content:"";}.fa-flickr:before{content:"";}.fa-flipboard:before{content:"";}.fa-flower:before{content:"";}.fa-flower-daffodil:before{content:"";}.fa-flower-tulip:before{content:"";}.fa-flushed:before{content:"";}.fa-fly:before{content:"";}.fa-fog:before{content:"";}.fa-folder:before{content:"";}.fa-folder-minus:before{content:"";}.fa-folder-open:before{content:"";}.fa-folder-plus:before{content:"";}.fa-folder-times:before{content:"";}.fa-folder-tree:before{content:"";}.fa-folders:before{content:"";}.fa-font:before{content:"";}.fa-font-awesome:before{content:"";}.fa-font-awesome-alt:before{content:"";}.fa-font-awesome-flag:before{content:"";}.fa-font-awesome-logo-full:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-football-ball:before{content:"";}.fa-football-helmet:before{content:"";}.fa-forklift:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-forward:before{content:"";}.fa-foursquare:before{content:"";}.fa-fragile:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-french-fries:before{content:"";}.fa-frog:before{content:"";}.fa-frosty-head:before{content:"";}.fa-frown:before{content:"";}.fa-frown-open:before{content:"";}.fa-fulcrum:before{content:"";}.fa-function:before{content:"";}.fa-funnel-dollar:before{content:"";}.fa-futbol:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-gamepad:before{content:"";}.fa-gas-pump:before{content:"";}.fa-gas-pump-slash:before{content:"";}.fa-gavel:before{content:"";}.fa-gem:before{content:"";}.fa-genderless:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-ghost:before{content:"";}.fa-gift:before{content:"";}.fa-gift-card:before{content:"";}.fa-gifts:before{content:"";}.fa-gingerbread-man:before{content:"";}.fa-git:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glass:before{content:"";}.fa-glass-champagne:before{content:"";}.fa-glass-cheers:before{content:"";}.fa-glass-martini:before{content:"";}.fa-glass-martini-alt:before{content:"";}.fa-glass-whiskey:before{content:"";}.fa-glass-whiskey-rocks:before{content:"";}.fa-glasses:before{content:"";}.fa-glasses-alt:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-globe:before{content:"";}.fa-globe-africa:before{content:"";}.fa-globe-americas:before{content:"";}.fa-globe-asia:before{content:"";}.fa-globe-europe:before{content:"";}.fa-globe-snow:before{content:"";}.fa-globe-stand:before{content:"";}.fa-gofore:before{content:"";}.fa-golf-ball:before{content:"";}.fa-golf-club:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-gopuram:before{content:"";}.fa-graduation-cap:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-greater-than:before{content:"";}.fa-greater-than-equal:before{content:"";}.fa-grimace:before{content:"";}.fa-grin:before{content:"";}.fa-grin-alt:before{content:"";}.fa-grin-beam:before{content:"";}.fa-grin-beam-sweat:before{content:"";}.fa-grin-hearts:before{content:"";}.fa-grin-squint:before{content:"";}.fa-grin-squint-tears:before{content:"";}.fa-grin-stars:before{content:"";}.fa-grin-tears:before{content:"";}.fa-grin-tongue:before{content:"";}.fa-grin-tongue-squint:before{content:"";}.fa-grin-tongue-wink:before{content:"";}.fa-grin-wink:before{content:"";}.fa-grip-horizontal:before{content:"";}.fa-grip-lines:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-guitar:before{content:"";}.fa-gulp:before{content:"";}.fa-h-square:before{content:"";}.fa-h1:before{content:"";}.fa-h2:before{content:"";}.fa-h3:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hackerrank:before{content:"";}.fa-hamburger:before{content:"";}.fa-hammer:before{content:"";}.fa-hammer-war:before{content:"";}.fa-hamsa:before{content:"";}.fa-hand-heart:before{content:"";}.fa-hand-holding:before{content:"";}.fa-hand-holding-box:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-hand-holding-magic:before{content:"";}.fa-hand-holding-seedling:before{content:"";}.fa-hand-holding-usd:before{content:"";}.fa-hand-holding-water:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-hand-paper:before{content:"";}.fa-hand-peace:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-hand-receiving:before{content:"";}.fa-hand-rock:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hand-spock:before{content:"";}.fa-hands:before{content:"";}.fa-hands-heart:before{content:"";}.fa-hands-helping:before{content:"";}.fa-hands-usd:before{content:"";}.fa-handshake:before{content:"";}.fa-handshake-alt:before{content:"";}.fa-hanukiah:before{content:"";}.fa-hard-hat:before{content:"";}.fa-hashtag:before{content:"";}.fa-hat-santa:before{content:"";}.fa-hat-winter:before{content:"";}.fa-hat-witch:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-haykal:before{content:"";}.fa-hdd:before{content:"";}.fa-head-side:before{content:"";}.fa-head-side-brain:before{content:"";}.fa-head-side-medical:before{content:"";}.fa-head-vr:before{content:"";}.fa-heading:before{content:"";}.fa-headphones:before{content:"";}.fa-headphones-alt:before{content:"";}.fa-headset:before{content:"";}.fa-heart:before{content:"";}.fa-heart-broken:before{content:"";}.fa-heart-circle:before{content:"";}.fa-heart-rate:before{content:"";}.fa-heart-square:before{content:"";}.fa-heartbeat:before{content:"";}.fa-helicopter:before{content:"";}.fa-helmet-battle:before{content:"";}.fa-hexagon:before{content:"";}.fa-highlighter:before{content:"";}.fa-hiking:before{content:"";}.fa-hippo:before{content:"";}.fa-hips:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-history:before{content:"";}.fa-hockey-mask:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-hockey-sticks:before{content:"";}.fa-holly-berry:before{content:"";}.fa-home:before{content:"";}.fa-home-alt:before{content:"";}.fa-home-heart:before{content:"";}.fa-home-lg:before{content:"";}.fa-home-lg-alt:before{content:"";}.fa-hood-cloak:before{content:"";}.fa-hooli:before{content:"";}.fa-hornbill:before{content:"";}.fa-horse:before{content:"";}.fa-horse-head:before{content:"";}.fa-hospital:before{content:"";}.fa-hospital-alt:before{content:"";}.fa-hospital-symbol:before{content:"";}.fa-hospital-user:before{content:"";}.fa-hospitals:before{content:"";}.fa-hot-tub:before{content:"";}.fa-hotdog:before{content:"";}.fa-hotel:before{content:"";}.fa-hotjar:before{content:"";}.fa-hourglass:before{content:"";}.fa-hourglass-end:before{content:"";}.fa-hourglass-half:before{content:"";}.fa-hourglass-start:before{content:"";}.fa-house-damage:before{content:"";}.fa-house-flood:before{content:"";}.fa-houzz:before{content:"";}.fa-hryvnia:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-humidity:before{content:"";}.fa-hurricane:before{content:"";}.fa-i-cursor:before{content:"";}.fa-ice-cream:before{content:"";}.fa-ice-skate:before{content:"";}.fa-icicles:before{content:"";}.fa-id-badge:before{content:"";}.fa-id-card:before{content:"";}.fa-id-card-alt:before{content:"";}.fa-igloo:before{content:"";}.fa-image:before{content:"";}.fa-images:before{content:"";}.fa-imdb:before{content:"";}.fa-inbox:before{content:"";}.fa-inbox-in:before{content:"";}.fa-inbox-out:before{content:"";}.fa-indent:before{content:"";}.fa-industry:before{content:"";}.fa-industry-alt:before{content:"";}.fa-infinity:before{content:"";}.fa-info:before{content:"";}.fa-info-circle:before{content:"";}.fa-info-square:before{content:"";}.fa-inhaler:before{content:"";}.fa-instagram:before{content:"";}.fa-integral:before{content:"";}.fa-intercom:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-intersection:before{content:"";}.fa-inventory:before{content:"";}.fa-invision:before{content:"";}.fa-ioxhost:before{content:"";}.fa-island-tropical:before{content:"";}.fa-italic:before{content:"";}.fa-itch-io:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-jack-o-lantern:before{content:"";}.fa-java:before{content:"";}.fa-jedi:before{content:"";}.fa-jedi-order:before{content:"";}.fa-jenkins:before{content:"";}.fa-jira:before{content:"";}.fa-joget:before{content:"";}.fa-joint:before{content:"";}.fa-joomla:before{content:"";}.fa-journal-whills:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-kaaba:before{content:"";}.fa-kaggle:before{content:"";}.fa-key:before{content:"";}.fa-key-skeleton:before{content:"";}.fa-keybase:before{content:"";}.fa-keyboard:before{content:"";}.fa-keycdn:before{content:"";}.fa-keynote:before{content:"";}.fa-khanda:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-kidneys:before{content:"";}.fa-kiss:before{content:"";}.fa-kiss-beam:before{content:"";}.fa-kiss-wink-heart:before{content:"";}.fa-kite:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-knife-kitchen:before{content:"";}.fa-korvue:before{content:"";}.fa-lambda:before{content:"";}.fa-lamp:before{content:"";}.fa-landmark:before{content:"";}.fa-landmark-alt:before{content:"";}.fa-language:before{content:"";}.fa-laptop:before{content:"";}.fa-laptop-code:before{content:"";}.fa-laptop-medical:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-laugh:before{content:"";}.fa-laugh-beam:before{content:"";}.fa-laugh-squint:before{content:"";}.fa-laugh-wink:before{content:"";}.fa-layer-group:before{content:"";}.fa-layer-minus:before{content:"";}.fa-layer-plus:before{content:"";}.fa-leaf:before{content:"";}.fa-leaf-heart:before{content:"";}.fa-leaf-maple:before{content:"";}.fa-leaf-oak:before{content:"";}.fa-leanpub:before{content:"";}.fa-lemon:before{content:"";}.fa-less:before{content:"";}.fa-less-than:before{content:"";}.fa-less-than-equal:before{content:"";}.fa-level-down:before{content:"";}.fa-level-down-alt:before{content:"";}.fa-level-up:before{content:"";}.fa-level-up-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-lightbulb:before{content:"";}.fa-lightbulb-dollar:before{content:"";}.fa-lightbulb-exclamation:before{content:"";}.fa-lightbulb-on:before{content:"";}.fa-lightbulb-slash:before{content:"";}.fa-lights-holiday:before{content:"";}.fa-line:before{content:"";}.fa-link:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lips:before{content:"";}.fa-lira-sign:before{content:"";}.fa-list:before{content:"";}.fa-list-alt:before{content:"";}.fa-list-ol:before{content:"";}.fa-list-ul:before{content:"";}.fa-location:before{content:"";}.fa-location-arrow:before{content:"";}.fa-location-circle:before{content:"";}.fa-location-slash:before{content:"";}.fa-lock:before{content:"";}.fa-lock-alt:before{content:"";}.fa-lock-open:before{content:"";}.fa-lock-open-alt:before{content:"";}.fa-long-arrow-alt-down:before{content:"";}.fa-long-arrow-alt-left:before{content:"";}.fa-long-arrow-alt-right:before{content:"";}.fa-long-arrow-alt-up:before{content:"";}.fa-long-arrow-down:before{content:"";}.fa-long-arrow-left:before{content:"";}.fa-long-arrow-right:before{content:"";}.fa-long-arrow-up:before{content:"";}.fa-loveseat:before{content:"";}.fa-low-vision:before{content:"";}.fa-luchador:before{content:"";}.fa-luggage-cart:before{content:"";}.fa-lungs:before{content:"";}.fa-lyft:before{content:"";}.fa-mace:before{content:"";}.fa-magento:before{content:"";}.fa-magic:before{content:"";}.fa-magnet:before{content:"";}.fa-mail-bulk:before{content:"";}.fa-mailbox:before{content:"";}.fa-mailchimp:before{content:"";}.fa-male:before{content:"";}.fa-mandalorian:before{content:"";}.fa-mandolin:before{content:"";}.fa-map:before{content:"";}.fa-map-marked:before{content:"";}.fa-map-marked-alt:before{content:"";}.fa-map-marker:before{content:"";}.fa-map-marker-alt:before{content:"";}.fa-map-marker-alt-slash:before{content:"";}.fa-map-marker-check:before{content:"";}.fa-map-marker-edit:before{content:"";}.fa-map-marker-exclamation:before{content:"";}.fa-map-marker-minus:before{content:"";}.fa-map-marker-plus:before{content:"";}.fa-map-marker-question:before{content:"";}.fa-map-marker-slash:before{content:"";}.fa-map-marker-smile:before{content:"";}.fa-map-marker-times:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-markdown:before{content:"";}.fa-marker:before{content:"";}.fa-mars:before{content:"";}.fa-mars-double:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mask:before{content:"";}.fa-mastodon:before{content:"";}.fa-maxcdn:before{content:"";}.fa-meat:before{content:"";}.fa-medal:before{content:"";}.fa-medapps:before{content:"";}.fa-medium:before{content:"";}.fa-medium-m:before{content:"";}.fa-medkit:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-megaphone:before{content:"";}.fa-megaport:before{content:"";}.fa-meh:before{content:"";}.fa-meh-blank:before{content:"";}.fa-meh-rolling-eyes:before{content:"";}.fa-memory:before{content:"";}.fa-mendeley:before{content:"";}.fa-menorah:before{content:"";}.fa-mercury:before{content:"";}.fa-meteor:before{content:"";}.fa-microchip:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-alt:before{content:"";}.fa-microphone-alt-slash:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-microscope:before{content:"";}.fa-microsoft:before{content:"";}.fa-mind-share:before{content:"";}.fa-minus:before{content:"";}.fa-minus-circle:before{content:"";}.fa-minus-hexagon:before{content:"";}.fa-minus-octagon:before{content:"";}.fa-minus-square:before{content:"";}.fa-mistletoe:before{content:"";}.fa-mitten:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mizuni:before{content:"";}.fa-mobile:before{content:"";}.fa-mobile-alt:before{content:"";}.fa-mobile-android:before{content:"";}.fa-mobile-android-alt:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-money-bill:before{content:"";}.fa-money-bill-alt:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-money-bill-wave-alt:before{content:"";}.fa-money-check:before{content:"";}.fa-money-check-alt:before{content:"";}.fa-monitor-heart-rate:before{content:"";}.fa-monkey:before{content:"";}.fa-monument:before{content:"";}.fa-moon:before{content:"";}.fa-moon-cloud:before{content:"";}.fa-moon-stars:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-mosque:before{content:"";}.fa-motorcycle:before{content:"";}.fa-mountain:before{content:"";}.fa-mountains:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-mug-hot:before{content:"";}.fa-mug-marshmallows:before{content:"";}.fa-music:before{content:"";}.fa-napster:before{content:"";}.fa-narwhal:before{content:"";}.fa-neos:before{content:"";}.fa-network-wired:before{content:"";}.fa-neuter:before{content:"";}.fa-newspaper:before{content:"";}.fa-nimblr:before{content:"";}.fa-nintendo-switch:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-not-equal:before{content:"";}.fa-notes-medical:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-octagon:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-oil-can:before{content:"";}.fa-oil-temp:before{content:"";}.fa-old-republic:before{content:"";}.fa-om:before{content:"";}.fa-omega:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-ornament:before{content:"";}.fa-osi:before{content:"";}.fa-otter:before{content:"";}.fa-outdent:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-pager:before{content:"";}.fa-paint-brush:before{content:"";}.fa-paint-brush-alt:before{content:"";}.fa-paint-roller:before{content:"";}.fa-palette:before{content:"";}.fa-palfed:before{content:"";}.fa-pallet:before{content:"";}.fa-pallet-alt:before{content:"";}.fa-paper-plane:before{content:"";}.fa-paperclip:before{content:"";}.fa-parachute-box:before{content:"";}.fa-paragraph:before{content:"";}.fa-parking:before{content:"";}.fa-parking-circle:before{content:"";}.fa-parking-circle-slash:before{content:"";}.fa-parking-slash:before{content:"";}.fa-passport:before{content:"";}.fa-pastafarianism:before{content:"";}.fa-paste:before{content:"";}.fa-patreon:before{content:"";}.fa-pause:before{content:"";}.fa-pause-circle:before{content:"";}.fa-paw:before{content:"";}.fa-paw-alt:before{content:"";}.fa-paw-claws:before{content:"";}.fa-paypal:before{content:"";}.fa-peace:before{content:"";}.fa-pegasus:before{content:"";}.fa-pen:before{content:"";}.fa-pen-alt:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-pen-nib:before{content:"";}.fa-pen-square:before{content:"";}.fa-pencil:before{content:"";}.fa-pencil-alt:before{content:"";}.fa-pencil-paintbrush:before{content:"";}.fa-pencil-ruler:before{content:"";}.fa-pennant:before{content:"";}.fa-penny-arcade:before{content:"";}.fa-people-carry:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-percent:before{content:"";}.fa-percentage:before{content:"";}.fa-periscope:before{content:"";}.fa-person-booth:before{content:"";}.fa-person-carry:before{content:"";}.fa-person-dolly:before{content:"";}.fa-person-dolly-empty:before{content:"";}.fa-person-sign:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-phone:before{content:"";}.fa-phone-office:before{content:"";}.fa-phone-plus:before{content:"";}.fa-phone-slash:before{content:"";}.fa-phone-square:before{content:"";}.fa-phone-volume:before{content:"";}.fa-php:before{content:"";}.fa-pi:before{content:"";}.fa-pie:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pig:before{content:"";}.fa-piggy-bank:before{content:"";}.fa-pills:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-pizza:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-plane:before{content:"";}.fa-plane-alt:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-plane-departure:before{content:"";}.fa-play:before{content:"";}.fa-play-circle:before{content:"";}.fa-playstation:before{content:"";}.fa-plug:before{content:"";}.fa-plus:before{content:"";}.fa-plus-circle:before{content:"";}.fa-plus-hexagon:before{content:"";}.fa-plus-octagon:before{content:"";}.fa-plus-square:before{content:"";}.fa-podcast:before{content:"";}.fa-podium:before{content:"";}.fa-podium-star:before{content:"";}.fa-poll:before{content:"";}.fa-poll-h:before{content:"";}.fa-poll-people:before{content:"";}.fa-poo:before{content:"";}.fa-poo-storm:before{content:"";}.fa-poop:before{content:"";}.fa-popcorn:before{content:"";}.fa-portrait:before{content:"";}.fa-pound-sign:before{content:"";}.fa-power-off:before{content:"";}.fa-pray:before{content:"";}.fa-praying-hands:before{content:"";}.fa-prescription:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-prescription-bottle-alt:before{content:"";}.fa-presentation:before{content:"";}.fa-print:before{content:"";}.fa-print-search:before{content:"";}.fa-print-slash:before{content:"";}.fa-procedures:before{content:"";}.fa-product-hunt:before{content:"";}.fa-project-diagram:before{content:"";}.fa-pumpkin:before{content:"";}.fa-pushed:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-qrcode:before{content:"";}.fa-question:before{content:"";}.fa-question-circle:before{content:"";}.fa-question-square:before{content:"";}.fa-quidditch:before{content:"";}.fa-quinscape:before{content:"";}.fa-quora:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-quran:before{content:"";}.fa-r-project:before{content:"";}.fa-rabbit:before{content:"";}.fa-rabbit-fast:before{content:"";}.fa-racquet:before{content:"";}.fa-radiation:before{content:"";}.fa-radiation-alt:before{content:"";}.fa-rainbow:before{content:"";}.fa-raindrops:before{content:"";}.fa-ram:before{content:"";}.fa-ramp-loading:before{content:"";}.fa-random:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-reacteurope:before{content:"";}.fa-readme:before{content:"";}.fa-rebel:before{content:"";}.fa-receipt:before{content:"";}.fa-rectangle-landscape:before{content:"";}.fa-rectangle-portrait:before{content:"";}.fa-rectangle-wide:before{content:"";}.fa-recycle:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redhat:before{content:"";}.fa-redo:before{content:"";}.fa-redo-alt:before{content:"";}.fa-registered:before{content:"";}.fa-renren:before{content:"";}.fa-repeat:before{content:"";}.fa-repeat-1:before{content:"";}.fa-repeat-1-alt:before{content:"";}.fa-repeat-alt:before{content:"";}.fa-reply:before{content:"";}.fa-reply-all:before{content:"";}.fa-replyd:before{content:"";}.fa-republican:before{content:"";}.fa-researchgate:before{content:"";}.fa-resolving:before{content:"";}.fa-restroom:before{content:"";}.fa-retweet:before{content:"";}.fa-retweet-alt:before{content:"";}.fa-rev:before{content:"";}.fa-ribbon:before{content:"";}.fa-ring:before{content:"";}.fa-rings-wedding:before{content:"";}.fa-road:before{content:"";}.fa-robot:before{content:"";}.fa-rocket:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-route:before{content:"";}.fa-route-highway:before{content:"";}.fa-route-interstate:before{content:"";}.fa-rss:before{content:"";}.fa-rss-square:before{content:"";}.fa-ruble-sign:before{content:"";}.fa-ruler:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-ruler-triangle:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-running:before{content:"";}.fa-rupee-sign:before{content:"";}.fa-rv:before{content:"";}.fa-sack:before{content:"";}.fa-sack-dollar:before{content:"";}.fa-sad-cry:before{content:"";}.fa-sad-tear:before{content:"";}.fa-safari:before{content:"";}.fa-salad:before{content:"";}.fa-salesforce:before{content:"";}.fa-sandwich:before{content:"";}.fa-sass:before{content:"";}.fa-satellite:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-sausage:before{content:"";}.fa-save:before{content:"";}.fa-scalpel:before{content:"";}.fa-scalpel-path:before{content:"";}.fa-scanner:before{content:"";}.fa-scanner-keyboard:before{content:"";}.fa-scanner-touchscreen:before{content:"";}.fa-scarecrow:before{content:"";}.fa-scarf:before{content:"";}.fa-schlix:before{content:"";}.fa-school:before{content:"";}.fa-screwdriver:before{content:"";}.fa-scribd:before{content:"";}.fa-scroll:before{content:"";}.fa-scroll-old:before{content:"";}.fa-scrubber:before{content:"";}.fa-scythe:before{content:"";}.fa-sd-card:before{content:"";}.fa-search:before{content:"";}.fa-search-dollar:before{content:"";}.fa-search-location:before{content:"";}.fa-search-minus:before{content:"";}.fa-search-plus:before{content:"";}.fa-searchengin:before{content:"";}.fa-seedling:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-server:before{content:"";}.fa-servicestack:before{content:"";}.fa-shapes:before{content:"";}.fa-share:before{content:"";}.fa-share-all:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-share-square:before{content:"";}.fa-sheep:before{content:"";}.fa-shekel-sign:before{content:"";}.fa-shield:before{content:"";}.fa-shield-alt:before{content:"";}.fa-shield-check:before{content:"";}.fa-shield-cross:before{content:"";}.fa-ship:before{content:"";}.fa-shipping-fast:before{content:"";}.fa-shipping-timed:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shish-kebab:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-shopware:before{content:"";}.fa-shovel:before{content:"";}.fa-shovel-snow:before{content:"";}.fa-shower:before{content:"";}.fa-shredder:before{content:"";}.fa-shuttle-van:before{content:"";}.fa-shuttlecock:before{content:"";}.fa-sickle:before{content:"";}.fa-sigma:before{content:"";}.fa-sign:before{content:"";}.fa-sign-in:before{content:"";}.fa-sign-in-alt:before{content:"";}.fa-sign-language:before{content:"";}.fa-sign-out:before{content:"";}.fa-sign-out-alt:before{content:"";}.fa-signal:before{content:"";}.fa-signal-1:before{content:"";}.fa-signal-2:before{content:"";}.fa-signal-3:before{content:"";}.fa-signal-4:before{content:"";}.fa-signal-alt:before{content:"";}.fa-signal-alt-1:before{content:"";}.fa-signal-alt-2:before{content:"";}.fa-signal-alt-3:before{content:"";}.fa-signal-alt-slash:before{content:"";}.fa-signal-slash:before{content:"";}.fa-signature:before{content:"";}.fa-sim-card:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sistrix:before{content:"";}.fa-sitemap:before{content:"";}.fa-sith:before{content:"";}.fa-skating:before{content:"";}.fa-skeleton:before{content:"";}.fa-sketch:before{content:"";}.fa-ski-jump:before{content:"";}.fa-ski-lift:before{content:"";}.fa-skiing:before{content:"";}.fa-skiing-nordic:before{content:"";}.fa-skull:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack:before{content:"";}.fa-slack-hash:before{content:"";}.fa-slash:before{content:"";}.fa-sledding:before{content:"";}.fa-sleigh:before{content:"";}.fa-sliders-h:before{content:"";}.fa-sliders-h-square:before{content:"";}.fa-sliders-v:before{content:"";}.fa-sliders-v-square:before{content:"";}.fa-slideshare:before{content:"";}.fa-smile:before{content:"";}.fa-smile-beam:before{content:"";}.fa-smile-plus:before{content:"";}.fa-smile-wink:before{content:"";}.fa-smog:before{content:"";}.fa-smoke:before{content:"";}.fa-smoking:before{content:"";}.fa-smoking-ban:before{content:"";}.fa-sms:before{content:"";}.fa-snake:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-snow-blowing:before{content:"";}.fa-snowboarding:before{content:"";}.fa-snowflake:before{content:"";}.fa-snowflakes:before{content:"";}.fa-snowman:before{content:"";}.fa-snowmobile:before{content:"";}.fa-snowplow:before{content:"";}.fa-socks:before{content:"";}.fa-solar-panel:before{content:"";}.fa-sort:before{content:"";}.fa-sort-alpha-down:before{content:"";}.fa-sort-alpha-up:before{content:"";}.fa-sort-amount-down:before{content:"";}.fa-sort-amount-up:before{content:"";}.fa-sort-down:before{content:"";}.fa-sort-numeric-down:before{content:"";}.fa-sort-numeric-up:before{content:"";}.fa-sort-up:before{content:"";}.fa-soundcloud:before{content:"";}.fa-soup:before{content:"";}.fa-sourcetree:before{content:"";}.fa-spa:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-spade:before{content:"";}.fa-speakap:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-spider:before{content:"";}.fa-spider-black-widow:before{content:"";}.fa-spider-web:before{content:"";}.fa-spinner:before{content:"";}.fa-spinner-third:before{content:"";}.fa-splotch:before{content:"";}.fa-spotify:before{content:"";}.fa-spray-can:before{content:"";}.fa-square:before{content:"";}.fa-square-full:before{content:"";}.fa-square-root:before{content:"";}.fa-square-root-alt:before{content:"";}.fa-squarespace:before{content:"";}.fa-squirrel:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-staff:before{content:"";}.fa-stamp:before{content:"";}.fa-star:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-star-christmas:before{content:"";}.fa-star-exclamation:before{content:"";}.fa-star-half:before{content:"";}.fa-star-half-alt:before{content:"";}.fa-star-of-david:before{content:"";}.fa-star-of-life:before{content:"";}.fa-stars:before{content:"";}.fa-staylinked:before{content:"";}.fa-steak:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-steering-wheel:before{content:"";}.fa-step-backward:before{content:"";}.fa-step-forward:before{content:"";}.fa-stethoscope:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-sticky-note:before{content:"";}.fa-stocking:before{content:"";}.fa-stomach:before{content:"";}.fa-stop:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stopwatch:before{content:"";}.fa-store:before{content:"";}.fa-store-alt:before{content:"";}.fa-strava:before{content:"";}.fa-stream:before{content:"";}.fa-street-view:before{content:"";}.fa-stretcher:before{content:"";}.fa-strikethrough:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-subscript:before{content:"";}.fa-subway:before{content:"";}.fa-suitcase:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-sun:before{content:"";}.fa-sun-cloud:before{content:"";}.fa-sun-dust:before{content:"";}.fa-sun-haze:before{content:"";}.fa-sunrise:before{content:"";}.fa-sunset:before{content:"";}.fa-superpowers:before{content:"";}.fa-superscript:before{content:"";}.fa-supple:before{content:"";}.fa-surprise:before{content:"";}.fa-suse:before{content:"";}.fa-swatchbook:before{content:"";}.fa-swimmer:before{content:"";}.fa-swimming-pool:before{content:"";}.fa-sword:before{content:"";}.fa-swords:before{content:"";}.fa-symfony:before{content:"";}.fa-synagogue:before{content:"";}.fa-sync:before{content:"";}.fa-sync-alt:before{content:"";}.fa-syringe:before{content:"";}.fa-table:before{content:"";}.fa-table-tennis:before{content:"";}.fa-tablet:before{content:"";}.fa-tablet-alt:before{content:"";}.fa-tablet-android:before{content:"";}.fa-tablet-android-alt:before{content:"";}.fa-tablet-rugged:before{content:"";}.fa-tablets:before{content:"";}.fa-tachometer:before{content:"";}.fa-tachometer-alt:before{content:"";}.fa-tachometer-alt-average:before{content:"";}.fa-tachometer-alt-fast:before{content:"";}.fa-tachometer-alt-fastest:before{content:"";}.fa-tachometer-alt-slow:before{content:"";}.fa-tachometer-alt-slowest:before{content:"";}.fa-tachometer-average:before{content:"";}.fa-tachometer-fast:before{content:"";}.fa-tachometer-fastest:before{content:"";}.fa-tachometer-slow:before{content:"";}.fa-tachometer-slowest:before{content:"";}.fa-taco:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-tally:before{content:"";}.fa-tanakh:before{content:"";}.fa-tape:before{content:"";}.fa-tasks:before{content:"";}.fa-tasks-alt:before{content:"";}.fa-taxi:before{content:"";}.fa-teamspeak:before{content:"";}.fa-teeth:before{content:"";}.fa-teeth-open:before{content:"";}.fa-telegram:before{content:"";}.fa-telegram-plane:before{content:"";}.fa-temperature-frigid:before{content:"";}.fa-temperature-high:before{content:"";}.fa-temperature-hot:before{content:"";}.fa-temperature-low:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-tenge:before{content:"";}.fa-tennis-ball:before{content:"";}.fa-terminal:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-th:before{content:"";}.fa-th-large:before{content:"";}.fa-th-list:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-theater-masks:before{content:"";}.fa-themeco:before{content:"";}.fa-themeisle:before{content:"";}.fa-thermometer:before{content:"";}.fa-thermometer-empty:before{content:"";}.fa-thermometer-full:before{content:"";}.fa-thermometer-half:before{content:"";}.fa-thermometer-quarter:before{content:"";}.fa-thermometer-three-quarters:before{content:"";}.fa-theta:before{content:"";}.fa-think-peaks:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbtack:before{content:"";}.fa-thunderstorm:before{content:"";}.fa-thunderstorm-moon:before{content:"";}.fa-thunderstorm-sun:before{content:"";}.fa-ticket:before{content:"";}.fa-ticket-alt:before{content:"";}.fa-tilde:before{content:"";}.fa-times:before{content:"";}.fa-times-circle:before{content:"";}.fa-times-hexagon:before{content:"";}.fa-times-octagon:before{content:"";}.fa-times-square:before{content:"";}.fa-tint:before{content:"";}.fa-tint-slash:before{content:"";}.fa-tire:before{content:"";}.fa-tire-flat:before{content:"";}.fa-tire-pressure-warning:before{content:"";}.fa-tire-rugged:before{content:"";}.fa-tired:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-toilet:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-toilet-paper-alt:before{content:"";}.fa-tombstone:before{content:"";}.fa-tombstone-alt:before{content:"";}.fa-toolbox:before{content:"";}.fa-tools:before{content:"";}.fa-tooth:before{content:"";}.fa-toothbrush:before{content:"";}.fa-torah:before{content:"";}.fa-torii-gate:before{content:"";}.fa-tornado:before{content:"";}.fa-tractor:before{content:"";}.fa-trade-federation:before{content:"";}.fa-trademark:before{content:"";}.fa-traffic-cone:before{content:"";}.fa-traffic-light:before{content:"";}.fa-traffic-light-go:before{content:"";}.fa-traffic-light-slow:before{content:"";}.fa-traffic-light-stop:before{content:"";}.fa-train:before{content:"";}.fa-tram:before{content:"";}.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-trash:before{content:"";}.fa-trash-alt:before{content:"";}.fa-trash-restore:before{content:"";}.fa-trash-restore-alt:before{content:"";}.fa-treasure-chest:before{content:"";}.fa-tree:before{content:"";}.fa-tree-alt:before{content:"";}.fa-tree-christmas:before{content:"";}.fa-tree-decorated:before{content:"";}.fa-tree-large:before{content:"";}.fa-tree-palm:before{content:"";}.fa-trees:before{content:"";}.fa-trello:before{content:"";}.fa-triangle:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-trophy:before{content:"";}.fa-trophy-alt:before{content:"";}.fa-truck:before{content:"";}.fa-truck-container:before{content:"";}.fa-truck-couch:before{content:"";}.fa-truck-loading:before{content:"";}.fa-truck-monster:before{content:"";}.fa-truck-moving:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-truck-plow:before{content:"";}.fa-truck-ramp:before{content:"";}.fa-tshirt:before{content:"";}.fa-tty:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-turkey:before{content:"";}.fa-turtle:before{content:"";}.fa-tv:before{content:"";}.fa-tv-retro:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-ubuntu:before{content:"";}.fa-uikit:before{content:"";}.fa-umbrella:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-underline:before{content:"";}.fa-undo:before{content:"";}.fa-undo-alt:before{content:"";}.fa-unicorn:before{content:"";}.fa-union:before{content:"";}.fa-uniregistry:before{content:"";}.fa-universal-access:before{content:"";}.fa-university:before{content:"";}.fa-unlink:before{content:"";}.fa-unlock:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-untappd:before{content:"";}.fa-upload:before{content:"";}.fa-ups:before{content:"";}.fa-usb:before{content:"";}.fa-usd-circle:before{content:"";}.fa-usd-square:before{content:"";}.fa-user:before{content:"";}.fa-user-alt:before{content:"";}.fa-user-alt-slash:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-user-chart:before{content:"";}.fa-user-check:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-clock:before{content:"";}.fa-user-cog:before{content:"";}.fa-user-crown:before{content:"";}.fa-user-edit:before{content:"";}.fa-user-friends:before{content:"";}.fa-user-graduate:before{content:"";}.fa-user-hard-hat:before{content:"";}.fa-user-headset:before{content:"";}.fa-user-injured:before{content:"";}.fa-user-lock:before{content:"";}.fa-user-md:before{content:"";}.fa-user-md-chat:before{content:"";}.fa-user-minus:before{content:"";}.fa-user-ninja:before{content:"";}.fa-user-nurse:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-secret:before{content:"";}.fa-user-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-user-tag:before{content:"";}.fa-user-tie:before{content:"";}.fa-user-times:before{content:"";}.fa-users:before{content:"";}.fa-users-class:before{content:"";}.fa-users-cog:before{content:"";}.fa-users-crown:before{content:"";}.fa-users-medical:before{content:"";}.fa-usps:before{content:"";}.fa-ussunnah:before{content:"";}.fa-utensil-fork:before{content:"";}.fa-utensil-knife:before{content:"";}.fa-utensil-spoon:before{content:"";}.fa-utensils:before{content:"";}.fa-utensils-alt:before{content:"";}.fa-vaadin:before{content:"";}.fa-value-absolute:before{content:"";}.fa-vector-square:before{content:"";}.fa-venus:before{content:"";}.fa-venus-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-vial:before{content:"";}.fa-vials:before{content:"";}.fa-viber:before{content:"";}.fa-video:before{content:"";}.fa-video-plus:before{content:"";}.fa-video-slash:before{content:"";}.fa-vihara:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-volcano:before{content:"";}.fa-volleyball-ball:before{content:"";}.fa-volume:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-mute:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-slash:before{content:"";}.fa-volume-up:before{content:"";}.fa-vote-nay:before{content:"";}.fa-vote-yea:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-vuejs:before{content:"";}.fa-walker:before{content:"";}.fa-walking:before{content:"";}.fa-wallet:before{content:"";}.fa-wand:before{content:"";}.fa-wand-magic:before{content:"";}.fa-warehouse:before{content:"";}.fa-warehouse-alt:before{content:"";}.fa-watch:before{content:"";}.fa-watch-fitness:before{content:"";}.fa-water:before{content:"";}.fa-water-lower:before{content:"";}.fa-water-rise:before{content:"";}.fa-wave-square:before{content:"";}.fa-waze:before{content:"";}.fa-webcam:before{content:"";}.fa-webcam-slash:before{content:"";}.fa-weebly:before{content:"";}.fa-weibo:before{content:"";}.fa-weight:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-weixin:before{content:"";}.fa-whale:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-wheat:before{content:"";}.fa-wheelchair:before{content:"";}.fa-whistle:before{content:"";}.fa-whmcs:before{content:"";}.fa-wifi:before{content:"";}.fa-wifi-1:before{content:"";}.fa-wifi-2:before{content:"";}.fa-wifi-slash:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-wind:before{content:"";}.fa-wind-warning:before{content:"";}.fa-window:before{content:"";}.fa-window-alt:before{content:"";}.fa-window-close:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-windows:before{content:"";}.fa-windsock:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-wine-glass:before{content:"";}.fa-wine-glass-alt:before{content:"";}.fa-wix:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-won-sign:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wpressr:before{content:"";}.fa-wreath:before{content:"";}.fa-wrench:before{content:"";}.fa-x-ray:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yammer:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yarn:before{content:"";}.fa-yelp:before{content:"";}.fa-yen-sign:before{content:"";}.fa-yin-yang:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.fa-youtube-square:before{content:"";}.fa-zhihu:before{content:"";}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../fonts/fa-brands-400.eot?);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg");}.fab{font-family:"Font Awesome 5 Brands";}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(../fonts/fa-light-300.eot?);src:url(../fonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-light-300.woff2) format("woff2"),url(../fonts/fa-light-300.woff) format("woff"),url(../fonts/fa-light-300.ttf) format("truetype"),url(../fonts/fa-light-300.svg#fontawesome) format("svg");}.fal{font-weight:300;}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/fa-regular-400.eot?);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg");}.fal,.far{font-family:"Font Awesome 5 Pro";}.far{font-weight:400;}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(../fonts/fa-solid-900.eot?);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg");}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900;}.home .container-headline .section-headline-slider{position:relative;overflow:hidden;}.home .container-headline .section-headline-slider .slider{position:relative;}.home .container-headline .section-headline-slider .slider .slide-background{background-size:cover;background-position:center center;background-repeat:no-repeat;padding-bottom:31.25%;}.home .container-headline .section-headline-slider .slider .flexslider{border:0;margin-bottom:0;z-index:0;}.home .container-headline .section-headline-slider .slider .slide-navigation{position:absolute;width:100%;max-width:1173px;margin:0 auto;top:45%;left:0;right:0;z-index:998;}.home .container-headline .section-headline-slider .slider .slide-navigation .arrow{opacity:.5;width:27px;}.home .container-headline .section-headline-slider .slider .slide-navigation .flex-link:hover .arrow,.home .container-headline .section-headline-slider .slider .slide-navigation .flex-link:focus .arrow{opacity:1;}.home .container-headline .section-headline-slider .slider .slide-navigation .nav-left{position:absolute;left:0;}.home .container-headline .section-headline-slider .slider .slide-navigation .nav-right{position:absolute;right:0;}.home .container-headline .section-headline-slider .headline{z-index:900;margin:0 auto;position:absolute;right:0;bottom:-7px;left:0;text-align:left;width:100%;max-width:940px;}.home .container-headline .section-headline-slider .headline h2{font-family:'Oswald',sans-serif;font-weight:500;color:#fff;font-size:100px;line-height:1em;letter-spacing:0;text-transform:uppercase;z-index:0;}.home .container .home-video-section{height:calc(100vh - 120px);position:relative;}.home .container .home-video-section .home-video{position:absolute;width:100%;height:100%;overflow:hidden;}.home .container .home-video-section .home-video .home-video-background{width:100%;height:100%;overflow:hidden;position:absolute;top:0;bottom:0;}.home .container .home-video-section .home-video video{min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;}.home .container--copy{padding:50px 0 60px 0;}.home .container--copy .section-copy{font-family:'Lato',sans-serif;font-weight:700;color:#fff;font-size:18px;line-height:38px;letter-spacing:.005em;max-width:920px;margin:0 auto;}.home .container--copy .section-copy strong{color:#d8d8d8;font-family:'Oswald',sans-serif;font-weight:500;font-size:40px;line-height:38px;letter-spacing:-.002em;}.home .container--copy .section-copy .headline h2{font-family:'Oswald',sans-serif;font-weight:500;color:#fff;font-size:80px;line-height:1em;letter-spacing:0;text-transform:uppercase;z-index:0;padding-bottom:15px;}.home .container-video{background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;height:750px;}.home .container-video .link-video{padding:8px 27px 8px 27px;background-color:#487c84;color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-align:center;text-transform:uppercase;position:absolute;top:50%;left:0;right:0;width:140px;margin:0 auto;border:3px solid transparent;}.home .container-video .link-video:hover,.home .container-video .link-video:focus{border-color:#fff;}.home .container-video-background{position:relative;padding-bottom:40%;padding-top:0;height:0;overflow:hidden;background-color:#000;}.home .container-video-background iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.home .container-main{margin:30px auto 40px auto;max-width:910px;}.home .container-main .section-promo{margin-bottom:10px;padding-left:10px;padding-right:10px;}.home .container-main .section-promo--bottom{margin-top:10px;}.home .container-main .section-promo .link-promo{display:block;position:relative;}.home .container-main .section-promo .link-promo .btn-promo{position:absolute;top:45%;left:0;right:0;margin:0 auto;color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:23px;line-height:1em;text-align:center;text-transform:uppercase;}.home .container-main .section-promo .desktop-img{display:block;}.home .container-main .section-promo .mobile-img{display:none;}.home .container-main .section-tiles .tile{width:50%;float:left;padding:10px;position:relative;}.home .container-main .section-tiles .tile a{display:block;width:100%;}.home .container-main .section-tiles .tile .btn-tile{background-position:center center;background-size:cover;padding-bottom:50%;position:relative;}.home .container-main .section-tiles .tile .btn-tile:hover .block-btn .btn,.home .container-main .section-tiles .tile .btn-tile:focus .block-btn .btn{border-color:#fff;}.home .container-main .section-tiles .tile .btn-tile .block-btn{position:absolute;top:45%;left:0;right:0;width:100%;height:60%;text-align:center;}.home .container-main .section-tiles .tile .btn-tile .block-btn .btn{display:inline;padding:14px 20px 14px 20px;font-family:'Oswald',sans-serif;color:#fff;font-weight:500;font-size:20px;line-height:1em;text-transform:uppercase;border:3px solid transparent;}.home .container-main .section-tiles .tile .btn-tile .block-btn .btn.dark-orange{background-color:#953910;}.home .container-main .section-tiles .tile .btn-tile .block-btn .btn.blue{background-color:#487c84;}.home .container-main .section-tiles .tile .btn-tile .block-btn .btn.dark-blue{background-color:#325e64;}.home .container-main .section-tiles .tile .btn-tile .block-btn .btn.gray{background-color:#b1b1b1;}.home .container-main .section-tiles .tile .btn-tile .block-btn .btn.slate{background-color:#303c42;}.home .container-instagram{background-image:url('../img/bg-bricks.png');background-size:cover;background-position-x:center;background-position-y:center;}.home .container-instagram .section-instagram{max-width:800px;margin:0 auto;padding-top:20px;padding-bottom:25px;}.home .container-instagram .section-instagram h3{color:#953910;font-family:'Lato',sans-serif;font-weight:700;font-size:34px;line-height:73px;letter-spacing:.005em;text-align:center;margin:0 auto 8px auto;}.home .container-instagram .section-instagram h3 img{color:#953910;vertical-align:middle;width:34px;height:34px;}.home .container-instagram .section-instagram .sbi-owl-nav .sbi-owl-prev{left:-50px;}.home .container-instagram .section-instagram .sbi-owl-nav .sbi-owl-prev svg{filter:drop-shadow(1px 1px 5px #000);}.home .container-instagram .section-instagram .sbi-owl-nav .sbi-owl-next{right:-50px;}.home .container-instagram .section-instagram .sbi-owl-nav .sbi-owl-next svg{filter:drop-shadow(1px 1px 5px #000);}.home .container-instagram .section-instagram .sbi-owl-nav div{opacity:1;background:none;color:#fff;font-size:25px;border-radius:0;box-shadow:none;}@media screen and (max-width:999px){.home .container .home-video-section{height:auto;}.home .container .home-video-section .home-video{position:relative;z-index:auto;}.home .container .home-video-section .home-video .home-video-background{height:auto;line-height:0;position:relative;}.home .container .home-video-section .home-video video{min-width:100%;min-height:auto;width:100%;position:relative;top:unset;left:unset;transform:none;}.home .container-headline .section-headline-slider .slide-background{padding-bottom:0;height:400px;}.home .container-headline .section-headline-slider .headline{bottom:-3px;}.home .container-headline .section-headline-slider .headline h2{font-size:80px;padding-left:25px;}}@media screen and (max-width:768px){.home .container-headline .section-headline-slider .slide-background{padding-bottom:0;height:400px;}.home .container-headline .section-headline-slider .headline{bottom:-3px;}.home .container-headline .section-headline-slider .headline h2{font-size:55px;padding-left:25px;}.home .container-video{height:450px;}.home .container-main .section-tiles .tile{width:100%;float:none;margin:15px auto;}}@media screen and (max-width:575px){.home .container-headline .section-headline-slider .slide-background{padding-bottom:0;height:300px;}.home .container-headline .section-headline-slider .headline{bottom:0;}.home .container-headline .section-headline-slider .headline h1{font-size:40px;padding-left:25px;}}@media screen and (max-width:543px){.home .container-main .section-promo .desktop-img{display:none;}.home .container-main .section-promo .mobile-img{display:block;}}.page-template-PropertiesListing .apartments-at-the-yard_brochure-links{margin:0 40px;}.page-template-PropertiesListing .apartments-at-the-yard_brochure-link{padding:10px 20px;color:#fff;background-color:#303c42;margin-right:15px;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.page-template-PropertiesListing .apartments-at-the-yard_brochure-link:hover,.page-template-PropertiesListing .apartments-at-the-yard_brochure-link:focus{border:3px solid #fff;}.page-template-PropertiesListing .apartments-at-the-yard .part--photo-gallery{background-image:url('../img/art-lines.svg');background-size:contain;background-position-x:center;background-position-y:center;background-repeat:no-repeat;}.page-template-PropertiesListing .container-bottom{background-color:#487c84;background-image:url('../img/bg-bricks-teal.png');background-size:cover;background-position-x:center;background-position-y:center;}.page-template-PropertiesListing .container-bottom .section-bottom{background-color:#487c84;max-width:1040px;margin:0 auto;padding:36px 40px 36px 40px;}.page-template-PropertiesListing .container-bottom .section-bottom .headline{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:38px;text-align:center;text-transform:uppercase;}.page-template-PropertiesListing .container-bottom .section-bottom .copy{color:#fff;font-family:'Lato',sans-serif;font-weight:400;font-size:18px;line-height:38px;letter-spacing:.005em;text-align:center;}.page-template-PropertiesListing .container-bottom .section-bottom .copy a,.page-template-PropertiesListing .container-bottom .section-bottom .copy strong{color:#fff;font-weight:700;}.page-template-PropertiesListing .container-bottom .section-bottom .footer-lines *{color:#fff;text-align:center;}.page-template-PropertiesListing .container-bottom .section-bottom .footer-lines .contact-row{padding:30px 0 40px 0;}.page-template-PropertiesListing .container-bottom .section-bottom .footer-lines .contact-row .row_header{font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:24px;letter-spacing:.005em;text-transform:uppercase;}.page-template-PropertiesListing .container-bottom .section-bottom .footer-lines .contact-row .contact_info *{font-family:'Lato',sans-serif;font-weight:400;font-size:18px;line-height:38px;letter-spacing:.005em;}.page-template-PropertiesListing .container-bottom .section-bottom .footer-lines .contact-row .contact_info .contact_email{margin-left:4px;padding-left:5px;border-left:1px solid #fff;}.page-template-PropertiesListing .container-bottom .section-bottom .footer-lines .contact-row .contact_info .contact_phone{margin-left:4px;padding-left:5px;border-left:1px solid #fff;}.page-template-PropertiesListing .container-bottom .section-bottom .footer-lines .logo-row .logo img{display:block;margin:20px auto;max-width:400px;}.page-template-PropertiesListing .flats-ad{margin-top:50px;}@media screen and (max-width:768px){.apartments-at-the-yard_brochure-link{display:block;width:100%;margin-bottom:5px;}}@media screen and (max-width:575px){.page-template-PropertiesListing .container-bottom .section-bottom .headline{font-size:20px;line-height:32px;}}@media(min-width:1000px){.flats-ad img{width:100%;}.flats-ad img.mobile-img{display:none;}}@media(max-width:1000px){.flats-ad img.desktop-img{display:none;}.flats-ad img.mobile-img{display:block;margin:50px auto 0;}}.page-template-BusinessesListing .brochure-link,.page-template-BusinessesListingCustomOrder .brochure-link{padding:10px 20px;color:#fff;background-color:#303c42;margin-right:15px;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.page-template-BusinessesListing .brochure-link:hover,.page-template-BusinessesListingCustomOrder .brochure-link:hover,.page-template-BusinessesListing .brochure-link:focus,.page-template-BusinessesListingCustomOrder .brochure-link:focus{border:3px solid #fff;}.page-template-BusinessesListing .container--business-listings .section-listings,.page-template-BusinessesListingCustomOrder .container--business-listings .section-listings{max-width:1200px;margin:55px auto 40px auto;}.page-template-BusinessesListing .container--business-listings .listing,.page-template-BusinessesListingCustomOrder .container--business-listings .listing{width:50%;float:left;margin:0 auto;padding:30px;}.page-template-BusinessesListing .container--business-listings .listing.last.odd,.page-template-BusinessesListingCustomOrder .container--business-listings .listing.last.odd{float:none;}.page-template-BusinessesListing .container--business-listings .listing .listing_img,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img{margin:0 auto;width:100%;text-align:center;position:relative;}.page-template-BusinessesListing .container--business-listings .listing .listing_img.hover-image .image-hover,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img.hover-image .image-hover{display:block;}.page-template-BusinessesListing .container--business-listings .listing .listing_img.hover-image .image-hover img,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img.hover-image .image-hover img{position:relative;top:50%;transform:translateY(-50%);}.page-template-BusinessesListing .container--business-listings .listing .listing_img.hover-image .image:after,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img.hover-image .image:after{content:"";width:100%;height:100%;position:absolute;background:#487c84;opacity:.6;top:0;left:0;}.page-template-BusinessesListing .container--business-listings .listing .listing_img.hover-image:hover .image-hover,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img.hover-image:hover .image-hover,.page-template-BusinessesListing .container--business-listings .listing .listing_img.hover-image:focus .image-hover,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img.hover-image:focus .image-hover{display:none!important;}.page-template-BusinessesListing .container--business-listings .listing .listing_img.hover-image:hover .image:after,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img.hover-image:hover .image:after,.page-template-BusinessesListing .container--business-listings .listing .listing_img.hover-image:focus .image:after,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img.hover-image:focus .image:after{display:none;}.page-template-BusinessesListing .container--business-listings .listing .listing_img .image-hover,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_img .image-hover{display:block;position:absolute;top:0;left:0;right:0;margin:0 auto;text-align:center;width:100%;height:100%;align-items:center;max-width:350px;}.page-template-BusinessesListing .container--business-listings .listing .listing_divider-bar,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_divider-bar{border-top:4px solid #c8d8da;}.page-template-BusinessesListing .container--business-listings .listing .listing_title,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_title{font-family:'Oswald',sans-serif;color:#487c84;font-weight:500;font-size:30px;line-height:58px;text-align:center;text-transform:uppercase;}.page-template-BusinessesListing .container--business-listings .listing .listing_description,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_description{margin-top:9px;}.page-template-BusinessesListing .container--business-listings .listing .listing_description .copy,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_description .copy{color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;text-align:center;}.page-template-BusinessesListing .container--business-listings .listing .listing_description .copy strong,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_description .copy strong{font-weight:700;letter-spacing:.05em;}.page-template-BusinessesListing .container--business-listings .listing .listing_link,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_link{margin-top:11px;}.page-template-BusinessesListing .container--business-listings .listing .listing_link a,.page-template-BusinessesListingCustomOrder .container--business-listings .listing .listing_link a{display:block;color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:30px;text-transform:uppercase;text-align:center;}.page-template-BusinessesListing .container-bottom,.page-template-BusinessesListingCustomOrder .container-bottom{background-color:#487c84;background-image:url('../img/bg-bricks-teal.png');background-size:cover;}.page-template-BusinessesListing .container-bottom .section-bottom,.page-template-BusinessesListingCustomOrder .container-bottom .section-bottom{background-color:#487c84;max-width:1040px;margin:0 auto;padding:36px 40px 36px 40px;}.page-template-BusinessesListing .container-bottom .section-bottom .headline,.page-template-BusinessesListingCustomOrder .container-bottom .section-bottom .headline{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:38px;text-align:center;text-transform:uppercase;}.page-template-BusinessesListing .container-bottom .section-bottom .copy,.page-template-BusinessesListingCustomOrder .container-bottom .section-bottom .copy{color:#fff;font-family:'Lato',sans-serif;font-weight:400;font-size:18px;line-height:38px;letter-spacing:.005em;text-align:center;}.page-template-BusinessesListing .container-bottom .section-bottom .copy a,.page-template-BusinessesListingCustomOrder .container-bottom .section-bottom .copy a,.page-template-BusinessesListing .container-bottom .section-bottom .copy strong,.page-template-BusinessesListingCustomOrder .container-bottom .section-bottom .copy strong{color:#fff;font-weight:700;}@media screen and (max-width:1199px){.page-template-BusinessesListing .container--business-listings .listing,.page-template-BusinessesListingCustomOrder .container--business-listings .listing{width:100%;float:none;max-width:700px;margin:0 auto;}}@media screen and (max-width:768px){.page-template-BusinessesListing .brochure-link,.page-template-BusinessesListingCustomOrder .brochure-link{font-size:14px;}}.page-template-HotelsAndEventCenter .container-main .section-contact{max-width:886px;margin:60px auto 0 auto;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.01em;vertical-align:bottom;}.page-template-HotelsAndEventCenter .container-main .section-contact *{vertical-align:bottom;}.page-template-HotelsAndEventCenter .container-main .section-contact .contact_logo{display:inline-block;}.page-template-HotelsAndEventCenter .container-main .section-contact .contact_info_box{display:inline-block;}.page-template-HotelsAndEventCenter .container-main .section-contact .contact_info_box .contact_info{padding-left:50px;}.page-template-HotelsAndEventCenter .container-main .section-contact .contact_email{font-weight:700;letter-spacing:.005em;}.page-template-HotelsAndEventCenter .container-main .section-contact .contact_phone-web{font-weight:700;letter-spacing:.005em;}.page-template-HotelsAndEventCenter .container-main .section-description{max-width:886px;margin:50px auto;}.page-template-HotelsAndEventCenter .container-main .section-description .copy{font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:34px;letter-spacing:.005em;}.page-template-HotelsAndEventCenter .container-photo-gallery{margin-bottom:-270px;}.page-template-HotelsAndEventCenter .container-photo-gallery .section-photo-gallery .part--photo-gallery{z-index:5;}.page-template-HotelsAndEventCenter .container-amenities{background-color:#e8e8e8;padding-top:270px;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities{max-width:886px;margin:0 auto;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities .block-amenities{padding-bottom:45px;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities .block-amenities .headline{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:34px;text-transform:uppercase;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities .block-amenities .amenities{color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:34px;letter-spacing:.005em;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities .block-amenities .amenities ul{list-style-type:disc;margin-left:1em;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities .block-amenities .amenities ul li ul{margin-left:.35em;list-style-type:none;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities .block-amenities .amenities ul li ul li:before{content:"–";position:absolute;margin-left:-1em;}#osu-housing{max-width:600px;}#osu-housing .fancybox-close-small{color:#000;padding:0;width:25px;height:25px;}#osu-housing h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:34px;text-transform:uppercase;text-align:center;padding:10px 0 0;}#osu-housing h3{color:#953910!important;font-size:20px!important;text-align:center;font-weight:600!important;font-family:'Oswald',sans-serif;text-transform:uppercase;margin-top:5px;}#osu-housing p.description{line-height:1.6em;font-weight:normal;font-size:16px;text-align:center;color:#000!important;max-width:400px;margin:0 auto;}#osu-housing input[type="text"],#osu-housing input[type="email"],#osu-housing input[type="tel"],#osu-housing textarea{color:#000!important;border:1px solid #808080!important;width:100%!important;}#osu-housing li.gfield{padding:0!important;}#osu-housing .gform_body{padding:0 15px;}#osu-housing .button{padding:8px 27px 8px 27px!important;background-color:#4e868e!important;color:#fff!important;font-family:'Oswald',sans-serif!important;font-weight:500;font-size:20px;line-height:33px;text-align:center;text-transform:uppercase;width:140px;margin:0 auto;border:3px solid transparent!important;display:block;}#osu-housing .gform_wrapper .top_label li.gfield.gf_left_half{padding-right:10px!important;}#osu-housing .gform_confirmation_message{color:#008000;font-weight:bold;line-height:1.6em;font-size:16px;text-align:center;max-width:500px;margin:20px auto 0;}@media only screen and (max-width:640px){#osu-housing .gform_wrapper .top_label li.gfield.gf_left_half{padding:0!important;}}@media screen and (max-width:999px){.page-template-HotelsAndEventCenter .container-main .section-contact{padding:0 20px;}.page-template-HotelsAndEventCenter .container-main .section-description{padding:0 20px;}.page-template-HotelsAndEventCenter .container-amenities .section-amenities{padding:0 20px;}}@media screen and (max-width:768px){.page-template-HotelsAndEventCenter .container-main .section-contact .contact_logo{display:block;margin:10px auto;text-align:center;}.page-template-HotelsAndEventCenter .container-main .section-contact .contact_info_box{display:block;margin:10px auto;}.page-template-HotelsAndEventCenter .container-main .section-contact .contact_info_box .contact_info{padding-left:0;}.page-template-HotelsAndEventCenter .container-main .section-description{margin-top:25px;}}.page-template-ResidentVIPProgram .container-main .section-main,.page-template-WorkPerks .container-main .section-main{margin:20px auto 40px auto;max-width:900px;}.page-template-ResidentVIPProgram .container-main .section-main .offers .offer,.page-template-WorkPerks .container-main .section-main .offers .offer{width:25%;float:left;padding:25px;}.page-template-ResidentVIPProgram .container-main .section-main .offers .offer:hover,.page-template-WorkPerks .container-main .section-main .offers .offer:hover,.page-template-ResidentVIPProgram .container-main .section-main .offers .offer:focus,.page-template-WorkPerks .container-main .section-main .offers .offer:focus{padding:21px;border:4px solid #c8d8da;}.page-template-ResidentVIPProgram .container-main .section-main h2,.page-template-WorkPerks .container-main .section-main h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;text-align:center;margin:75px auto 60px auto;}.page-template-ResidentVIPProgram .container-main .section-main h2 span,.page-template-WorkPerks .container-main .section-main h2 span{display:inline-block;position:relative;}.page-template-ResidentVIPProgram .container-main .section-main h2 span:before,.page-template-WorkPerks .container-main .section-main h2 span:before,.page-template-ResidentVIPProgram .container-main .section-main h2 span:after,.page-template-WorkPerks .container-main .section-main h2 span:after{content:"";position:absolute;height:5px;border-top:4px solid #c8d8da;top:0;width:95%;}.page-template-ResidentVIPProgram .container-main .section-main h2 span:before,.page-template-WorkPerks .container-main .section-main h2 span:before{right:100%;margin-right:15px;}.page-template-ResidentVIPProgram .container-main .section-main h2 span:after,.page-template-WorkPerks .container-main .section-main h2 span:after{left:100%;margin-left:15px;}.page-template-ResidentVIPProgram .container-offer .section-offer,.page-template-WorkPerks .container-offer .section-offer{padding-top:10px;}.page-template-ResidentVIPProgram .container-offer .section-offer *,.page-template-WorkPerks .container-offer .section-offer *{vertical-align:middle;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-logo,.page-template-WorkPerks .container-offer .section-offer .offer-logo{display:inline-block;width:260px;padding-left:60px;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details,.page-template-WorkPerks .container-offer .section-offer .offer-details{display:inline-block;padding-left:60px;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_company-name,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_company-name{max-width:640px;color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:58px;text-transform:uppercase;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_offer,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_offer{max-width:640px;color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:34px;letter-spacing:.005em;text-transform:uppercase;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_description,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_description{max-width:640px;color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:34px;letter-spacing:.005em;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_description p,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_description p{margin-bottom:35px;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_description b,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_description b,.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_description strong,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_description strong{font-weight:700;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_description i,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_description i,.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_description em,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_description em{font-style:italic;}.page-template-ResidentVIPProgram #modal-offers #carousel,.page-template-WorkPerks #modal-offers #carousel{margin-bottom:15px;}@media screen and (max-width:768px){.page-template-ResidentVIPProgram .container-main .section-main .offers .offer,.page-template-WorkPerks .container-main .section-main .offers .offer{width:33.33%;}.page-template-ResidentVIPProgram #gallery .photo-navigation,.page-template-WorkPerks #gallery .photo-navigation{top:18%;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-logo,.page-template-WorkPerks .container-offer .section-offer .offer-logo{display:block;margin:10px auto;padding-left:8px;padding-right:8px;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details,.page-template-WorkPerks .container-offer .section-offer .offer-details{padding-left:8px;padding-right:25px;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_company-name,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_company-name{font-size:24px;line-height:40px;}.page-template-ResidentVIPProgram .container-offer .section-offer .offer-details .details_offer,.page-template-WorkPerks .container-offer .section-offer .offer-details .details_offer{font-size:18px;line-height:26px;}}@media screen and (max-width:575px){.page-template-ResidentVIPProgram .container-main .section-main .offers .offer,.page-template-WorkPerks .container-main .section-main .offers .offer{width:50%;}}.page-template-news-and-events .container-news .section-news{max-width:886px;margin:0 auto;}.page-template-news-and-events .container-news .section-news h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;text-align:center;margin:55px auto 0 auto;padding-top:55px;}.page-template-news-and-events .container-news .section-news h2 span{display:inline-block;position:relative;}.page-template-news-and-events .container-news .section-news h2 span:before,.page-template-news-and-events .container-news .section-news h2 span:after{content:"";position:absolute;height:5px;border-top:4px solid #c8d8da;top:0;width:149%;}.page-template-news-and-events .container-news .section-news h2 span:before{right:100%;margin-right:15px;}.page-template-news-and-events .container-news .section-news h2 span:after{left:100%;margin-left:15px;}.page-template-news-and-events .container-news .section-news .stories .story{padding-top:35px;padding-bottom:35px;}.page-template-news-and-events .container-news .section-news .stories .story+.story{border-top:4px solid #c8d8da;}.page-template-news-and-events .container-news .section-news .stories .story .featured{float:left;width:50%;}.page-template-news-and-events .container-news .section-news .stories .story .details{float:left;width:50%;padding-left:36px;}.page-template-news-and-events .container-news .section-news .stories .story .details.no-image{width:100%;padding-left:0;float:none;}.page-template-news-and-events .container-news .section-news .stories .story .details .details_title,.page-template-news-and-events .container-news .section-news .stories .story .details .details_title a{color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:24px;}.page-template-news-and-events .container-news .section-news .stories .story .details .details_date{color:#000;font-family:'Lato',sans-serif;font-weight:700;font-size:14px;line-height:24px;letter-spacing:.005em;}.page-template-news-and-events .container-news .section-news .stories .story .details .details_excerpt{margin-top:25px;color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;}.page-template-news-and-events .container-news .section-news .stories .story .details .details_excerpt p+p{margin-top:25px;}.page-template-news-and-events .container-news .section-news .stories .story .details .details_excerpt b,.page-template-news-and-events .container-news .section-news .stories .story .details .details_excerpt strong{font-weight:700;}.page-template-news-and-events .container-news .section-news .stories .story .details .details_excerpt i{font-style:italic;}.page-template-news-and-events .container-news .section-news .stories .story .details .details_permalink{margin-top:15px;color:#000;font-family:'Lato',sans-serif;font-weight:700;font-size:14px;line-height:34px;letter-spacing:.005em;}.page-template-news-and-events .container-news .section-news .stories .pagination{margin-bottom:10px;text-align:center;}.page-template-news-and-events .container-news .section-news .stories .pagination ul.page-numbers{display:inline-block;margin:20px auto;}.page-template-news-and-events .container-news .section-news .stories .pagination ul.page-numbers li{display:inline;margin-left:20px;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;}@media screen and (max-width:768px){.page-template-news-and-events .container-news .section-news .stories{padding:20px;}.page-template-news-and-events .container-news .section-news .stories .story .featured{float:none;width:100%;text-align:center;}.page-template-news-and-events .container-news .section-news .stories .story .featured .featured-image{margin:15px auto;}.page-template-news-and-events .container-news .section-news .stories .story .details{float:none;width:100%;padding-left:0;}}.single-post .container-top .section-top{margin:30px auto;max-width:887px;}.single-post .container-top .section-top .link-return{color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;}.single-post .container-top .section-top .link-return b,.single-post .container-top .section-top .link-return strong{color:#000;font-family:'Oswald',sans-serif;font-weight:500;font-size:14px;line-height:24px;letter-spacing:.02em;text-transform:uppercase;}.single-post .container-post .section-post{margin:0 auto 65px auto;max-width:887px;}.single-post .container-post .section-post .post .post_title,.single-post .container-post .section-post .post .post_title a{color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:24px;line-height:24px;letter-spacing:.005em;}.single-post .container-post .section-post .post .post_content{color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;}.single-post .container-post .section-post .post .post_content blockquote{background:#f7f7f7;border-left:4px solid;border-color:#953910!important;margin:12px 0;padding:25px 25px 15px!important;font-weight:500;position:relative;font-style:normal;}.single-post .container-post .section-post .post .post_content p{margin-bottom:15px;}.single-post .container-post .section-post .post .post_content b,.single-post .container-post .section-post .post .post_content strong{font-weight:700;}.single-post .container-post .section-post .post .post_content i{font-style:italic;}.single-post .container-post .section-post .post .post_content a{color:#487c84;}.single-post .container-post .section-post .post .post_content img{height:auto;}@media screen and (max-width:768px){.single-post .container-top .section-top{padding:0 20px;}.single-post .container-post .section-post{padding:0 20px;}}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:18px;padding-left:19px;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left;}.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}.col-xs-pull-12{right:100%;}.col-xs-pull-11{right:91.66666667%;}.col-xs-pull-10{right:83.33333333%;}.col-xs-pull-9{right:75%;}.col-xs-pull-8{right:66.66666667%;}.col-xs-pull-7{right:58.33333333%;}.col-xs-pull-6{right:50%;}.col-xs-pull-5{right:41.66666667%;}.col-xs-pull-4{right:33.33333333%;}.col-xs-pull-3{right:25%;}.col-xs-pull-2{right:16.66666667%;}.col-xs-pull-1{right:8.33333333%;}.col-xs-pull-0{right:auto;}.col-xs-push-12{left:100%;}.col-xs-push-11{left:91.66666667%;}.col-xs-push-10{left:83.33333333%;}.col-xs-push-9{left:75%;}.col-xs-push-8{left:66.66666667%;}.col-xs-push-7{left:58.33333333%;}.col-xs-push-6{left:50%;}.col-xs-push-5{left:41.66666667%;}.col-xs-push-4{left:33.33333333%;}.col-xs-push-3{left:25%;}.col-xs-push-2{left:16.66666667%;}.col-xs-push-1{left:8.33333333%;}.col-xs-push-0{left:auto;}.col-xs-offset-12{margin-left:100%;}.col-xs-offset-11{margin-left:91.66666667%;}.col-xs-offset-10{margin-left:83.33333333%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-8{margin-left:66.66666667%;}.col-xs-offset-7{margin-left:58.33333333%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-5{margin-left:41.66666667%;}.col-xs-offset-4{margin-left:33.33333333%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-2{margin-left:16.66666667%;}.col-xs-offset-1{margin-left:8.33333333%;}.col-xs-offset-0{margin-left:0%;}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left;}.col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;}.col-sm-7{width:58.33333333%;}.col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;}.col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}.col-sm-pull-12{right:100%;}.col-sm-pull-11{right:91.66666667%;}.col-sm-pull-10{right:83.33333333%;}.col-sm-pull-9{right:75%;}.col-sm-pull-8{right:66.66666667%;}.col-sm-pull-7{right:58.33333333%;}.col-sm-pull-6{right:50%;}.col-sm-pull-5{right:41.66666667%;}.col-sm-pull-4{right:33.33333333%;}.col-sm-pull-3{right:25%;}.col-sm-pull-2{right:16.66666667%;}.col-sm-pull-1{right:8.33333333%;}.col-sm-pull-0{right:auto;}.col-sm-push-12{left:100%;}.col-sm-push-11{left:91.66666667%;}.col-sm-push-10{left:83.33333333%;}.col-sm-push-9{left:75%;}.col-sm-push-8{left:66.66666667%;}.col-sm-push-7{left:58.33333333%;}.col-sm-push-6{left:50%;}.col-sm-push-5{left:41.66666667%;}.col-sm-push-4{left:33.33333333%;}.col-sm-push-3{left:25%;}.col-sm-push-2{left:16.66666667%;}.col-sm-push-1{left:8.33333333%;}.col-sm-push-0{left:auto;}.col-sm-offset-12{margin-left:100%;}.col-sm-offset-11{margin-left:91.66666667%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-0{margin-left:0%;}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}.col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width:8.33333333%;}.col-md-pull-12{right:100%;}.col-md-pull-11{right:91.66666667%;}.col-md-pull-10{right:83.33333333%;}.col-md-pull-9{right:75%;}.col-md-pull-8{right:66.66666667%;}.col-md-pull-7{right:58.33333333%;}.col-md-pull-6{right:50%;}.col-md-pull-5{right:41.66666667%;}.col-md-pull-4{right:33.33333333%;}.col-md-pull-3{right:25%;}.col-md-pull-2{right:16.66666667%;}.col-md-pull-1{right:8.33333333%;}.col-md-pull-0{right:auto;}.col-md-push-12{left:100%;}.col-md-push-11{left:91.66666667%;}.col-md-push-10{left:83.33333333%;}.col-md-push-9{left:75%;}.col-md-push-8{left:66.66666667%;}.col-md-push-7{left:58.33333333%;}.col-md-push-6{left:50%;}.col-md-push-5{left:41.66666667%;}.col-md-push-4{left:33.33333333%;}.col-md-push-3{left:25%;}.col-md-push-2{left:16.66666667%;}.col-md-push-1{left:8.33333333%;}.col-md-push-0{left:auto;}.col-md-offset-12{margin-left:100%;}.col-md-offset-11{margin-left:91.66666667%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-0{margin-left:0%;}}@media(min-width:1360px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left;}.col-lg-12{width:100%;}.col-lg-11{width:91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}.col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width:25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}.col-lg-pull-12{right:100%;}.col-lg-pull-11{right:91.66666667%;}.col-lg-pull-10{right:83.33333333%;}.col-lg-pull-9{right:75%;}.col-lg-pull-8{right:66.66666667%;}.col-lg-pull-7{right:58.33333333%;}.col-lg-pull-6{right:50%;}.col-lg-pull-5{right:41.66666667%;}.col-lg-pull-4{right:33.33333333%;}.col-lg-pull-3{right:25%;}.col-lg-pull-2{right:16.66666667%;}.col-lg-pull-1{right:8.33333333%;}.col-lg-pull-0{right:auto;}.col-lg-push-12{left:100%;}.col-lg-push-11{left:91.66666667%;}.col-lg-push-10{left:83.33333333%;}.col-lg-push-9{left:75%;}.col-lg-push-8{left:66.66666667%;}.col-lg-push-7{left:58.33333333%;}.col-lg-push-6{left:50%;}.col-lg-push-5{left:41.66666667%;}.col-lg-push-4{left:33.33333333%;}.col-lg-push-3{left:25%;}.col-lg-push-2{left:16.66666667%;}.col-lg-push-1{left:8.33333333%;}.col-lg-push-0{left:auto;}.col-lg-offset-12{margin-left:100%;}.col-lg-offset-11{margin-left:91.66666667%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-8{margin-left:66.66666667%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-0{margin-left:0%;}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.row-no-gutters:before,.row-no-gutters:after{display:table;content:" ";}.clearfix:after,.container:after,.container-fluid:after,.row:after,.row-no-gutters:after{clear:both;}.resources-faq--faq{margin-top:20px;margin-bottom:25px;}.resources-faq--faq .c-header{font-weight:bold;font-size:18px;}.resources-FAQ--question-title{font-weight:700;font-style:normal;font-size:16px;padding:15px 10px 15px 0;margin:8px 0;}.resources-FAQ--question-title:hover{cursor:pointer;color:#325e64;}.resources-FAQ--question--collapse i{box-sizing:border-box;font-size:21px;color:#953910;margin:30px 0 0 0;}.resources-FAQ--question--collapse i:hover{color:#325e64;}.resources-FAQ--question-excerpt{padding:0 0 0 20px;}.resources-FAQ--question-excerpt p{margin-bottom:1.25rem!important;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;}.resources-FAQ--question-excerpt h1,.resources-FAQ--question-excerpt h2,.resources-FAQ--question-excerpt h3,.resources-FAQ--question-excerpt h4,.resources-FAQ--question-excerpt h5,.resources-FAQ--question-excerpt h6{padding-left:20px;padding-top:20px;font-weight:bold;}.resources-FAQ--question-excerpt b{font-weight:700;}.resources-FAQ--question-excerpt strong{font-weight:700;}.resources-FAQ--question-excerpt ul{margin-left:1em;list-style-type:disc;}.resources-FAQ--question-excerpt a{color:#43423e;font-style:normal;text-decoration:underline;font-weight:400;}.resources-FAQ--question-excerpt .c-button{color:#98002e;text-decoration:none;}.resources-FAQ--question-excerpt .c-button:hover,.resources-FAQ--question-excerpt .c-button:focus{color:#faf9f6;}.hidden{display:none;}.row-no-gutters{margin-right:0;margin-left:0;padding-left:0;padding-right:0;}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0;}.rectangle-line-break{height:1px;width:100%;background-color:#484848;}@media only screen and (max-width:450px){.resources-FAQ--question-title{font-size:14px;line-height:26px;padding:20px 10px 20px 0;}.resources-FAQ--question-excerpt{font-size:14px;line-height:26px;}.resources-FAQ--question-excerpt p{padding-left:0;}}.single-business .container-top .section-top{padding-top:30px;margin:30px auto;max-width:887px;}.single-business .container-top .section-top .link-return{color:#000;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;}.single-business .container-top .section-top .link-return b,.single-business .container-top .section-top .link-return strong{color:#000;font-family:'Oswald',sans-serif;font-weight:500;font-size:14px;line-height:24px;letter-spacing:.02em;text-transform:uppercase;}.single-business .container-listing .section-listing{max-width:886px;margin:0 auto 50px auto;}.single-business .container-listing .section-listing .details{float:left;width:50%;padding-right:35px;}.single-business .container-listing .section-listing .details .details_contact{margin-top:20px;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;}.single-business .container-listing .section-listing .details .details_contact a,.single-business .container-listing .section-listing .details .details_contact b,.single-business .container-listing .section-listing .details .details_contact strong{font-weight:700;}.single-business .container-listing .section-listing .details .details_contact .contact_social img{width:15px;height:15px;vertical-align:middle!important;}.single-business .container-listing .section-listing .details .details_content{font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.005em;}.single-business .container-listing .section-listing .details .details_content a,.single-business .container-listing .section-listing .details .details_content b,.single-business .container-listing .section-listing .details .details_content strong{font-weight:700;}.single-business .container-listing .section-listing .details .details_content i{font-style:italic;}.single-business .container-listing .section-listing .details .details_content ul{list-style:disc;margin-left:1em;}.single-business .container-listing .section-listing .details .details_content p{margin-top:30px;}.single-business .container-listing .section-listing .location{float:left;width:50%;}.single-business .container-listing .section-listing .location .part--photo-gallery{margin-top:0;}.single-business .container-listing .section-listing .location .part--photo-gallery .btn-container{padding-bottom:100%;}@media screen and (max-width:999px){.single-business .container-top{padding-top:20px;}.single-business .container-top,.single-business .container-listing{padding-left:20px;padding-right:20px;}}@media screen and (max-width:768px){.single-business .container-listing .section-listing .details,.single-business .container-listing .section-listing .location{float:none;width:100%;}}.page-template-Location .container--copy .section-links{margin-top:40px;margin-bottom:5px;text-align:center;}.page-template-Location .container--copy .section-links .btn-directions{padding:10px 20px;color:#fff;background-color:#487c84;margin-right:15px;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.page-template-Location .container--copy .section-links .btn-directions:hover,.page-template-Location .container--copy .section-links .btn-directions:focus{border:3px solid #fff;}.page-template-Location .container--copy .section-links .btn-master-plan{margin-left:15px;padding:10px 20px;color:#fff;background-color:#303c42;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.page-template-Location .container--copy .section-links .btn-master-plan:hover,.page-template-Location .container--copy .section-links .btn-master-plan:focus{border:3px solid #fff;}@media screen and (max-width:768px){.page-template-Location .container--copy .section-links .btn-directions{margin:10px auto;display:block;width:220px;}.page-template-Location .container--copy .section-links .btn-master-plan{margin:25px auto 10px auto;display:block;width:167px;}.page-template-Location .container-parking .section-top{padding:20px;}.page-template-Location .container-parking .section-parking .left,.page-template-Location .container-parking .section-parking .right{float:none;width:100%;padding:20px;}}.page-template-Parking .container--copy .section-copy{position:relative;left:-20px;max-width:880px;}.page-template-Parking .container--copy .section-links{margin-top:40px;margin-bottom:5px;text-align:center;}.page-template-Parking .container--copy .section-links .btn-directions{padding:10px 20px;color:#fff;background-color:#487c84;margin-right:15px;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.page-template-Parking .container--copy .section-links .btn-directions:hover,.page-template-Parking .container--copy .section-links .btn-directions:focus{border:3px solid #fff;}.page-template-Parking .container--copy .section-links .btn-master-plan{margin-left:15px;padding:10px 20px;color:#fff;background-color:#303c42;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;border:3px solid transparent;}.page-template-Parking .container--copy .section-links .btn-master-plan:hover,.page-template-Parking .container--copy .section-links .btn-master-plan:focus{border:3px solid #fff;}.page-template-Parking .container-parking{margin:0 auto;max-width:886px;}.page-template-Parking .container-parking .section-top h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;text-align:center;margin:75px auto 40px auto;}.page-template-Parking .container-parking .section-top h2 span{display:inline-block;position:relative;}.page-template-Parking .container-parking .section-top h2 span:before,.page-template-Parking .container-parking .section-top h2 span:after{content:"";position:absolute;height:5px;border-top:4px solid #c8d8da;top:0;width:357%;}.page-template-Parking .container-parking .section-top h2 span:before{right:100%;margin-right:15px;}.page-template-Parking .container-parking .section-top h2 span:after{left:100%;margin-left:15px;}.page-template-Parking .container-parking .section-top .copy{font-family:'Lato',sans-serif;font-weight:700;font-size:14px;line-height:34px;}.page-template-Parking .container-parking .section-parking{margin:40px auto 0 auto;}.page-template-Parking .container-parking .section-parking .left,.page-template-Parking .container-parking .section-parking .right{width:50%;float:left;}.page-template-Parking .container-parking .section-parking .left{padding-right:10px;}.page-template-Parking .container-parking .section-parking .left .box_header{background-color:#6a737b;text-align:center;padding-top:22px;padding-bottom:22px;border:3px solid #6a737b;}.page-template-Parking .container-parking .section-parking .left .box_header .header_text{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:24px;line-height:28px;text-transform:uppercase;}.page-template-Parking .container-parking .section-parking .left .box_header:hover,.page-template-Parking .container-parking .section-parking .left .box_header:focus{background-color:#fff;}.page-template-Parking .container-parking .section-parking .left .box_header:hover .header_text,.page-template-Parking .container-parking .section-parking .left .box_header:focus .header_text{color:#6a737b;}.page-template-Parking .container-parking .section-parking .left .box_body{padding:30px 30px 120px 30px;position:relative;background-color:#e1e3e5;text-align:center;}.page-template-Parking .container-parking .section-parking .left .box_body .copy{text-align:left;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;}.page-template-Parking .container-parking .section-parking .left .box_body .copy strong{color:#6a737b;font-weight:900;}.page-template-Parking .container-parking .section-parking .left .box_body .copy a{font-weight:900;}.page-template-Parking .container-parking .section-parking .left .box_body .copy p{margin-bottom:25px;}.page-template-Parking .container-parking .section-parking .left .box_body .copy ul{list-style-type:disc;margin-left:1em;}.page-template-Parking .container-parking .section-parking .left .box_body .block-btn-action{position:absolute;width:100%;height:90px;bottom:0;left:0;right:0;margin:0 auto;}.page-template-Parking .container-parking .section-parking .left .box_body .btn-action{padding:11px 13px;color:#fff;background:#6a737b;border:3px solid #fff;text-align:center;display:inline-block;}.page-template-Parking .container-parking .section-parking .left .box_body .btn-action strong{font-weight:900;text-transform:uppercase;}.page-template-Parking .container-parking .section-parking .left .box_body .btn-action:hover,.page-template-Parking .container-parking .section-parking .left .box_body .btn-action:focus{background:#fff;color:#6a737b;border:3px solid #6a737b;}.page-template-Parking .container-parking .section-parking .right{padding-left:10px;}.page-template-Parking .container-parking .section-parking .right .box_header{background-color:#f18a00;text-align:center;padding-top:22px;padding-bottom:22px;border:3px solid #f18a00;}.page-template-Parking .container-parking .section-parking .right .box_header .header_text{color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:24px;line-height:28px;text-transform:uppercase;}.page-template-Parking .container-parking .section-parking .right .box_header:hover,.page-template-Parking .container-parking .section-parking .right .box_header:focus{background-color:#fff;}.page-template-Parking .container-parking .section-parking .right .box_header:hover .header_text,.page-template-Parking .container-parking .section-parking .right .box_header:focus .header_text{color:#f18a00;}.page-template-Parking .container-parking .section-parking .right .box_body{padding:30px 30px 120px 30px;position:relative;background-color:#fce8cc;text-align:center;}.page-template-Parking .container-parking .section-parking .right .box_body .copy{text-align:left;font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:24px;}.page-template-Parking .container-parking .section-parking .right .box_body .copy strong{color:#f18a00;font-weight:900;}.page-template-Parking .container-parking .section-parking .right .box_body .copy a{font-weight:900;}.page-template-Parking .container-parking .section-parking .right .box_body .copy p{margin-bottom:25px;}.page-template-Parking .container-parking .section-parking .right .box_body .copy ul{list-style-type:disc;margin-left:1em;}.page-template-Parking .container-parking .section-parking .right .box_body .block-btn-action{position:absolute;width:100%;height:90px;bottom:0;left:0;right:0;margin:0 auto;}.page-template-Parking .container-parking .section-parking .right .box_body .btn-action{padding:11px 13px;color:#fff;background:#f18a00;border:3px solid #fff;text-align:center;display:inline-block;}.page-template-Parking .container-parking .section-parking .right .box_body .btn-action strong{font-weight:900;text-transform:uppercase;}.page-template-Parking .container-parking .section-parking .right .box_body .btn-action:hover,.page-template-Parking .container-parking .section-parking .right .box_body .btn-action:focus{background:#fff;color:#f18a00;border:3px solid #f18a00;}.page-template-Parking .container-parking .section-map{margin-top:30px;margin-bottom:70px;}@media screen and (max-width:768px){.page-template-Parking .container--copy .section-links .btn-directions{margin:10px auto;display:block;width:220px;}.page-template-Parking .container--copy .section-links .btn-master-plan{margin:25px auto 10px auto;display:block;width:167px;}.page-template-Parking .container-parking .section-top{padding:20px;}.page-template-Parking .container-parking .section-parking .left,.page-template-Parking .container-parking .section-parking .right{float:none;width:100%;padding:20px;}}.page-template-About .container--copy .section-links{margin-top:60px;margin-bottom:5px;text-align:center;}.page-template-About .container--copy .section-links .btn-master-plan{padding:10px 20px;color:#fff;background-color:#303c42;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;}.page-template-About .container--copy .section-links .btn-master-plan:hover,.page-template-About .container--copy .section-links .btn-master-plan:focus{border:3px solid #fff;}.page-template-About .container-middle .section-middle{margin:auto;max-width:886px;}.page-template-About .container-middle .section-middle h2{color:#5d9632;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;text-align:center;margin:60px auto 40px auto;}.page-template-About .container-middle .section-middle h2 span{display:inline-block;position:relative;}.page-template-About .container-middle .section-middle h2 span:before,.page-template-About .container-middle .section-middle h2 span:after{content:"";position:absolute;height:5px;border-top:4px solid #cee0c2;top:0;width:95%;}.page-template-About .container-middle .section-middle h2 span:before{right:100%;margin-right:15px;}.page-template-About .container-middle .section-middle h2 span:after{left:100%;margin-left:15px;}.page-template-About .container-middle .section-middle .middle_copy{font-weight:400;font-size:14px;line-height:34px;letter-spacing:.005em;}.page-template-About .container-video{max-width:886px;margin:45px auto 90px auto;background-size:cover;background-position:center center;background-repeat:no-repeat;height:450px;}.page-template-About .container-video .link-video{padding:8px 27px 8px 27px;background-color:#5d9632;color:#fff;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-align:center;text-transform:uppercase;position:absolute;top:45%;left:0;right:0;width:180px;margin:0 auto;border:3px solid transparent;}.page-template-About .container-video .link-video:hover,.page-template-About .container-video .link-video:focus{border-color:#fff;}.page-template-About .container-bottom .section-bottom{max-width:886px;margin:0 auto;padding-bottom:70px;padding-top:30px;}.page-template-About .container-bottom .section-bottom h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;text-align:center;margin:60px auto 40px auto;}.page-template-About .container-bottom .section-bottom h2 span{display:inline-block;position:relative;}.page-template-About .container-bottom .section-bottom h2 span:before,.page-template-About .container-bottom .section-bottom h2 span:after{content:"";position:absolute;height:5px;border-top:4px solid #c8d8da;top:0;width:105%;}.page-template-About .container-bottom .section-bottom h2 span:before{right:100%;margin-right:15px;}.page-template-About .container-bottom .section-bottom h2 span:after{left:100%;margin-left:15px;}.page-template-About .container-bottom .section-bottom .bottom_copy{font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:34px;letter-spacing:.005em;}.page-template-About .container-bottom .section-bottom .bottom_copy-top p,.page-template-About .container-bottom .section-bottom .bottom_copy-top img{margin-bottom:35px;}.page-template-About .container-bottom .section-bottom .bottom_copy-left,.page-template-About .container-bottom .section-bottom .bottom_copy-right{font-weight:700;line-height:34px;letter-spacing:0;width:50%;float:left;}.page-template-About .container-bottom .section-bottom .bottom_copy-left ul,.page-template-About .container-bottom .section-bottom .bottom_copy-right ul{list-style:disc;margin-left:1em;}.page-template-About .container-bottom .section-bottom .bottom_copy-left ul{max-width:325px;}@media screen and (max-width:768px){.page-template-About .container-middle .section-middle .middle_copy{padding:20px;}.page-template-About .container-bottom .section-bottom{padding:20px;}.page-template-About .container-bottom .section-bottom .bottom_copy-left,.page-template-About .container-bottom .section-bottom .bottom_copy-right{float:none;width:100%;}}.page-template-LEED-ND .container--headline .section-headline{padding-bottom:33.25%;}.page-template-LEED-ND .container--headline .section-headline .headline{max-width:1200px;}.page-template-LEED-ND .container--headline .section-headline .headline h1{font-family:'Oswald',sans-serif;font-weight:500;color:#fff;font-size:68px;line-height:80px;letter-spacing:0;text-transform:uppercase;}@media(max-width:1250px){.page-template-LEED-ND .container--headline .section-headline .headline h1{padding-left:50px;}}@media(max-width:1000px){.page-template-LEED-ND .container--headline .section-headline .headline h1{font-size:38px;line-height:46px;}}@media(max-width:550px){.page-template-LEED-ND .container--headline .section-headline .headline h1{font-size:31px;line-height:38px;}}.page-template-LEED-ND .container--copy .section-links{margin-top:60px;margin-bottom:5px;text-align:center;}.page-template-LEED-ND .container--copy .section-links .btn-master-plan{padding:10px 20px;color:#fff;background-color:#303c42;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:33px;text-transform:uppercase;}.page-template-LEED-ND .container--copy .section-links .btn-master-plan:hover,.page-template-LEED-ND .container--copy .section-links .btn-master-plan:focus{border:3px solid #fff;}.page-template-LEED-ND .container-middle-white .section-middle{margin:auto;max-width:1200px;padding:90px 0 90px 0;position:relative;display:flex;}@media(max-width:875px){.page-template-LEED-ND .container-middle-white .section-middle{flex-direction:column;padding:45px 0;}}.page-template-LEED-ND .container-middle-white .section-middle .left-half{width:50%;padding:0 50px 0 0;float:left;}@media(max-width:1250px){.page-template-LEED-ND .container-middle-white .section-middle .left-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-middle-white .section-middle .left-half{width:100%;text-align:center;padding:0 50px 50px;}}.page-template-LEED-ND .container-middle-white .section-middle .left-half h1{color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:35px;line-height:48px;}.page-template-LEED-ND .container-middle-white .section-middle .left-half img{padding:25px 0;max-height:220px;}.page-template-LEED-ND .container-middle-white .section-middle .right-half{width:50%;float:right;padding:0 0 0 26px;}@media(max-width:1250px){.page-template-LEED-ND .container-middle-white .section-middle .right-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-middle-white .section-middle .right-half{width:100%;}}.page-template-LEED-ND .container-middle-white .section-middle .right-half p{line-height:26px;margin-bottom:20px;font-size:16px;}.page-template-LEED-ND .container-middle-gray{background-color:#f4f3f2;}.page-template-LEED-ND .container-middle-gray .section-middle{margin:auto;max-width:1200px;padding:85px 0 60px 0;}.page-template-LEED-ND .container-middle-gray .section-middle .left-half{width:50%;padding:0 50px 0 0;float:left;}@media(max-width:1250px){.page-template-LEED-ND .container-middle-gray .section-middle .left-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-middle-gray .section-middle .left-half{width:100%;padding:0 50px 50px;}}.page-template-LEED-ND .container-middle-gray .section-middle .left-half h1{font-family:'Oswald',sans-serif;font-weight:500;font-size:48px;line-height:48px;text-transform:uppercase;margin-bottom:20px;}.page-template-LEED-ND .container-middle-gray .section-middle .left-half p{line-height:26px;margin-bottom:20px;font-size:16px;}.page-template-LEED-ND .container-middle-gray .section-middle .right-half{width:50%;padding:0 0 0 50px;float:right;}@media(max-width:1250px){.page-template-LEED-ND .container-middle-gray .section-middle .right-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-middle-gray .section-middle .right-half{width:100%;text-align:center;}}.page-template-LEED-ND .container-middle-gray .section-middle .right-half img{max-height:391px;margin-bottom:100px;}.page-template-LEED-ND .container-middle-blue{background-color:#4c858e;}.page-template-LEED-ND .container-middle-blue .section-middle{margin:auto;max-width:1200px;padding:85px 0 60px 0;}@media(max-width:875px){.page-template-LEED-ND .container-middle-blue .section-middle{padding:85px 50px 60px;}}.page-template-LEED-ND .container-middle-blue .section-middle h1{font-family:'Oswald',sans-serif;text-transform:uppercase;color:#fff;font-size:31px;font-weight:500;text-align:center;margin-bottom:15px;}.page-template-LEED-ND .container-middle-blue .section-middle p{line-height:26px;color:#000;text-align:center;max-width:812px;margin:0 auto 40px;font-size:16px;}.page-template-LEED-ND .container-middle-blue .section-middle .icon-section{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:80px;}@media(max-width:930px){.page-template-LEED-ND .container-middle-blue .section-middle .icon-section{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-row-gap:40px;}}@media(max-width:575px){.page-template-LEED-ND .container-middle-blue .section-middle .icon-section{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr);grid-row-gap:25px;}}.page-template-LEED-ND .container-middle-blue .section-middle .icon-container{display:flex;flex-direction:column;align-items:center;}.page-template-LEED-ND .container-middle-blue .section-middle .icon-size{min-height:130px;}.page-template-LEED-ND .container-middle-blue .section-middle .icon{max-height:131px;max-width:131px;}.page-template-LEED-ND .container-middle-blue .section-middle .icon-label{color:#fff;text-transform:uppercase;max-width:258px;text-align:center;}.page-template-LEED-ND .container-middle-gray-2{background-color:#f4f3f2;}.page-template-LEED-ND .container-middle-gray-2 .section-middle{margin:auto;max-width:1200px;padding:60px 0 60px 0;position:relative;display:flow-root;text-align:center;}@media(max-width:875px){.page-template-LEED-ND .container-middle-gray-2 .section-middle{padding:45px 50px;}}.page-template-LEED-ND .container-middle-gray-2 .section-middle h1{font-family:'Oswald',sans-serif;font-weight:700;font-size:34px;line-height:48px;text-transform:uppercase;margin-bottom:30px;text-align:center;}.page-template-LEED-ND .container-middle-gray-2 .section-middle .testimonial-author{color:#943910;font-weight:400;font-size:16px;line-height:20px;}.page-template-LEED-ND .container-middle-gray-2 .section-middle .left-half{width:50%;padding:0 85px 0;float:left;}@media(max-width:875px){.page-template-LEED-ND .container-middle-gray-2 .section-middle .left-half{width:100%;padding:25px 50px;}}.page-template-LEED-ND .container-middle-gray-2 .section-middle .left-half p{color:#943910;font-weight:500;font-size:24px;line-height:35px;margin-bottom:20px;text-align:center;}.page-template-LEED-ND .container-middle-gray-2 .section-middle .right-half{width:50%;padding:0 85px 0;float:right;}@media(max-width:875px){.page-template-LEED-ND .container-middle-gray-2 .section-middle .right-half{width:100%;padding:25px 50px;}}.page-template-LEED-ND .container-middle-gray-2 .section-middle .right-half p{color:#943910;font-weight:500;font-size:24px;line-height:35px;margin-bottom:20px;text-align:center;}.page-template-LEED-ND .container-video .section-middle{margin:auto;max-width:1200px;padding:95px 0 95px 0;position:relative;display:flow-root;}@media(max-width:875px){.page-template-LEED-ND .container-video .section-middle{padding:50px 0;}}.page-template-LEED-ND .container-video .section-middle .left-half{width:50%;padding:0;float:left;}@media(max-width:1250px){.page-template-LEED-ND .container-video .section-middle .left-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-video .section-middle .left-half{width:100%;padding:25px 50px;text-align:center;}}.page-template-LEED-ND .container-video .section-middle .left-half img{max-height:391px;}.page-template-LEED-ND .container-video .section-middle .right-half{width:50%;padding:0 0 0 50px;float:right;}@media(max-width:1250px){.page-template-LEED-ND .container-video .section-middle .right-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-video .section-middle .right-half{width:100%;padding:25px 50px;}}.page-template-LEED-ND .container-video .section-middle .right-half h1{font-family:'Oswald',sans-serif;font-weight:700;font-size:48px;line-height:58px;text-transform:uppercase;margin-bottom:20px;}.page-template-LEED-ND .container-video .section-middle .right-half p{line-height:26px;margin-bottom:20px;font-size:16px;}.page-template-LEED-ND .container-stats{background-color:#303c42;}.page-template-LEED-ND .container-stats .section-middle{margin:auto;max-width:1200px;padding:85px 0 95px 0;}@media(max-width:875px){.page-template-LEED-ND .container-stats .section-middle{padding:85px 50px 95px;}}.page-template-LEED-ND .container-stats .section-middle h1{font-family:'Oswald',sans-serif;text-transform:uppercase;color:#fff;font-size:31px;font-weight:500;text-align:center;margin-bottom:15px;}.page-template-LEED-ND .container-stats .section-middle p{line-height:26px;color:#fff;text-align:center;max-width:812px;margin:0 auto 40px;font-size:16px;}.page-template-LEED-ND .container-stats .section-middle .stat-section{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:20px;max-width:880px;margin:55px auto 0;}@media(max-width:875px){.page-template-LEED-ND .container-stats .section-middle .stat-section{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-row-gap:40px;}}@media(max-width:550px){.page-template-LEED-ND .container-stats .section-middle .stat-section{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,1fr);grid-row-gap:60px;}}.page-template-LEED-ND .container-stats .section-middle .stat-container{display:flex;flex-direction:column;align-items:center;color:#fff;text-transform:uppercase;max-width:190px;text-align:center;line-height:15px;}@media(max-width:875px){.page-template-LEED-ND .container-stats .section-middle .stat-container{margin:0 auto;}}.page-template-LEED-ND .container-stats .section-middle .stat-container .stat{font-family:'Oswald',sans-serif;font-size:44px;font-weight:500;}.page-template-LEED-ND .container-stats .section-middle .stat-container .detail{font-size:12px;font-weight:500;}.page-template-LEED-ND .container-landscape{background-color:#fff;}.page-template-LEED-ND .container-landscape .section-middle{margin:auto;max-width:1200px;padding:60px 0;position:relative;display:flow-root;}.page-template-LEED-ND .container-landscape .section-middle .right-half{width:50%;padding:0 0 0 50px;float:right;}@media(max-width:1250px){.page-template-LEED-ND .container-landscape .section-middle .right-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-landscape .section-middle .right-half{width:100%;padding:25px 50px;text-align:center;}}.page-template-LEED-ND .container-landscape .section-middle .right-half .small-images{display:flex;width:inherit;gap:7px;max-width:484px;}@media(max-width:875px){.page-template-LEED-ND .container-landscape .section-middle .right-half .small-images{margin:0 auto;max-width:561px;}.page-template-LEED-ND .container-landscape .section-middle .right-half .small-images img{padding:15px 0;width:50%;}}.page-template-LEED-ND .container-landscape .section-middle .left-half{width:50%;padding:0 50px 0 0;float:left;}@media(max-width:1250px){.page-template-LEED-ND .container-landscape .section-middle .left-half{padding:0 50px;}}@media(max-width:875px){.page-template-LEED-ND .container-landscape .section-middle .left-half{width:100%;padding:25px 50px;}}.page-template-LEED-ND .container-landscape .section-middle .left-half h1{font-family:'Oswald',sans-serif;font-weight:500;font-size:48px;line-height:58px;text-transform:uppercase;margin-bottom:20px;}.page-template-LEED-ND .container-landscape .section-middle .left-half p{line-height:26px;margin-bottom:20px;font-size:16px;}.page-template-LEED-ND .container-landscape .section-middle .left-half strong{font-weight:500;}.page-template-LEED-ND .container-landscape .section-middle .left-half ul{list-style:disc;padding:0 18px;line-height:23px;margin-bottom:20px;margin-top:-10px;}.page-template-LEED-ND .container-impact .section-middle{margin:auto;max-width:1200px;padding:85px 0 60px 0;}@media(max-width:875px){.page-template-LEED-ND .container-impact .section-middle{padding:65px 50px 40px;}}.page-template-LEED-ND .container-impact .section-middle h1{font-family:'Oswald',sans-serif;text-transform:uppercase;color:#fff;font-size:39px;font-weight:500;text-align:center;margin-bottom:35px;}.page-template-LEED-ND .container-impact .section-middle p{line-height:26px;color:#fff;text-align:center;max-width:812px;margin:0 auto 20px;font-size:18px;}.page-template-LEED-ND .container-bottom .section-bottom{max-width:886px;margin:0 auto;padding-bottom:70px;padding-top:30px;}.page-template-LEED-ND .container-bottom .section-bottom h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;text-align:center;margin:60px auto 40px auto;}.page-template-LEED-ND .container-bottom .section-bottom h2 span{display:inline-block;position:relative;}.page-template-LEED-ND .container-bottom .section-bottom h2 span:before,.page-template-LEED-ND .container-bottom .section-bottom h2 span:after{content:"";position:absolute;height:5px;border-top:4px solid #c8d8da;top:0;width:105%;}.page-template-LEED-ND .container-bottom .section-bottom h2 span:before{right:100%;margin-right:15px;}.page-template-LEED-ND .container-bottom .section-bottom h2 span:after{left:100%;margin-left:15px;}.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy{font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:34px;letter-spacing:.005em;}.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy-top p,.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy-top img{margin-bottom:35px;}.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy-left,.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy-right{font-weight:700;line-height:34px;letter-spacing:0;width:50%;float:left;}.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy-left ul,.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy-right ul{list-style:disc;margin-left:1em;}.page-template-LEED-ND .container-bottom .section-bottom .bottom_copy-left ul{max-width:325px;}@media screen and (max-width:768px){.page-template-LEED-ND .container-middle-green .section-middle .middle_copy,.page-template-LEED-ND .container-middle-white .section-middle .middle_copy{padding:20px;}.page-template-LEED-ND .container-middle-green .section-middle{padding:20px;}.page-template-LEED-ND .container-middle-green .section-middle .bottom_copy-left,.page-template-LEED-ND .container-middle-green .section-middle .bottom_copy-right{float:none;width:100%;}}.page-template-TheYardClub .part--photo-gallery{margin:80px auto;}.page-template-CustomListing .container--property-listings .listing .listing_img .image{height:225px;}.page-template-CustomListing .container--property-listings .listing .listing_img .image a{display:block;}.page-template-CustomListing .container--property-listings .listing .listing_img .image a:focus{border:0;}.page-template-CustomListing .container--property-listings .listing .listing_img .image a:focus img{border:1px dotted #d6d6d6;}.page-template-CustomListing .container--property-listings .listing .listing_img .image img{position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;max-height:225px;max-width:325px;}.container-tenants{max-width:1175px;margin:0 auto;text-align:left;padding-bottom:40px;padding-top:20px;overflow:hidden;}.container-tenants h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;margin:20px auto 30px auto;padding-top:20px;}.container-tenants .blue-line{margin-top:15px;margin-bottom:15px;border-top:4px solid #c8d8da;}.container-tenants h4,.container-tenants a{color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:34px;}.container-tenants a:hover,.container-tenants:focus{text-decoration:underline;}.container-tenants .documents{margin-bottom:25px;}.container-tenants .announcement,.container-tenants .event,.container-tenants .coop{padding-top:5px;padding-bottom:5px;}.container-tenants .announcement:before{background-image:url(../img/tenants/icon-announcement.png);background-position:center center;background-repeat:no-repeat;background-size:contain;content:'';display:block;height:36px;left:0;position:relative;top:0;width:36px;float:left;margin-right:10px;}.container-tenants .event:before{background-image:url(../img/tenants/icon-calendar.png);background-position:center center;background-repeat:no-repeat;background-size:contain;content:'';display:block;height:36px;left:0;position:relative;top:0;width:36px;float:left;margin-right:10px;}.container-tenants .coop:before{background-image:url(../img/tenants/icon-recap.png);background-position:center center;background-repeat:no-repeat;background-size:contain;content:'';display:block;height:36px;left:0;position:relative;top:0;width:36px;float:left;margin-right:10px;}@media screen and (max-width:1175px){.container-tenants h2{padding-left:10px;padding-right:10px;}.container-tenants .documents{padding-left:10px;padding-right:10px;}}.page-template-ResidentResources .container--headline h1{text-align:center;}.page-template-ResidentResources .container--copy p{text-align:center;}.container-resident-resources{max-width:1175px;margin:0 auto;text-align:left;padding-top:20px;overflow:hidden;}.container-resident-resources h2{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;margin:20px auto 30px auto;padding-top:20px;text-align:center;}.container-resident-resources .blue-line{margin-top:15px;margin-bottom:15px;border-top:4px solid #c8d8da;}.container-resident-resources h4{color:#953910;font-family:'Oswald',sans-serif;font-weight:500;font-size:20px;line-height:34px;}.container-resident-resources a{color:#953910;font-weight:bold;}.container-resident-resources a:hover,.container-resident-resources:focus{text-decoration:underline;}.container-resident-resources .documents{margin-bottom:25px;}.container-resident-resources .announcement,.container-resident-resources .event,.container-resident-resources .coop{padding-top:5px;padding-bottom:5px;}.container-resident-resources .announcement-title:before{background-image:url(../img/gallery-right-black.png);background-position:center center;background-repeat:no-repeat;background-size:contain;content:'';display:block;height:20px;left:0;position:relative;top:5px;width:20px;float:left;margin-right:10px;transform:rotate(0deg);-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out;transition:transform .5s ease-in-out;}.container-resident-resources .announcement-title:hover:before{background-image:url(../img/gallery-right-black.png)!important;}.container-resident-resources .announcement-title.collapsed:before{transform:rotate(90deg);background-image:url(../img/gallery-right.png);}.container-resident-resources .announcement-text{padding-left:30px;}.pool-closed{background:#325e64;background:-moz-linear-gradient(0deg,#325e64 0%,#4e868e 100%);background:-webkit-linear-gradient(0deg,#325e64 0%,#4e868e 100%);background:linear-gradient(0deg,#325e64 0%,#4e868e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#325e64",endColorstr="#4e868e",GradientType=1);border:1px solid #fff;padding:25px 15px;text-align:center;margin-bottom:25px;color:#fff!important;}.pool-closed strong{font-weight:bold;color:#fff!important;}@media screen and (max-width:1175px){.container-resident-resources h2{padding-left:10px;padding-right:10px;}.container-resident-resources .documents{padding-left:10px;padding-right:10px;}}.container-full-width{max-width:1175px;margin:0 auto;padding-top:30px;padding-bottom:40px;overflow:hidden;}.container-full-width h1{color:#487c84;font-family:'Oswald',sans-serif;font-weight:500;font-size:30px;line-height:4px;text-transform:uppercase;text-align:center;margin:0 auto 40px auto;padding-top:25px;}.container-full-width h1 span{display:inline-block;position:relative;}.container-full-width h1 span:before,.container-full-width h1 span:after{content:"";position:absolute;height:5px;border-top:4px solid #c8d8da;top:0;width:500px;}.container-full-width h1 span:before{right:100%;margin-right:15px;}.container-full-width h1 span:after{left:100%;margin-left:15px;}.container-full-width .copy{font-family:'Lato',sans-serif;font-weight:400;font-size:14px;line-height:34px;letter-spacing:.005em;}.container-full-width .copy p{margin-bottom:20px;}.container-full-width .copy ul{list-style:disc;}.container-full-width .copy ul li{list-style-position:inside;padding-left:20px;}.container-full-width .copy em{font-style:italic;}.container-full-width .copy strong{font-weight:700;}.container-full-width .copy a{font-weight:700;color:#303c42;}@media screen and (max-width:768px){.container-full-width .section-full-width{padding:10px;}}