@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700|Roboto:300,400,500,700');html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{font-size:1em;cursor:pointer}html{font-family:'Roboto',sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}p{line-height:2em;margin-bottom:2em}ul li,ol li{line-height:em}ul ul,ol ul,ul ol,ol ol{margin-top:0;margin-bottom:0}blockquote{line-height:2em;margin-bottom:2em}h1,h2,h3,h4,h5,h6{font-family:'Roboto Slab',serif;font-weight:700;line-height:2em}h1{font-size:2em;line-height:2rem}h2{font-size:1em}code{vertical-align:bottom}.checkbox{position:relative;display:block;cursor:pointer;padding-left:33px}.checkbox input{position:absolute;z-index:-1;opacity:0}.checkbox__indicator:after{content:"";position:absolute;display:none}.checkbox input:checked~.checkbox__indicator{background:#2aa1c0}.checkbox__indicator{width:16px;height:16px;border:2px solid #000000;position:absolute;left:0;top:-2px}.checkbox input:checked~.checkbox__indicator{display:block}.checkbox .control__indicator:after{left:8px;top:4px;width:3px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}label{font-weight:bold}input,label{display:block}input[type="text"],input[type="email"],input[type="password"],input[type="date"]{padding:0 16px;height:48px;border:.8px solid #e3e3e3;box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);font-weight:bold;font-size:12px}input[type="text"].form-field--password,input[type="text"].form-field--search,input[type="text"].form-field--email,input[type="email"].form-field--password,input[type="email"].form-field--search,input[type="email"].form-field--email,input[type="password"].form-field--password,input[type="password"].form-field--search,input[type="password"].form-field--email,input[type="date"].form-field--password,input[type="date"].form-field--search,input[type="date"].form-field--email{padding-left:43px}input[type="text"] ::-moz-placeholder,input[type="text"] ::-ms-input-placeholder,input[type="text"] ::-webkit-input-placeholder,input[type="email"] ::-moz-placeholder,input[type="email"] ::-ms-input-placeholder,input[type="email"] ::-webkit-input-placeholder,input[type="password"] ::-moz-placeholder,input[type="password"] ::-ms-input-placeholder,input[type="password"] ::-webkit-input-placeholder,input[type="date"] ::-moz-placeholder,input[type="date"] ::-ms-input-placeholder,input[type="date"] ::-webkit-input-placeholder{color:#e3e3e3}input[type="text"].error,input[type="email"].error,input[type="password"].error,input[type="date"].error{color:#ff2e2e;border:1px solid #ff2e2e}.form-field--password{background:url(../../../images/icons/password.svg) no-repeat scroll 14px 17px}.form-field--search{background:url(../../../images/icons/search.svg) no-repeat scroll 14px 17px}.form-field--email{background:url(../../../images/icons/email.svg) no-repeat scroll 14px 17px}.control-group{display:inline-block;vertical-align:top;background:#fff;text-align:left;box-shadow:0 1px 2px rgba(0,0,0,0.1);padding:30px;width:200px;height:210px;margin:10px}.control{display:block;position:relative;padding-left:30px;cursor:pointer}.control input{position:absolute;z-index:-1;opacity:0}.control__indicator{position:absolute;top:-2px;left:0;height:16px;width:16px;background:#ffffff;border:1px solid black}.control--radio .control__indicator{border-radius:50%}.control:hover input~.control__indicator,.control input:focus~.control__indicator{background:#ffffff}.control input:checked~.control__indicator{background:#c8d400}.control:hover input:not([disabled]):checked~.control__indicator,.control input:checked:focus~.control__indicator{background:#c8d400}.control input:disabled~.control__indicator{background:#e6e6e6;opacity:.6;pointer-events:none}.control__indicator:after{content:"";position:absolute;display:none}.control input:checked~.control__indicator:after{display:block}.control--checkbox .control__indicator:after{left:4px;top:1px;width:3px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.control--checkbox input:disabled~.control__indicator:after{border-color:#9b9b9b}.control--radio .control__indicator:after{left:7px;top:7px;height:6px;width:6px;border-radius:50%;background:#fff}.control--radio input:disabled~.control__indicator:after{background:#7b7b7b}.select{position:relative;display:inline-block;margin-bottom:15px;width:100%}.select select{display:inline-block;width:100%;cursor:pointer;padding:10px 15px;outline:0;border:0;border-radius:0;background:#e6e6e6;color:#7b7b7b;appearance:none;-webkit-appearance:none;-moz-appearance:none}.select select::-ms-expand{display:none}.select select:hover,.select select:focus{color:#000;background:#ccc}.select select:disabled{opacity:.5;pointer-events:none}.select__arrow{position:absolute;top:16px;right:15px;width:0;height:0;pointer-events:none;border-style:solid;border-width:8px 5px 0 5px;border-color:#7b7b7b transparent transparent transparent}.select select:hover~.select__arrow,.select select:focus~.select__arrow{border-top-color:#000}.select select:disabled~.select__arrow{border-top-color:#ccc}.form__group label{margin-bottom:.7em}.form-group--half{width:49%}@media screen and (max-width:480px){.form-group--half{width:48%}.account-data-header>.account-data-description{display:contents}.account-data-amount.filter img{position:relative;top:5px;left:9px}}.form-group--full{width:100%}.chart-number{font-size:.4em;line-height:1;text-anchor:middle;-moz-transform:translateY(-0.25em);-ms-transform:translateY(-0.25em);-webkit-transform:translateY(-0.25em);transform:translateY(-0.25em)}.chart-label{font-size:.25em;font-family:"Roboto Slab",serif;font-weight:700;line-height:2em;text-anchor:middle;-moz-transform:translateY(.7em);-ms-transform:translateY(.7em);-webkit-transform:translateY(.7em);transform:translateY(-0.3em)}figure{display:flex;justify-content:space-around;flex-direction:column}@media (min-width:768px){figure{flex-direction:row}}.figure-content,.figure-key{flex:1;padding-left:15px;padding-right:15px;align-self:center}.figure-content svg{height:auto}.figure-key{min-width:calc(8 / 12)}.figure-key [class*="shape-"]{margin-right:6px}.figure-key-list{margin:0;padding:0;list-style:none}.figure-key-list li{margin:0 0 8px;padding:0}.shape-circle{display:inline-block;vertical-align:middle;width:32px;height:32px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.shape-fuschia{background-color:#c8d400}.shape-lemon-lime{background-color:#0067b2}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.ui-widget.ui-widget-content{padding:2em;background-color:#ffffff;border:.8px solid #e3e3e3;box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);margin-top:1em;z-index:2 !important}.ui-menu-item{line-height:30px;font-size:14px}.ui-datepicker .ui-datepicker-header{position:relative}.ui-datepicker-div{background-color:#ffffff}.ui-datepicker-prev,.ui-datepicker-next{width:24px;height:24px;cursor:pointer}.ui-datepicker-prev{right:2em;background:url("../../../images/icons/left.svg") no-repeat;order:2;margin-right:1em}.ui-datepicker-next{right:2em;background:url("../../../images/icons/right.svg") no-repeat;order:3}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{visibility:hidden}.ui-datepicker-next{right:0;width:1.8em}.ui-datepicker-month,.ui-datepicker-year{color:#0067b2;font-weight:bold;font-size:15px}.ui-datepicker-title{margin-right:6.3em}.ui-datepicker-header{margin-bottom:1.75em;display:flex;align-items:center}.ui-datepicker-calendar{width:100%}.ui-datepicker-calendar a{text-decoration:none}.ui-datepicker-calendar th,.ui-datepicker-calendar td{width:2em;height:2em;display:flex;align-items:center;justify-content:center}.ui-datepicker-calendar th{color:#0067b2;width:2.5em;height:2.5em;font-size:12px;font-weight:bold;margin-bottom:1em;text-transform:uppercase}.ui-datepicker-calendar thead{display:block}.ui-datepicker-calendar tr{display:flex;justify-content:space-between}.ui-datepicker-calendar th{display:flex;align-items:center}.ui-datepicker-calendar tbody tr{margin-bottom:1em}.ui-datepicker-calendar td a{display:flex;align-items:center;justify-content:center;font-size:12px;color:#000000}.ui-datepicker-current-day{border-radius:50%;background-color:#0067b2}.ui-datepicker-current-day a{color:#ffffff !important}html,body{height:100%}.container{margin-right:auto;margin-left:auto;max-width:60em;position:relative}@media screen and (max-width:1024px){.container{margin:0 1.5em}}@media screen and (max-width:767px){.container{margin:0 .5em}}@media screen and (max-width:300px){.container{margin:0 10px}}.container-fluid{margin-right:auto;margin-left:auto}.large-1{width:8.33333333%}.large-2{width:16.66666667%}.large-3{width:25%}.large-4{width:33.33333333%}.large-5{width:41.66666667%}.large-6{width:50%}.large-7{width:58.33333333%}.large-8{width:66.66666667%}.large-9{width:75%}.large-10{width:83.33333333%}.large-11{width:91.66666667%}.large-12{width:100%}.large-offset-0{margin-left:0 !important}.large-offset-1{margin-left:8.33333333% !important}.large-offset-2{margin-left:16.66666667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.33333333% !important}.large-offset-5{margin-left:41.66666667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.33333333% !important}.large-offset-8{margin-left:66.66666667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.33333333% !important}.large-offset-11{margin-left:91.66666667% !important}.columns{float:left;padding-left:15px;padding-right:15px}footer{margin-top:3em;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:center;align-items:center;padding:2.7em 0}header{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;align-items:center;justify-content:space-between;position:relative;margin:1em 0;min-height:48px}.btn,.btn--color-red,.btn--color-green,.btn--color-grey,.btn--success,.btn--error{text-decoration:none;text-align:center;vertical-align:middle;display:inline-block;padding:15px;border:none;background:none;color:#ffffff;text-transform:uppercase;font-weight:700;-webkit-transition:all .25s ease-in;-khtml-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;cursor:pointer}.btn:hover,.btn--color-red:hover,.btn--color-green:hover,.btn--color-grey:hover,.btn--success:hover,.btn--error:hover{color:#ffffff}.btn--color-red{background-color:#0067b2;margin-bottom:2px}.btn--color-red.btn--disabled{background-color:#46adf8}.btn--color-red:hover{background-color:#1e85d0}.btn--color-red.btn--light{background:transparent;border:1px solid #0067b2;color:#0067b2}.btn--color-red.btn--light:hover{background-color:#0067b2;color:#ffffff}.btn--color-green{background-color:#c8d400}.btn--color-green.btn--disabled{background-color:#ffff46}.btn--color-green:hover{background-color:#e6f21e}.btn--color-green.btn--light{background:transparent;border:1px solid #c8d400;color:#c8d400}.btn--color-green.btn--light:hover{background-color:#c8d400;color:#ffffff}.btn--color-grey{background-color:#333333}.btn--color-grey.btn--disabled{background-color:#9b9b9b}.btn--color-grey:hover{background-color:#000000}.btn--color-grey.btn--light{background:transparent;border:1px solid #333333;color:#333333}.btn--color-grey.btn--light:hover{background-color:#000000;color:#ffffff}.btn--success{background-color:#07d869}.btn--success.btn--disabled{background-color:#07d869}.btn--success:hover{background-color:#07d869}.btn--error{background-color:#ff2e2e}.btn--error.btn--disabled{background-color:#ff2e2e}.btn--error:hover{background-color:#ff2e2e}.btn--large{padding:1em 9.8em}@media screen and (max-width:480px){.btn--large{padding:1em .6em}}.btn--small{padding:1em}.btn--small--viewing{padding:7px;width:70.3px;height:32px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;font-size:16px}.link{font-size:1em;text-decoration:underline;font-weight:700;-webkit-transition:color .25s ease-in;-khtml-transition:color .25s ease-in;-moz-transition:color .25s ease-in;-ms-transition:color .25s ease-in;-o-transition:color .25s ease-in;transition:color .25s ease-in}.link--red{color:#0067b2}.link--red.disabled{color:#50b7ff}.link--red:hover:not(.disabled):not(.btn):not(.btn--color-red):not(.btn--color-green):not(.btn--color-grey):not(.btn--success):not(.btn--error){color:#1e85d0}.link--green{color:#0067b2}.link--green.disabled{color:#e6f21e}.link--green:hover:not(.disabled):not(.btn):not(.btn--color-red):not(.btn--color-green):not(.btn--color-grey):not(.btn--success):not(.btn--error){color:#e6f21e}.link--grey{color:#333333}.link--grey.disabled{color:#9b9b9b}.link--grey:hover:not(.disabled):not(.btn):not(.btn--color-red):not(.btn--color-green):not(.btn--color-grey):not(.btn--success):not(.btn--error){color:#000000}.pagination{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;align-items:center;justify-content:center;position:relative}.pagination a{cursor:pointer}.pagination__pages{margin:0 2.8em;font-weight:700}@media screen and (max-width:768px){.pagination__pages{margin:0 .28em}}.avatar{width:9em;height:9em}@media screen and (max-width:768px){.avatar{width:7em;height:7em}}@media screen and (max-width:320px){.avatar{width:2em;height:2em}}.portfolio-card{box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);border:solid .8px #e4e4e4}.portfolio-card img{display:block;object-fit:cover}.portfolio-card .portfolio-card__content{background-color:#ffffff;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column;justify-content:space-between;padding:1.6em}.portfolio-card .portfolio-card__content.card__content--border-red{border-top:4px solid #0067b2}.portfolio-card .portfolio-card__content.card__content--border-green{border-top:4px solid #c8d400}.portfolio-card .portfolio-card__content.card__content--border-grey{border-top:4px solid #333333}.portfolio-card .portfolio-card__content h2{text-transform:uppercase;margin-bottom:1rem}.overview .owl-nav{margin-top:-34px}.chart-loader-nav button{background:none;border:none;font-size:24px}.chart-loader-nav .chart-nav-prev{float:left;width:20px}.chart-loader-nav .chart-nav-next{float:right;width:20px}.chart-loader-nav .chart-date{width:232px;display:inline-block;text-align:center;margin:auto;margin-top:10px}.stats__value{font-size:1.75em;color:#3a3a3c}@media screen and (max-width:480px){.stats__value{font-size:1.2em}}.graph-card{box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);border:solid .8px #e4e4e4;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;max-width:504px;padding:2.25em 3.625em;align-items:center;background-color:#ffffff}@media screen and (max-width:825px){.graph-card{max-width:100%;width:100%}}@media screen and (max-width:722px){.graph-card{padding:1em;width:100%;margin-bottom:1em}}@media screen and (max-width:480px){.graph-card{padding:1em;width:100%;margin-bottom:1em}}.graph-card__stats{text-align:center;width:125px}.graph-card__graph{font-size:140px;position:relative;width:1em;height:1em;background-color:#0067b2;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}.graph-card__content{position:absolute;z-index:2;left:0;top:0;width:1em;text-align:center;line-height:.2em}.graph-value{font-size:32px;color:#c8d400}.graph-description{font-size:16px}.graph-slice{position:absolute;width:1em;height:1em;clip:rect(auto, auto, auto, auto)}.bar{position:absolute;border:.1em solid #c8d400;width:1em;height:1em;clip:rect(0, .5em, 1em, 0);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;transform:rotate(180deg)}.graph-card__graph:after{position:absolute;top:.08em;left:.08em;display:block;content:" ";-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:#ffffff;width:.84em;height:.84em;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:ease-in;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in}img{max-width:100%;display:inline-block}.main-logo{position:absolute;top:50%;left:50%;width:205px;height:48px;margin-top:-24.5px;margin-left:-108px}@media screen and (max-width:768px){.main-logo{width:158px;height:37px;margin-top:-16px;margin-left:-80px}}.profile-menu{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:row;align-items:center}.profile-menu__message,.profile-menu__icon{cursor:pointer;margin-right:1em;transition:transform .2s ease-in}.profile-menu__message.open,.profile-menu__icon.open{transform:rotate(180deg)}@media screen and (max-width:768px){.profile-menu__message{display:none}}.profile-menu__icon{background:url("../../../images/icons/chevron-down.svg") no-repeat;width:1em;height:1em}.profile-menu__image{width:2em;height:2em;border-radius:50%}.content-section{padding-top:4.15em;margin-bottom:4em}.overview-section{display:flex;justify-content:center;background:linear-gradient(168deg, rgba(243,243,244,0.1), rgba(39,39,39,0.1));align-items:center;padding:4.25em 0}.overview-section input{background-color:#ffffff}.overview-section h1 a{color:#0067b2}.margin_0{margin:0 !important}@media screen and (max-width:768px){.overview-section{padding:2em 2em}}@media screen and (max-width:1024px){.overview-section{padding:2em 1.5em}}@media screen and (max-width:480px){.overview-section{padding:1.5em .5em .5em .5em}.overview-section h1{top:-8px !important}}@media screen and (max-width:300px){.overview-section{padding:1em .625em}}.overview-section h1{align-self:flex-start;color:#0067b2;margin-bottom:2.75rem;position:relative}.overview-section--banner{height:21em}.banner-height{height:auto !important}.overview-section__content{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;width:100%;flex-direction:column;max-width:60em;align-items:center}@media (max-width:1024px){.overview-section__content{max-width:61em}}.overview-section__content .overview-btn{width:20.75em}@media screen and (max-width:300px){.overview-section__content .overview-btn{display:inline-block;width:100%;padding-right:2em;padding-left:2em}}.backto-profile{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;width:100%;flex-direction:column;max-width:60em;align-items:center;margin-bottom:7.8rem}.profile-section{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;width:100%;flex-direction:column;max-width:60em;align-items:center}.data-grid{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column;flex-wrap:wrap;height:240px;width:100%}@media screen and (max-width:825px){.data-grid{flex-direction:row;height:auto;justify-content:space-between}}@media screen and (max-width:722px){.data-grid .stats__description{line-height:1.5em}}.stats-card{padding:1em;box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);border:solid .8px #e4e4e4;text-align:center;background-color:#ffffff}.stats-card h2{color:#333333}.property-stats .stats-card{padding:1.6em}.data-grid .stats-card{height:96px;margin:0 1em 1em 0}@media screen and (max-width:825px){.data-grid .stats-card{width:45.333%;margin-right:0}}@media screen and (max-width:480px){.data-grid .stats-card{width:48.333%;height:auto;margin-bottom:1em;margin-right:0}}.data-grid .graph-card{height:208px}@media screen and (max-width:825px){.data-grid .graph-card{width:100%;margin-bottom:1em;justify-content:space-around}}.shortcuts-section h1{color:#0067b2;margin-bottom:2.75rem}.news-info h1,.other-serv h1,.service-info h1{color:#0067b2;margin-bottom:2.75rem}.shortcuts-list{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:480px){.shortcuts-list{justify-content:center}}.shortcuts-list li{flex:1 0 21%}.two .shortcuts-list li{width:49% !important}@media screen and (max-width:767px){.shortcuts-list li{flex:1 0 100%;width:100%;margin-bottom:1em}.two .shortcuts-list li{width:100% !important;margin-bottom:1em}.shortcuts-list li:last-child,.two .shortcuts-list li:last-child{margin-bottom:0}.shortcuts-list .portfolio-card__content{padding:1.2em}.shortcuts-list .portfolio-card__content div{display:flex;flex-direction:row;justify-content:space-between}.shortcuts-list .portfolio-card__content div p{width:65%;font-size:12px;margin-bottom:0}.shortcuts-list .portfolio-card__content div a{line-height:1em;width:35%;float:right;text-align:end}.backto-profile{margin-bottom:12.9em}}.shortcuts-list--property{justify-content:center}.shortcuts-list--property li{margin-right:1em;margin-bottom:1em}.shortcuts-list--property li:last-child{margin-right:0}.footer-links{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;font-size:.75em}.footer-links li{margin-right:2.37em;width:136px;text-align:center}@media screen and (max-width:480px){.footer-links li{width:48%;margin-right:0}}.footer-links li:last-child{margin-right:0}@media screen and (max-width:480px){.footer-links li:last-child{width:100%;margin-top:2em}}.footer-links a{-webkit-transition:all .25s ease-in;-khtml-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;color:#333333;text-decoration:none}.footer-links a:hover{text-decoration:underline}.nav-wrapper{position:relative}nav{position:absolute;z-index:20;height:0;flex-grow:.0001;background-color:#333333;width:100%;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:center;color:#ffffff;padding:0 0;transition:all .15s ease-in;overflow:hidden;z-index:9999}nav.visible{height:auto;flex-grow:1;padding:2.25em 0}nav ul{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column}nav ul li{position:relative;margin-bottom:2em}nav ul li a{color:#ffffff;text-decoration:none;font-weight:700}.nav__icon{position:absolute;top:0;left:-3em}.menu-button{background:url("../../../images/icons/burger-menu.svg") no-repeat;cursor:pointer;width:71px;height:48px}.menu-button input{cursor:pointer;display:block;opacity:0;width:70px;height:48px;position:absolute;left:0;top:10px;z-index:2}.profile-nav{position:absolute;top:0;right:0;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column;background-color:#333333;z-index:3;width:158px;flex-grow:.0001;overflow:hidden;padding:0;-webkit-transition:all .25s ease-in;-khtml-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;height:0}.profile-nav.visible{flex-grow:1;padding:1em;width:158px;height:auto}.profile-nav ul{text-align:center}.profile-nav ul li{margin-bottom:2em}.profile-nav ul li:last-child{margin-bottom:0}.profile-nav a{color:#ffffff;text-decoration:none;font-weight:700;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;align-items:center}.profile-nav img{margin-right:1em}.burger{background:url("../../../images/icons/burger-menu.svg") no-repeat}.menu-button.cross--large{background:url("../../../images/icons/cross-burger.svg") no-repeat}.cross--small{background:url("../../../images/icons/cross-small.svg") no-repeat}.search{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;align-items:center;width:100%;position:relative}.search input{width:82.333%}@media screen and (max-width:768px){.search input{width:100%}}.search__label{align-self:stretch}@media screen and (max-width:768px){.search__view-options{position:absolute;right:0;top:-48px;z-index:2}}.search__view-options--grid,.search__view-options--list{height:3em;width:3em;display:inline-block;cursor:pointer}.search__view-options--grid{background:url("../../../images/icons/search-view-grid-disabled.svg") no-repeat}.search__view-options--grid.active{background:url("../../../images/icons/search-view-grid-active.svg") no-repeat}.search__view-options--list{background:url("../../../images/icons/search-view-list-disabled.svg") no-repeat}.search__view-options--list.active{background:url("../../../images/icons/search-view-list-active.svg") no-repeat}.portfolio-section{padding:2em 0}.portfolio-section>h2{margin-bottom:2rem}.portfolio-section .pagination{align-self:center}.portfolio{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:2em}.portfolio--grid li{width:23%;margin-bottom:1em;margin-right:1em}.portfolio--grid li:nth-child(4n){margin-right:0}@media screen and (max-width:768px){.portfolio--grid li{flex-basis:45%;width:48.4%;margin-bottom:1em}.portfolio--grid li:last-child,.portfolio--grid li:nth-child(2){margin-right:0}}@media screen and (max-width:394px){.portfolio--grid li{flex-basis:100%;width:100%;margin-bottom:1em !important;margin-right:0 !important}}.portfolio--list{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column}.portfolio--list .first-row{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;padding:1em 0;border-bottom:1px solid #e4e4e4}.portfolio--list .first-row span{font-size:12px}.portfolio--list h2{text-transform:uppercase;display:inline-block}.portfolio-list__row{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;align-items:center;padding:1em 0;border-bottom:.5px solid #e4e4e4}.sys--error,.btn-sys-error{color:#ff2e2e;font-size:14px}span.btn-sys-error{padding:1em;background:transparent;border:1px solid #ff2e2e}@media screen and (max-width:480px){.portfolio-list__row .btn,.portfolio-list__row .btn--color-red,.portfolio-list__row .btn--color-green,.portfolio-list__row .btn--color-grey,.portfolio-list__row .btn--success,.portfolio-list__row .btn--error{font-size:10px}.sys--error,span.btn-sys-error{font-size:9px}}@media screen and (max-width:480px){.portfolio-list__row *{font-size:12px}}.firstrow__group:nth-of-type(1){width:19%}.row__group:nth-of-type(1){width:50%}.row__group:nth-of-type(2){width:25%}.portfolio-list__filter-btn{cursor:pointer;margin-right:1em;position:relative}.portfolio-list__filter-btn>input{opacity:0;position:absolute;top:-0.5em;left:-0.5em;z-index:2;width:2em;height:2em;cursor:pointer}.portfolio-list__filter-btn>input:checked~.portfolio-list__filter{visibility:visible}.portfolio-list__filter{visibility:collapse;position:absolute;padding:1em 1em 0 1em;border:1px solid #e4e4e4;width:13em;right:0;top:1em;background-color:#ffffff;z-index:3}.portfolio-list__filter label{margin-bottom:1em}.color-white{color:#ffffff !important}.color-red{color:#0067b2}.property-details-section{margin:0 auto}.property-details-section>.shortcuts-section{padding:5.4em 0 0 0}.property-details-section>h1{color:#0067b2;margin-bottom:2.75rem}.property-stats{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:6em}.property-stats .stats-card{margin-bottom:1em}@media screen and (max-width:320px){.property-stats>div:nth-child(3),.property-stats>div:nth-child(4){width:48.888%}}.stats-card--half{width:48.888%}@media screen and (max-width:480px){.stats-card--half{width:100%}}.stats-card--quarter{width:23.333%}@media screen and (max-width:722px){.stats-card--quarter{width:48.8%}}@media screen and (max-width:480px){.stats-card--quarter{width:47%}}.stats-card--quarter .stats__value{font-size:1.4em}@media screen and (max-width:722px){.stats-card--quarter .stats__value{font-size:1.2em}}.property-description-content{overflow:hidden;margin-bottom:15px}.property-description-content p{margin-bottom:1em}.thumbnail-photos img{margin-right:1em}.property-photos{margin-bottom:5.25em;margin-top:3em}.journal__list{margin-bottom:2em}.journal__list li:last-child{margin-bottom:0}.first{border-bottom:1px solid #e4e4e4;margin-bottom:0;padding-bottom:1em;font-size:12px}.journal{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column}.journal>.btn,.journal>.btn--color-red,.journal>.btn--color-green,.journal>.btn--color-grey,.journal>.btn--success,.journal>.btn--error{align-self:center}.journal__list-item{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column;position:relative;border-bottom:1px solid #e3e3e3;margin-bottom:2em}.journal__list-item>time{font-family:'Roboto Slab',serif;margin-bottom:1em;font-weight:700}.journal__list-item span{margin-bottom:1em;display:inline-block;width:75%}.journal__list-item p{font-size:12px;color:#979797;width:75%;margin-bottom:1em;line-height:1.33}.journal__list-item .btn,.journal__list-item .btn--color-red,.journal__list-item .btn--color-green,.journal__list-item .btn--color-grey,.journal__list-item .btn--success,.journal__list-item .btn--error{position:absolute;right:0;top:0}.jornalhr{margin-bottom:2em;border:0;border-top:1px solid #e3e3e3}.small-text{font-size:12px}.padding-top0{padding-top:0 !important}.event{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;align-items:center;border-bottom:1px solid #e3e3e3}.event--notification:before{content:" ";display:inline-block;width:71px;height:80px;background:url("../../../images/icons/notification.svg") no-repeat;margin-right:1em}.event--warning:before{content:" ";display:inline-block;width:71px;height:80px;background:url("../../../images/icons/warning.svg") no-repeat;margin-right:1em}.event__details{padding:0 0 0 0;margin-top:2em}.event__details h2{margin-bottom:1em;line-height:normal}.event__details span{font-size:16px;display:inline-block;margin-bottom:1em}.event__details p{font-size:12px;color:#979797;margin-bottom:1em;line-height:1.33}.events-section{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:space-between}.events-list{width:100%;margin-bottom:45px}.events-list>h2{margin-bottom:1em}@media screen and (max-width:722px){.events-list{width:100%}.journal__list-item>time{margin-bottom:2em}}.news-list{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:flex-start}.news-list .card{background-color:#ffffff;margin-bottom:1em;margin-right:1em;flex-basis:23%}.news-list .card:nth-child(4n){margin-right:0}@media screen and (max-width:768px){.news-list .card{flex-basis:45%}.news-list .card:nth-of-type(2n){margin-right:0}}@media screen and (max-width:480px){.news-list .card{flex-basis:100%;margin-right:0}}.docs-form{width:100%;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:2.75rem}.docs-form label{margin-bottom:1em}.docs-form .form-field--search{width:100%}.docs-form .form-field--date{width:100%;text-align:center;font-size:1em}@media screen and (max-width:722px){.docs-form .form-field--date{width:100%}}.docs-form .btn,.docs-form .btn--color-red,.docs-form .btn--color-green,.docs-form .btn--color-grey,.docs-form .btn--success,.docs-form .btn--error{margin-top:2em;padding:15px 45.5px}@media screen and (max-width:722px){.docs-form .btn,.docs-form .btn--color-red,.docs-form .btn--color-green,.docs-form .btn--color-grey,.docs-form .btn--success,.docs-form .btn--error{margin-top:0;width:100%;margin-top:33px}}.docs-form .form__group:nth-of-type(1){width:50%}@media screen and (max-width:980px){.docs-form .form__group:nth-of-type(1){width:100%}}.docs-form .form__group:nth-of-type(2),.docs-form .form__group:nth-of-type(3){width:15.6%}@media screen and (max-width:980px){.docs-form .form__group:nth-of-type(2),.docs-form .form__group:nth-of-type(3){width:30%}}@media screen and (min-width:769px) and (max-width:992px){.backto-profile{margin-bottom:11.4rem}}@media screen and (max-width:722px){.docs-form .form__group:nth-of-type(2),.docs-form .form__group:nth-of-type(3){width:23.5%}}@media screen and (max-width:480px){.docs-form .form__group:nth-of-type(2),.docs-form .form__group:nth-of-type(3){width:49%}}@media screen and (max-width:722px){.docs-form .form__group:nth-of-type(4){width:50%}}@media screen and (max-width:480px){.docs-form .form__group:nth-of-type(4){width:100%}}@media screen and (max-width:480px){.form__group{margin-bottom:3em}}input:focus{outline:0 none;border-color:#0067b2;box-shadow:0 1px 1px rgba(106,106,106,0.5)}.profile-image-upload form{position:relative;top:0;left:0;width:10em;height:10em}.profile-image-upload img{position:absolute;z-index:2;border-radius:50%}.profile-image-upload .upload-message{position:absolute;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:center;align-items:center;background-color:#9b9b9b;border-radius:50%;z-index:1;top:0;left:0;width:10em;height:10em}.profile-image-upload .upload-message a{width:5em;text-align:center;color:#ffffff}.profile__image{margin-bottom:1em}.overview-section h1.profile__name{align-self:center;width:9.6em;color:#000000;text-align:center}.profile-details__form{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:space-between;width:504px;margin-bottom:2em}@media screen and (max-width:722px){.profile-details__form{width:354px}}@media screen and (max-width:480px){.profile-details__form{width:100%}}.form__group{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1em}.form__group input{width:100%;margin-bottom:1em}.form__group input:last-child{margin-bottom:0}.profile-details{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column;align-items:center}.profile-details h1{align-self:flex-start;margin-bottom:2em}.right{text-align:right}.center{text-align:center}.flex-center{justify-content:center}.article-section{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:center}.article-section article{max-width:677px}.article-section h1{color:#0067b2}.article-section h1,.article-section h2{margin-bottom:1em}.article-section ul{list-style:disc}.article-section ol{list-style:decimal}.article-section ul,.article-section ol{padding-left:2em;margin-bottom:2em}.article-section strong{font-weight:700}.article-section em{font-style:italic}@media screen and (max-width:300px){.article-section p,.article-section li{font-size:.75em}}.intro{color:#9b9b9b;font-style:italic;margin-bottom:4em}.author{margin-bottom:2em}.author img{width:3em;height:3em;border-radius:50%;display:inline-block;margin-right:3em;vertical-align:top}@media screen and (max-width:300px){.author img{margin-right:2em}}.author .author-details{display:inline-block}@media screen and (max-width:300px){.author .author-details{width:180px}}.author .author-details *{display:block}.author .author-details__description,.author time{font-size:.75em}.author .author-details__description{color:#9b9b9b;margin-bottom:.2em}.author .author-details__name{margin-bottom:.2em}.captioned-image{margin-bottom:3em}.captioned-image img{margin-bottom:1em}.caption{display:block;color:#9b9b9b;font-size:.75em}@media screen and (max-width:300px){.caption{font-size:.5em;text-align:center}}ol{padding:1em;line-height:2.6}ol li{padding-left:1em}.login-form{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:center;max-width:504px}.login-form .form__group:nth-of-type(2){margin-bottom:2em}.login-section{margin-top:14em;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:center}.login-section h1{margin-bottom:1em}@media screen and (max-width:480px){.login-section{margin-top:3em}}.article-buttons{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;margin-top:6em}.error-section{-webkit-background:linear-gradient(168deg, rgba(205,188,11,0.1), rgba(1,81,81,0.1));-khtml-background:linear-gradient(168deg, rgba(205,188,11,0.1), rgba(1,81,81,0.1));-moz-background:linear-gradient(168deg, rgba(205,188,11,0.1), rgba(1,81,81,0.1));-ms-background:linear-gradient(168deg, rgba(205,188,11,0.1), rgba(1,81,81,0.1));-o-background:linear-gradient(168deg, rgba(205,188,11,0.1), rgba(1,81,81,0.1));background:linear-gradient(168deg, rgba(205,188,11,0.1), rgba(1,81,81,0.1));text-align:center;height:100%}.error-message-wrapper{padding-top:176px}.error-message{display:flex;flex-direction:column;align-items:center}.error-message span{padding-top:10px;font-weight:700;color:#ff2e65}@media screen and (max-width:320px){.error-message-wrapper{padding-top:96px}}.error-message-wrapper h1{color:#ff2e65}.error-message-wrapper p{font-size:.75em}.error-message-wrapper h1,.error-message-wrapper img,.error-message-wrapper p{margin-bottom:2rem}@media screen and (max-width:320px){.error-message-wrapper img{width:5em}}@media screen and (max-width:320px){p{font-size:.75em}}.shadow,.btn,.btn--color-red,.btn--color-green,.btn--color-grey,.btn--success,.btn--error,.portfolio-list__filter{box-shadow:0 2px 8px 0 rgba(0,0,0,0.05)}.Rectangle-5{height:336px}.tabs{width:960px;height:auto}.K-tabs{margin-bottom:3em;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-around;flex-wrap:wrap}.K-tabs ul{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.K-tabs ul li{height:35px;width:calc(100% / 5)}.K-tabs ul li a{font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;text-align:center;color:#979797;border:0;border-right:1px #9b9b9b solid;padding:0;width:100%;text-decoration:none;cursor:pointer}.K-tabs ul li hr{width:94%;border-top:3px #3a3a3c solid;visibility:hidden;margin-left:0}.K-tabs ul li:nth-last-child(1) a{border-right:none}.K-tabs ul li a:hover{background:none;border-color:none}.K-tabs ul li.active hr{visibility:visible}.K-tabs .nav-tabs>li.active>a{color:#3a3a3c}.nopadding{padding:0 !important}.tabs{width:100%;display:inline-block}.tab-links:after{display:block;clear:both;content:''}.tab-links li{float:left;list-style:none;font-family:'Roboto Slab',serif}.tab-links li a{cursor:pointer}.tab-links a{display:inline-block;color:#4a4a4a;transition:all linear .15s}.tab-links a:hover{background:#a7cce5;text-decoration:none}li.active a,li.active a:hover{background:#ffffff;color:#4a4a4a}.tab-content{display:block}.tab{display:none}.tab.active{display:block}.tab-overview{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:2.2em}.tab-overview .stats-card{flex-basis:49%;box-shadow:none;border:none;padding:0;margin-bottom:1em;height:96px}.tab-overview div.stats-card:nth-last-child(2),.tab-overview .stats-card:nth-last-child(3){flex-basis:23.8%}.tab-content .cells{padding:1.1em;box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);border:solid .8px #e3e3e3;text-align:center;background-color:#ffffff;height:100%}.heading{font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#333333}.margin-top60{margin-top:60px}.hideContent{overflow:hidden;line-height:1em;height:2em}.Show-more-{font-size:16px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;text-align:left;color:#c8d400}.hideContent{overflow:hidden;line-height:1em;height:2em}.showContent{line-height:1em;height:auto}.text-left{text-align:left}.separator{width:auto;height:2px;border:solid 1px #e3e3e3}.current-tenants{margin-top:29px;margin-bottom:23px}.current-tenants .heading{height:24px;font-family:Roboto Slab;font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;color:#333333}.current-tenants .tenant-details{width:auto;height:32px;margin-top:18px;font-family:Roboto;font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:2;letter-spacing:normal;color:#333333}@media (min-width:768px){.mobile-tabs{display:none !important}}@media (max-width:991px){.tab-links li a{cursor:pointer}.stats__value{font-size:1.3em;color:#c8d400}}@media (max-width:767px){.tab-links li a{cursor:pointer}.tab-overview .stats-card{flex-basis:100%}.tab-overview div.stats-card:nth-last-child(2),.tab-overview .stats-card:nth-last-child(3){flex-basis:49%}.desktop-tabs{display:none !important}.tab-cont .stats-card{width:100%}.tab-cont .stats-card-2{width:48% !important;margin-bottom:1em}.tab-content .stats-card-4{width:100%}.mobile-tabs{background:#ffffff;box-shadow:0 0 10px #ddd;padding:10px;position:fixed;bottom:0;width:100%;left:0}.mobile-tabs li{padding:4px 0 0 0;width:20%;text-align:center;margin:auto}footer{margin-top:0}.desktop-tabs{display:none !important}.tab-cont .stats-card{width:100%;height:80px;margin-bottom:16px}.tab-content .stats-card-4{width:100%}.mobile-tabs{background:#ffffff;box-shadow:0 0 10px #ddd;padding:10px;position:fixed;bottom:0;width:100%;left:0;z-index:9999}.mobile-tabs li{padding:4px 0 0 0;width:20%;text-align:center;margin:auto}footer{margin-top:0}.shortcuts-section.two{padding:2.4em 0 0 0}.shortcuts-section{padding:2.6em 0 0 0}.shortcuts-section h1{margin-bottom:0;text-align:center}h1{font-size:25px}.tabs{height:auto}.property-photos{margin-bottom:1em}.property-details-section>h1{margin-bottom:0}#statement .content-section{padding-top:0}}@media (min-width:768px) and (max-width:1024px){.tab-cont .stats-card-ipad{width:24% !important;margin-bottom:1em}}@media (min-width:768px) and (max-width:1024px){.stats__description{font-size:16px !important}.stats__value{font-size:28px !important}}@media (max-width:767px){.stats__description{font-size:14px !important;line-height:1.14 !important;margin-bottom:8px}.stats__value{line-height:.67 !important;font-size:24px !important}}.Rectangle{width:38%;height:16px;border-radius:8px;background-color:#e3e3e3;margin-left:30%;margin-top:150px}.Rectangle-Copy{width:38%;height:16px;border-radius:8px;background-image:linear-gradient(to right, #1ea19f, #3a3a3c);margin-left:30%;margin-top:150px}.Were-fetching-your{text-align:center;color:#4a4a4a !important}.overview{background:#eff2eb;padding:3em}.overview-sidebar{background:#ffffff;padding:10px}.owl-prev{float:left;font-size:35px !important;position:absolute;left:0}.owl-prev,.owl-next{position:absolute;bottom:20px}.owl-next{float:right;font-size:35px !important;position:absolute;right:0}.owl-theme .owl-nav [class*='owl-']{margin:0 !important}.item p{padding:10px;font-size:14px;font-weight:bold;text-align:center;line-height:20px;color:#333333;margin-top:30px !important;margin:0;text-transform:uppercase}.owl-theme .owl-nav [class*='owl-']:hover{background:none !important;color:#1e85d0 !important}.btn-red{padding:20px !important;font-size:1rem !important}.btn-block{width:100%}.lg-nos{padding:10px !important;border-right:1px #e4e4e4 solid;margin-top:5px}.lg-nos a{color:#0067b2;font-size:3rem;text-decoration:none;display:block}.lg-nos span{font-size:.7rem;display:block;font-weight:bold}.text-muted{color:#ccc;font-size:10px;margin:0}.lg-nos.lg-nos-gr{border:0 !important}.lg-nos-gr a{color:#c8d400 !important}.bg-white{background:#fff !important}.overview-li .row__group h2,.overview-li .row__group time{font-size:.8rem}.overview-li .row__group:nth-child(2n+1){width:33.33%}.overview-li .portfolio-list__row{padding:0}.overview-li .portfolio{margin:0;height:40px}.overview-li .link--red{font-size:.8rem}.margintop{margin-top:2rem}.padding10{padding:10px}.newContainer{min-height:182px}.parent-nos{padding-top:19px !important;padding-bottom:19px !important}.padding-top60{padding-top:60px}.knight-chart{padding-left:0;margin-top:15px}.knight-chart .portfolio-card{padding:10px}.chart-container{position:relative;height:210px}.news-info,.other-serv{background:#fff;padding:3em 0 3em 0}.service-info{background:#fff;padding:0 0 3em 0}.news-child .portfolio-card{padding:20px;margin-bottom:20px}.news-info a{font-size:1rem;font-weight:bold;text-decoration:underline;font-family:'Roboto Slab',serif;margin-bottom:15px;display:block;cursor:pointer}.service-info a{margin-bottom:0}.news-child .portfolio-card p{color:#999;font-size:14px;line-height:22px;margin:0}.padding-lft0{padding-left:0}.other-serv{padding-top:0 !important}.other-serv-ban{background:url("../Media/1060/9285f364-e457-4728-9f8f-1507cd533167.jpg") no-repeat;background-position:center;background-size:cover;width:100%;height:270px;position:relative}.layer{background-color:rgba(0,0,0,0.6);position:absolute;top:0;left:0;width:100%;height:100%}.pull-right{float:right}.other-serv-cont-padding{padding-top:100px}.other-serv-cont-padding h1{color:#fff;text-align:left}.other-serv-cont-padding .large-5:nth-child(1){margin-left:4rem}.other-serv-cont-padding .large-5:nth-child(2) button{margin-top:1.5rem}.knight-chart .owl-prev,.owl-next{top:0 !important;bottom:inherit !important}.knight-chart .item p{margin-top:0 !important;font-size:12px;font-weight:normal}.overview-sidebar .owl-nav{margin-top:-34px !important}.overview-sidebar .owl-next{top:-37px !important;position:relative}.overview-sidebar .owl-prev{bottom:37px !important}.viewingHeight{height:140px;width:100%;margin-top:30px}.expenditurHeight{height:181px}.expenditurHeight .canvasjs-chart-canvas{height:185px}.padding-rt0{padding-right:0}@media only screen and (min-width:320px) and (max-width:768px){.overview-sidebar{width:33.33%}.chart-loader-nav .chart-date{width:94%}.tab-nos{width:66.66%}#demos .btn-red{padding:10px !important}.parent-nos{width:100%}.width100{width:100% !important}.tabstats{padding:0;margin-top:20px}.margin0-tab{margin:0 !important}.other-serv-cont-padding h1{font-size:22px !important}.other-serv-cont-padding .large-5:nth-child(1){margin:20px}.other-serv-cont-padding{padding-top:30px}.other-serv-ban .btn--color-red{padding:10px !important}.other-serv-cont-padding .large-5:nth-child(2) button{margin-top:4.5rem}.charts .chart1{width:100%;position:absolute;left:0;margin-top:19px;padding:0}.overview{height:1043px;padding:25px 0 0 0}.portfolio-card img{object-fit:cover}.chart2{position:absolute;left:0;width:100%;margin-top:335px}.height258{height:258px}.news-info a{font-size:14px}.viewingHeight{height:165px}.expenditurHeight{height:225px}.expenditurHeight .canvasjs-chart-canvas{height:250px}.news-child div:nth-child(even),.other-serv-cont-padding div{padding-right:0}}@media only screen and (min-width:320px) and (max-width:767px){.chart-loader-nav .chart-date{width:83%}.overview .container{margin:0}.overview-sidebar{width:100% !important}.overview{padding:1em;height:auto}.news-info a{font-size:13px}.tab-nos{width:100%;padding:0;margin-top:15px}.charts,.chart1,.charts,.chart2{position:static;padding:0 !important}.news-info,.other-serv{padding:0}.news-child div,.other-serv-cont-padding div{width:100%}.margin-xs-65{margin-top:-65px}.overview-li div h2{font-size:11px !important}.shortcuts-section h1,.news-info h1,.other-serv h1{margin:1rem 0 1rem 0;text-align:left}.other-serv-cont-padding .large-5:nth-child(2) button{margin-top:7.8rem}.news-child div,.other-serv-cont-padding div{padding:0}.other-serv-cont-padding .large-5:nth-child(1){margin:0}}.service-banner{padding:0}.black-bg{background:rgba(0,0,0,0.5);width:100%;padding:3.25em 0}.banner{width:100%;text-align:center;margin:0 auto;padding-left:1.5em}.banner h1{margin-bottom:1em}.service-banner-content{width:80%}.service-banner-content h2{font-family:'Roboto Slab',serif;font-size:2em;font-weight:bold;color:#ffffff;line-height:1em;margin-bottom:16px}.service-banner-content p{font-family:'Roboto',serif;font-size:12px;color:#ffffff;margin-bottom:16px}.service-list{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:1.6em 0 1.6em 0}.service-list .card{background-color:#ffffff;margin-bottom:1em;margin-right:1em;flex-basis:23%}.service-list .card:nth-child(4n){margin-right:0}.service-card{height:208px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);background-color:#ffffff;border:solid 1px #e3e3e3;margin-bottom:25px;text-align:center}.service-card img{width:48px;border-radius:50%;margin:2em 0 1em 0;height:48px}.service-card-content{padding:0 1em 1.75em 1em}.service-card-content a{color:#0067b2;text-decoration:none;font-family:'Roboto Slab',serif;font-size:14px;font-weight:bold;line-height:18px}.service-card-content p{font-size:12px;color:#4a4a4a;padding:15px 0;margin-bottom:0;line-height:1.33em}.article-section .article-notification{align-self:center;width:100%;text-align:center;margin-top:2em}.article-section .article-notification h1{color:#4a4a4a}.article-section .article-notification p{font-size:16px}@media screen and (max-width:768px){.service-list .card{flex-basis:23.5%;margin-right:.9em}.service-banner{height:auto}.service-card{height:224px}}@media screen and (max-width:767px){.service-list .card{flex-basis:47%}.service-card{height:240px}.service-list .card:nth-child(2n){margin-right:0}.service-banner{height:auto}.service-banner .banner{padding:10px}.service-banner-content{width:100%}.service-banner-content h2{font-size:1.5em}.service-banner-content p{display:none}}.account-form{width:100%;-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex !important;flex-wrap:wrap;justify-content:space-between}.formGroup{width:49%}.account-form .form__group:nth-of-type(1){width:65%}.account-form .form__group:nth-of-type(2){width:24%;flex-flow:column-reverse}.account-summry .stats-card{padding:.83em !important}.account-summry{padding-right:0}.ledger--list{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;flex-direction:column}.ledger{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;padding:1em 0;border-bottom:.5px solid #efeded}.clear{clear:both !important}.margin-tb{margin:1em 0 !important}.account-summry-data{width:243px;height:32px;font-family:Roboto;font-size:24px;font-weight:300;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;text-align:center;color:#3a3a3c}.account-data-description{font-family:Roboto;font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.14;letter-spacing:normal;color:#333333;flex:1 1 430px !important}.account-data-category{font-family:Roboto;font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:2;letter-spacing:normal;color:#979797;flex:1 1 210px !important}.account-data-amount{font-family:Roboto;font-size:12px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:right;color:#000000;flex:1 1 110px !important}.account-data-header{position:relative}.account-data-header span{font-family:Roboto;font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#333333}.ledger .filter{text-align:right}#fixed-nav{width:100%;height:48px;background-color:#f9f9f9;box-shadow:0 1px 12px 0 rgba(151,151,151,0.5);display:none}.fixed-header{position:fixed;top:0;left:0;display:block !important;z-index:10}.sticky-menu{-webkit-display:flex;-khtml-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;display:flex;justify-content:space-between;padding:1em 0}.sticky-menu .sticky-menu-list .menu-value{font-family:Roboto;font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:#4a4a4a}.sticky-menu .sticky-menu-list{font-family:Roboto;font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:#4a4a4a}.sticky-menu .filter{width:65px}.sticky-menu .filter span{width:27px;height:14px;font-family:Roboto;font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4a4a4a}.sticky-menu .sticky-menu-list img{position:relative;top:1px;width:12px;height:12px;margin-right:10px;cursor:pointer}.sticky-menu .sticky-menu-list strong{font-family:Roboto;font-size:14px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:.71;letter-spacing:normal;text-align:right;color:#c8d400}.sticky{position:fixed;top:0;width:100%;left:0}.sticky+.content{padding-top:60px}.date-toggle{display:none;font-size:21px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:#c8d400;margin-bottom:10px;cursor:pointer;text-align:right}.Income-Expenditure{font-family:'Roboto Slab',serif;display:none;font-size:20px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;text-align:center;color:#3a3a3c;box-shadow:0 2px 8px 0 rgba(0,0,0,0.05);background-color:#ffffff;border:solid 1px #e3e3e3;padding:40px 0;margin-top:21px}.text-right{text-align:right}.text-center{text-align:center}@media (min-width:992px){.ledger>*{flex:1 1 200px}.large-hidden{display:none}}@media (max-width:991px){.tabs-view{width:100%}.account-summry-balance{width:46%;margin-right:2%}.account-summry-limit{width:25%;margin-right:2%}.account-summry-amount{width:25%}.account-data-category{display:block;margin-left:18px}.small-hidden{display:none}}@media (max-width:767px){.mobile-div{margin-top:0}.mobile-div-head{display:none !important}.account-summry-balance,.account-summry-limit,.account-summry-amount{width:100%;margin-right:0}.account-form .form__group:nth-of-type(3){width:100%;flex-flow:column-reverse}.account-form .form__group:nth-of-type(1),.account-form .form__group:nth-of-type(2){width:48%}.account-form .form__group:nth-of-type(2){margin-left:2%}.date-toggle{display:block;font-size:10px}.account-form{display:none;width:100%}.Income-Expenditure{display:block}.account-chart{display:none}.sticky-menu sticky-menu-list:nth-of-type(3){display:none}.account-form .form__group:nth-of-type(1),.account-form .form__group:nth-of-type(2){width:100%}.form__group div:nth-child(1){width:48%;float:left}.form__group div:nth-child(2){width:48%;float:right}.account-form .form__group:nth-of-type(2){margin:0}.account-form .form__group:nth-of-type(2) a{width:100%}.date-toggle i{font-size:12px !important}.account-form .form__group{display:none}.showPanel{display:block !important}}@media (min-width:768px) and (max-width:1023px){.formGroup{width:47%}.account-form .form__group:nth-of-type(1){width:55%}.account-data-description{flex:1 1 1 !important}}@media (max-width:767px){.sticky-menu .sticky-menu-list strong{font-size:12px}}@media (max-width:990px){.sticky-menu .sticky-menu-list strong,.sticky-menu .sticky-menu-list .menu-value{font-size:12px}.sticky-menu .sticky-menu-list strong{line-height:.83}.sticky-menu .sticky-menu-list .menu-value{line-height:1.33}}@media (max-width:767px){.sticky-menu .sticky-menu-list:nth-of-type(3){display:none}.spn-txt{width:92.5% !important;float:left}.sticky-menu .sticky-menu-list strong{font-size:9px;line-height:1.25}.sticky-menu .sticky-menu-list .menu-value{font-size:12px;line-height:1.33;vertical-align:super}.sticky-menu .filter span{font-size:10px;line-height:1.6}.sticky-menu .sticky-menu-list img{margin-right:7px}.menu-sticky-mobile{width:152px}.menu-sticky-mobile strong{width:55px;display:inline-block}.menu-sticky-mobile strong.float-limit{width:37px}.dateArrowDown{margin-left:8px;margin-top:2px;cursor:pointer;float:right;width:10px}.dateArrowUp{margin-left:8px;margin-top:2px;cursor:pointer;float:right;transform:rotate(180deg);display:none;width:10px}.calendarImg{width:10px;display:inline-block}.arrowUp{cursor:pointer;float:right;transform:rotate(180deg);display:none;width:12px;height:12px;position:relative;top:5px}.arrowDown{cursor:pointer;float:right;width:12px;height:12px;position:relative;top:5px}.Income-Expenditure{padding-top:30px;padding-right:16px;padding-bottom:30px;padding-left:16px}}@media (max-width:440px){.sticky-menu{margin:0}}.account-circle{border-radius:50%;height:8px;width:8px;display:inline-block;border:1px solid;border-color:#b50038;margin-top:4px;margin-right:8px;flex:inherit;float:left}.account-circle-green{border-radius:50%;height:8px;width:8px;display:inline-block;border:1px solid;border-color:#3a3a3c;margin-top:4px;margin-right:8px;flex:inherit;float:left}.datepickerInput{font-weight:normal !important;font-size:16px !important}.knight-chart .portfolio-card{min-height:280px}@media (max-width:767px){.knight-chart .portfolio-card{min-height:209px}}.ledger-list__filter{visibility:collapse;position:absolute;padding:1em 1em 0 1em;border:1px solid #e4e4e4;width:13em;right:0;top:2.5em;background-color:#ffffff;z-index:3;box-sizing:border-box}.ledger-list__filter label{margin-bottom:1em}.show-ledger{visibility:visible !important}.no-option{margin-left:4em;font-size:14px !important;font-weight:bold !important;color:#979797 !important}.stats__description{font-family:Roboto Slab;font-size:16px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;text-align:center;color:#333333}.stats__value{font-family:Roboto;font-size:28px;font-weight:300;font-style:normal;font-stretch:normal;line-height:1.14;letter-spacing:normal;text-align:center;color:#3a3a3c}@media (max-width:400px){.tab-content .cells{padding:1.1em .1em}.tab-overview div.stats-card:nth-last-child(2),.tab-overview .stats-card:nth-last-child(3){flex-basis:48%}}@media screen and (max-width:1024px){.ledger-filter-mobile{top:3em;position:fixed}}.ledger-filter-mobile{top:3em;position:fixed}@media (min-width:998px){.ledger-filter-mobile{top:3em;position:fixed;left:calc(50% - -275px)}}.ui-autocomplete{max-height:200px;overflow-y:scroll;overflow-x:hidden;width:420px}@media (max-width:767px){.ui-autocomplete{width:272px}}.loader-container{margin-top:4px}.loader,.loader-portfolio,.loader-income,.loader-viewings,.loader-statements{border:2px solid #f3f3f3;border-radius:50%;border-top:2px solid #3498db;width:30px;height:30px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:0 auto;text-align:center;position:relative;top:50%}.loader-income{top:38%}.loader-viewings{top:18%}.loader-small{border:2px solid #f3f3f3;border-radius:50%;border-top:2px solid #3498db;width:14px;height:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:0 auto;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:991px) and (min-width:768px){.columns{padding-right:0}}.module{width:100% !important;margin:0 0 1em 0;overflow:hidden;line-height:1.3;border-left:solid 2px #e3e3e3;padding-left:15px;height:35px;margin-top:0}.module_News{width:100% !important;margin:0 0 1em 0;overflow:hidden;line-height:1.2;height:78px;margin-top:0}.module a{font-family:Roboto Slab;font-size:14px;font-weight:bold;color:#4a4a4a;text-decoration:none}.line-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.span-clamp{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}@media (max-width:767px){.span-clamp{-webkit-line-clamp:3}.module{height:36px}.module a{padding-left:15px}.module_News{height:45px}}@media (max-width:991px) and (min-width:768px){.span-clamp{-webkit-line-clamp:6}.module_News{height:108px}}.description{line-height:2em !important;margin-bottom:15px !important;width:100% !important;color:#979797 !important;font-size:12px !important;text-align:justify;padding-right:16px}.title{font-size:16px;color:#333333}.description-popUp{width:472px;position:relative;background:#FFF;margin:20px auto;white-space:pre-wrap;padding:33px 32px 26px 32px;font-family:Roboto;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:normal;color:#4a4a4a}@media (max-width:991px){.description-popUp{padding:36px 32px 26px 32px;position:relative;background:#FFF;width:auto;max-width:500px;margin:20px auto;white-space:pre-wrap}}@media (max-width:767px){.description-popUp{width:auto;padding:35px 32px 27px 32px}}.lmrg10{margin-left:10px}