/*  overide styles begin */
#anchor-share-prices,
#anchor-shareholder-rofile,
#anchor-key-dates,
#anchor-investment-case,
#anchor-performance-benchmark,
#anchor-investor-reports,
#anchor-financial-highlights,
#anchor-our-strategy,
#anchor-financial-highlights,
#anchor-our-portfolio,
#anchor-sector-analysis,
#anchor-major-holdings,
#anchor-home-news,
#anchor-home-reports,
#anchor-management-team,
#anchor-board-directors,
#anchor-awards-industry {
  position: relative;
  top: -5.98vw;
}
.select-active.disabled-menu a{
  border-color: transparent !important;
}

.disabled-menu,
.disabled-menu a{
  color: grey !important;
  // pointer-events: none;
  border-color: grey !important;
}
.disabled-menu svg{
  fill: grey !important;
}

.disabled-menu .w--current .menu-item-underline {
  border-bottom: 1px solid grey !important; 
}

.w-nav[data-collapse="medium"] .w-nav-menu {
  display: none;
}

.w-nav-button {
  display: inline;
}

.w-nav-button.menu-button.w--open {
  background-color: transparent;
}

.w-nav-button {
  font-size: 1.56vw;
  color: #ffffff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.w-nav.navbar.fixed .w-nav-button {
  color: #008996;
  padding: 2vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.w-nav.navbar.fixed .close-nav-btn{
  color: #ffffff;
}
.w-nav-button.close-nav-btn {
  padding: 0.9vw;
  right: 30%;
  background-color: transparent;
  position: absolute;
  top: 3.9vw;
  color: #ffffff;
  background: url("/assets/images/X_for_menu_desktop.png") no-repeat center;
  background-size: cover;
}

.w-nav.navbar.fixed .w-nav-button.close-nav-btn.w--open,
.w-nav-button.close-nav-btn.w--open {
  padding: 0.9vw;
  background-color: transparent;
  position: absolute;
  top: 5.4vh;
  color: #ffffff;
  background: url("/assets/images/X_for_menu_desktop.png") no-repeat center;
  background-size: cover;
}

.menu-arrow{
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transform-origin: 50% 50%;

}
.select-active .nav-svg-wrap svg{
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

@media (min-width: 669px) {
  .desktop-menu {
    position: fixed;
    width: 33.3%;
    right: 0;
    top: 0;
    left: 66.7%;
    height: 101vh;
    background-color: rgba(1, 0, 0, 0.86);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding: 9.6vw 0 4vw 3vw;
    overflow-y: auto;
  }
.no-drop{
  margin-left: 1.15vw;
}
  nav.desktop-menu > span {
    display: block;
    text-align: left;
  }
  .desktop-menu svg {
    fill: #ffffff;
    width: .573vw;
    max-width: 11px;
    min-width: 5px;
    margin-bottom: 2vw;

  }
  .desktop-menu svg:hover,.desktop-menu svg:active {
    fill: #008996;

  }
  .desktop-menu .nav-svg-wrap {
    padding-bottom: .3vh;
    padding-right: .6vw;
    margin-top: 1.82vh;
    
  }
  .desktop-menu a,
  .desktop-menu .select-trigger {
    font-size: 1.56vw;
    text-align: left;
    display: inline-block;
    // padding-right: 0.83vw;
    // padding-left: 0.83vw;
  }
.top-pad{
  margin-top: 1.82vh;
  padding-bottom: 1px;
  display: inline-block;
}
  .w-nav-link{
    
    padding-bottom: 1.82vh;
  }


  .select ul a {
    text-decoration: none;
    display: block;
    padding: 0;
    text-shadow: 0px 3px 9.3px rgba(22, 38, 70, 0.33);
    margin: 1vh 0 2.8vh 0;
    cursor: pointer;
    font-size: 1vw;
    text-transform: uppercase;
    color: rgb(255,255,255);
    padding-left: 2.35vw;
  }
  .select ul a:hover{
    color: #008996;

  }
}

@media (max-width: 670px) {
  .w-nav-button {
    padding: 4vw 2.8vw;
  }
  .nav-btn-heading {
    color: #008996;
    font-size: 2.56vw;
  }
  .select ul a {
    text-decoration: none;
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #008996;
    font-size: 4.29vw;
    text-transform: uppercase;
    // margin: 1vh 0 2.8vh 0;
    margin: 1vw 0 4.8vw 8vw;
    line-height: 1;
  }
  
  
}

@media (max-width: 640px) {
  .w-nav-button {
    padding: 9vw 2.8vw;
  }
  .nav-btn-heading {
    color: #008996;
    font-size: 4.56vw;
  }
}  
ul.select-options {
  cursor: pointer;
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.select-trigger {
  cursor: pointer;
}
.select-active a {
  color: #008996 !important;
}
.select-active svg {
  fill: #008996 !important;
}
.select-active .w--current .menu-item-underline {
  border-color: #008996 !important;
}


.select-active {
  color: #008996 !important;
  /*border-bottom: 1px solid #008996 !important;*/
  text-shadow: 0px 3px 9.3px rgba(22, 38, 70, 0.33);
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}

@media (max-width: 670px) {
  .select-active {
      text-shadow: none;
  }
}

/*stylind display of open close btn for mobile*/
.w-nav-button.menu-button.w--open .nav-btn-heading {
  display: none;
}
.w-nav-button.menu-button .w-icon-nav-menu.nav_icon {
  display: none;
}
.w-nav-button.menu-button.w--open .w-icon-nav-menu.nav_icon {
  display: block;
}


/*  overide styles begin */

.top-pad:hover a {
  color: #008996;
}
.top-pad:hover span svg {
  fill: #008996;
}

.header_logo {
  margin-left: 0;
  width:6.35vw;
  height: 6.35vw;
  margin-top: -1.3vw;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.logo_aniversary {
  width: inherit;
}
.logo_aniversary_fixed {
  display: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}


@media (min-width: 669px) {
  .menu:hover{
  text-shadow: 0px 3px 9.3px rgba(22, 38, 70, 0.33);
  }
}

.fixed .menu:hover {
  color: #008996;
  text-shadow: 0px 3px 9.3px rgba(22, 38, 70, 0.33);
}

.brand {
  padding-top: 0.15vw;
}
.w-nav-menu.mobile-menu {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
// .header_logo {
//   margin-left: 0;
//   width:6.35vw;
//   height: 6.35vw;
//   margin-top: -1.3vw;
//   -webkit-transition: all 0.8s ease;
//   transition: all 0.8s ease;
// }
// .logo_aniversary {
//   width: inherit;
// }
@media (max-width: 670px) {
  // .w-nav-overlay {
  //   position: fixed;
  //   overflow: auto;
  // }
  .header_logo {
    margin-top: 0;
    margin-left: 10px;
    width: 6.4vw;
    height: 6.4vw;
  }
  .logo_aniversary {
    display: none;
  }
  .logo_aniversary_fixed {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    display: inline-block;
    width: inherit !important;
  }
  .mobile-menu {
    padding-left: 0.93vw;
    margin-top: 0;
  }
  .menu {
    font-size: 1vw;
    margin:0;
  }
  .mobile-menu {
    margin-left: 0px;
  }
  .w-nav-menu.mobile-menu {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    // padding: 15.65vw 21.34vw 48.12vw;
    padding: 15.65vw 5.34vw 48.12vw;
  }
}
@media (max-width: 640px) {
  .header_logo {
    margin-top: 0;
    margin-left: 0;
    width: 13.4vw;
    height: 13.4vw;
  }
  // .logo_aniversary {
  //   width: inherit;
  // }
  .w-nav-menu.mobile-menu {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    /*padding: 15.65vw 16.34vw 48.12vw;*/
    padding: 15.65vw 5.34vw 48.12vw;
  }
}

@media (max-width: 767px) {
  .menu-button.w--open {
    margin-right: 10px;
  }

}
.contact-page .header-img {
    background: url("/assets/images/contact/page_header_full.jpg") no-repeat scroll center top transparent;
    height: 31.25vw;
    margin-top: -6.35vw;
    background-size: cover;
}
.about-page .header-img {
    background: url("/assets/images/about/page_header_full.jpg") no-repeat scroll center top transparent;
    height: 31.25vw;
    margin-top: -6.35vw;
    background-size: cover;
}
.property-page .header-img,
.assets-page .header-img {
    background: url("/assets/images/portfolio/portfolio_header.jpg") no-repeat scroll center top transparent;
    height: 31.25vw;
    margin-top: -6.35vw;
    background-size: cover;
}
.news-page .header-img {
  background: url("/assets/images/news/page_header_full.jpg");
  height: 31.25vw;
  background-size: cover;
  margin-top: -6.35vw;
}
.projects-single-page .header-img,
.projects-page .header-img {
  background: url("/assets/images/projects/projects_header.jpg");
  height: 31.25vw;
  background-size: cover;
  margin-top: -6.35vw;
}
.careers-page .header-img {
  background: url("/assets/images/careers/careers_bg.jpg");
  height: 31.25vw;
  background-size: cover;
  margin-top: -6.35vw;
}
.investors-relations-page .header-img {
  background-image: url('/assets/images/investor_relations/ir_bg.jpg');
  height: 31.25vw;
  margin-top: -6.35vw;
}

.tc-page .header-img,
.pp-page .header-img {
  background: url("/assets/images/portfolio/page_header_full.jpg") no-repeat scroll center top transparent;
  height: 31.25vw;
  margin-top: -6.35vw;
  background-size: cover;
}
.w-col-7_25 {
    width: 60%;
}

.investors-relations-page .header-img {
	background-image: url('/assets/images/investor_relations/page_header_full.jpg')
}



.header-img {
    background: url("/assets/images/news/page_header_full.jpg") no-repeat scroll center top transparent;
    height: 31.25vw;
    margin-top: -8.64vw;
    background-size: cover;
}
@media (max-width: 670px) {
  .w-nav.navbar {
    z-index: 9999;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff !important;
    padding-top: 1.34vw !important;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
    height: 8.98vw !important;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 6px 7px 0 rgba(0,0,0,.16);
  }
  .navbar.mobile {
      padding-right: 0px;
      padding-left: 0px;
      padding-top: 0;
  }
  .nav_icon {
    background-color: transparent;
    color: white;
    width: 6vw;
    height: 4.7vw;
    background: url('/assets/images/menu_icon_mobile.png');
    background-size: 100%;
  }
  .about-page .header-img,
  .careers-page .header-img,
  .news-page .header-img,
  .tc-page .header-img,
  .pp-page .header-img,
  .assets-page .header-img,
  .projects-page .header-img,
  .property-page .header-img,
  .contact-page .header-img,
  .investors-relations-page .header-img,
  .projects-single-page .header-img{
    margin-top: 8.98vw ;
  }
}
@media (max-width: 640px) {
  .menu-button.w--open {
    margin-right: 0;
    padding: 0;
    margin: 2.8vw;
  }
  .investors-relations-page .header-img {
    background-image: url('/assets/images/investor_relations/page_header_mobile.jpg');
    height: 56.4062vw;
    margin-top: 19.06vw ;
  }
  .projects-single-page .header-img,
  .projects-page .header-img {
    background: url("/assets/images/projects/project_page_header_mobile.jpg") no-repeat scroll center top transparent;
    height: 56.40vw;
    margin-top: 19.06vw ;
    background-size: cover;
  }

  .contact-page .header-img {
    background: url("/assets/images/contact/page_header_mobile.jpg") no-repeat scroll center top transparent;
    height: 56.40vw;
    margin-top: 19.06vw ;
    background-size: cover;
  }
  .about-page .header-img {
    background: url("/assets/images/about/page_header_mobile.jpg") no-repeat scroll center top transparent;
    height: 56.4062vw;
    margin-top: 19.06vw;
    background-size: cover;
  }
	.careers-page .header-img {
		background-image: url("/assets/images/careers/careers_bg_mobile.jpg");
		height: 56.4062vw;
    margin-top: 19.06vw ;
	}

	.news-page .header-img {
		background-image: url("/assets/images/news/page_header_mobile.jpg");
		height: 56.4062vw;
    margin-top: 19.06vw ;
	}
	.tc-page .header-img,
	.pp-page .header-img {
		background: url("/assets/images/portfolio/page_header_mobile.jpg") no-repeat scroll center top transparent;
    height: 56.40vw;
    margin-top: 19.06vw ;
    background-size: cover;
	}

  .property-page .header-img,
  .assets-page .header-img {
      background: url("/assets/images/portfolio/page_header_mobile.jpg") no-repeat scroll center top transparent;
      height: 56.40vw;
      margin-top: 19.06vw ;
      background-size: cover;
  }
}

.navbar {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .w-nav.navbar {
    z-index: 9999;
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff !important;
    padding-top: 2.34vw !important;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
    height: 19.06vw !important;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 6px 7px 0 rgba(0,0,0,.16);
  }
  .navbar.mobile {
      padding-right: 0px;
      padding-left: 0px;
      padding-top: 0;
  }
  .nav_icon {
    background-color: transparent;
    color: white;
    width: 9.68vw;
    height: 7.65vw;
    background: url('/assets/images/menu_icon_mobile.png');
    background-size: 100%;
  }
  .mobile-menu {
    padding-left: 0.93vw;
    margin-top: 0;
  }
  .menu {
    font-size: 2.8vw;
  }
}
.w-nav.navbar {
  height: 6.35vw;
  // -webkit-transition: height 1s ease;
  // transition: height 1s ease;
}
.stats-desktop {
  z-index: 2;
  position: absolute;
  background: rgba(0,0,0,0.48);
  height: 9.21vw;
  bottom: 3.43vw;
  width: 100%;
}
.home-page .stats-desktop .state {
  width: 12.76vw;
  height: 3.33vw;
  min-width: 100px;
  display: inline-block;
}
.home-page .stats-desktop .state-wrap {
  width: auto;
  display: inline-block;
  margin: 0 1vw;
  opacity: 0;
}
.home-page .stats-desktop .stats-container :first-child {
  margin-left: 0;
}
.home-page .stats-desktop .stats-container :last-child {
  margin-right: 0;
}
.home-page .stats-desktop .stats-container {
  text-align: center;
  /*width: 76.979vw;*/
  margin: 2vw auto 0;
}
.home-page .stats-desktop .stats-container .down-line {
  width: 8vw;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  margin-top: 1vw;
}
.home-page .stats-desktop .stats-container .up-line {
  width: 8vw;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 1vw;
}
.home-page .w-nav.navbar {
  background: none;
  height: 6.35vw;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  position: absolute;
  left: 0px;
  right: 0px;
}
.home-page .headline-box img {
    max-width: inherit;
    width: 100%;
}
.home-page .header-img {
  display: none;
}
.news-page .section.iphene {
  padding-top: 0;
  margin-top: 79px;
  padding-bottom: 62px;
}
.news-page .contact_tile {
  margin-top: 0;
}
.news-page .div_section {
  margin: 21px 0 0 0;
  padding: 0;
}
.news-page .divider {
  margin: 0;
  padding: 0;
}
.news-page .timestamp {
  margin: 0;
  padding: 0;
  font-family: Lato, Lato, sans-serif;
  color: #fff;
}
.news-page .pages_numbers {
  margin: 0;
  padding-top: 40px;
}


.news-page .pages_numbers span.line {
	width: 13vw;
	background-color: #138995;
}
.news-page .pagination-container {
  position: relative;
  text-align: center;
  font-size: 2.0833vw;
  line-height: 5vw;
}

@media screen and (max-width: 640px) {
	.news-page .pages_numbers span.line {
		width: 33vw;
	}
	.news-page .pages_numbers {
	  margin: 0;
	  padding-top: 6vw;
    height: 22.5vw;
	}
	.news-page .pagination-container {
		line-height: 2em;
		font-size: 6vw;
	}
}

.news-page img.arrow_1 {
    height: 1.9271vw;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
@media (max-width: 640px) {
  .news-page img.arrow_1 {
	height: 6vw;
  }
}
.news-page img.arrow_2 {
  height: 1.9271vw;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 640px) {
  .news-page img.arrow_2 {
	height: 6vw;
  }
}
@media (max-width: 767px) {
  .news-page .section.iphene {
    padding-bottom: 70px;
  }
}
.news-page .pagination-item {
  color: #138995;
  font-family: Lato, Opensans,sans-serif;
  font-size: 2.083vw;
  font-weight: 300;
  text-decoration: none;
  padding: 0 12px;
}

@media screen and (max-width: 640px) {
  .news-page .pagination-item {
  		font-size: 6vw;
  }
}

.news-page .pagination-item-previous {
  display: block;
   left: 17.1vw;
  position: absolute;
  top: 0;
}



.news-page .pagination-item-current {
  display: inline-block;
  color: #138995;
  font-family: Lato, Opensans,sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 640px) {
  .news-page .pagination-item-current {
    display: inline-block;
  }
}
.news-page .pagination-item-next {
    display: block;
    position: absolute;
   	right: 17.1vw;
    top: 0;
}

// .about-page .avatar img {
//     border: 0.25vw solid #fff;
//   }
.about-page .strategy_title.overview-title {
  margin: 22px 0 6px;
  text-align: center;
}
.about-page .strategy_paragraph {
  margin: 0;
  padding: 0;
}
.about-page .strategy_title {
  margin: 31px 0 10px;
  text-align: center;
}

.about-page .strategy_title._3 {
  margin: 0;
  text-align: center;
}
.about-page .strategy_paragraph._2 {
  margin: 0;
  padding: 0;
}

.about-page .people_section {
  margin:0;
}
.about-page .diagram_section {
  margin: 70px 0 0;
}
.about-page .diagram {
  margin: 0;
}
.about-page .mobile_diagram {
    margin-left: 0;
    margin-top: 0;
}
.about-page .people_section.awards:before,
.about-page .people_section.awards :after {
    clear:both;
    content: " ";
    display: table
}
.governance_section {
  padding: 0;
}
.about-page .divider_section {
  margin: 0;
}
.about-page .divider {
  margin: 0 0 50px;
}
@media screen and (max-width: 775px) {
  .about-page .divider {
    display: none;
  }
}

.iput-w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
}
.iput-w-col-1 {
  width: 8.333333333333332%;
}
.iput-w-col-2 {
  width: 16.666666666666664%;
}
.iput-w-col-3 {
  width: 25%;
}
.iput-w-col-4 {
  width: 33.33333333333333%;
}
.iput-w-col-5 {
  width: 41.66666666666667%;
}
.iput-w-col-6 {
  width: 50%;
}
.iput-w-col-7 {
  width: 58.333333333333336%;
}
.iput-w-col-8 {
  width: 66.66666666666666%;
}
.iput-w-col-9 {
  width: 75%;
}
.iput-w-col-10 {
  width: 83.33333333333334%;
}
.iput-w-col-11 {
  width: 91.66666666666666%;
}
.iput-w-col-12 {
  width: 100%;
}
.assets-page .locations_tile {
  margin: 0;
}
.assets-page #office_logo_for_scroll {
  margin-top: 68px;
}
.assets-page .end_section {
  margin-bottom: 70px;
}
@media screen and (max-width:  800px) {
  .assets-page .locations_tile {
    display: none;
  }
}
.assets-page .box_par {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.assets-page .portfolio_tile {
  display: block;
  margin: 0;
}
.assets-page .portfolio_paragraph1 {
  text-align: center;
  margin: 1.71vw 0;
  padding: 0;
  font-size: 0.93vw;
  font-family: Lato;
  line-height: 1.22vw;
}
.assets-page .section.iphene {
  margin-top: 0;
  padding-top: 0;
}
.assets-page .office_tile {
  margin-left: 0;
}
@media (max-width: 767px) {
  .assets-page .office_tile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .assets-page .portfolio_tile {
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .assets-page .portfolio_tile {
    margin: 0;
  }
}

.case-study-page .section.iphene {
  padding-top: 0;
}
.case-study-page .information_box {
  height: auto;
  max-width: 300px;
  min-height: 1%;
  min-width: 100%;
  margin: 60px auto 0 auto;
  display: block;
}

.case-study-page .inner_heading._2 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.case-study-page .dublin_title {
  margin: 0;
  text-align: center;
  padding: 0;
}
.case-study-page .contact-info {
  left: -25px;
  right: auto;
  top: auto;
  margin-top: 52px;
}
@media screen and (max-width:  640px) {
  .case-study-page .contact-info {
    left:auto;
  }
}
@media screen and (max-width:  1000px) {
  .case-study-page .case_study_image {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .case-study-page .case_study_image {
    min-height: 1%;
    min-width: 100%;
  }
}
@media screen and (max-width:  340px) {
  .case-study-page .section.iphene {
    padding: 35px 0 0;
  }
}

.case-study-page .back_to_case_studies {
  margin: 40px auto;
  display: block;
}
.investors-relations-page .section.headline {
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 996px) {
  .investors-relations-page .section.headline {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 340px) {
  .investors-relations-page .section.headline {
    padding: 0
  }
}

.investors-relations-page .faq_1 {
  margin: 0;
}
.investors-relations-page .faq_2 {
  margin: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .investors-relations-page .faq_1 {
    margin: 0;
    padding: 0;
  }
  .investors-relations-page .faq_2 {
    padding: 0;
    margin: 0;
  }
}
.faq_image {
  display: block;
  margin: 0 0 30px;
}
.menu.w--current {
  color:#008996;
}

.menu-arrow--current {
  fill:#008996 !important;
}


.menu.w--current .menu-item-underline {
  border-bottom: 1px solid #008996;
}


@media screen and (max-width: 640px) {
  .menu.w--current {
  color:#008996;
}

.menu.w--current .menu-item-underline {
  border-bottom: 1px solid #008996;
}
}
.contact-page .section.iphene {
  padding-bottom: 70px;
  margin-left: 0;
  margin-top: 48px;
  padding-top: 0;
}
/*  overide styles end*/


@media screen and (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .w-nav-overlay {
    width: 100% !important;
    margin-top:19.06vw !important
  }
}

.full-news {
  display: none;
}
.full-news.open {
  display: block;
}
/* fix issue with google map v3 */
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }

#porfolio_map_content {
  height: 200px;
  width: 200px;
}
/* abotu style begin */
.about-page .about-top-container {
  padding-bottom: 0;
}
.about-page .about-top-container h2 {
  font-size: 22px;
  line-height: 30px;
  color: #19a29a;
  font-family: Lato,sans-serif;
  margin: 0;
  padding: 92px 0 0 0;
  text-align: left;
  max-width: 552px;
}
.about-page .about-top-container .contact_tile {
  margin-left: -21px;
  margin-top: 0;
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-page .about-top-container h2 {
    max-width: 100%;
  }
  .about-page .about-top-container .contact_tile {
    margin-left: 0;
  }
}

.about-page .persons {
  padding: 0;
}
.about-page  .persons:before,.persons:after {
  clear:both;
  content: " ";
  display: table
}
.about-page  .management-dropdown:before,.management-dropdown:after,
.about-page  .board-dropdown:before,.board-dropdown:after {
  content: " ";
  display: table
}
.about-page .management-dropdown,
.about-page .board-dropdown {
  background-clip: padding-box !important;
  border: 0 solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  float: left;
  padding: 0;
  width: 100%;
  display: table;
  height: 31.51vw;
}
.about-page .person {
  width: 25%;
  float: left;
  cursor: pointer;
  height: 31.25vw;
  position: relative;
}
.three-per-row{
  width: 33.333% !important;
}
.about-page .person .name {
  padding: 1.6vw 0 0 ;
  position: absolute;
  bottom: 0;
  height: 6.35vw;
  width: 100%;
  background-color:  rgba(56, 56, 56, 0.54);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.about-page .avatar {
  width:100%;
  display: block;
  text-align: center;
}
.about-page .avatar img {
  width: 100%;
  height: 31.25vw;
}
.about-page .person.active .avatar .name {
  padding-top: 3.86vw;
  height: 10.15625vw;
  background-color:  rgba(56, 56, 56, 0.97);
}
.about-page .fullname {
  width:100%;
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.45vw;
  line-height: 1.45vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}
.about-page .title {
  width:100%;
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.45vw;
  line-height: 2.5vw;
  font-weight: 300;
}
.management-dropdown .fullname,
.management-dropdown .title,
.board-dropdown .fullname,
.board-dropdown .title{
  font-weight: 400;
}
.about-page .person .name .under {
  display: inline-block;
}
.about-page .person .name .line {
  width: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.about-page .person.active .avatar .name .line {
  width: 100%;
  margin-left: 0;
  margin-top: 0.416vw;
  background: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.about-page .management-description,
.about-page .board-description {
  display: none;
}
.about-page .management-description.open,
.about-page .board-description.open {
    display: block;
}
.about-page .management-dropdown p,
.about-page .board-dropdown p {
  line-height: 1.5625vw;
  margin: 1.66vw 0 1.04vw;
  padding: 0;
  font-size: 0.93vw;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width:  640px) {
  .about-page .person {
    width: 100%;
  }
}
.about-page .management-dropdown .management-dropdown-content,
.about-page .board-dropdown .board-dropdown-content {
  background: #383838;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  padding: 6.66vw 25.57vw 0;
  height: 31.51vw;
}
.about-page .management-dropdown .management-dropdown-arrow,
.about-page .board-dropdown .board-dropdown-arrow {
  display: none !important;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -70px;
  border: 46px solid transparent;
  border-bottom-color: #E5E5E5;
  pointer-events: none;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

/** About: Awards styles - begin  **/
.about-page .awards-main-container {
  max-width: 100%;
  margin: 0 auto;
}
.about-page .awards-sectio-logo {

}
.about-page p.awards-pargraph {
  margin: 0;
  padding: 0;
  color: #108fa2;
}
.about-page p.awards-pargraph a {
  color: #3daade;
  text-decoration: none;
}


.about-page .iput-awards {
  background-color: #e9e9e9;
  min-height: 24.427vw;

}
.about-page .iput-awards:before,.iput-awards:after {
  clear:both;
  content: " ";
  display: table
}
.about-page  .award-dropdown:before,.award-dropdown:after {
  content: " ";
  display: table
}
.about-page .award-dropdown {
  background-clip: padding-box !important;
  border: 0 solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  float: left;
  padding: 0;
  width: 100%;
  border-color: transparent;
  border-image: none;
  border-style: solid;
}
.about-page .iput-award {
  display: table;
  float: left;
  cursor: pointer;
  margin-left: 0.7vw;
  margin-top: 0.5vw;
}
.about-page .iput-award.nocursor {
  cursor: default;
}
.about-page .award-image {
  display: block;
  text-align: center;
  width: 23.8vw;
  height: 12vw;

}
.about-page .award-image.wide {
	width: 48.3vw;
}	
@media screen and (max-width: 640px) {
	.about-page .award-image.wide {
		width: 100%;
		padding-right: 0;
	}	
}
	
.about-page .iput-w-col.iput-w-col-6.column-2 {
  min-height: 24.427vw;
}
.about-page .iput-award .award-image img {
  /*border-color: #323A45;*/
  width: 100%;
  // width: 23vw;
  height: 11.5vw;
}
.about-page .award-description {
  display: none;
}
.about-page .award-description.open {
  display: block;
}
.about-page .award-dropdown p {
  margin: 0 0 0.52vw;
  padding: 0;
  color: #138995;
  font-size: 0.93vw;
  font-weight: 300;
  line-height: 1.3vw;
  font-family: Lato;
}
.about-page .award-dropdown p b{
  color: gray;
  font-style: normal;
}
@media screen and (max-width:  1000px) {
  .about-page .iput-w-col-5.column-1 {
    margin-left: 2%;
    width: 39.6667%;
  }
}
@media screen and (max-width:  640px) {
  .about-page .iput-award {
    width: 100%;
    margin:0;
  }
  .about-page .iput-w-col-5.column-1 {
    margin-left: 2%;
    width: 39.6667%;
  }
  .about-page .awards-main-container .column-0 {
    width: 100%;
  }
}
@media screen and (max-width:  500px) {
  .about-page .awards-main-container .column-0 {
    margin-left: 0;
    width: 100%;
  }
  .about-page .awards-main-container .column-1,
  .about-page .awards-main-container .column-2 {
    width: 100%;
  }
  .about-page .iput-award {
    width: 100%;
  }
}
.about-page .award-dropdown .award-dropdown-content {
  background: none repeat scroll 0 0 #FFFFFF;
  // border-top: 0.3125vw solid #E5E5E5;
  // border-bottom: 0.3125vw solid #E5E5E5;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  font-family: Lato;
  padding: 3.59vw 5.83vw;
}
.about-page .award-dropdown .award-dropdown-arrow {
  display: none !important;
  // position: absolute;
  // bottom: 100%;
  // left: 50%;
  // width: 0;
  // height: 0;
  // margin-left: -56px;
  // border: 46px solid transparent;
  // border-bottom-color: #E5E5E5;
  // pointer-events: none;
  // -webkit-transition: left 0.3s;
  // -moz-transition: left 0.3s;
  // transition: left 0.3s;
}
.about-page .award-dropdown-content > h1 {
  font-size: 0.93vw;
  font-weight: 400;
  line-height: 1.3vw;
  margin: 0 0 0.83vw;
  padding: 0;
  color: #138995;
}

/** Awards styles - end  **/

.news-page .news-top-container h2 {
  color: #19a29a;
  font-family: Lato, Lato,sans-serif;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news-page .news-top-container h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .news-page .news-top-container h2 {
    padding: 24px 0 0 0;
  }
}
.news-page .news-image-updated {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
}
.news-page .article-heading {
  color: #fff;
  font-family: Lato, Lato,sans-serif;
  font-size: 1.875vw;
  font-weight: 400;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  padding: 10px 0;
  line-height: 1.2em;
}
@media screen and (max-width: 640px) {
  .news-page .article-heading {
    font-size: 3.75vw;
    line-height: 4.21vw;
    padding-bottom: 6.56vw;
  }

}

.news-page .news-item {
/*   cursor: pointer; */
}
.news-page .news-item .read-short, .news-page .news-item .read-less {
	cursor: pointer;
}

@media screen and (max-width: 640px) {
  .news-page .news-item {
    margin-top: 40px;
  }
}

.news-page .news-item-wrapper {
	height: 41.6667vw;
    background-size: cover;
    overflow: auto;
    padding: 8.3333vw 5.1042vw;
    display: table;
    width: 100%;
}

.news-page .image-fade {
    position: absolute;
    width: 100%;
    height: 41.6667vw;
    /* background-color: rgba(20,20,20,.26); */
}

.news-page .image-fade.image-fade-1 {
	background-color: rgba(2, 33, 93, .6);
}
.news-page .image-fade.image-fade-2 {
	background-color:  rgba(57, 161, 170, .6);
}
.news-page .image-fade.image-fade-3 {
	background-color: rgba(110, 110, 110, .6);
}



@media screen and (max-width: 640px) {
	.news-page .news-item-wrapper {
		padding: 0;
		min-height: 43.75vw;
	}
	.news-page .image-fade {
		top: 0;
	}
}

.news-page .news-item-holder.active .news-item-wrapper {
	padding: 0;
	height: auto;
	display: block;
}

.news-page .news-item-holder .image-holder {
	width: 100%;
    height: 41.6667vw;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 640px) {
	.news-page .news-item-holder {
		position: relative;
	}
	.news-page .news-item-holder .image-holder {
		position: relative;
	}
}

.news-page .news-item-holder.active .image-holder {
	position: relative;
}
.news-page .news-item-holder.active .image-fade {
	display: none;
}

.news-page .news-item, .news-page .news-item p {
    line-height: 2vw;
}
.news-page .news-item {
    color: #fff;
    font-size: 1.875vw;
    background-color: rgba(2, 33, 93, 0.55); /*rgba(21, 124, 150,.27);*/
    border:1px solid rgba(255, 255, 255, .50);
    width: 100%;
    min-height: 24.5vw;
    overflow: auto;
    padding: 0 16.4063vw;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.news-page .news-item-holder.active .news-item {
	background-color: #fff !important;
	padding-top: 3.59375vw;
    padding-bottom: 2.34375vw;
    display: block;
}
.news-page .news-item-holder.active h1 span{
  font-size: 1.3021vw;
  display: block;
  font-weight: 400;
  color: #6d6d6d;
}
.news-page .news-item-holder.active .article-heading {
	color: #138995;

}

.news-page .news-item-holder.active .news-item  p{
	color: #138995;
  font-size: 1.25vw;
  margin: 0 0 0.78vw 0;
}

.news-page .news-item .inner-wrapper {
	width: 18vw;
}

.news-page .news-item {
	transition: background-color .5s linear;
  padding-bottom: 2.34vw;
}

.news-page .news-item:hover {
	transition: background-color .5s linear;
}

.news-item.item-position-1 {
	background-color:  rgba(2, 33, 93, 0.26);
}
.news-item.item-position-2 {
	background-color:  rgba(57, 161, 170, 0.26);
}
.news-item.item-position-3 {
	background-color: rgba(110, 110, 110, 0.26);
}

.news-item.item-position-1:hover {
	background-color:  rgba(2, 33, 93, 0.8);
}
.news-item.item-position-2:hover {
	background-color:  rgba(57, 161, 170, 0.8);
}
.news-item.item-position-3:hover {
	background-color: rgba(110, 110, 110, 0.8);
}


@media screen and (max-width: 640px) {
	.news-page .news-item {
		transition: none;
        padding: 10.3125vw 8.125vw 11.5625vw;
        border: none;
	}
	.news-page .news-item-holder.active .news-item {
		padding: 10.3125vw 8.125vw 11.5625vw;
		margin: 0;
	}
	.news-page .news-item:hover {
		transition: none;
	}
	.news-page .news-item .inner-wrapper {
		width: 36.4063vw;
	}
	.news-item.item-position-1 {
		background-color:  #02215d;
	}
	.news-item.item-position-2 {
		background-color:  #39a1aa;
	}
	.news-item.item-position-3 {
		background-color:   #6e6e6e;
	}
	.news-page .news-item-holder.active .article-heading {
		font-size: 3.9063vw;
	}
}



.news-page .news-item-holder.active .news-item .inner-wrapper {
	width: auto;
}

.news-page .news-item .read-full {
  display: none;
  margin-top: 13px;
}
.news-page .news-item .read-short {
  	display: block;
    position: relative;
    bottom: initial;
}
.news-page .read-button {
    margin-left: 0;
    font-weight: 300;
    font-size: 1.25vw;
}

@media screen and (max-width: 640px) {
	.news-page .read-button.read-less {
	    font-size: 4.76875vw;
    	margin-top: 2em;
    	display: inline-block;
	}
	.news-page .read-button.read-more {
	    font-size: 2.8125vw;
    	display: inline-block;
    	white-space: nowrap;
	}
}

.news-page .news-item-holder .news-item .timestamp {
	display: none;
}

.news-page .news-item-holder.active .news-item .timestamp {
	font-size: 1.3021vw;
	display: block;
  font-weight: 400;
	color: #6d6d6d;
}

.news-page .news-item-holder.active .read-button {
	color: #138995;
}

.news-item-holder.active span.line.line-bottom {
  background: #138995;
}
.careers-item-holder.active span.line.line-bottom {
  background: #818282;
}

.news-page .news-item span.line.line-bottom {
    position: relative;
    bottom: initial;
    margin: 0;
    margin: 0.52vw 0 0;
}
.news-page .news-item.active .read-full {
  display: block;
}
.news-page .news-item.active .read-short {
  display: none;
}
.news-page .news-item .read-full p {
  margin: 0 0 15px 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .news-page .news-item .read-full p {
    font-size: 3.9063vw !important;
    line-height: 1.3em;
  }
  .news-page .news-item span.line.line-bottom {
    position: relative;
    bottom: initial;
    margin: 0;
    margin-top: 2.18vw;
  }
}

.home-page .w-nav.navbar {
  margin-bottom: 0;
}

.home-page .carousel-container {
 /*  max-height: 706px; */
  margin: 0 auto;
  position: relative;
/*   max-width: 1197px; */
  width: 100%;
  height: 53.4375vw;
  background-image: url('/assets/images/home/homepage_slider_bg.jpg');
  background-size: cover;
  overflow: hidden;
}
.home-page .carousel-container.ipad {
	background-image: none; /* url('/assets/images/home/iput_gif14.gif'); */
}
@media screen and (max-width: 640px) {
	.home-page .carousel-container {
		background-image: none; /* url('/assets/images/home/iput_gif14.gif'); */
	}
}

.home-page video.promo-video {
	width: 100%;
}


.home-page .stats-anim,
.home-page .video-hover {
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-page .video-wrap {
    width: 100%;
    position: absolute;
    height: 55.8vw;
    top: -2px;
}
.home-page .stats-anim a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-page .stats-anim img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.stats-anim .line-animate {
  width: 40.78vw;
  height: 1px;
  position: absolute;
  left: calc(50% - 40.78vw / 2);
  background-color: #fff;
  z-index:1000;
}
.stats-anim .line-animate.up-line {
  top: 18.57vw;
}
.stats-anim .line-animate.down-line {
  bottom: 18.57vw;
}
#state-1 {
  width: 42.03vw;
  height: 7.8125vw;
}
#state-2 {
  opacity: 0;
  width: 42.03vw;
  height: 7.8125vw;
}
#state-3 {
  opacity: 0;
  width: 42.03vw;
  height: 7.8125vw;
}
#state-4 {
  opacity: 0;
  width: 42.03vw;
  height: 7.8125vw;
}
#state-5 {
  opacity: 0;
  width: 42.03vw;
  height: 7.8125vw;
}
#state-6 {
  opacity: 0;
}

/*
@media screen and (max-width: 767px) {
  .home-page .carousel-container {
    max-height: 405px;
  }
}
@media screen and (max-width: 692px) {
  .home-page .carousel-container {
    max-height: 344px;
  }
}
@media screen and (max-width: 620px) {
  .home-page .carousel-container {
    max-height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .home-page .carousel-container {
    max-height: 258px;
  }
}
@media screen and (max-width: 460px) {
  .home-page .carousel-container {
    max-height: 199px;
  }
}
@media screen and (max-width: 410px) {
  .home-page .carousel-container {
    max-height: 152px;
  }
}
@media screen and (max-width: 345px) {
  .home-page .carousel-container {
    max-height: 113px;
  }
}
*/

.home-page .section.mobile-headline {
	display: none;
}

@media screen and (max-width: 670px) {
   .home-page .carousel-container {
     margin-top: 8.98vw ;
   }
}
@media screen and (max-width: 640px) {
	 .home-page .carousel-container {
	   margin-top: 19.06vw ;
	 }
	 .home-page .carousel-container #homepage-player {
	   display: none;
	 }
	 .home-page .section.mobile-headline {
		display: block;
		margin: 0;
	 }
   .stats-anim-mobile {
      height: 46.875vw;
   }
   .stats-anim-mobile .line-animate {
    position: absolute;
    width: 89.0625vw;
    height: 1px;
    position: absolute;
    left: calc(50% - 89.0625vw / 2);
    background-color: #138995;
   }
   .home-page .stats-anim-mobile a {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1000;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
    }
   .stats-anim-mobile .down-line{
      bottom: 9vw;
   }
   .stats-anim-mobile .up-line{
      top: 9vw;
   }
   #state-mobile1 {
    width: 83.28125vw;
    height: 14.06vw;
  }
  #state-mobile2 {
    opacity: 0;
    width: 83.28125vw;
    height: 14.06vw;
  }
  #state-mobile3 {
    opacity: 0;
    width: 83.28125vw;
    height: 14.06vw;
  }
  #state-mobile4 {
    opacity: 0;
    width: 83.28125vw;
    height: 14.06vw;
  }
  #state-mobile5 {
    opacity: 0;
    width: 83.28125vw;
    height: 14.06vw;
  }
}

.home-page .section.mobile-headline p {
	text-align: center;
    padding: 1em 0;
    border-top: 1px solid #12818c;
    border-bottom: 1px solid #12818c;
    margin: 2em 7vw;
    width: auto;
    font-size: 7.125vw;
    font-weight: 300;
    color: #12818c;
}

/* ---------------------------------------- */
.home-page .carousel-container .bugfix {
  max-height: 741px;
  margin: 0 auto;
  position: relative;
  max-width: 1197px;
  top: -115px;
  display: none;
}
.home-page .flex-direction-nav a.flex-prev {
  background: url('/assets/images/Homepage_new_03.png') no-repeat scroll 0 0 transparent;
}
.home-page .flex-direction-nav a.flex-next {
  background: url('/assets/images/Homepage_new_05.png') no-repeat scroll 0 0 transparent;
}
.home-page .flexslider {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  display: none;
}
.home-page .ipad .flexslider {
	display: block;
}
@media screen and (max-width: 640px) {
	.home-page .flexslider {
		display: block;
	}
}

.home-page .flex-viewport {
  max-height: 741px;
  width: 100%;
}
.home-page .flex-active-slide > img {

}
.home-page .flex-direction-nav .flex-prev {
  bottom: 71px;
  left: 44%;
  opacity: 1;
  top: auto;
}
.home-page .flex-direction-nav .flex-next {
  right: 45%;
  bottom: 71px;
  opacity: 1;
  top: auto;
}
.home-page .property-link-container {
  position: relative;
  top: 0;
}
.home-page .property-link-box {
  bottom: 66px;
  height: 46px;
  left: 47%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 64px;
}
@media screen and (min-width: 1197px) {
  .home-page .property-link-box {

  }
}
@media screen and (max-width: 1060px) {
  .home-page .flex-direction-nav .flex-prev {
    left: 43%;
  }
  .home-page .flex-direction-nav .flex-next {
    right: 44%;
  }
}
@media screen and (max-width: 960px) {
  .home-page .flex-direction-nav .flex-next {
    right: 43%;
  }
}
@media screen and (max-width: 845px) {
  .home-page .flex-direction-nav .flex-next {
    right: 42%;
  }
}
@media screen and (max-width: 760px) {
  .home-page .flex-direction-nav .flex-next {
    right: 41%;
  }
}
@media screen and (max-width: 720px) {
  .home-page .property-link-box {
    left: 46%;
  }
  .home-page .flex-direction-nav .flex-prev {
    left: 41%;
  }
}
@media screen and (max-width: 640px) {
  .home-page .flex-direction-nav .flex-next {
    right: 40%;
  }
}
@media screen and (max-width: 600px) {
  .home-page .property-link-box {

    left: 45%;
  }
  .home-page .flex-direction-nav .flex-prev {
    left: 37%;
  }
  .home-page .flex-direction-nav .flex-next {
    right: 37%;
  }
}
@media screen and (max-width: 500px) {
  .home-page .property-link-box {
    bottom: 32px;
    left: 44%;
  }
  .home-page .flex-direction-nav .flex-prev {
    left: 34%;
    bottom: 37px;
  }
  .home-page .flex-direction-nav .flex-next {
    right: 34%;
    bottom: 37px;
  }
}
@media screen and (max-width: 365px) {
  .home-page .property-link-box {

    left: 44%;
  }
  .home-page .flex-direction-nav .flex-prev {

  }
  .home-page .flex-direction-nav .flex-next {
    right: 28%;
  }
}

.home-page .section.headline {
  margin-top: 0;
/*   margin-bottom: 105px; */
  padding: 0;
  text-align: center;
}

.home-page .section.headline .w-col {
  padding: 0;
}

.home-page .section.headline h2.heading-1, .home-page .section.headline h2.heading-2 {
	text-align: left;
	color: #138995;
}

.home-page .home-top-center-header {
    padding: 6.68vw 0 0 5.25vw;
    overflow: auto;
}

.home-page .section.headline h2.heading-1 {
    font-weight: normal;
    font-size: 2.0833vw;
    line-height: 1.1em;
}

.home-page .section.headline h2.heading-2 {
    /* margin-top: 20px; */
    padding: 2vw 0;
    /* max-width: 490px; */
    width: 24.1666vw;
    font-size: 0.9375vw;
    line-height: 1.5em;
}

.home-page .headline-box {
  // max-height: 540px;
  height: auto;
}
.home-page .home-top-center-header {
/*  margin: 0 auto;
  max-width: 500px; */
}
/*
@media screen and (max-width: 480px) {
  .home-page .home-top-center-header {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .home-page .home-top-center-header {
    width: 100%;
  }
  .home-page .section.headline {
    margin-bottom: 24px;
  }
}
*/
@media screen and (max-width: 640px) {
  .home-page .home-top-center-header {
    width: 100%;
    min-height: 70vw;
    padding: 12.5vw 11vw;
  }
  .home-page .section.headline h2.heading-1 {
    font-size: 6.25vw;
  }
  .home-page .section.headline h2.heading-2 {
  	font-size: 3.52vw;
  	width: 100%;
  	padding: 0;
  	margin-top: 1em;
  }
}


.home-page .heading-1 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.home-page .heading-2 {
  margin: 0;
  padding: 16px 0 23px 0;
  width: 100%;
  text-align: center;
}
.home-page .section1_image {
  margin: 0;
  padding: 0;
}
.home-page .w-container.headline-box {
  /* max-width: 1000px; */
}
.home-page .last-news-container {
/*   max-width: 1005px; */
  margin: 0 auto;
}

.home-page .section.section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 340px) {
  .home-page .section.section-2 {
    padding: 0;
  }
}
.home-page .left-news-logo {
  display: none;
  margin-bottom: 53px;
}
.home-page .right-news-logo {
  display: block;
  padding-left: 38px;
}
@media screen and (max-width: 1043px) {
  .home-page .w-col-7_25 {
    width: 76%;
  }
  .home-page .right-news-logo {
    display: none;
  }
  .home-page .left-news-logo {
    display: block;
  }
  .home-page .stats-desktop .stats-container {
    width: 86.979vw;
  }
}
@media screen and (max-width: 930px) {
  .home-page .w-col-7_25 {
    width: 100%;
  }
}
.home-page .news_box {
  margin: 0;
}

.home-page .news-image-block {
  background: none no-repeat scroll 0 0 transparent;
  height: 25vw;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  float: left;
  background-size: cover;
}

.home-page .news-image-block .color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-page .news-image-block.news-item-1 .color-overlay {
	background-color: rgba(2, 33, 93, .6);
}
.home-page .news-image-block.news-item-2 .color-overlay {
	background-color: rgba(57, 161, 170, .6);
}
.home-page .news-image-block.news-item-3 .color-overlay {
	background-color: rgba(178, 179, 178, .6);
}
.home-page .news-image-block.news-item-4 .color-overlay {
	background-color: rgba(21, 124, 150, .6);
}

@media screen and (max-width: 640px) {
	.home-page .news-image-block {
		height: 100vw;
	}
}


.fifty-year-row{
  background-image: url('/assets/images/home/fiftyYrBg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20.34vw;
  max-height: 332px;
  width: 100%;
  text-align: center;
  padding-top: 2.76vw;
  padding-bottom: 2.76vw;
}
.fifty-year-wrap{
  max-width: 800px;
  width: 49.02vw;
  margin: 0 auto;
}
.fifty-year-row .fifty-year-wrap img {
  display: block;
  width: 13.91vw;
  max-width: 227px;
  margin: 0 auto 2.45vw auto;
}
.fifty-year-row .fifty-year-wrap .line {
  padding: 0;
  margin:  1.84vw auto;
  width: 36.27vw;
  max-width: 592px;
}

 .fifty-year-row .fifty-year-wrap span {
  font-family: Lato, Lato, sans-serif;
  font-weight: 200;
  font-size: 2vw;
  color: #ffffff;
  margin: 0 auto;
}
.fifty-year-row .fifty-year-wrap a {
  font-family: Lato, Lato, sans-serif;
  font-size: 2vw;
  text-decoration: none;
  color: #ffffff;
  margin: 0 auto;

} 
.fifty-year-row .fifty-year-wrap a img{
  display: inline-block;
  margin-left: 1vw;
  margin-bottom: .43vw;
  width: 1.04vw;
  max-width: 17px;
} 

@media screen and (min-width: 1632px) {
    .fifty-year-row .fifty-year-wrap span, .fifty-year-row .fifty-year-wrap a {
      font-size: 36.5px;
    }
    .fifty-year-row .fifty-year-wrap .line {
      margin:  30px auto;
    }
    .fifty-year-row{
      padding-bottom: 45px;
      padding-top: 45px;
    }
    .fifty-year-row .fifty-year-wrap img {
      margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
 .fifty-year-row{ 
    height:22vw;
  }
}

@media screen and (max-width: 640px) {
    .fifty-year-row{
      background-image: none;
      background-color: #191717;
      height: 84vw;
      padding-top: 6vw;
      
      }
      .fifty-year-wrap{
        width: 76vw;
      }
      .fifty-year-row .fifty-year-wrap img {
        width: 40vw;
        margin-bottom: 6vw;
      }
      .fifty-year-row .fifty-year-wrap .line {
        width: 68vw;
        display: block;
        background-color: #ffffff;
        margin-top: 3.5vw;
        margin-bottom: 6vw;
      }

      .fifty-year-row .fifty-year-wrap span{
        line-height: 5vw;
      }

      .fifty-year-row .fifty-year-wrap span, .fifty-year-row .fifty-year-wrap a  {
        font-size: 5vw;
      }
      .fifty-year-row .fifty-year-wrap a img{
        width: 2.66vw;
        margin-left: 2vw;
        margin-bottom: 1vw;

      }



}


@media screen and (max-width: 550px) {
    .fifty-year-row{
      background-image: none;
      background-color: #191717;
      height: 84vw;
      padding-top: 11vw;
      
      }
      .fifty-year-wrap{
        width: 76vw;
      }
      .fifty-year-row .fifty-year-wrap img {
        width: 40vw;
        margin-bottom: 6vw;
      }
      .fifty-year-row .fifty-year-wrap .line {
        width: 68vw;
        display: block;
        background-color: #ffffff;
        margin-top: 3.5vw;
        margin-bottom: 6vw;
      }

      .fifty-year-row .fifty-year-wrap span{
        line-height: 5vw;
      }

      .fifty-year-row .fifty-year-wrap span, .fifty-year-row .fifty-year-wrap a  {
        font-size: 5vw;
      }
      .fifty-year-row .fifty-year-wrap a img{
        width: 2.66vw;
        margin-left: 2vw;
        margin-bottom: 1vw;

      }



}


@media screen and (max-width: 420px) {
    .fifty-year-row{
      background-image: none;
      background-color: #191717;
      height: 84vw;
      padding-top: 15vw;
      
      }
      .fifty-year-wrap{
        width: 76vw;
      }
      .fifty-year-row .fifty-year-wrap img {
        width: 42vw;
        margin-bottom: 8vw;
      }
      .fifty-year-row .fifty-year-wrap .line {
        width: 70vw;
        display: block;
        background-color: #ffffff;
        margin-top: 4vw;
        margin-bottom: 9.3vw;
      }

      .fifty-year-row .fifty-year-wrap span{
        line-height: 5vw;
      }

      .fifty-year-row .fifty-year-wrap span, .fifty-year-row .fifty-year-wrap a  {
        font-size: 5vw;
      }
      .fifty-year-row .fifty-year-wrap a img{
        width: 2.66vw;
        margin-left: 2vw;
        margin-bottom: 1vw;

      }
      


}
a.w-inline-block.home-news-link {
/*     width: 40.63vw;
    height: 40.63vw; */
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,50);
    border-color: rgba(255, 255, 255, .50);
    background-color: rgba(21, 124, 150,.27);
    /* opacity: 0.27; */
    padding-top: 13vw;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 2vw;
    position: relative;
    transition: background 0.5s ease;
}

.news-item-1 a.w-inline-block.home-news-link {
	background-color: rgba(2, 33, 93, 0.26);
}
.news-item-2 a.w-inline-block.home-news-link {
	background-color: rgba(57, 161, 170, 0.26);
}
.news-item-3 a.w-inline-block.home-news-link {
	background-color: rgba(178, 179, 178, 0.26);
}
.news-item-4 a.w-inline-block.home-news-link {
	background-color: rgba(21, 124, 150, 0.26);
}


@media screen and (max-width: 640px) {
	a.w-inline-block.home-news-link {
		padding-top: 30vw;
	}
}

a.w-inline-block.home-news-link .line {
	width: 0;
	margin: 0;
	margin-bottom: 1vw;
	background-color: #fff; /*rgba(255,255,255, .27);*/
	text-align: left;
    margin-bottom: 1vw;
    transition: width 1s ease;
}
a.w-inline-block.home-news-link .line.in-view {
	width: 50%;
}


a.w-inline-block.home-news-link:hover {
	background-color: rgba(21, 124, 150,.8);
}

.news-item-1 a.w-inline-block.home-news-link:hover {
	background-color: rgba(2, 33, 93, 0.8);
}
.news-item-2 a.w-inline-block.home-news-link:hover {
	background-color: rgba(57, 161, 170, 0.8);
}
.news-item-3 a.w-inline-block.home-news-link:hover {
	background-color: rgba(178, 179, 178, 0.8);
}
.news-item-4 a.w-inline-block.home-news-link:hover {
	background-color: rgba(21, 124, 150, 0.8);
}




@media screen and (max-width: 640px) {
	a.w-inline-block.home-news-link {
		transition: none;
	}
	a.w-inline-block.home-news-link:hover {
		background-color: rgba(21, 124, 150,.27);
	}
}

.news-image-block {
    padding: 2.39vw;
}
@media screen and (max-width: 640px) {
	.news-image-block {
    	padding: 9.6875vw;
	}
}

.home-page .box_paragraph {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1.875vw;
  line-height: 1.413em;
}

@media screen and (max-width: 640px) {
	.home-page .box_paragraph {
	  font-size: 4.375vw;
	}
	a.w-inline-block.home-news-link .line {
	    margin-bottom: 5vw;
	}
}


.home-page .home-news-link {
  height: 286px;
  text-decoration: none;
}

.home-page .news-heading {
    width: 100%;
    height:  5.2083vw;
    background-color: #138995;
    color: #ffffff;
    text-align: center;
    background-image: url(/assets/images/home/title_bg_see.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-page .news-heading span {
    line-height: 5.2083vw;
    font-size: 1.6666vw;
    font-weight: 300;
}

.careers-heading span.line,

.news-page .news-heading span.line {
    width: 0;
    text-align: center;
    background-color: #138995;
    position: absolute;
	left: 0;
	right: 0;
	// top: 2.5vw;
	transition: width 1s linear;
}
.home-page .news-heading span.line {
	background-color: #fff;
}
.news-heading span.line.in-view {
	width: 10vw;
}

@media screen and (max-width: 640px) {
	.home-page .news-heading {
		height: 15.4687vw;
		line-height: 15.4687vw;
	}
	.home-page .news-heading span {
	    line-height: 5.2083vw;
	    font-size: 4.8984vw;
	    font-weight: 300;
	}
	.news-heading span.line {
		top: 3vw;
	}
	.news-heading span.line.in-view {
		width: 30vw;
	}
}


/*  special styles for four NEWS img blocks for desktop */
@media screen and (min-width: 669px) {
  .home-news-link .box_paragraph {
    font-size: 1.3vw;
  }
  .home-news-link .circle-arrow {
    width: 2.08vw;
    height: 2.08vw;
    right: 1.56vw;
  }

  .home-news-link .circle-arrow:after {
    width: 1vw;
    height: 1vw;
    top: calc(50% - 0.5vw);
    left: calc(50% - .48vw);
  }

  a.w-inline-block.home-news-link {
    padding-top: 6.61vw;
    padding-left: 2.08vw;
    padding-right: 2.08vw;
  }
}

.all-news-link{
  width: 100%;
  height: 5.2083vw;
  background-color: #ffffff;
  color: #138995;
  text-align: center;
  // background-image: url(/assets/images/home/title_bg_white.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.all-news-link span a {
  text-decoration: none;
  color: #138995;
  font-size: 1.666vw;
  font-weight: 300;
  line-height: 5.2083vw;
  text-align: center;
}
.all-news-link img {
  height: 1.4vw;
  width: 1.4vw;
  margin-bottom: 0.4vw;
  margin-left: 0.3vw;
}


.full-video-link{
  width: 100%;
  height: 5.2083vw;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  /* background-image: url(/assets/images/home/title_bg_white.png); */
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 12.64vw;
  z-index: 100;
}
.full-video-link span a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.666vw;
  font-weight: 300;
  line-height: 5.2083vw;
  text-align: center;
  text-shadow: 1px 2px 7px #000000;
}
.full-video-link img {
  height: 1.4vw;
  width: 0.9545452vw;
  margin-bottom: 0.8vw;
  margin-left: 1vw;
}


@media screen and (min-width: 641px) and (max-width: 1024px){

  .full-video-link span a {
  text-decoration: none;
  color: #ffffff;
  font-size: 2.7vw;
  font-weight: 300;
  line-height: 5.2083vw;
  text-align: center;
  text-shadow: 1px 2px 7px #000000;
}
.full-video-link img {
  height: 1.7vw;
  width: 1.15909091vw;
  margin-bottom: 1.1vw;
  margin-left: 1vw;
}



}




@media screen and (max-width: 640px){

.full-video-link{
  width: 100%;
  height: 5.2083vw;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  /* background-image: url(/assets/images/home/title_bg_white.png); */
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 45vw;
}


.full-video-link span a {
  text-decoration: none;
  color: #ffffff;
  font-size: 5.4vw;
  font-weight: 300;
  line-height: 5.2083vw;
  text-align: center;
  text-shadow: 1px 2px 7px #000000;

}


.full-video-link img {
  height: 3.5vw;
  width: 2.38636364vw;
  margin-bottom: 1.9vw;
  margin-left: 2vw;
}

}
/* styles ti fill date in box paragraph */
@media screen and (min-width: 641px){
    a.w-inline-block.home-news-link {
    padding-top: 6.61vw;
    padding-left: 2.08vw;
    padding-right: 2.08vw;
  }
  .home-news-link .box_paragraph {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 640px) {

  .all-news-link {
    height: 15.4687vw;
    line-height: 15.4687vw;
  }

  .all-news-link span a{
    line-height: 5.2083vw;
    font-size: 4.8984vw;
    font-weight: 300;
  }
  .all-news-link img {
    top: calc(50% - 2.5vw);
    left: calc(50% - 2.5vw);
    width: 4vw;
    height: 4vw;
    margin-bottom: 2.4vw;
    margin-left: 1.3vw;
  }
}


/*----*/



.home-page .section.stats {
  margin: 0;
  padding: 0 30px;
}
@media screen and (max-width: 400px) {
  .home-page .section.stats {
    padding: 0 0;
  }
}
.home-page .stat_container {
  margin: 0 auto;
}
.home-page .stat_1 {
  height: auto;
  margin-left: -3px;
  margin-top: 0;
  max-height: 347px;
  min-width: 100%;
}
.home-page .stat_2 {
  height: auto;
  margin-left: 6px;
  margin-top: -1px;
  max-height: 347px;
  min-width: 100%;
}
.home-page .stat_3 {
  height: auto;
  margin-bottom: 0;
  margin-left: -3px;
  margin-top: 8px;
  max-height: 347px;
  min-width: 100%;
  padding-bottom: 0;
  width: auto;
}
.home-page .stat_4 {
  height: auto;
  margin-left: 7px;
  margin-top: 8px;
  max-height: 347px;
  min-width: 100%;
  width: auto;
}
.home-page .stat_5 {
  height: auto;
  margin-left: -3px;
  margin-top: 7px;
  max-height: 347px;
  min-width: 100%;
  width: auto;
}
.home-page .stat_6 {
  height: auto;
  margin-left: 7px;
  margin-top: 7px;
  min-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-page .stat_1 {
    max-height: none;
  }
  .home-page .stat_2 {
    margin-left: -3px;
    margin-top: 10px;
    max-height: none;
  }
  .home-page .stat_3 {
    max-height: none;
  }
  .home-page .stat_4 {
    margin-left: -3px;
    max-height: none;
  }
  .home-page .stat_5 {
    max-height: none;
  }
  .home-page .stat_6 {
    max-height: none;
    margin-left: -3px;
    margin-top: 3px;
  }
}
.home-page .stats-elem {
  display: none;
}
.home-page .stats-elem.active {
  display: block;
}
.home-page .show-more-container {
  display: block;
  margin: 50px 0 60px 0;
}
.home-page .show-more {
  display: block;
  margin: 0 auto;
  width: 165px;
  background: url('/assets/images/arrow.png') no-repeat scroll right 31% transparent;
  font-family: Lato,sans-serif;
  font-size: 18px;
  color: #19A29A;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.home-page .show-less {
  display: block;
  margin: 0 auto;
  width: 165px;
  background: url('/assets/images/arrow.png') no-repeat scroll right 31% transparent;
  font-family: Lato,sans-serif;
  font-size: 18px;
  color: #19A29A;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.home-page  .key_statistics {
  display: block;
  margin: 0 auto;
}
.home-page .show-less-container {
  display: none;
  margin: 55px 0 0;
}

.home-page .section-reports {
  margin: 0 auto;
  padding: 0;
}
/*
@media screen and (max-width: 340px) {
  .home-page .section-reports {
    margin: 0 auto;
    padding: 0 8px 50px 10px;
  }
}
*/
.home-page .section-reports .reports-container {
  /* max-width: 1000px; */
  margin: 0 auto;
}
.home-page .section-reports .reports-container .report-item {
    height: 22.29vw;
}

@media screen and (max-width: 640px) {
	.home-page .section-reports .reports-container .report-item {
	    height: 44.6vw;
	}
}



.home-page .section-reports .reports-container .reports-heading {
    width: 100%;
    height: 5.2083vw;
    background-color: white;
    color: #fff;
    font-size: 1.666vw;
    font-weight: 300;
    line-height: 5.2083vw;
    text-align: center;
    background-image: url('/assets/images/home/blue_bar.jpg');
    background-size: cover;
    position: relative;
}


.home-page .news-heading span.line,
.reports-heading span.line {
  width: 0;
  text-align: center;
  background-color: #fff;
  position: absolute;
	left: 0;
	right: 0;
	top: 1vw;
	transition: width 1s linear;
}
.home-page .news-heading span.line {
	background-color: #fff;
}
.home-page .news-heading span.line.in-view,
.reports-heading span.line.in-view {
	width: 10vw;
}

@media screen and (max-width: 640px) {
	.home-page .section-reports .reports-container .reports-heading {
		height: 15.4687vw;
		line-height: 15.4687vw;
	}
	.reports-heading span {

	    font-size: 4.8984vw;
	    font-weight: 300;
	}
	.home-page .news-heading span.line,
	.reports-heading span.line {
		top: 3vw;
	}
	.home-page .news-heading span.line.in-view,
	.reports-heading span.line.in-view {
		width: 30vw;
	}
}

.home-page .section-reports .reports-container .reports-row {
  /* max-width: 450px; */
}
.home-page .section-reports .reports-container .reports-row .report-item {
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0;
  position: relative;
  background-size: cover;
  padding: 3.07vw 4.84vw;
}
.home-page .section-reports .reports-container .reports-row .report-item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-color: rgba(255,255,255,.5);
  background-color:  rgba(135, 136, 135, 0.6);
  padding: 6.04vw 11.35vw;
  text-decoration: none;
  position: relative;
  transition: background 0.5s ease;
}

@media screen and (max-width: 640px) {
	.home-page .section-reports .reports-container .reports-row .report-item {
		padding: 4.5vw 9.6875vw;
	}
	.home-page .section-reports .reports-container .reports-row .report-item a {
		padding: 13.04vw 19vw;
	}
}



a span.circle-arrow {
    position: absolute;
    width: 3.6979vw;
    height: 3.6979vw;
    right: 2vw;
    bottom: 1.5vw;
    background-image: url('/assets/images/home/circle.png');
    background-size: cover;
}
a span.circle-arrow::after {
	content: " ";
	position: absolute;
	top: calc(50% - .8vw);
	left: calc(50% - .9vw);
	background-image: url('/assets/images/home/arrow_up_right.png');
	width: 1.6146vw;
    height: 1.6667vw;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	a span.circle-arrow {
		width: 10vw;
		height: 10vw;
	}
	a span.circle-arrow::after {
		top: calc(50% - 2.5vw);
		left: calc(50% - 2.5vw);
		width: 5vw;
    	height: 5vw;
	}
}


.home-page .section-reports .reports-container .reports-row .report-item a:hover {
  background-color:  rgba(135, 136, 135, 0.8);
}

@media screen and (max-width: 640px) {
	.home-page .section-reports .reports-container .reports-row .report-item a {
		transition: none;
	}
	.home-page .section-reports .reports-container .reports-row .report-item a:hover {
		background-color: rgba(135, 136, 135, 0.6);
	}
}

.home-page .section-reports .reports-container .reports-row .report-item a.text {
  font-size: 21.5px;
  line-height: 25px;
  font-family: Lato;
  color: #3daade;
  text-decoration: none;
  padding-top: 27px;
  text-transform: uppercase;
}

.home-page .section-reports .reports-container .reports-row .report-item a .line {
    width: 0;
    margin: 0;
    margin-bottom: 1vw;
    background-color: #fff; /* rgba(255,255,255, .27);*/
    text-align: left;
    margin-bottom: 1vw;
    transition: width 1s ease;
}
.home-page .section-reports .reports-container .reports-row .report-item a .line.in-view {
	width: 50%;
}

.property-page .section.iphene {
  margin: 0;
  padding: 0;
  position: relative;
}
.property-page .carousel-container .flexslider {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.property-page .mobile-gallery {
      display: none;
  }

.property-page .flexslider .slides img {
    height: 35.9374vw;
}
.property-page .carousel-container {
    min-height: 150px;
    margin: 0 auto;
    position: relative;
    min-width: 300px;
}
.property-page .carousel-container {
    display: block;
}
@media screen and (max-width: 640px) {
  .property-page .mobile-gallery {
      display: block;
  }
  .property-page .carousel-container {
    display: none;
  }
  .property-page .mobile-gallery img {
      width: 100%;
      height: 35.46vw;
      margin-top: 2.08vw;
  }
}
@media screen and (max-width: 360px) {
  .property-page .section.iphene {
    padding: 0 0px;
  }
}
.property-page .w-col {
  padding: 0;
}
.property-page .contact-info {
  left: auto;
  right: auto;
  top: auto;
}
.property-page .inner_heading._1 {
  font-size: 2.08vw;
  line-height: 2.08vw;
  margin: 0 0 0;
  text-align: left;
  color: #138995;
  font-weight: 400;
}
.property-page .w-container .w-row {
  margin: 0;
}
.property-page .dublin_title {
  margin: 0;
  font-size: 1.3vw;
  line-height: 2.08vw;
  text-align: left;
  padding: 0 0 0;
  color: #138995;
}
.property-page .info_box {
  height: 476px;
  margin: 0;
  max-width: 449px;
  padding: 0;
  border: 32px solid #E2E3DE;
  background-image: none;
}
.property-page .info_box .first-elem-list {
  padding-top: 80px;
}

.property-page .info-box {
	margin-top: 1.5vw;
}
.property-page .info-box p {
    margin: 0;
    font-size: 0.93vw;
    line-height: 1.5em;
    margin-bottom: 1em;
    color: #138995;
    padding: 0;
}

@media screen and (max-width: 640px) {
	.property-page .info-box {
		margin-top: 1.5em;
	}
	.property-page .info-box p {
		font-size: 3.6vw;
		padding: 0;
	}
  .stats-desktop {
    background: #138995;
    top: 53vw;
    height: 249.5vw;
  }
  .home-page .stats-desktop .state-wrap {
    display: block;
  }
  .home-page .stats-desktop .state {
    width: 74.21vw;
    height: auto;
    margin: 0 auto;
    margin-top: 19.53125vw;
  }
  .home-page .carousel-container {
    height: 302.4375vw;
  }
  .home-page .stats-desktop .up-line {
    display: none;
  }
  .home-page .stats-desktop .stats-container .down-line {
    width: 45.3125vw;
    margin-top: 9.375vw;
  }
  .home-page .stats-desktop .state-wrap {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .property-page .info_box {
    height: 329px;
  }
  .property-page .info_box .first-elem-list {
    padding-top: 7px;
  }

}

.property-page .item_2 {
  padding-bottom: 0px;
}
.property-page .info_box2 .first-elem-list {
  padding-top: 43%;
}
@media screen and (max-width: 767px) {
  .property-page .info_box2 .first-elem-list {
    padding-top: 23%;
  }
}
.property-page .item_2.withnewline {
  margin: 0 auto;
  width: 200px;
}
.property-page .info_box2 {
  height: 481px;
  margin: 0;
  max-width: 449px;
  padding: 0;
  border: 32px solid #E2E3DE;
  background-image: none;
}
.property-page .information_box {
    min-height: 100px;
    min-width: 100%;
    margin: 0;
    width: 100%;
    height: 45.67vw;
}

.property-page .portfolio_map1 {
  width: 0;
  margin: 0 0 0 -21px;
  min-height: 481px;
  min-width: 470px;
}
.property-page .ggg {
  max-width: 920px;
}
.property-page .portfolio_images {
  margin: 0;
  width: 100%;
  min-width: 0;
  height: 35.9374vw;
}
.property-page .portfolio_images._2 {
  margin: 0;
  height: 35.9374vw;
}
.property-page .back-to-portfolio {
  margin: 0 auto 20px;
  display: block;
}
@media screen and (max-width: 991px) {
  .property-page .portfolio_map1 {
    min-width: 385px;
    margin: 0;
    min-height: 481px;
    min-width: 362px;
  }
  .property-page .portfolio_images {
    max-width: 100%;
    min-width: 100%;
    display: block;
    float: right;
    margin: 0;
    height: 35.9374vw;
  }
  .property-page .portfolio_images._2 {
    float: left;
    margin: 0 0 0;
    height: 35.9374vw;
  }
}
@media screen and (max-width: 767px) {
  .property-page .portfolio_images {
    max-width: none;
    min-width: 100%;
    display: block;
    float: none;
    margin: 0;
  }
  .property-page .portfolio_images._2 {
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 764px) {
  .property-page .info_box {
    margin: 5px auto;
    background-position: center top;
  }
  .property-page .info_box2 {
    margin: 5px auto;
    background-position: center top;
    height: 300px;
    min-height: 300px;
  }
  .property-page .portfolio_map1 {
    margin: 5px auto;
    max-width: 470px;
    min-width: 450px;
  }
}
@media screen and (max-width: 640px){
  .property-page .inner_heading._1 {
    // margin: 14.6vw 0 0;
    font-size: 6.25vw;
    line-height: 6.25vw;
  }
  .property-page .dublin_title  {
    font-size: 3.9vw;
    line-height: 6.25vw;
  }
  .property-page .item_1 {
    font-size: 3.43vw;
    line-height: 3.75vw;
    margin: 3.9vw 0 0;
  }
  .property-page .item_2 {
    font-size: 3.43vw;
    line-height: 3.75vw;
  }
  .property-page .info-block {
    padding-left: 7.34vw !important;
    padding-right: 7.34vw !important;
    height: 100%;
    margin-bottom: 14.6vw;
  }
  .property-page .information_box {
    height: 89.375vw;
  }
  .property-page .portfolio_images._2,
  .property-page .portfolio_images {
    height: 35.46vw;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .property-page .portfolio_map1 {
    margin: 5px auto;
    max-width: 460px;
    min-width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .property-page .info_box2 {
    min-width: 100%;
  }
  .property-page .portfolio_images {
    min-width: 100%;
  }
  .property-page .portfolio_map1 {
    min-width: 100%;
  }
}
@media screen and (max-width: 330px) {
  .property-page .portfolio_map1 {
    min-height: 300px;
  }
}


.assets-page .assets_map {
  width: 0;
  margin: 0 0 0 0;
  min-height: 481px;
  min-width: 699px
}
@media screen and (max-width: 767px) {
  .assets-page .assets_map {
    min-width: 580px;
  }
}
@media screen and (max-width: 600px) {
  .assets-page .assets_map {
    min-width: 561px;
    margin: 0 auto;
    min-height: 354px;
  }
}
@media screen and (max-width: 500px) {
  .assets-page .assets_map {
    min-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 340px) {
  .assets-page .assets_map {
    min-width: 302px;
    margin: 0 auto;
  }
}

.assets-page .show-more-container {
  display: block;
  margin: 20px 0 0;
}
.assets-page .show-less-container {
  display: none;
  margin: 20px 0 0;
}
.assets-page .show-more-office,
.assets-page .show-less-office{
  display: block;
  margin: 0 auto;
  width: 165px;
  background: url("/assets/images/blue_arrow.png") no-repeat scroll right -2px transparent;
  font-family: Lato,sans-serif;
  font-size: 18px;
  color: #3caaf5;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.assets-page .show-less-office {

}
.assets-page  .show-more-office-undertext,
.assets-page  .show-less-office-undertext {
  display: block;
  margin: 5px auto 0;
  width: 220px;
  font-family: Lato,sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #3caaf5;
  text-align: center;
  cursor: pointer;
}
.assets-page .office-item {
  display: block;
}
.assets-page .office-item.active {
  display: block;
}

.assets-page .show-more-retail,
.assets-page .show-less-retail{
  display: block;
  margin: 0 auto;
  width: 170px;
  background: url("/assets/images/arrow_grey.png") no-repeat scroll right -3px transparent;
  font-family: Lato,sans-serif;
  font-size: 18px;
  color: #b8b8b8;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.assets-page  .show-more-retail-undertext,
.assets-page  .show-less-retail-undertext {
  display: block;
  margin: 5px auto 0;
  width: 220px;
  font-family: Lato,sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #b8b8b8;
  text-align: center;
  cursor: pointer;
}
.assets-page .retail-item {
  display: block;
}
.assets-page .retail-item.active {
  display: block;
}

.assets-page .show-more-industrial,
.assets-page .show-less-industrial{
  display: block;
  margin: 0 auto;
  width: 165px;
  background: url("/assets/images/arrow.png") no-repeat scroll right -2px transparent;
  font-family: Lato,sans-serif;
  font-size: 18px;
  color: #19a29a;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.assets-page  .show-more-industrial-undertext,
.assets-page  .show-less-industrial-undertext {
  display: block;
  margin: 5px auto 0;
  width: 240px;
  font-family: Lato,sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #19a29a;
  text-align: center;
  cursor: pointer;
}
.assets-page .industrial-item {
  display: block;
}
.assets-page .industrial-item.active {
  display: block;
}

.assets-page .show-more-case-study,
.assets-page .show-less-case-study{
  display: block;
  margin: 0 auto;
  width: 165px;
  background: url("/assets/images/orange_arrow.png") no-repeat scroll right -2px transparent;
  font-family: Lato,sans-serif;
  font-size: 18px;
  color: #e37f1d;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.assets-page  .show-more-case-study-undertext,
.assets-page  .show-less-case-study-undertext {
  display: block;
  margin: 5px auto 0;
  width: 220px;
  font-family: Lato,sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #e37f1d;
  text-align: center;
  cursor: pointer;
}
.assets-page .case-studies-item {
  display: none;
}
.assets-page .case-studies-item.active {
  display: block;
}


.assets-page .office_columns,
.assets-page .office_columns2 {
  margin-top: 35px;
}
.assets-page .office_image1 {
  display: block;
  margin: 0 auto;
  float: none;
}

.assets-page .placeholder {
    width: 100%;
    height: 31.45vw;
    background-image: url('/assets/images/odd_placeholder.jpg');
    background-size: cover;
}

.projects-page .placeholder {
    width: 100%;
    height: 31.45vw;
    background-image: url('/assets/images/odd_placeholder.jpg');
    background-size: cover;
}


@media screen and (max-width: 640px) {
	.assets-page .placeholder {
		display: none;
	}
	.projects-page .placeholder {
		display: none;
	}
}

@media screen and (max-width: 767px) {
  .assets-page .office_columns.office-item {
    margin-top: 36px;
  }
  .assets-page .office_columns.retail-item {
    margin-top: 36px;
  }
  .assets-page .office_columns.industrial-item {
    margin-top: 36px;
  }
  .assets-page .office_image1 {
  margin-top: 0px;
  }
}

.assets-page .sectors-percents {
  border: 32px solid #e2e3de;
  width: 478px;
  height: 329px;
  margin-top: 0;
  background: url('/assets/images/percents_box.png') no-repeat scroll 38px 41px transparent;
}
.assets-page .box_par._office {
  margin-left: 226px;
  margin-top: 63px;
  color: #3caaf5;
  cursor: pointer;
}
.assets-page .box_par._retail {
  margin-left: 226px;
  margin-top: 45px;
  color: #b8b8b8;
  cursor: pointer;
}
.assets-page .box_par._industrial {
  margin-left: 226px;
  margin-top: 45px;
  color: #19a29a;
  cursor: pointer;
}
.assets-page .portfolio-paragraph1 ul {
  list-style: none outside none;
  // padding-left: 30px;
  // padding-top: 30px;
}
// .assets-page .portfolio-paragraph1 ul li {
//   background: url("/assets/images/portfolio/o/bullet.png") no-repeat scroll left 4px transparent;
//   color: #19a29a;
//   font-family: Lato,sans-serif;
//   font-size: 18px;
//   line-height: 24px;
//   padding-bottom: 18px;
//   padding-left: 35px;
//   text-align: left;
//   width: 280px;
// }
@media screen and (max-width: 860px) {
  .assets-page .sectors-percents {
    background: url("/assets/images/percents_box90cw.png") no-repeat scroll 35px 36px transparent;
    height: 476px;
    margin-top: 0;
    width: 307px;
    margin-left: auto;
    margin-right: auto;
  }
  .assets-page .box_par._office {
    margin-left: 111px;
    margin-top: 307px;
    width: 196px;
    transform: rotate(68deg);
    -webkit-transform: rotate(68deg);
    -moz-transform: rotate(68deg);
    -o-transform: rotate(68deg);
    -ms-transform: rotate(68deg);
  }
  .assets-page .box_par._retail {
    width: 195px;
    margin-left: 52px;
    margin-top: -23px;
    transform: rotate(68deg);
    -webkit-transform: rotate(68deg);
    -moz-transform: rotate(68deg);
    -o-transform: rotate(68deg);
    -ms-transform: rotate(68deg);
  }
  .assets-page .box_par._industrial {
    margin-left: -14px;
    margin-top: -24px;
    width: 195px;
    transform: rotate(68deg);
    -webkit-transform: rotate(68deg);
    -moz-transform: rotate(68deg);
    -o-transform: rotate(68deg);
    -ms-transform: rotate(68deg);
  }
}
@media screen and (max-width: 640px) {
  .assets-page .sectors-percents-container,
  .assets-page .portfolio-top-left-container {
    width: 100%;
  }
  .assets-page .portfolio-tile {
    width: 50%;
  }
  .assets-page .portfolio-paragraph1 {
    width: 100%;
    padding-top: 9.2vw;
  }
  .assets-page .sectors-percents {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .assets-page .portfolio-tile {
    width: 100%;
  }
  .assets-page .portfolio-paragraph1 {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .assets-page .section.headline {
    padding:0;
  }
  .assets-page .section.iphene {
    padding-left: 0;
    padding-right: 0;
  }
}
.assets-page .assets-map-content {
  width: 350px;
}
.assets-page .assets-map-content:after {
  clear:both;
  content: " ";
  display: table;
}
.assets-page .assets-map-content .property-image {
  width: 60%;
  float: left;
}
@media screen and (max-width: 500px) {
  .assets-page .assets-map-content {
    width: 100%;
  }
}
.assets-page .assets-map-content .property-image img {
  display: block;
  width: 100%;
}
.assets-page .assets-map-content .property-address {
  color: #36a9e0;
  float: left;
  font-size: 14px;
  padding-left: 17px;
  padding-top: 41px;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .assets-page .assets-map-content .property-address {
    font-size: 12px;
    padding-top: 2%;
  }
}
@media screen and (max-width: 320px) {
  .assets-page .assets-map-content .property-address {
    padding-top: 0;
  }
}
.assets-page .assets-map-content .property-address.retail {
  color: #b8b8b8;
}
.assets-page .assets-map-content .property-address.office {
  color: #36a9e0;
}
.assets-page .assets-map-content .property-address.industrial {
  color: #19a29a;
}
.assets-page .assets-map-content .property-address a {
  color: #3caaf5;
  font-weight: 500;
  display: block;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .assets-page .office_tile {
    margin-top: 41px;
  }
}
@media screen and (max-width: 360px) {
  .assets-page .office_tile {
    margin-left: 3%;
  }
}
.assets-page .images-cache {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.case-study-page .case-study-list ul {
  list-style-type: square;
}
.case-study-page .case-study-list ul li {
  margin-top: 2px;
  margin-right: -7px;
  margin-bottom: 2px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #3daade;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.case-study-page .case-study-paragraph p {
  margin: 26px 51px 16px -20px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Lato, sans-serif;
  color: #3daade;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width:  700px) {
  .case-study-page .case-study-paragraph {
    padding: 0;
  }
  .case-study-page .case-study-paragraph p {
    margin: 0 auto;
    padding: 12px 0 0;
  }
}

.investors-relations-page .w-container .w-row {
	margin: 0;
}
.investors-relations-page .w-col.w-col-6.w-clearfix {
  height: 100%
}

.investors-relations-page .investor-top-container {
  padding-bottom: 0;
	height: 8.2vw;
}
.investors-relations-page .investor-top-container .heading {
	margin: 2.65625vw 0 0 0;
}
.investors-relations-page .investor-top-container .heading span.line{
  width: 0;
  transition: width 1s linear;
}
.investors-relations-page .investor-top-container .heading span.line.in-view {
	width: 12.9167vw;
	background-color: #138995;
}
.investors-relations-page .investor-top-container .heading h1 {
	margin: 0;
	font-family: Lato,'Open Sans', sans-serif;
	font-size: 1.6667vw;
	font-weight: 300;
	color: #138995;
	padding: 0;
	line-height: 2em;
}

@media screen and (max-width:  640px) {
	.investors-relations-page .investor-top-container {
		height: 21.21875vw;
	}
	.investors-relations-page .investor-top-container .heading {
		margin: 5vw 0 0 0;
	}
  .investors-relations-page .investor-top-container .heading span.line {
    width: 0;
    transition: width 1s linear;
  }
	.investors-relations-page .investor-top-container .heading span.line.in-view {
		width: 40vw;
	}
	.investors-relations-page .investor-top-container .heading h1 {
		font-size: 6.25vw;
	}
}


@media screen and (max-width:  360px) {
  .investors-relations-page .investor-top-container {
    padding-bottom: 0;
  }
}

.investors-relations-page .investor-top-container h2 {
  font-size: 0.9375vw;
  line-height: 1.5em;
  color: #138995;
  font-family: Lato, Lato,sans-serif;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 29.6458vw;
  float: none;
}
.investors-relations-page .investor-relations-logo {
  display: block;
  width: 180px;
  height: 183px;
  float: left;
  margin-left: -11px;
}
@media screen and (max-width: 640px) {
  .investors-relations-page .investor-top-container h2 {
    max-width: 100%;
    font-size: 3.4375vw;
    padding: 0 9.375vw;
    width: 100%;
    font-weight: 400;
  }
}

.investors-relations-page .share-blocks {
  float: left;
  margin: 0;
  width: 33.33%;
  // height: 15.46875vw;
}
.investors-relations-page .share-blocks.last-elem {
  margin-right: 0;
}
.investors-relations-page .share-block {
  min-width: 100%;
  border: none;
  margin-top: 0;
  padding-bottom: 3.8542vw;
}

.investors-relations-page .share-blocks.block-pos-1 {
	background-color: #FFFFFF;
}
.investors-relations-page .share-blocks.block-pos-2 {
	background-color: #FFFFFF;
}
.investors-relations-page .share-blocks.block-pos-3 {
	background-color: #FFFFFF;
}


.investors-relations-page .share-blocks.block-pos-1 .share-block-top,
.investors-relations-page .share-blocks.block-pos-1 .share-block-top2,
.investors-relations-page .share-blocks.block-pos-1 .share-block-middle,
.investors-relations-page .share-blocks.block-pos-1 .share-block-bottom {
  color: #138894;
}
.investors-relations-page .share-blocks.block-pos-2 .share-block-top,
.investors-relations-page .share-blocks.block-pos-2 .share-block-top2,
.investors-relations-page .share-blocks.block-pos-2 .share-block-middle,
.investors-relations-page .share-blocks.block-pos-2 .share-block-bottom {
  color: #1eb5da;
}
.investors-relations-page .share-blocks.block-pos-3 .share-block-top,
.investors-relations-page .share-blocks.block-pos-3 .share-block-top2,
.investors-relations-page .share-blocks.block-pos-3 .share-block-middle,
.investors-relations-page .share-blocks.block-pos-3  .share-block-bottom {
  color: #595959;
}


.investors-relations-page .share-block-top,
.investors-relations-page .share-block-top2 {

  font-family: Lato, Lato,'Open Sans',sans-serif;
  font-size: 1.5625vw;
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
  padding: 3.8542vw 0 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}



.investors-relations-page .share-block-top2 {
  font-size: 1.25vw;
  padding-top: 0;
}
.investors-relations-page .share-block-middle {
  margin: 0 auto;
  text-align: center;
  padding: 1vw 0 0 0;
  font-family: Lato, 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3.640625vw;
  line-height: 1em;
  font-weight: 400;
}
.investors-relations-page span.curr {
	font-size: 2.8573vw;
}
.investors-relations-page .share-block-bottom {
  color: #fff;
  font-family: Lato, 'Open Sans',sans-serif;
  font-size: 1.0417vw;
  line-height: 1em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.investors-relations-page .share-blocks .definition-content {
  display: none;
}

.investors-relations-page .share-blocks .definition-content p {
  font-size: 0.88vw;
  font-family: Lato, Lato,sans-serif;
  color: rgb(90, 90, 90);
  line-height: 1.2;
  text-align: center;
  margin: 3.35vw 2.7vw 0 2.7vw;
  min-height: 5vw;
  padding-bottom: 0;
}

.investors-relations-page .share-blocks .share-block-top2 i {
  display: inline-block;
  height: 1.8vw;
  width: 1.8vw;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.investors-relations-page .share-blocks.block-pos-1 .share-block-top2 i {
  /*background-image: url('/assets/images/investor_relations/new/Green_i_icon2.png');*/
  background-image: url('/assets/images/investor_relations/new/i_symbol _green.svg');
}
.investors-relations-page .share-blocks.block-pos-2 .share-block-top2 i {
  display: none;
}
.investors-relations-page .share-blocks.block-pos-3 .share-block-top2 i {
  /* background-image: url('/assets/images/investor_relations/new/Grey_i_icon2.png');*/
  background-image: url('/assets/images/investor_relations/new/i_symbo_grey.svg');
}

/*---panels bg----*/ 
.investors-relations-page .financial-heading {
  padding: 1.5vw 0 0 0;
  height: 5.3646vw;
  background-color: #02215d;
  /* set default grey bg*/
  background-image: url('/assets/images/investor_relations/new/Rectangle 37 copy 3.png');
  background-size: cover;
}
/*---here adding new panels bg----*/ 
.investors-relations-page .bg-grey {
  background-image: url('/assets/images/investor_relations/bg/grey_panel_bg.png');
}
.investors-relations-page .bg-green {
  background-image: url('/assets/images/investor_relations/bg/green_panel_bg.png');
}
.investors-relations-page .bg-light-blue {
  background-image: url('/assets/images/investor_relations/bg/light_blue_panel_bg.png');
}
.investors-relations-page .bg-blue {
  background-image: url('/assets/images/investor_relations/bg/blue_panel_bg.png');
}
/*------------*/ 

.investors-relations-page .financial-heading h2 {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  float: none;
  font-size: 1.6714vw;
  font-weight: 300;
  color: #fff;
  line-height: 2em;
}

.investors-relations-page .financial-heading h2 span {
  font-size: 2.5vw;
}

.investors-relations-page .key-dates .line,
.investors-relations-page .financial-heading .line {
  background-color: #fff;
  width: 0;
  transition: width 1s linear;
}

.investors-relations-page .key-dates .line.in-view,
.investors-relations-page .financial-heading .line.in-view {
  width: 9.21875vw;
}

@media screen and (max-width: 640px) {

  .investors-relations-page .financial-heading h2 span {
    font-size: 7.5vw;
  }
	.investors-relations-page .share-block {
	    margin-top: 3vw;
	}
	.investors-relations-page .share-block-top,
	.investors-relations-page .share-block-top2 {
		 font-size: 4.6875vw;
	}
	.investors-relations-page .share-block-top2 {
	     font-size: 3.75vw;
	}
	.investors-relations-page .share-block-middle {
		font-size: 10.9375vw;
	}
	.investors-relations-page span.curr {
	    font-size: 8.59375vw;
	}
	.investors-relations-page .share-block-bottom {
		font-size: 3.125vw;
	}
	.investors-relations-page .financial-heading {
		background-image: url('/assets/images/investor_relations/bg/grey_panel_bg_mob.png');
		height: 16.09375vw;
    padding-top: 4vw;
	}
  /*---panels bg----*/ 
  .investors-relations-page .bg-grey {
    background-image: url('/assets/images/investor_relations/bg/grey_panel_bg_mob.png');
  }
  .investors-relations-page .bg-green {
    background-image: url('/assets/images/investor_relations/bg/green_panel_bg_mob.png');
  }
  .investors-relations-page .bg-light-blue {
    background-image: url('/assets/images/investor_relations/bg/light_blue_panel_bg_mob.png');
  }
  .investors-relations-page .bg-blue {
    background-image: url('/assets/images/investor_relations/bg/blue_panel_bg_mob.png');
  }
  /*-------*/ 

	.investors-relations-page .financial-heading .line {
		width: 0;
	}

  .investors-relations-page .key-dates .line.in-view,
  .investors-relations-page .financial-heading .line.in-view {
    width: 27.65625vw;
  }

  .investors-relations-page .investor-relations-cta a,
  .investors-relations-page .financial-heading h2 {
    font-size: 5.0141vw;
  }
  .investors-relations-page .share-blocks .definition-content p {
    font-size: 3.1vw;
    margin: 7.75vw 7.75vw 0 7.75vw;
    padding: 0;
  }
  .investors-relations-page .share-blocks.block-pos-3 .definition-content p {
    margin: 7.75vw 7.75vw 7.75vw 7.75vw;
  }
  .investors-relations-page .share-blocks .share-block-top2 i {
    height: 5.8vw;
    width: 6.8vw;
  }
  .investors-relations-page .share-blocks .share-block-top2 i {
    height: 5.9vw;
    width: 6.8vw;
  }
}

@media screen and (max-width: 996px) {
  .investors-relations-page .share-blocks {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .investors-relations-page .share-blocks {
    margin-right: 0;
   	width: 100%;
    min-height: 39.21875vw;
  }
}

.investors-relations-page .calculator-container {
  float: left;
  min-width: 540px;
  margin-top: 71px;
}
.investors-relations-page .calculator-block {
  border: 21px solid #e5e3de;
  max-width: 448px;
}
.investors-relations-page .calculator-block-calc {
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;
  margin: 42px 0 0;
  padding: 0;
  text-align: center;
}
  .investors-relations-page .calculator-block-calc span {
    background: url("/assets/images/arrow-inv-rel.png") no-repeat scroll 8px 2px transparent;
    display: inline-block;
    height: 17px;
    width: 25px;
    margin-right: -10px;
  }
.investors-relations-page .calculator-block-share-value {
  font-size: 28px;
  letter-spacing: 3px;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.investors-relations-page .calculator-block-share-price {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.investors-relations-page .calculator-block-value {
  color: #c6c6c4;
  font-family: 'Open Sans',sans-serif;
  font-size: 41px;
  line-height: 40px;
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
}
.investors-relations-page .calculator-block-pre-input {
  font-family: Lato,sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
}
.investors-relations-page .calculator-block-input-container {
  padding: 0;
  margin: 5px 0 0;
}
.investors-relations-page .calc-input {
  border: 4px solid #e2e3de;
  color: #b7b7b6;
  font-size: 25px;
  height: 41px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 246px;
}
.investors-relations-page .calculator-block-btn-container {
  margin: 25px 0 30px;
}
.investors-relations-page #calc_btn {
  background: url("/assets/images/calc_button.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 127px;
  margin: 0 auto;
  width: 127px;
}

.investors-relations-page .reports-container {
  float: left;
  margin-top: 70px;
  margin-left: 63px;
}
.investors-relations-page .annual-report,
.investors-relations-page .quarter-report {
  color: #19a29a;
  display: block;
  font-family: Lato,sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 195px;
  line-height: 25px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.investors-relations-page .annual-report {
  background: url("/assets/images/investor_relations/annual_report.png") no-repeat scroll 0 0 transparent;
}
.investors-relations-page .quarter-report {
  background: url("/assets/images/investor_relations/quarter_report.png") no-repeat scroll 0 0 transparent;
}

.investors-relations-page .annual-report-block .annual-report-title,
.investors-relations-page .quarter-report-block .quarter-report-title {
  color: #3daade;
  font-size: 22px;
  margin: 0;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}
.investors-relations-page .annual-report-block ul,
.investors-relations-page .quarter-report-block ul{
  list-style: none outside none;
  margin:0;
  padding:0;
}
.investors-relations-page .annual-report-block ul li,
.investors-relations-page .quarter-report-block ul li {
  padding:0;
  text-align: left;
  width: 50%;
  float: left;
  height: 24.4271vw;
  padding: 5.0521vw;
  background-size: cover;
  background-repeat: no-repeat;
}

.investors-relations-page .pos-0 {
	background-image: url('/assets/images/investor_relations/Annual_Report_2016.jpg');
}
.investors-relations-page .pos-1 {
	background-image: url('/assets/images/investor_relations/ir_pos_0.jpg');
}
.investors-relations-page .annual-report-block .pos-1 {
  background-image: url('/assets/images/investor_relations/ir_pos_0.jpg');
}
.investors-relations-page .pos-2 {
	background-image: url('/assets/images/investor_relations/ir_pos_1.jpg');
}
.investors-relations-page .pos-3 {
	background-image: url('/assets/images/investor_relations/ir_pos_2.jpg');
}
.investors-relations-page .pos-4 {
	background-image: url('/assets/images/investor_relations/ir_pos_4.jpg');
}

.investors-relations-page .annual-report-block ul li a,
.investors-relations-page .quarter-report-block ul li a {
  color: #fff;
  font-family: Lato, Lato,sans-serif;
  font-size: 1.8229vw;
  line-height: 1.2em;
  text-align: left;
  text-decoration: none;
  background-color: rgba(2, 33, 93, 0.6);
    width: 100%;
    display: block;
    height: 16.09375vw;
    padding: 6vw 13vw 0;
  transition: background .5s ease;
}
.investors-relations-page .annual-report-block ul li a:hover,
.investors-relations-page .quarter-report-block ul li a:hover {
	background-color: rgba(2, 33, 93, .8);
}



.investors-relations-page .report-data span.line {
  width: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 1vw;
  transition: width 1s linear;
}
.investors-relations-page .report-data span.line.in-view {
	width: 50%;
}


@media screen and (max-width: 640px) {
  .investors-relations-page .annual-report-block,
  .investors-relations-page .quarter-report-block {
    padding: 0;
  }
  .investors-relations-page .annual-report-block ul li,
  .investors-relations-page .quarter-report-block ul li {
  	width: 100%;
  	height: 48.59375vw;
  	padding: 10vw;
  }
  .investors-relations-page .annual-report-block ul li a,
  .investors-relations-page .quarter-report-block ul li a {
  	height: 32.03125vw;
  	font-size: 3.75vw;
  	padding: 11vw 24vw 0;
  }
  .investors-relations-page .report-data span.line {
  	background-color: #fff;
  }
}

.investors-relations-page .report-header {
    height: 6.5625vw;
    color: #fff;
    font-size: 1.2239vw;
    font-weight: 300;
    background-image: url('/assets/images/investor_relations/ir_heading_bg.png');
    background-size: cover;
}

.investors-relations-page .report-header ul.links {
    list-style-type: none;
    padding: 0;
    padding-top: 2vw;
}
.investors-relations-page .report-header .tabs{
  background: none;
}
.investors-relations-page .report-header .tabs {
	background-color: inherit;
	line-height: inherit;
}
.investors-relations-page .report-header .tabs li {
	color: inherit;
}
.investors-relations-page .report-header ul li {
    display: inline-block;
    margin: 0 2vw;
    cursor: pointer;

}

.investors-relations-page .report-header .links li span.line {
    width: 0;
}

.investors-relations-page .report-header .links li a.active+span.line {
    width: 100%;
}

@media screen and (max-width: 640px) {
	.investors-relations-page .report-header ul li {
		margin: 0;
	}
	.investors-relations-page .report-header ul.links {
		padding-top: 0;
	}
	.investors-relations-page .report-header {
		height: auto;
	}
	.investors-relations-page .tabs li a.active {
		background-color: #021740;
	}
	.investors-relations-page .report-header .links li a.active+span.line {
    	width: 50vw;
    	margin-left: auto;
	}
	.investors-relations-page .report-header .tabs li,
	.investors-relations-page .report-header .tabs li a {
		border-right: none;
	}
	.investors-relations-page .report-header .tabs li a {
		border-top: none;
	}
}

.investors-relations-page .performance_v_benchmark{
  background-image: url('/assets/images/investor_relations/new/bench_bckgrnd.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px){
  .investors-relations-page .performance_v_benchmark {
    background-image: none;
    background-color: #FFFFFF;
  }
}

.performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie, .performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .right-pie {
  font-size: 1.5vw;
  font-family: Lato, Lato,sans-serif;
  color: rgb(20, 138, 149);
  text-transform: uppercase;
  line-height: 1.531;
  text-align: left !important;
}

.performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie p {
  font-size: 0.93vw;
  margin: 0;
  font-family: Lato, Lato,sans-serif;
  color: rgb(37, 184, 222);
  line-height: 1.389;
  text-transform: none;
  text-align: left;
  padding: 0;
}

.performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie .heading-mob {
  padding-bottom: 2vw;
}
.performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .right-pie .heading-mob {
  padding-bottom: 2vw;
  padding-top: 2vw;
  display: block;
}

@media screen and (max-width: 640px){
  .performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie {
    font-size: 4.7vw;
  }
  .performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .right-pie {
    font-size: 3.7vw;
  }
  .performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie .heading-mob {
    padding-right: 14.5vw;
    padding-bottom: 3.9vw;
  }
  .performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .right-pie .heading-mob {
    padding-right: 14.5vw;
    padding-bottom: 3.9vw;
  }
  .performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie p {
    font-size: 3.43vw;
  }
  .performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie p:first-child{
    padding-top: 8.75vw;
  }
}



/*.performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie ul {*/
  /*padding-left: 0.93vw;*/
  /*padding-top: 1.9vw;*/
/*}*/
/*.performance_v_benchmark .sectors-percents__block .sectors-percents__block__asset .left-pie ul li{*/
  /*font-size: 0.93vw;*/
  /*font-family: Lato, Lato,sans-serif;*/
  /*color: rgb(37, 184, 222);*/
  /*line-height: 1.389;*/
  /*text-transform: none;*/
  /*text-align: left;*/
  /*padding: 0.95vw 0;*/
/*}*/


  .investors-relations-page .image-graph-container {
    margin-top: 0;
    width: 50%;
    float: left;
    height: 48vw;
    border: 2px solid #d2d3d2;
    text-align: left;
    padding: 5vw ;
}


.investors-relations-page .performance_v_benchmark .image-graph-container {
  margin-top: 0;
  width: 100%;
  float: left;
  height: inherit;
  border: none;
  text-align: left;
  padding:  5vw  5vw 0  5vw;
}
.investor-relations-cta_container {
  height: auto;
  position: relative;
}
.investor-relations-cta {
  height: 10.41vw;
  width: 100%;
  position: relative;
  text-align: center;
}
.investor-relations-cta a { 
  font-family: Raleway, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 1.53vw;
  line-height: 1.53vw;
  cursor: pointer;
  position: relative;
  top: 6.4vw;
  z-index: 5;
}

.cta_news {
  background: url('/assets/images/investor_relations/new/cta1.png') no-repeat;
  background-size: cover;
  bottom: -7.4vw
}
.cta_quarterly {
  background: url('/assets/images/investor_relations/new/cta2.png') no-repeat;
  background-size: cover;
  bottom: -3.7vw
}

.cta_tour {
  background: url('/assets/images/investor_relations/new/cta2.png') no-repeat;
  background-size: cover;
  bottom: -7.5vw
}

.cta_annual {
  background: url('/assets/images/investor_relations/new/cta3.png') no-repeat;
  background-size: cover;
}

.cta_investor-relations {
  background: url('/assets/images/investor_relations/new/cta1.png') no-repeat;
  background-size: cover;
  
}
.cta_corporate-overview {
  background: url('/assets/images/investor_relations/new/cta3.png') no-repeat;
  background-size: cover;
  bottom: -3.7vw
}

.investor-relations-cta i { 
  background: url('/assets/images/projects/arrow.png') no-repeat;
  background-size: 100%;
  width: 1.3vw;
  height: 1.3vw;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (min-width: 640px) and (max-width: 970px) {
  .investor-relations-cta a {
      top: 5.6vw;
  }
}

@media screen and (max-width: 640px){
  .investor-relations-cta a {
    font-size: 1.53vw;
  }
  .investor-relations-cta {
    height: 20.3vw;
  }
  .cta_news {
    background: url('/assets/images/investor_relations/new/cta_news_bg_mob.png') no-repeat;
    background-size: cover;
    bottom: -9.4vw
  }
  .cta_quarterly {
    background: url('/assets/images/investor_relations/new/cta_quart_bg_mob.png') no-repeat;
    background-size: cover;
    bottom: -4.7vw
  }

  .cta_tour {
      background: url('/assets/images/investor_relations/new/cta_quart_bg_mob.png') no-repeat;
      background-size: cover;
      bottom: -10vw
    }

  .cta_annual {
    background: url('/assets/images/investor_relations/new/cta_annual_bg_mob.png') no-repeat;
    background-size: cover;
  }

  .cta_investor-relations {
    background: url('/assets/images/investor_relations/new/cta_news_bg_mob.png') no-repeat;
    background-size: cover;
    
  }
  .cta_corporate-overview {
    background: url('/assets/images/investor_relations/new/cta_annual_bg_mob.png') no-repeat;
    background-size: cover;
    bottom: -4.7vw
  }
  .about-page .investor-relations-cta a{
    top: 8.5vw;
    font-size: 5.0141vw;
  }
  .investor-relations-cta i {
    background: url('/assets/images/projects/arrow.png') no-repeat;
    background-size: 100%;
    width: 1.3vw;
    height: 1.3vw;
    display: inline-block;
    margin-left: 10px;
  }
  .investor-relations-cta_container .investor-relations-cta {
    padding-top: 4vw;
  }

  .investor-relations-cta_container {
    margin-top: -2vw;
  }

}


.investors-relations-page .image-graph-container img.heading {
	margin: 0;
	max-height: 7.3958vw;
}
.investors-relations-page .image-graph-container .canvasWrap-top {
  /*width: 84.84375vw;*/
  /*height: 40vw;*/
  height: 26.5vw;
  margin: auto;
  width: 74%;
}

.investors-relations-page .image-graph-container_top {
  width: 100%;
  border: none;
}
.investors-relations-page .image-graph-container .canvasWrap {
	width: 39.4792vw;
    height: 27.3958vw;
}
.investors-relations-page .image-graph-container_top canvas,
.left-pie canvas,
.investors-relations-page .image-graph-container .canvasWrap canvas {
	width: 100%;
    height: 100%;
}

.investors-relations-page .image-graph {
  padding-top: 16px;
  max-width: 100%;
}
.investors-relations-page .image-graph .desktop {
  width: 100%;
  display: block;
}
.investors-relations-page .image-graph .mobile {
  width: 100%;
  display: none;
}
.investors-relations-page .under-graph-text > p{
  font-size: 0.83333vw;
  line-height: 1.5em;
  padding: 0;
  color: #949494;
  margin: 0;
}
.investors-relations-page .key-dates {
  height: 28.9583vw;
  text-align: center;
}
.investors-relations-page .key-dates {
  background: url('/assets/images/investor_relations/new/key-bg.png') no-repeat;
  background-size: cover;
  position: relative;
  bottom: -12vw;
  margin-top: -12vw;
  padding-top: 1.5vw;
}
.investors-relations-page .key-dates h2{
    font-family: Raleway;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.7vw 0 0;
    margin-bottom: 4.16vw;
    padding: 0;
    font-size: 1.66vw;
    line-height: 2.08vw;
    color: #fff;
    width: 100%;
}
.investors-relations-page .key-dates-stat {
  display: inline-block;
}
.investors-relations-page .key-dates-stat img {
  width: 14.16vw;
  margin: 0 1.56vw;
}

@media screen and (max-width: 640px) {
  // .investor-relations-cta {
  //   height: 31.25vw;
  // }
  .investors-relations-page .image-graph .desktop {
    display: none;
  }
  .investors-relations-page .image-graph .mobile {
    display: block;
  }
  .investors-relations-page .image-graph-container {
  	width: 100%;
    float: none;
    height: auto;
  }
  .investors-relations-page .image-graph-container img.heading {
  	max-height: 16.5625vw;
  }
  .investors-relations-page .image-graph-container .canvasWrap {
    width: 90vw;
    height: 62.5vw;
   }
   .investors-relations-page .under-graph-text > p {
    font-size: 3.4375vw;
   }

  .investors-relations-page .key-dates {
    padding-top: 4.7vw;
  }
  .investors-relations-page .key-dates h2 {
    font-size: 5.0141vw;
    margin: 6.25vw 0 0;
  }
  .investors-relations-page .key-dates {
    background: url('/assets/images/investor_relations/new/key_bg_mob.jpg') no-repeat;
  }

  .investors-relations-page .key-dates {
    height: 154vw;
    text-align: center;
  }

  .investors-relations-page .key-dates-stat img {
    width: 43.16vw;
    margin: 9vw 1.56vw;
  }

  .investor-relations-cta i {
    width: 3.6vw;
    height: 3.6vw;
  }

  .investors-relations-page .image-graph-container .canvasWrap-top{
    display: none;
  }
  .left-pie .canvasWrap-top{
    display: none;
  }

  .investors-relations-page .image-graph-container .canvasWrap-mob{
    margin: auto;
    width: 100%;
  }
   .left-pie .canvasWrap-mob{
    margin: auto;
    width: 100%;
  }

}
@media screen and (min-width: 641px) {
  .investors-relations-page .image-graph-container .canvasWrap-mob {
    display: none;
  }
  .left-pie .canvasWrap-mob {
    display: none;
  }
}




.investors-relations-page .row-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 33.541vw;
}
.investors-relations-page .w-container .row-reverse.w-row.odd{
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

}
.investors-relations-page .row-reverse .img-mob {
  display: none;
}

.investors-relations-page .row-reverse .case-wrapper {
  padding: 7vw 11.4vw 7vw 11.4vw;
  position: relative;
  min-height: 100%
}
.investors-relations-page .row-reverse .case-wrapper .case-description {
  display: none;
}
// .investors-relations-page .row-reverse .case-wrapper .circle {
//   height: 4.5vw;
//   width: 4.5vw;
//   border-radius: 50%;
//   border: 1px solid #b2b3b2;
//   display: inline-block;
// }

.investors-relations-page .row-reverse .case-wrapper.bullet-1 {
  background: #ffffff;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-2 {
  background: #b2b3b2;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-3 {
  background: #1eb6dc;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-4 {
  background: #138995;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-5 {
  background: #5a5a5a;
}



.investors-relations-page .row-reverse .case-wrapper .case-title {
  min-height: 4.6vw;
  text-align: left;

}

.investors-relations-page .row-reverse .case-wrapper .case-title h2 {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  float: none;
  font-size: 1.25vw;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: left;
  margin-left: 4.5vw;
  padding-left: 1.5vw;
}
.investors-relations-page .row-reverse .case-wrapper .case-title h2:before {
  content: '';
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 4.5vw;
  width: 4.5vw;
  line-height: 4.5vw;
  text-align: center;
  left: -4.5vw;
  font-size: 2.2vw;
  top: calc(50% - (4.5vw / 2 ) );
}
.investors-relations-page .row-reverse .case-wrapper.bullet-1 .case-title h2 {
  color: #b2b3b2;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-1 .case-title h2:before {
  content: '1.';
  border: 2px solid #b2b3b2;
}

.investors-relations-page .row-reverse .case-wrapper.bullet-2 .case-title h2:before {
  content: '2.';
}

.investors-relations-page .row-reverse .case-wrapper.bullet-3 .case-title h2:before {
  content: '3.';
}

.investors-relations-page .row-reverse .case-wrapper.bullet-4 .case-title h2:before {
  content: '4.';
}

.investors-relations-page .row-reverse .case-wrapper.bullet-5 .case-title h2:before {
  content: '5.';
}

.investors-relations-page .row-reverse .case-wrapper .case-bullets {
  padding-left: 0.75vw;
  margin-top: 2.6vw;
}
.investors-relations-page .row-reverse .case-wrapper .case-bullets li {
  float: none;
  font-size: 1.25vw;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: left;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-1 .case-bullets li {
  color: #b2b3b2;
}
.investors-relations-page .row-reverse .case-wrapper .case-bullets li:first-child {
  margin-bottom: 2.4vw;
}

.investors-relations-page .row-reverse .case-wrapper .case-description-trigger {
  font-size: 1vw;
  position: absolute;
  bottom: 3.6vw;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  cursor: pointer;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-1 .case-description-trigger {
  color: #b2b3b2;
}
.investors-relations-page .row-reverse .case-wrapper .case-description-trigger-text {
  display: inline-block;
  float: none;
  font-size: 1.05vw;
  position: relative;
  font-weight: 400;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: left;
}
.investors-relations-page .row-reverse .case-wrapper .case-description-trigger i {
  background: url(/assets/images/projects/arrow.png) no-repeat;
  background-size: 100%;
  width: 1vw;
  height: 1vw;
  display: inline-block;
  margin-left: 0.67vw;
  position: relative;
  top: 2px;
  background-size: contain !important;

}
.investors-relations-page .row-reverse .case-wrapper.bullet-1  .case-description-trigger i {
  background: url(/assets/images/arrow_grey_small.png) no-repeat;
}
.investors-relations-page .row-reverse .case-wrapper .case-description p {
  margin: 2.6vw 0 0 0;
  font-size: 0.93vw;
  line-height: 1.2;
  color: #ffffff;
  padding-bottom: 0;
}
.investors-relations-page .row-reverse .case-wrapper.bullet-1 .case-description p {
  color: #b2b3b2;
}
/*making image resp on all resolution*/ 
.investors-relations-page .img-desk{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .investors-relations-page .row-reverse {
    display: block;
    height: auto;
  }
  .investors-relations-page .row-reverse .img-mob {
    display: block;
    height: 100vw;
    min-width: 100%;
  }
  .investors-relations-page .row-reverse .img-desk {
    display: none;
  }
  .investors-relations-page .row-reverse .case-wrapper {
    padding: 14.5vw 12.6vw 17.5vw 14.6vw;
    min-height: 110vw;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-title h2:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 13.75vw;
    width: 13.75vw;
    line-height: 13.75vw;
    text-align: center;
    left: -13.75vw;
    font-size: 6.2vw;
    top: calc(50% - (13.75vw / 2 ) );
  }
  .investors-relations-page .row-reverse .case-wrapper .case-title h2 {
    font-size: 3.75vw;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    margin-left: 13.75vw;
    padding-left: 4vw;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-bullets {
    padding-left: 4.75vw;
    margin-top: 13.75vw;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-bullets li:first-child {
    margin-bottom: 9.4vw;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-bullets li {
    font-size: 3.9vw;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-description-trigger {
    bottom: 6.6vw;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-description-trigger-text {
    font-size: 3.125vw;
  }

  .investors-relations-page .row-reverse .case-wrapper .case-description-trigger i {
    width: 3vw;
    height: 3vw;
    top: 0;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-description p {
    margin: 9.4vw 0 0 0;
    font-size: 3.43vw;
    line-height: 1.5;
    // padding-bottom: 3vw;
  }

}


.investors-relations-page .income-yield-container {
  border: 30px solid #e2e3de;
  margin-top: 70px;
  min-height: 195px;
  min-width: 320px;
  max-width: 100%;
}
.investors-relations-page .income-yield-container .caption {
  color: #c6c6c4;
  display: block;
  font-family: 'Open Sans',sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  padding: 15px 0 0 12px;
  text-align: left;
}
.investors-relations-page .income-yield-container .income-yield-graph {
  padding-top: 16px;
  height: 276px;
  max-width: 100%;
}
.investors-relations-page .income-payable-per-unit-container {
  border: 30px solid #e2e3de;
  margin-top: 70px;
  min-height: 195px;
  min-width: 320px;
  max-width: 100%;
}
.investors-relations-page .income-payable-per-unit-container .caption {
  color: #c6c6c4;
  display: block;
  font-family: 'Open Sans',sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  padding: 15px 0 0 12px;
  text-align: left;
}
.investors-relations-page .income-payable-per-unit-container .caption._2 {
  padding-top: 5px;
}
.investors-relations-page .income-payable-per-unit-container .caption._3 {
  padding-top: 5px;
}
.investors-relations-page .income-payable-per-unit-container .income-payable-per-unit-graph {
  height: 276px;
  max-width: 100%;
}
.investors-relations-page .section-divider img {
  margin: 80px auto;
  text-align: center;
  display: block;
  width: 100%;
}

.investors-relations-page .faq-title {
color: #02215d;
    font-family: Lato, Lato,sans-serif;
    font-size: 1.6667vw;
    /* line-height: 40px; */
    margin: 0;
    margin-top: 1vw;
    padding: 0;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
.investors-relations-page .faq-gloss-container {
    background-image: url('/assets/images/investor_relations/ir_faq_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 3vw;
}

.investors-relations-page .w-col.w-col-12.qa-section-columns,
.investors-relations-page .w-col.w-col-12.gat-section-columns
 {
    width: 48.1771vw;
    margin: auto;
    float: none;
}

.investors-relations-page .faq-heading {
    margin-bottom: 2vw;
}

.investors-relations-page .faq-heading .line {
    margin-top: 3vw;
    background-color: #02215d;
    width: 0;
    transition: width 1s linear;
}
.investors-relations-page .faq-heading .line.in-view {
    width: 12.9167vw;
}
@media screen and (max-width: 640px) {
	.investors-relations-page .faq-heading .line {
	 	width: 0;
	 	margin-top: 7vw;
	 }
  .investors-relations-page .faq-heading .line.in-view {
    width: 40vw;
    margin-top: 7vw;
   }
	 .investors-relations-page .faq-title {
	 	margin: 5vw 0;
	 	padding: 0 16vw;
	 }
	 .investors-relations-page .w-col.w-col-12.qa-section-columns,
	 .investors-relations-page .w-col.w-col-12.gat-section-columns {
	 	width: 100%;
	 	padding: 0 10vw;
	 }
}

.investors-relations-page .faq-title span {
  display: inline-block;
  background: url("/assets/images/arrows/o/black.png") no-repeat scroll center center transparent;
  width: 20px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .investors-relations-page .faq-title {
    font-size: 27px;
    line-height: 32px;
  }
}
.investors-relations-page .qa-section {}
.investors-relations-page .q-section {
  margin-bottom: 1vw;
}
.investors-relations-page .q-section p {
    margin: 0;
    color: #5a5a5a;
    font-family: Lato, Lato,sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.4em;
    padding-right: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.investors-relations-page .a-section {
  margin-bottom: 2vw;
}
.investors-relations-page .a-section p {
    margin: 0;
    padding-right: 0;
    color: #3daade;
    font-family: Lato, Lato,sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.4em;
}

.investors-relations-page .show-more-container {
  display: block;
  margin: 20px 0 0;
}
@media screen and (max-width: 360px) {
  .investors-relations-page .show-more-container.gat {
    margin: 20px 0 16px;
  }
}
.investors-relations-page .show-less-container {
  display: none;
  margin: 20px 0 0;
}
.investors-relations-page .show-less-container.faq {
  margin-left: -22px;
}



.investors-relations-page .show-more-faq,
.investors-relations-page .show-less-faq,
.investors-relations-page .show-more-gat,
.investors-relations-page .show-less-gat{
    display: block;
    margin: 0 auto;
    width: 11vw;
    font-family: Lato, Lato,sans-serif;
    font-size: 1.2682vw;
    color: #02215d;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
}
.investors-relations-page .show-more-faq i,
.investors-relations-page .show-less-faq i,
.investors-relations-page .show-more-gat i,
.investors-relations-page .show-less-gat i{
    width: 1vw;
    height: 1.1vw;
    background: url("/assets/images/arrow.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;

}
.investors-relations-page .qa-section-item,
.investors-relations-page .gat-section-item {
  display: none;
}
.investors-relations-page .qa-section-item.active,
.investors-relations-page .gat-section-item.active {
  display: block;
}

@media screen and (max-width: 640px) {
	.investors-relations-page .q-section p {
		font-size: 3.4375vw;
	}
	.investors-relations-page .a-section p {
		font-size: 3.4375vw;
		padding: 0;
	}
	.investors-relations-page .show-more-faq,
	.investors-relations-page .show-less-faq,
	.investors-relations-page .show-more-gat,
	.investors-relations-page .show-less-gat {
		font-size: 4.3640625vw;
		width: 40vw;
		margin: 10vw auto;
	}
  .investors-relations-page .show-more-faq i,
  .investors-relations-page .show-less-faq i,
  .investors-relations-page .show-more-gat i,
  .investors-relations-page .show-less-gat i{
    width: 4vw;
    height: 4.1vw;
    background: url("/assets/images/arrow.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;

}
}

.site-footer {
  background-color: #1B8A96;
  min-height: 19.1666vw;
  padding-top: 3.6979vw;
  overflow: visible;
}
.site-footer .footer-container {
  width: 40vw;
  margin: 0 auto;

}
.site-footer .logo-container {
  float: left;
  width: 50%;
  text-align: right;
  padding: 1vw 0 0 0;
}

.site-footer .logo-container img {
	float: left;
	height: 4.7396vw;
	margin-left: 4vw;
}

.site-footer .logo-container img:last-of-type {
  margin-left: 0;
}

.site-footer .logo-container p {
	margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 0.85625vw;
  line-height: 1.4em;
  float: left;
  margin-left: 4vw;
  margin-top: 0.781vw;
}

@media screen and (max-width: 640px) {
	.site-footer .logo-container {
		padding: 1vw 0;
	}
	.site-footer .logo-container img {
		height: 14.375vw;
		margin-left: 7.1875vw;
	}
	.site-footer .logo-container p {
		font-size: 3.1031vw;
		// margin-left: 4vw;
    margin-left: 7vw;
    margin-top: 2vw;
	}
}


.site-footer .links-container {
  float: left;
  min-height: 30px;
  text-align: left;
  width: 50%;
	border-left: 1px solid rgba(255, 255, 255, 0.54);
    padding: 0 2.9687vw;
    line-height: 2.1875vw;
}
.site-footer .links {
  margin: 0 auto;

}
.site-footer .link {
  display: block;
}

.site-footer .link.linkedin, .site-footer .link.vimeo, .site-footer .link.youtube {
	display: inline-block;
	margin-right: 1vw;
	line-height: 3.5625vw;
}

.site-footer .link.linkedin img, .site-footer .link.vimeo img, .site-footer .link.youtube img {
	width: 1.6145vw;
}

.site-footer .link span {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.site-footer .privacy-policy,
.site-footer .terms-and-cond,
.site-footer .linked-in,
.site-footer .contact-us {
  font-size: .7813vw;
  text-decoration: none;
  color: #fff;
}

.site-footer .copy-container {
  color: #fff;
  display: block;
  font-family: Lato, 'Open Sans',sans-serif;
  font-size: 0.625vw;
  width: 40%;
  padding: 0;
  marging: 0;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
  margin-top: 2vw;
}


@media screen and (max-width: 640px) {
	.site-footer .footer-container {
	  width: 100%;
	  margin: 0 auto;
	  padding-top: 10vw;
	}
	.site-footer .copy-container {
		padding: 5vw 10vw;
		font-size: 1.875vw;
		width: 100%;
	}
	.site-footer .links-container {
		padding: 0 5.5vw;
		line-height: 1.5em;

	}
	.site-footer .privacy-policy, .site-footer .terms-and-cond, .site-footer .linked-in, .site-footer .contact-us {
		font-size: 3vw;
		line-height: 6.5625vw;
	}
	.site-footer .link.linkedin img, .site-footer .link.vimeo img, .site-footer .link.youtube img {
		width: 5vw;
	}
}

/*
@media screen and (max-width: 665px) {
  .site-footer .links-container {
    padding-top: 6px;
    width: 100%;
  }
  .site-footer .copy-container {
    float: none;
    max-width: 100%;
    padding: 147px 20px 20px 53px;;
  }
}
@media screen and (max-width: 450px) {
  .site-footer .logo-container {
    float: none;
    min-height: 73px;
    min-width: 100%;
    padding-top: 31px;
    text-align: center;
  }
  .site-footer .links-container {
    float: none;
    padding-top: 6px;
    width: 100%;
  }
  .site-footer .copy-container {
    float: none;
    padding: 12px 20px 20px;
  }

.site-footer {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  .site-footer .link span {
    padding: 0 5px;
  }
}
*/

.contact-page #contact_map_canvas {
  margin: 0 0 0 -77px;
  min-height: 480px;
  max-width: 513px;
}
.contact-page .contact-box {
  background: none;
  border: 30px solid #e2e3de;
  height: 480px;
  margin: 68px 0 0 -21px;
  max-width: 449px;
  padding: 0;
  min-width: 289px;
}
.contact-page ul li {
  text-align: center;
}
.contact-page .item_1 {
  color: #067c86;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.contact-page .item_2 {
  color: #067c86;
  font-family: Opensans,sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 18px;
}
.contact-page .item_2.withnewline {
  margin: 0 auto;
  width: 122px;
}
.contact-page .contact-box .first-elem-list {
  padding-top: 60px;
}
.contact-page  .contact_image2 {
  margin-top: 0;
}

.contact-page .contact-box.bottom {
  margin: 0 0 0 37px;
  height: 475px;
  padding-top: 19px;
}
.contact-page .contact-box.bottom .text{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
  width: 235px;
  color: #067c86;
  font-family: "Open Sans",sans-serif;
  padding: 0;
}
.contact-page .contact-box.bottom .text-first {
  padding-top: 18px;
}
.contact-page .contact-box.bottom .text-upper {
  text-transform: uppercase;
}
.contact-page .contact-box.bottom .text-bold {
  font-weight: 600;
}
.contact-page .contact-box.bottom .text-small {
  font-size: 15px;
  line-height: 19px;
}

@media screen and (max-width: 992px) {
  .contact-page #contact_map_canvas {
    margin: 0 0 0 31px;
    min-width: 374px;
  }
  .contact-page .contact_image2 {
    margin-left: -21px;
  }
  .contact-page .contact-box.bottom {
    margin: 0 0 0 23px;
    height: 370px;
  }
  .contact-page .contact-box.bottom .text {
   font-size: 0.9em;
  }
  .contact-page .contact-box.bottom .text-first {
    padding-top: 4px;
  }
}
@media screen and (max-width: 780px) {
  .contact-page #contact_map_canvas {
    min-width: 364px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-box {
    margin: 47px 0 0 -21px;
  }
  .contact-page .contact-info {
    left: 0;
    right: 0;
    top: 0;
  }
  .contact-page #contact_map_canvas {
    margin: 0 0 0 -10px;
    max-width: 449px;
    min-width: 320px;
    width: auto;
  }
  .contact-page .contact_image2 {
    margin: 10px 0 0 -20px;
    width: 448px;
  }
  .contact-page .contact-box.bottom {
    margin: 10px 0 0 -19px;
  }
}
@media screen and (max-width: 400px) {
  .contact-page .contact-box {
    margin: 47px 0 0 -21px;
  }
  .contact-page .contact-info {
    left: 0;
    right: 0;
    top: 0;
  }
  .contact-page #contact_map_canvas {
    margin: 0 0 0 -10px;
    max-width: 289px;
    min-width: 289px;
    width: auto;
    min-height: 354px;
  }
  .contact-page .contact_image2 {
    margin: 10px 0 0 -20px;
    max-height: 220px;
    padding: 0 48px 0 0;
    width: 448px;
  }
  .contact-page .contact-box.bottom {
    margin: 10px 0 0 -30px;
    width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .contact-page .contact_image2 {

  }
  .contact-page .section.iphene {
    overflow: hidden;
  }
}
.contact-page .assets-map-content {
  width: 350px;
}
.contact-page .assets-map-content:after {
  clear:both;
  content: " ";
  display: table;
}
.contact-page .assets-map-content .property-image {
  width: 60%;
  float: left;
}
@media screen and (max-width: 500px) {
  .contact-page .assets-map-content {
    width: 100%;
  }
}
.contact-page .assets-map-content .property-image img {
  display: block;
  width: 100%;
}
.contact-page .assets-map-content .property-address {
  color: #36a9e0;
  float: left;
  font-size: 14px;
  padding-left: 17px;
  padding-top: 41px;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .contact-page .assets-map-content .property-address {
    font-size: 12px;
    padding-top: 2%;
  }
}
@media screen and (max-width: 320px) {
  .contact-page .assets-map-content .property-address {
    padding-top: 0;
  }
}
.go-up-cntr {
  background: url("/assets/images/arrows/o/scroll.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
  height: 54px;
  line-height: 27px;
  opacity: 0.3;
  position: fixed;
  right: 3%;
  text-align: center;
  top: 86%;
  width: 54px;
  z-index: 100000;
}
.bad-day {
    margin: 0 auto 46px;
    text-align: center;
}

.news-page .news-top-container,
.careers-page .careers-top-container {
	width: 100%;
	height: 12.65625vw;
	text-align: center;
}
.news-page .news-top-container {
  height: 5.2083vw;
}


@media screen and (max-width: 640px) {
	.news-page .news-top-container,
	.careers-page .careers-top-container {
		width: 100%;
		height: 56vw;
		text-align: center;
	}
  .news-page .news-top-container {
    padding: 7vw 11vw 0;
    height: 30.468vw;
  }
}

.news-page .news-top-container h2,
.careers-page .careers-top-container h2 {
	margin: 0 auto;
	padding: 0;
  font-size: 0.9375vw;
	line-height: 1.302vw;
	text-align: center;
	float: none;
	width: 35vw;
  font-weight: 400;
	color: #138995;
}

@media screen and (max-width: 640px) {
	.news-page .news-top-container h2,
	.careers-page .careers-top-container h2 {
		font-size: 3.4375vw;
		line-height: 1.5em;
    font-weight: 400;
		width: 77.8125vw;
	}
}

.news-page .news-heading,
.careers-page .careers-heading {
    padding-top: 1vw;
    width: 100%;
    height:  5.2083vw;
    background-color: #fff;
    color: #138995;
    text-align: center;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.careers-page .careers-heading {
  padding-top: 2.39vw;
}
@media screen and (max-width: 640px) {
	.news-page .news-heading,
	.careers-page .careers-heading {
		height: auto;
	}
}

.news-page .news-heading span,
.careers-page .careers-heading span {
    // line-height: 9.2083vw;
    line-height: 3.2083vw;
    font-size: 1.6666vw;
    font-weight: 300;
}

@media screen and (max-width: 640px) {
	.news-page .news-heading span,
	.careers-page .careers-heading span {
	    line-height: 4em;
	    font-size: 6.25vw;
	    font-weight: 300;
	}
  .news-page .news-heading span {
    line-height: 3em;
  }
}

.news-page span.line {
    width: 5vw;
    text-align: left;
    background-color: #fff;
}

.careers-page .careers-item span.line {
	width: 0vw;
    text-align: left;
    background-color: #fff;
    transition: width 0.5s ease;
}

.careers-page .careers-item span.line.line-top {
	margin-bottom: 1vw;
}

.careers-page img.no-vacancy {
	width: 100%;
}

.careers-page .careers-item span.line.in-view {
	width: 8.17vw;
}

span.line.line-top {
    position: relative;
    margin: 0;
}

.news-page .news-heading span.line {
    // width: 5vw;
    text-align: left;
    background-color: #138995;
}

.careers-page .careers-heading span.line {
    width: 10vw;
    text-align: left;
    background-color: #138995;
}
.careers-page .careers-heading span.line.animate {
	width: 0;
	transition: width 0.5s ease;
}
.careers-page .careers-heading span.line.animate.in-view {
	width: 10vw;
}


.news-page span.line.line-top,
.news-page span.line.line-bottom
 {
	width: 0;
	transition: width 1s ease;
}

.news-page span.line.in-view {
	width: 10vw;15.19vw
}
.careers-page .careers-item span.line.in-view,
.news-page span.line.line-bottom.in-view {
  width: 6.19vw;
}
@media screen and (max-width: 640px) {
	.careers-page span.line.in-view {
		width: 50vw;
		top: 6vw;
	}
	.careers-page .careers-heading span.line.animate.in-view {
		width: 38.9vw;
	}
  .careers-page .careers-item span.line.in-view,
  .news-page span.line.line-bottom.in-view {
    width: 15.19vw;
  }
}

@media screen and (max-width: 640px) {
	.news-page .news-heading span.line {
		width: 0;
		top: 5vw;
	}
}


@media screen and (max-width: 640px) {
	.news-page span.line.in-view {
		width: 38.9vw;
	}
}



.careers-page .career-item-wrapper {
	height: 28.6979vw;
	background-size: cover;
	overflow: auto;
	padding: 2vw 5vw 2.34vw;
}






.careers-page .image-fade {
    position: absolute;
    width: 100%;
    height: 28.6979vw;
}

.careers-page .careers-item-holder.active .image-fade {
	display: none;
}

.careers-page .image-fade.image-fade-1 {
	background-color:  rgba(2, 33, 93, 0.26);
}
.careers-page .image-fade.image-fade-2 {
	background-color:  rgba(57, 161, 170, 0.26);
}
.careers-page .image-fade.image-fade-3 {
	background-color: rgba(110, 110, 110, 0.26);
}
.careers-page .image-fade.image-fade-4 {
	background-color: rgba(51, 126, 149, 0.26);
}


.careers-page .careers-item-holder.active .career-item-wrapper {
	height: auto;
	padding: 0;
}


.careers-page .careers-item-holder .image-holder {
    width: 100%;
    height: 28.6979vw;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 640px) {
	.careers-page .careers-item-holder {
		position: relative;
	}
	.careers-page .careers-item-holder .image-holder {
		position: relative;
	}
	.careers-page .career-item-wrapper {
		min-height: inherit;
		height: auto;
	    background-size: cover;
	    overflow: auto;
	    padding: 0;
	    background-position-x: 50%;
	}
	.careers-page .image-fade {
		top: 0;
	}

}

.news-page .timestamp {
	color: #fff;
    font-size: 1.875vw;
}

.careers-page .careers-item {
    color: #fff;
    font-size: 1.875vw;
    background-color: rgba(2, 33, 93, 0.55);
    border:1px solid rgba(255, 255, 255, .50);
    width: 100%;
    height: 24vw;
    overflow: auto;
    padding: 6.1458vw 11.40625vw 0;
    position: relative;
}




.careers-page .careers-item .timestamp {
  font-size: 1.82vw;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Lato, Lato, sans-serif;
}


.careers-page .careers-item span.line.line-bottom {
    position: absolute;
    bottom: 4vw;

}

@media screen and (max-width: 640px) {
	.careers-page .careers-item .timestamp {
		font-size: 4.375vw;
	}
}

.careers-page .careers-item .iput-w-col.text-row {
	padding: 0 20px;
}

.careers-page .careers-item .read-full {
	display: none;
}

.careers-page .careers-item.active .read-full {
	display: block;
	padding-bottom: 1.71875vw;
}

.careers-page .careers-item h1.article-heading {
	font-size: 1.875vw;
	font-weight: 400;
	padding-bottom: 0;
	line-height: 2vw;
	margin: 0;
	padding: 0;
	font-family: Lato, 'Open Sans', sans-serif;
	color: #fff;
}

.careers-page .careers-item.active h1.article-heading {
	color: #818282;
    margin-top: 1em;
    font-size: 1.25vw;
}

.careers-page .careers-item .read-less {
	cursor: pointer;
	margin-top: 1em;
	position: relative;
}

.careers-page .careers-item .read-short {
	cursor: pointer;
    position: absolute;
    bottom: 4vw;
}

@media screen and (max-width: 640px) {
	.careers-page .careers-item .read-short, .careers-page .careers-item .read-less {
		position: relative;
		bottom: initial;
		margin-top: 1em;
	}
	.careers-page .careers-item.active .read-full {
		padding-bottom: 0;
	}
	.careers-page .careers-item.active .read-less .read-button {
		font-size: 4.375vw;
	}
}

.careers-page .careers-item, .careers-page .careers-item p {
	line-height: 2vw;
}

.careers-page .careers-item .read-full p {
  font-size: 1.25vw;
  margin: 0 0 0.78vw 0;
  color: #fff;
  padding: 0;
}


.careers-page .careers-item .read-full p a {
	color: #fff;
	text-decoration: none;
}

.careers-page .careers-item.active .read-full p,
.careers-page .careers-item.active .read-full p a {
	color: #818282;
}

.careers-page .careers-item .short-info p {
  font-size: 1.875vw;
  margin: 0 0 0.78vw 0;
  padding: 0;
  color: #fff;
  font-weight: 300;
}

.careers-page .careers-item.active .short-info p {
	color: #818282;
	font-size: 1.25vw;
	font-weight: 400;
}

.careers-page .careers-item .attachments {
  font-family: Lato, sans-serif;
  margin: 0 0 25px 0;
  padding: 0;
}
.careers-page .careers-item .attachments a {
	font-size: 1.25vw;
	font-weight: bold;
	font-family: Lato, Lato, sans-serif;
	color: #818282;
}

.careers-page .read-button {
    margin-left: 0;
    font-weight: 300;
    font-size: 1.25vw;
}


.careers-page .careers-item {
	transition: background-color .5s linear;
}

.careers-page .careers-item:hover {
	transition: background-color .5s linear;
}

.careers-page .careers-item-holder.active .careers-item-wrapper {
	padding: 0 5.1042vw;
}

.careers-page .careers-item-holder.active .image-holder {
	position: relative;
}

.careers-page .careers-item-holder.active .careers-item {
	background-color: white !important;
	color: #818282;
	height: auto;
	padding: 4.8438vw 16.3021vw 0;
}
.careers-page .careers-item-holder.active span.line.line-top {
	display: none;
}
.careers-page .careers-item-holder.active span.line.line-bottom {
    bottom: 1.71875vw;
}

.careers-page .careers-item-holder.active .careers-item .timestamp {
	color: #818282;
    font-weight: 400;
    font-size: 1.25vw;
}

@media screen and (max-width: 640px) {
	.careers-page .careers-item-holder.active .careers-item .timestamp {
		font-size: 4.375vw;
	}
	.careers-page .careers-item.active h1.article-heading {
		font-size: 4.375vw;
	}
	.careers-page .careers-item.active .short-info p {
		font-size: 4.375vw;
	}
	.careers-page .careers-item.active .short-info {
		margin-bottom: 1em;
	}
	.careers-page .careers-item-holder.active .careers-item {
		padding: 11.875vw 7.96875vw 10vw;
	}
	.careers-page .careers-item-holder.active span.line.line-bottom {
		bottom: initial;
	}
}

.careers-item.item-position-1 {
	background-color:  rgba(2, 33, 93, 0.26);
}
.careers-item.item-position-2 {
	background-color:  rgba(57, 161, 170, 0.26);
}
.careers-item.item-position-3 {
	background-color: rgba(110, 110, 110, 0.26);
}
.careers-item.item-position-4 {
	background-color: rgba(51, 126, 149, 0.26);
}

.careers-item.item-position-1:hover {
	background-color:  rgba(2, 33, 93, 0.8);
}
.careers-item.item-position-2:hover {
	background-color:  rgba(57, 161, 170, 0.8);
}
.careers-item.item-position-3:hover {
	background-color: rgba(110, 110, 110, 0.8);
}
.careers-item.item-position-4:hover {
	background-color: rgba(51, 126, 149, 0.8);
}

@media screen and (max-width: 640px) {
  .careers-page .careers-item .read-full p {
    font-size: 4.375vw;
  }
  .careers-page .careers-item .attachments a {
    font-size: 4.375vw;
  }
	.careers-page .careers-item {
		font-size: 4.375vw;
		height: auto;
		padding: 7vw 9.40625vw 7vw;
		transition: none;
		border: none;
	}
	.careers-page .careers-item:hover {
		transition: none;
	}
  .news-page .news-item-holder.active h1 span{
    font-size: 3.9063vw;
    line-height: 5vw;
  }
  .news-page .news-item-holder.active .news-item .timestamp {
    font-size: 3.9063vw;
    line-height: 5vw;
  }
	.news-page .timestamp {
		font-size: 4.375vw;
    line-height: 5vw;
		padding: 0;
    font-weight: 400;
	}
	.careers-page .careers-item h1.article-heading {
		font-size: 4.375vw;
		line-height: 1.5em;
		padding: 0;
	}
	.careers-page .careers-item .short-info p {
		font-size: 4.375vw;
	}
	.careers-page .careers-item, .careers-page .careers-item p {
		line-height: 1.5em;
	}
	.careers-page .read-button {
		font-size: 3.75vw;
	}

	.news-page span.line {
		width: 20vw;
	}

	.careers-page .careers-item span.line {
		width: 0;
	}
	.careers-page .careers-item span.line.line-top {
		top: 0vw;
	}
	.careers-page .careers-item span.line.line-bottom {
		bottom: initial;
		top: inherit;
		position: relative;
		margin: 0;
	}
	.careers-page .careers-item span.line.in-view {
		width: 20vw;
	}
	.careers-item.item-position-1 {
		background-color:  rgba(2, 33, 93, 0.8);
	}
	.careers-item.item-position-2 {
		background-color:  rgba(57, 161, 170, 0.8);
	}
	.careers-item.item-position-3 {
		background-color: rgba(110, 110, 110, 0.8);
	}
	.careers-item.item-position-4 {
		background-color: rgba(51, 126, 149, 0.8);
	}
}

.carousel-container .info {
    position: absolute;
    top: 200px;
    z-index: 1000;
    color: white;
    text-transform: uppercase;
    font-size: 100px;
    left: 30%;
}
.projects-page .project-header h1 {
  margin: 1.04vw 0;
  font-size: 1.666vw;
  font-weight: 300;
  line-height: 1.64vw;
  font-family: Lato;
  padding: 0px;
}
.project-divider {
  width: 0;
  height: 1px;
  background-color: #19a29a;
  margin: 3.64vw auto 0;
}
.project-divider.line.in-view {
  width: 12.9vw;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.tabs {
  max-width: 100%;
}
.tabs a.active {
  display: block;
}
.tabs {
  background-color: rgb(90, 90, 90);
  // height: 126px;
  width: 100%;
  text-align: center;
  line-height: 6.56vw;
  padding: 0;
}
.tabs li a,
.tabs li {
  display: inline-block;
  cursor: pointer;
  font-size: 1.222vw;
  line-height: 2.08vw;
  color: #b2b3b2;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
.tabs li{
  margin-right: 2.6vw;
  margin-left: 2.6vw;
}
.tabs li span.line {
  width: 0;
  text-align: left;
  margin: 0;
  background-color: #fff;
  transition: width .25s linear;
}
.tabs a.active+span.line {
  width: 100%;
}
@media (min-width: 1024px) {
  .assets-page .tabs li a:hover,
  .projects-page .tabs li a:hover{
    color: #898888;
  }
}
.projects-page .project-item-tile,
.assets-page .office_image1 {
  width: 100%;
  height: 31.45vw;
  border: 1px solid #fff;
}

.project-description {
  background-color: rgba(62, 62, 62, 0.74);
  position: absolute;
  bottom: 0;
  width: 100%;
  height:4.375vw;
  text-align: center;
  padding-top: 1.5vw;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.project-description span{
  text-align: left;
  position: relative;
  color: #fff;
  font-family: Lato;
  font-size: 1.56vw;
  // line-height: 4.375vw;
  font-weight: 300;
  display: inline-block;
}
.project-description span .line {
  width: 0;
  margin-top: 1.08vw;
  margin-left: 0;
  transition: all 0.5s ease;
}
.project-description i {
  background: url('/assets/images/projects/arrow.png') no-repeat;
  background-size: 100%;
  width: 1.25vw;
  height: 1.25vw;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .project-description {
    position: relative;
    height:13.1vw;
    padding: 0;
  }
  .project-description span{
    font-size: 4.68vw;
    line-height: 13.1vw;
  }
  .project-description i {
    background-size: 100%;
    width: 3.75vw;
    height: 3.75vw;
  }
}
.projects-page .w-container,
.projects-single-page .w-container {
  max-width: 100%;
}
.projects-single-page .flexslider .slides img{
  height: 35.9374vw;
}
.projects-single-page .w-container.navbar {
  max-width: 940px;
}
.projects-single-page .info-box {
  border: none !important;
}
.projects-single-page .info-box p a{
  color: #067c86;
}
.projects-single-page .info-box p span{
  padding: 0 0.52vw;
}
.projects-single-page .info-box p:last-of-type{
  margin-top: 1.2vw;
}
.projects-single-page .info-box p:first-of-type{
  margin-top: 0;
}
.property-page .info-block img{
  margin-top: 1vw;
  width: 1.97vw;
  height: 2.6vw;
}
.projects-single-page .info-box img{
  width: 1.97vw;
  height: 2.6vw;
}
.projects-single-page .project-header {
  text-align: left !important;
  color: #138995;
}
.main-project-image {
  width: 100%;
  height: 45.67vw;
}
.flex-direction-nav {
  display: none;
}
.flex-control-paging {
  bottom: 2.08vw !important;
}
.flex-control-paging li a {
  box-shadow: inset 0 0 3px #fff !important;
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.flex-control-paging li a.flex-active {
  background-color: rgba(255, 255, 255, 0) !important;
}
.info-block {
  padding-left: 5.2vw !important;
  padding-right: 12.1vw !important;
  height: 45.67vw;
  float: right;
}
.up-separator {
  background-color:  #138995;
  width: 12.9vw;
  height: 1px;
  margin: 3.64vw 0 1.04vw;
}
.projects-single-page .mobile-gallery {
  display: none;
}
.projects-single-page .carousel-container {
  display: block;
}
@media screen and (max-width: 670px){
  .info-block {
    padding-right: 3.1vw !important;
  }
}
@media screen and (max-width: 640px){
  .info-block {
    padding-left: 7.34vw !important;
    padding-right: 7.34vw !important;
    min-height: 173.9vw;
    height: auto;
    padding-bottom: 10vw;
  }
  .main-project-image {
    height: 89.375vw;
  }
  .up-separator {
    margin: 14.6vw 0 3.28vw;
    width: 38.75vw;
  }
  .projects-single-page .info-box p span{
    display: none;
  }
  .projects-single-page .info-box p a{
    display: block;
  }
  .projects-single-page .info-box p a:first-child{
    padding-left: 0;
  }
  .projects-single-page .info-box a{
    padding-top: 3.125vw;
  }
  .map-link {

  }
  .projects-single-page .info-box img{
    width: 10vw;
    height: 11.56vw;
  }
  .property-page .info-block img{
    margin-top: 1vw;
    width: 10.5vw;
    height: 11.56vw;
  }
  .projects-single-page .mobile-gallery {
    display: block;
  }
  .projects-single-page .mobile-gallery img{
    width: 100%;
    height: 35.46vw;
    margin-top: 2.08vw;
  }
  .projects-single-page .carousel-container {
    display: none;
  }
}

.about-page .w-container .w-row,
.property-page .w-container .w-row,
.contact-page .w-container .w-row,
.assets-page .w-container .w-row,
.projects-page .w-container .w-row,
.projects-single-page .w-container .w-row {
  margin: 0px;
}
div.clear {
	clear: both;
}
.property-page .w-container,
.section.headline .w-container,
.tabs__content .w-container {
  max-width: 100%;
}
.office_columns,
.office_columns2 {
  margin-top: 0px !important;
}
.office_columns2 {
  padding-top: 0px;
}
.assets-page .end_section {
  margin-bottom: 0px;
}
.assets-page .portfolio-paragraph1 h1 {
  margin: 1.04vw 0;
  font-size: 1.66vw;
  font-weight: 300;
  line-height: 1.66vw;
  font-family: Lato;
  padding: 0
}
.bullet-section {
  background: url('/assets/images/portfolio/bullet-bg.png') no-repeat;
  height: 28.95vw;
  line-height: 28.95vw;
  position: relative;
  background-size: cover;
}
.bullet-section .line-animate {
  width: 32.8vw;
  height: 1px;
  position: absolute;
  left: calc(50% - 32.8vw / 2);
  background-color: #fff;
}
.bullet-section .line-animate.up-line {
  top: 9.53vw;
}
.bullet-section .line-animate.down-line {
  bottom: 9.53vw;
}
.section.headline {
  padding: 0;
  margin: 0;
}
.header-divider {
  margin:auto;
  width: 0;
  height: 1px;
  background-color: #fff;
}
.header-divider.line.in-view {
  width: 9.21vw;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.property-portfolio-header {
  padding-top: 3.125vw;
  height: 6.56vw;
  width: 100%;
  background-color: rgb(90, 90, 90);
}
.sectors-percents-header {
  padding-top: 1.25vw;
  width: 100%;
  height: 5.2vw;
  background-color: #d1d3d1;
  text-align: center;
}
.assets-page h2 {
  margin: 0.7vw 0 0;
  padding: 0;
  font-size: 1.66vw;
  font-family: Lato;
  line-height: 2.08vw;
  color: #fff;
  width: 100%;
  font-weight: 300;
}
.bullet-list {
  width: 35.08vw;
  height: 4.38vw;
  margin: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}
.bullet-list .wrap-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  display: inline-block;
  color: #FFF;
  font-size: 1.544vw;
  font-family: Lato;
  // padding-left: 5.72vw;
  line-height: 3.33vw;
  // text-align: left;
  // background: url("/assets/images/portfolio/bullet-sprite.png") no-repeat left 4px transparent;
}
.bullet-list li {
  // background: url("/assets/images/portfolio/bullet-sprite.png") no-repeat left 4px transparent;
  display: inline-block;
  line-height: 3.33vw;
  position: relative;
  height:  3.33vw;
}
.bullet-list li img {
  vertical-align: middle;
  // border:0 transparent;
  // outline: none;
  // border: none;
  // border-color: transparent;
  // outline-color: transparent;
}
.bullet-list li span{
  display: inline-block;
  line-height: 3.33vw;
  height: 3.33vw;
  padding-left: 2.42vw;
  vertical-align: middle;
}
.bullet-list .wrap-1:nth-child(2) li{
  opacity: 0;
}
.bullet-list .wrap-1:nth-child(3) li{
  opacity: 0;
}
.bullet-list .wrap-1:nth-child(4) li{
  opacity: 0;
}
.bullet-list .wrap-1:nth-child(5) li{
  opacity: 0;
}
.bullet-list .wrap-1:nth-child(1) li img{
  // background: url("/assets/images/portfolio/bullet-3.png");
  // background-size: 3.33vw;
  height: 3.33vw;
  width: 3.33vw;
  display: inline-block;
}
.bullet-list .wrap-1:nth-child(2) li img{
  // background: url("/assets/images/portfolio/bullet-2.png");
  // background-size: 3.33vw;
  height: 3.33vw;
  width: 3.33vw;
  display: inline-block;
}
.bullet-list .wrap-1:nth-child(3) li img{
  // background: url("/assets/images/portfolio/bullet-5.png");
  // background-size: 3.33vw;
  height: 3.33vw;
  width: 3.33vw;
  display: inline-block;
}
.bullet-list .wrap-1:nth-child(4) li img{
  // background: url("/assets/images/portfolio/bullet-5.png");
  // background-size: 3.33vw;
  height: 3.33vw;
  width: 3.33vw;
  display: inline-block;
}
.bullet-list .wrap-1:nth-child(5) li img{
  // background: url("/assets/images/portfolio/bullet-4.png");
  // background-size: 3.33vw;
  height: 3.33vw;
  width: 3.33vw;
  display: inline-block;
}
.vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
@media screen and (max-width: 640px) {
  .bullet-section .line-animate {
    width: 96.25vw;
    height: 1px;
    position: absolute;
    left: calc(50% - 96.25vw / 2);
    background-color: #fff;
  }
  .bullet-section .line-animate.up-line {
    top: 28.59vw;
  }
  .bullet-section .line-animate.down-line {
    bottom: 28.59vw;
  }
  .bullet-list {
    width: 91.08vw;
    height: 11.36vw;
  }
  .bullet-list .wrap-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    display: inline-block;
    color: #FFF;
    font-size: 4.21vw;
    font-family: Lato;
    line-height:11.36vw;
  }
  .bullet-list li {
    line-height: 4.21vw;
    height: 4.21vw;
  }
  .bullet-list li span{
    display: inline-block;
    line-height: 4.21vw;
    height: 4.21vw;
    padding-left: 2.42vw;
    vertical-align: middle;
  }
  .bullet-list .wrap-1:nth-child(2) li{
    opacity: 0;
  }
  .bullet-list .wrap-1:nth-child(3) li{
    opacity: 0;
  }
  .bullet-list .wrap-1:nth-child(4) li{
    opacity: 0;
  }
  .bullet-list .wrap-1:nth-child(5) li{
    opacity: 0;
  }
  .bullet-list .wrap-1:nth-child(1) li img{
    // background: url("/assets/images/portfolio/bullet-3.png");
    // background-size: 9.06vw;
    height: 9.06vw;
    width: 9.06vw;
    display: inline-block;
  }
  .bullet-list .wrap-1:nth-child(2) li img{
    // background: url("/assets/images/portfolio/bullet-2.png");
    // background-size: 9.06vw;
    height: 9.06vw;
    width: 9.06vw;
    display: inline-block;
  }
  .bullet-list .wrap-1:nth-child(3) li img{
    // background: url("/assets/images/portfolio/bullet-5.png");
    // background-size: 9.06vw;
    height: 9.06vw;
    width: 9.06vw;
    display: inline-block;
  }
  .bullet-list .wrap-1:nth-child(4) li img{
    // background: url("/assets/images/portfolio/bullet-5.png");
    // background-size: 9.06vw;
    height: 9.06vw;
    width: 9.06vw;
    display: inline-block;
  }
  .bullet-list .wrap-1:nth-child(5) li img{
    // background: url("/assets/images/portfolio/bullet-4.png");
    // background-size: 9.06vw;
    height: 9.06vw;
    width: 9.06vw;
    display: inline-block;
  }
  .bullet-section {
    height: 86.875vw;
    background: url('/assets/images/portfolio/bullet-bg-mobile.png') no-repeat;
  }
  .header-divider.line.in-view {
    width: 26.56vw;
  }
  .w-col.w-col-12.portfolio-paragraph1 {
    padding: 0;
  }
  .assets-page .portfolio_paragraph1 {
    font-size: 3.43vw;
    line-height: 3.9vw;
    padding: 4.68vw 11.875vw 13.75vw;
  }
  .assets-page .project-divider {
    margin-top: 5.78vw;
  }
  .assets-page .portfolio-paragraph1 h1,
  .projects-page .project-header h1 {
    margin: 4.68vw 0 0;
    font-size: 6.25vw;
    line-height: 6.25vw;
  }
  .assets-page h2 {
    margin: 1.25vw 0 0;
    font-size: 4.68vw;
    line-height: 4.68vw;
  }
  .property-portfolio-header,
  .sectors-percents-header {
    height: 15.6vw;
    padding-top: 4.04vw;
  }
  .project-divider.line.in-view {
    width: 38.75vw;
  }
  .tabs {
    background: rgb(122, 122, 122);
    line-height: 20px;
  }
  .tabs li a.active {
    background: rgb(90, 90, 90);
  }
  .tabs li,
  .tabs li a {
    border-top: 1px solid #fff;
    // border-right: 1px solid #fff;
    height: 15.6vw;
    width: 100%;
    margin: 0px;
    line-height: 15.6vw;
    font-size: 4.68vw;
    font-family: Lato;
    font-weight: 300;
  }
  .tabs li a.active+span.line {
    width: 26.56vw;
    margin:auto;
    margin-top: -4.68vw;
    text-align: left;
    margin-left: 36.2vw;
  }
  .tabs li>span.line {
    margin:auto;
    margin-top: -4.68vw;
    text-align: left;
    margin-left: 36.2vw;
  }
  .projects-page .project-item-tile,
  .assets-page .office_image1 {
    max-width: 960px;
    width: 100%;
    height: 81.3vw;
  }
}
.w-container.navbar.mobile {
  max-width: 62.82vw;
}

.fixed .menu.w--current {
  color: #014e60;
  border-bottom: 0px solid #fff;
}
.about-page .w-container,
.contact-page .w-container {
  max-width: 100%;
}
.contact-head{
  padding-top: 1vw;
  text-align: center;
  height: 5.2vw;
  background: url("/assets/images/contact/header_bg.png");
  background-size: cover;
}
.contact-head h1{
  margin: 0;
  padding: 0;
  padding-top: 0.5vw;
  font-size: 1.66vw;
  line-height: 1.66vw;
  color: #138995;
  font-family: Lato;
  font-weight: 300;
}
.contact-page .line.animate {
  margin: auto;
  width: 0;
  transition: width 1s ease;
  background-color: #138995;
}
.contact-page .list-block .line.animate {
  background-color: #fff;
      margin-top: .5vw;
}
.contact-page .line.animate.in-view {
  width: 9.21875vw;
}
.contact-sqr{
  height: 51.61vw;
}
.contact-sqr img {
  width: 100%;
  height: 100%;
}
.contact-1 {
  background: url("/assets/images/contact/bg_2.png") no-repeat;
  background-size: cover;
}
.contact-2 {
  background: url("/assets/images/contact/bg_1.png") no-repeat;
  background-size: cover;
}
.contact-text {
  border-style: solid;
  border-width: 1px;
  border-color:  rgba(255, 255, 255, 50);
  background-color:  rgba(57, 161, 170, 0.26);
  width: 40.26vw;
  height: 41.92vw;
  margin: 4.5vw;
  display: table;
}
.list-block {
  list-style: none;
  margin: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.list-block a {
  text-decoration: none;
  color: #fff;
  cursor: text;
}
.list-block li
{
  font-family: Lato;
  font-size: 1.3vw;
  color: #fff;
  font-weight: 300;
  line-height: 1.4vw;
}


.contact-1 .list-block li:nth-child(odd) {
  font-weight: 400;
  text-transform: uppercase;
}
// .list-block li:nth-child(2n) {
//   padding-bottom: 1.04vw;
// }

.contact-page .list-block li {
    padding-bottom: 1.04vw;
    line-height: 1.3em;
}
.contact-page li.contact-heading {
    font-weight: 400;
    padding: 0;
}
.contact-page li.contact-heading:first-child {
    font-weight: 700;
}
.contact-page li.contact-heading.sect-1 {
    margin-bottom: 1vw;
}
.contact-page li.contact-heading.sect-2 {
    margin-top: 1.5vw;
    margin-bottom: 1vw;
}

.list-block li img {
  width: 2.18vw;
  height: 2.81vw;
}
.list-block .line {
  width: 10.6vw;
}
.contact-heading {
  text-transform: uppercase;
  padding-bottom: 0.5vw
}
.home-link {
    display: none;
  }
@media screen and (max-width: 765px){
  .contact-text {
    margin: 4.5vw auto;
  }
}
@media screen and (max-width: 670px){
  .w-container.navbar.mobile {
    max-width: 100%;
  }
  .menu.w--current {
    border-bottom: 0px;
    color: #339CE1;
  }

  .menu-arrow--current {
  fill:#339CE1 !important;
  }
  ul.select-options{
    padding-bottom: 7vw;
  }
  .home-link {
    display: block;
  }
  .w-nav-link {
    padding: 0;
    font-size: 5.46vw;
    color: #008996;
    line-height: 3.3vw;
    text-align: left;
    padding-bottom: 10vw;
  }
  .mobile-menu .nav-svg-wrap {
    padding-bottom: .3vh;
    padding-right: .6vw;
    
  }
  .mobile-menu svg {
    fill: #008996;
    margin-bottom: 2vw;
    }
   .mobile-menu svg:active {
    fill: #339CE1;

  }
  .mobile-menu .nav-svg-wrap {
    padding-bottom: .3vh;
    padding-right: .6vw;
    
  }
.disabled-menu span svg {
  fill: grey !important;
}

  .select-active span svg {
  fill: #008996 !important;
}



.w--current svg {
  fill: #339CE1 !important;
}

.w--current .menu-item-underline {
  border-color: #339CE1 !important;
}

.select-active .menu-item-underline {
  border-color: #008996 !important;
}
.menu-item-underline{
  margin-left: 2vw;
}

.no-drop {
  margin-left: 4.2vw;
}


}
@media screen and (max-width: 640px){
  .contact-page .line {
    width: 0;
  }
  .contact-page .contact-head .line.animate.in-view {
    width: 37.65625vw;
  }
  .contact-head h1{
    margin: 0;
    padding: 0;
    padding-top: 2vw;
    font-size: 6.25vw;
    line-height: 6.25vw;
    color: #138995;
    font-family: Lato;
  }
  .contact-head{
    padding: 11vw;
    background-image: none;
    height: 30.468vw;
  }
  .contact-sqr{
    height: 102.96vw;
  }
  .contact-text {
    width: 80.31vw;
    height: 83.59vw;
    margin: 9.68vw;
    display: table;
  }
  .list-block li {
    font-size: 4.18vw;
    line-height: 4.21vw;
  }
  .list-block li:nth-child(2n) {
    padding-bottom: 0;
  }
  .list-block li img {
    width: 6.56vw;
    height: 8.4375vw;
  }
  .list-block .line.animate.in-view {
    width: 31.8vw;
    background: #fff;
  }
  .list-block li:nth-child(2n-1) {
    padding-bottom: 1.04vw;
  }
}
.property-page .back-btn-container a {
  font-size: 1vw;
  line-height: 1vw;
  color: #5a5a5a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: table-cell;
  vertical-align: middle;
}
.property-page .back-btn-container {
  padding: 3vw 0;
  height: 7.44vw;
  display: table;
  margin: auto;
}
.property-page .back-btn-container a i {
  background: url("/assets/images/arrow_grey_small.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
  display: inline-block;
  height: 0.83vw;
  width: 0.88vw;
  margin: 0 0 0 0.52vw;
}
@media screen and (max-width: 640px){
  .property-page .back-btn-container a i {
    height: 3.8vw;
    width: 4vw;
  }
  .property-page .back-btn-container {
    padding: 10.62vw 0;
    height: 24.68vw;
    text-align: center;
    display: table;
    margin: auto;
  }
  .property-page .back-btn-container a {
    font-size: 4.24vw;
    line-height: 5.625vw;
    display: table-cell;
    vertical-align: middle;
  }
  .w-nav-link {
    padding: 0;
    margin: 0;
    font-size: 5.46vw;
    color: #008996;
    line-height: 3.3vw;
    text-align: left;
    padding-bottom: 10vw;
  }
  .mobile-menu svg {
    width: 2vw;
  }


}
.head-section{
  padding-top: 1.03vw;
  height: 5.2vw;
  text-align: center;
  background: url("/assets/images/about/header_2.png");
  background-size: cover;
}
.head-section.team-section {
  background: url("/assets/images/about/header_2.png");
  background-size: cover;
}
.head-section.team-section-2 {
  background: url("/assets/images/about/header_3.png");
  background-size: cover;
}
.head-section.award-section {
  background: url("/assets/images/about/header_1.png");
  background-size: cover;
}
.head-section.team-section-2 h1{
  color: #7b7b7b;
}
.head-section.team-section-2 .about-divider {
  background-color: #7b7b7b;
}
.about-divider {
  width: 0;
  background: #fff;
  transition: width 1s linear;
}
.about-divider.animate.in-view {
  width: 9.218vw;
}
.head-section h1 {
  color: #fff;
  font-size: 1.66vw;
  line-height: 2.08vw;
  margin: 0;
  padding: 0;
  padding-top: 0.625vw;
  font-family: Lato;
}
.about-page .head-img {
  height: 26.04vw;
  width: 100%;
}
.head-text-bottom {
  background-color: #138995;
  color: #fff !important;
  height: 26.04vw !important;
}
.head-text-bottom h1{
  color: #fff;
}
.head-text-bottom p {
  color: #fff !important;
}
.head-text-bottom .line {
  background-color: #fff !important;
}
.head-text p,
.bottom-text p {
  font-size: 0.93vw;
  padding: 0;
  margin: 0;
  font-family: Lato;
  font-weight: 400;
}
.head-text {
  height: 26.04vw;
  padding-left: 5.2vw;
  padding-top: 5.2vw;
}

.head-text h2, .head-text-bottom h2 {
  padding: 0;
  // padding-top: 1vw;
  padding-bottom: 7vw;
  margin: 0;
  font-size: 1.3vw;
  line-height: 2.3vw;
  width: 28.697vw;
  height: 5.72vw;
  text-align: left;
}

.about-page .head-text h2, .head-text-bottom h2 {
	font-size: 0.93vw;
    line-height: 1.3;
    font-weight: 400;
}
@media screen and (max-width: 640px){
	.about-page .head-text h2, .head-text-bottom h2 {
		font-size: 3.4375vw;
   		 line-height: 4.375vw;
	    font-weight: 400;
	}
}

.head-text-bottom h2 {
  color: #FFF;
}

.head-text p {
  padding-top: 1.35vw;
  // padding-left: 5vw;
  line-height: 1.3vw;
  width: 25.2vw;
  height: 8.54vw;
  text-align: left;
  color: #138995;
}
.bottom-text.first {
  padding-left: 17.6vw;
}
.bottom-text.first p{
  width: 28.28vw;
  height: 8.75vw;
  line-height: 1.3vw;
  color: #138995;
}
.bottom-text.last p{
  width: 28.697vw;
  height: 5.9375vw;
  line-height: 1.3vw;
  color: #fff;
}
.bottom-text.last h1{
  color: #fff;
}
.bottom-text.last .line,
.bottom-text.first .line,
.head-text.last .line
{
  background-color: #138995;
  margin-left: 0;
}


.bottom-text.last .line {
  background-color: #fff;
}
.bottom-text {
  height: 21.25vw;
}
.bottom-text.last {
  background: #138995;
  color: #fff;
  padding-left: 5.364vw;
}
.bottom-text.first,
.bottom-text.last,
.head-text.last
{
  padding-top: 3.85vw;
}
.head-text h1,
.bottom-text h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.66vw;
  padding: 0;
  margin: 0;
  padding-top: 0.83vw;
  line-height: 2.08vw;
  padding-bottom: 1.31vw;
}

.about-page .awards-main-container .column-1{
  height: 24.427vw;
  padding: 7.03vw 5.88vw 5.88vw 15vw;
}
.about-page .awards-main-container .column-1 p {
  font-family: Lato;
  color:  #138995;
  font-size: 0.93vw;
  font-weight: 300;
  line-height: 1.30vw;
}
.about-page .awards-main-container .column-1 a {
  font-family: Lato;
  color:  #1eb6dc;
  font-size: 0.93vw;
  font-weight: 300;
  line-height: 1.30vw;
}
.description-section {
  height: 24.42vw;
  font-size: 0.93vw;
}
.description-section h4{
  margin: 0;
  margin-left: 0.73vw;
  font-size: 1.2979vw;
  display: inline-block;
  vertical-align: middle;
  font-family: Lato;
}
.description-section p {
  padding: 0;
  margin: 1vw 0 0 ;
  font-size: 0.93vw;
  line-height: 1.33vw;
  font-weight: 300;
}
.description-section .legend.left {
  padding-left: 11vw;
}
.description-section .legend.right {
  padding-right: 10.625vw;
}
.why-we-deliver-section h4{
  text-transform: uppercase;
}
.why-we-deliver-section .left.legend-1 {

}
.why-we-deliver-section .left.legend-2 p,
.why-we-deliver-section .left.legend-2 h4{
  color: #02215d;
}
.why-we-deliver-section .left.legend-3 p,
.why-we-deliver-section .left.legend-3 h4{
  color: #1eb6dc;
}
.why-we-deliver-section .left.legend-4 p,
.why-we-deliver-section .left.legend-4 h4{
  color: #5a5a5a;
}
.head-section.team-section.why-we-deliver-section {
  background:  #b2b3b2;
}
.arrow-helper {
  position: relative;
}
.arrow-helper-blue {
  position: relative;
}
.arrow-helper:after {
  content: '';
  position: absolute;
  bottom: -3.3vw;
  left: 0;
  width: 0; 
  height: 0; 
  border-left: 49.64vw solid transparent;
  border-right: 49.64vw solid transparent;
  border-top: 3.5vw solid #fff;
}
.arrow-helper-blue:after {
  content: '';
  position: absolute;
  bottom: -3.3vw;
  left: 0;
  width: 0; 
  height: 0; 
  border-left: 49.64vw solid transparent;
  border-right: 49.64vw solid transparent;
  border-top: 3.5vw solid #2ebadd;
}
.why-we-deliver-section .legend.left{
  padding: 0 4.27vw;
}
.why-we-deliver-section .legend.left.legend-3,
.why-we-deliver-section .legend.left.legend-2 {
  padding: 0 2.27vw;
}
.why-we-deliver-cta {
  height: 10.41vw;
  // line-height: 10.41vw;
  background: #138995;
  text-align: center;
  padding-top: 6.53vw;
}
.why-we-deliver-cta-blue {
  height: 9vw;
  // line-height: 10.41vw;
  background: #2ebadd;
  text-align: center;
  padding-top: 6.53vw;
}
.why-we-deliver-cta a, .why-we-deliver-cta-blue a {
  font-family: Raleway, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 1.53vw;
  cursor: pointer;
}
.why-we-deliver-cta i, .why-we-deliver-cta-blue i {
  background: url('/assets/images/projects/arrow.png') no-repeat;
  background-size: 100%;
  width: 1.3vw;
  height: 1.3vw;
  display: inline-block;
  margin-left: 10px;
}
.why-we-deliver-cta .line, .why-we-deliver-cta-blue .line, .investor-relations-cta .line {
  width: 15.88vw;
  margin-top: 0.5vw;
  transition: width 0.5s linear;
}
// .why-we-deliver-cta a:hover +i+.line, .why-we-deliver-cta-blue a:hover +i+.line {
//   width: 15.88vw;
//   transition: width 0.5s linear;
// }
.about-page .why-we-deliver-section .description-section  {
  height: 21.71vw;
  z-index: 1;
}
.description-section .legend.center p {
  width: 19.166vw;
  margin: 1vw auto 0;
}
.legend.left p,
.legend.left h4,
.legend.left .heading-2,
.legend.left .heading-3 {
  color: #138995;
}
.legend.right p,
.legend.right h4,
.legend.right .heading-2,
.legend.right .heading-3 {
  color: #1eb6dc;
}
.legend.center p,
.legend.center h4,
.legend.center .heading-2,
.legend.center .heading-3 {
  color: #02215d;
}
.legend i {
  width: 4.53vw;
  background-size: cover;
  background-repeat: no-repeat;
  height: 4.5527vw;
  display: inline-block;
  vertical-align: middle;
}
.heading {
  margin: 4.32vw 0 2.39vw;
}
.legend.center .heading{
  text-align: center;
}
.heading-2,
.heading-3 {
  line-height: 1.5em;
}
.legend.center .heading-2,
.legend.center .heading-3 {
  width: 19.166vw;
  margin: auto;
}
.legend.center i {
  background-image: url("/assets/images/about/icon_center.png");
}
.legend.right i{
  background-image: url("/assets/images/about/icon_right.png");
}
.legend.left i{
  background-image: url("/assets/images/about/icon_left.png");
}
.bottom-text.last.mobile {
  display: none;
}
.legend-image {
  width: 2.3437vw;
  height: 2.3437vw;
  margin-right: 0.67vw;
}
span.legend {
    display: block;
    margin-bottom: 1vw;
}
span.legend > span {
	vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    font-size: 1.45vw;
    font-weight: 300;
}
span.legend-investment::after {
    content: 'Investment Committee';
}
span.legend-audit-risk::after {
	content: 'Audit & Risk Committee';
}
span.legend-remuneraction::after {
	content: 'Remuneration Committee';
}
@media screen and (max-width: 1024px){
  .about-page .why-we-deliver-section .description-section {
    height: auto;
  }
}
@media screen and (max-width: 640px){
  .head-text-bottom {
/*    display: none; */
  }
  .legend-image {
    width: 6.3437vw;
    height: 6.3437vw;
    margin-right: 1.34vw;
  }
  .why-we-deliver-section .legend {
    height: auto;
    padding: 0 9.375vw !important;
  }
  .why-we-deliver-section .legend i{
    height: 13.4375vw;
    width: 13.4375vw;
  }
  .description-section.arrow-helper:after {
    content: none;
  }
  .why-we-deliver-cta i, .why-we-deliver-cta-blue i {
    width: 4vw;
    height: 4.1vw;
  }
  .why-we-deliver-section .legend p {
    margin-top: 7vw;
  }
  .why-we-deliver-section .heading {
    margin: 9.21vw 0;
  }
  .why-we-deliver-cta, .why-we-deliver-cta-blue {
    height: 22.25vw;
    padding-top: 9.53vw;
  }
  .why-we-deliver-cta a, .why-we-deliver-cta-blue a {
    font-size: 4.59vw;
  }
  .why-we-deliver-cta .line, .why-we-deliver-cta-blue .line, .investor-relations-cta .line {
    width: 47.656vw;
    background: #fff;
  }
  .about-page .award-dropdown p,
  .about-page .award-dropdown-content > h1{
    font-size: 3.43vw;
    line-height: 3.9vw;
    margin: 0 0 1.52vw 0;
  }
  .about-page .awards-main-container .column-1 {
    width: 100%;
    padding:16.71875vw 8.125vw 0;
    height: 100vw;
  }
  .about-page .iput-w-col.iput-w-col-6.column-2,
  .about-page .award-image {
    width: 100%;
  }
  .about-page .award-image img {
    width: 100%;
    margin:0;
    height: auto !important;
  }
  .about-page .award-image {
    height: auto;
    margin: 0;
  }
  .about-page .awards-main-container .column-1 a,
  .about-page .awards-main-container .column-1 p {
    font-size: 3.4375vw;
    line-height: 3.90vw;
    font-family: Lato;
  }
  .legend.center .heading-2, .legend.center .heading-3 {
    width: 100%;
    margin: 0;
  }
  .description-section h4 {
    font-size: 4.88vw;
    margin-left: 1.81vw;
  }
  .legend i {
    width: 13.875vw;
    height: 13.975vw;
  }
  .legend.right i{
    height: 13.975vw;
    width: 13.975vw;
  }
  .heading-2, .heading-3 {
    font-size: 3.525vw;
    line-height: 4vw;
  }
  .head-text p,
  .bottom-text p,
  .bottom-text.last p,
  .bottom-text.first p {
    font-size: 3.4375vw;
    padding: 0;
    margin: 0;
    font-family: Lato;
    font-weight: 400;
    width: 100% ;
    height: auto ;
    line-height: 4.375vw;
    margin-top: 2vw;
  }
  .head-text,
  .bottom-text,
  .head-text.last,
  .bottom-text.first,
  .bottom-text.last
  {
    padding: 11.71875vw 10.9375vw 0;
  }
  .bottom-text.first {
    padding-top: 11.71875vw;
  }
  .bottom-text {
    height: 72.05vw;
  }
  .head-text {
    height: 78.43vw;
    padding-top: 10.9375vw;
  }
	.head-text-bottom {
	    background-color: #fff;
	    color: #138995 !important;
	    height: 78.43vw !important;
	}
.bottom-text.first .line {
	background-color: #138995 !important;
}
.head-text-bottom h1 {
    color:  #138995;
}
.head-text-bottom.bottom-text h2 {
	color:  #138995;
}
.head-text.last {
	background-color:  #138995;
}
.head-text.last .line {
	background-color:  #fff;
}
.head-text h1 {
	color: #fff;
}
.about-page .head-text h2 {
	color: #fff;
}

  .head-text h2, .head-text-bottom h2 {
    padding: 0;
    padding-top: 2vw;
    padding-bottom: 1vw;
    margin-bottom: 5.9375vw;
    font-size: 3.90625vw;
    line-height: 8.25vw;
    width: 100%;
    height: auto;
    font-weight: 400;
  }

  .head-text h1, .bottom-text h1 {
    font-size: 4.8828vw;
    line-height: 6.25vw;
    padding: 0;
    width: 100%;
    height: auto;
    margin-top: 2.65625vw;
  }

  .bottom-text h2 {
    font-size: 3.4375vw;
    line-height: 4.375vw;
    padding: 0;
    width: 100%;
    height: auto;
    margin-top: 2.65625vw;
    color: #FFF;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 400;
  }

  .about-divider.animate.in-view {
    width: 27.65625vw;
  }
  .head-section{
    padding-top: 4.21875vw;
    height: 15.625vw;
    text-align: center;
    background: #138995;
  }
  .head-section h1 {
    color: #fff;
    font-size: 5vw;
    line-height: 6.25vw;
    margin: 0;
    padding: 0;
    padding-top: 0.625vw;
    font-family: Lato;
  }
  .about-page .person,
  .about-page .avatar img {
    height: 125vw;
  }
  .about-page .person .name{
    height: 25.625vw;
    padding-top: 7.1875vw;
  }
  .about-page .fullname,
  .about-page .title {
    font-size: 5.84375vw;
    line-height: 5.84375vw;
    font-weight: 300;
  }
  .management-dropdown .fullname,
  .management-dropdown .title,
  .board-dropdown .fullname,
  .board-dropdown .title {
    font-weight: 400;
  }
  .three-per-row {
    width: 100% !important;
  }
  .about-page .person.active .avatar .name {
    height: 25.625vw;
    padding-top: 7.1875vw;
  }
  .about-page .management-dropdown p,
  .about-page .board-dropdown p {
    font-size: 2.8125vw;
    line-height: 4.4125vw;
    margin: 2vw 0 1.04vw;
  }
  .about-page .management-dropdown .management-dropdown-content,
  .about-page .board-dropdown .board-dropdown-content {
    height: auto;
    padding: 6.66vw 10vw 2vw;
  }
  .legend {
    height: 80.666vw;
    margin: 0;
    padding:  12.1875vw 11.78125vw 0;
  }
  span.legend {
  	height: auto;
  	padding: 0;
  	margin-bottom: 2vw;
  }
  span.legend > span {
  	font-size: 3.85vw;
  	margin: 0;
  }
  .legend.center .heading {
    text-align: left;
  }
  .description-section p,
  .description-section .legend.center p {
    padding: 0;
    margin: 3vw 0 0 ;
    font-size: 3.52vw;
    line-height: 4.52vw;
    font-weight: 300;
  }
  .description-section .legend.center p {
    width: 100%;
  }
  .heading {
    margin: 0 0 9.21vw;
  }
  .head-img-section {
    display: none;
  }
  .bottom-text.last.mobile {
    display: block;
  }
}
.tc-page .header,
.pp-page .header {
	margin-top: 6.1979vw;
}

.tc-page .header .line,
.pp-page .header .line {
	width: 12.92vw;
	background-color: #138995;
}
.tc-page h1,
.pp-page h1 {
	margin: 0;
	padding: 0;
	font-family: Lato, 'Open Sans', sans-serif;
    color: #138995;
    font-size: 2.083vw;
    line-height: 1.5em;
    text-align: center;
    font-weight: 300;
}
.tc-page .content,
.pp-page .content {
	margin: 5.9375vw 16.3021vw;
}
.tc-page .content p,
.pp-page .content p {
	margin: 0;
	padding: 0;
	font-size: 1.0417vw;
	line-height: 1.5em;
	color: #138995;
}

@media screen and (max-width: 640px){
  .three-per-row,
  .three-per-row img {
    height: 90vw !important;
  }
	.tc-page h1,
	.pp-page h1 {
		font-size: 6.25vw;
		margin-top: .5em;
	}
	.tc-page .header,
	.pp-page .header {
		margin-top: 10vw;
	}

	.tc-page .header .line,
	.pp-page .header .line {
		width: 50vw;
	}
	.tc-page .content,
	.pp-page .content {
		margin: 5vw 7.8125vw 15vw;
	}
	.tc-page .content p,
	.pp-page .content p {
		font-size: 3.125vw;
	}
}
a[href*="mailto"] {
  cursor: pointer;
}
#projects_area_complete,
#projects_area_ongoing,
#industrial,
#retail,
#office {
  padding-top: 12.54vw !important;
  margin-top: -12.54vw !important;
}
@media screen and (max-width: 640px){
  #projects_area_complete,
  #projects_area_ongoing {
    padding-top: 49.66vw !important;
    margin-top: -49.66vw !important;
  }
  .assets-page #industrial,
  .assets-page#retail,
  .assets-page #office {
    padding-top: 80.86vw !important;
    margin-top: -80.86vw !important;
  }
}
@media screen and (max-width: 670px) {
  .w-nav-menu.mobile-menu.w--nav-menu-open {
    height: 100% !important;
  }
  .w--nav-menu-open {
    position: fixed !important;
    overflow: auto;
    top: 8.98vw !important;
  }
}
@media screen and (max-width: 640px) {
  .w--nav-menu-open {
    top: 19.06vw !important;
  }
}
.sectors-percents__block__asset {
  height: 27.88vw;
}
.sectors-percents__block__asset .sectors-percents__block__content {
  width: 18.66vw;
  display: inline-block;
}
.left-pie {
  text-align: right;
  padding-right: 6vw;
}
.right-pie {
  text-align: left;
  padding-left: 6vw;
}
.left-pie,
.right-pie {
  display: table;
  width: 50%;
  float: left;
}
.middle-pie {
  width: 100%;
  text-align: center;
  padding-left: 0;
}
.middle-pie .sectors-percents__block__content {
  width: 22.3vw;
}
.investors-relations-page .middle-pie .sectors-percents__block__content {
  width: 29.88vw;
}
@media screen and (max-width: 640px) {
  .investors-relations-page .middle-pie .sectors-percents__block__content {
    width: 47%;
  }
}
.left-pie img,
.right-pie img {
  display: inline-block;
  width: 16.66vw !important;
  height: 16.66vw !important;
}
.investors-relations-page .a-section a {
  text-decoration: none;
}
.investors-relations-page .a-section p.investors-contact {
  text-align: center;
  font-size: 1.25vw;
  margin-bottom: -1vw;
}
@media screen and (max-width: 640px) {
  .investors-relations-page .a-section p.investors-contact {
    font-size: 3.4375vw;
  }
  .left-pie,
  .right-pie {
    padding: 0;
  }
}

/*******************************
*
*   ipad fonts optimisation
*
********************************/

@media all and (max-width: 1024px) and (min-width: 765px) {
.w-container.navbar.mobile {
    max-width: 70vw;
}
.menu {
    font-size: 10px;
}
.home-page .section.headline h2.heading-2 {
    width: 90%;
    font-size: 11px;
}
.home-page .home-top-center-header {
    padding: 4.68vw 0 0 5.25vw;
}
.site-footer .privacy-policy, .site-footer .terms-and-cond, .site-footer .linked-in, .site-footer .contact-us {
	font-size: 10px;
}
.site-footer .logo-container p {
	font-size: 10px;
}
.site-footer .logo-container img {
	margin-left: 4vw;
}
.site-footer .link.linkedin img, .site-footer .link.vimeo img, .site-footer .link.youtube img {
	width: 2.6145vw;
}
.site-footer .copy-container {
	font-size: 9px;
    width: 72vw;
    margin: 0 auto;
    padding-bottom: 1em;
    margin-top: 2vw;
}
.site-footer .links-container {
	line-height: 1.5em;
}
.about-page .head-text h2, .head-text-bottom h2 {
    font-size: 11px;
    line-height: 1.3em;
    font-weight: 400;
}
.head-text p, .bottom-text p {
	 font-size: 11px;
}
.bottom-text.first p {
	line-height: 1.3em;
	font-weight: 400;
}
.bottom-text.last p {
	width: 32.697vw;
	line-height: 1.3em;
	font-weight: 400;
}
.about-page .management-dropdown p, .about-page .board-dropdown p {
	line-height: 1.3em;
}
.about-page .management-dropdown .management-dropdown-content, .about-page .board-dropdown .board-dropdown-content {
	padding: 6.66vw 7vw 0;
}

.about-page .management-dropdown .management-dropdown-content span.legend > span, .about-page .board-dropdown .board-dropdown-content span.legend > span {
  font-size: 2vw;
}




.about-page .description-section {
	font-size: 10px;
	line-height: 1.3em;
}
.about-page .heading-2, .heading-3 {
    line-height: 1.3em;
}
.about-page .description-section p {
	font-size: 10px;
	line-height: 1.3em;
}

.about-page .description-section {
    height: 34.42vw;
}
.about-page .awards-main-container .column-1 p {
	font-size: 10px;
	line-height: 1.3em;
}
.about-page .awards-main-container .column-1 {
	padding: 4.03vw 5.88vw 5.88vw 7vw;
}
.about-page .awards-main-container .column-1 a {
	font-size: 10px;
}
.about-page .award-dropdown-content > h1 {
	font-size: 10px;
	line-height: 1.3em;
}
.about-page .award-dropdown p {
	font-size: 10px;
	line-height: 1.3em;
}
.assets-page .portfolio_paragraph1 {
	margin: 1.71vw auto;
	font-size: 11px;
	line-height: 1.3em;
    width: 40%;
}
.property-page .info-box p {
	font-size: 9px;
    line-height: 1.5em;
    margin-bottom: .5em;
}
.property-page .info-block {
	padding-right: 5.1vw !important;
}
.projects-page .project-header {
	padding-left: 20vw;
    padding-right: 20vw;
}
.projects-page .project-header p {
	font-size: 11px;
    line-height: 1.3em;
}
.projects-single-page .info-block {
	padding-right: 5.1vw !important;
}

.investors-relations-page .investor-top-container {
	height: 7.65625vw;
}
.investors-relations-page .investor-top-container h2 {
	font-size: 11px;
  line-height: 1.3em;
  width: 60vw;
}

.investors-relations-page .a-section p, .investors-relations-page .q-section p {
	font-size: 10px;
}

.news-page .news-item-holder.active .news-item p {
	font-size: 10px;
}
.careers-page .careers-item.active h1.article-heading,
.careers-page .careers-item.active .short-info p,
.careers-page .careers-item .read-full p {
	font-size: 10px;
}

.careers-page .careers-top-container h2 {
	font-size: 11px;
    line-height: 1.3em;
    width: 45vw;
}

.tc-page .content p, .pp-page .content p {
	font-size: 10px;
}
.investors-relations-page .row-reverse .case-wrapper .case-description p {
  font-size: 11px;
}

.investors-relations-page .row-reverse .case-wrapper .case-description-trigger {
  bottom: 2vw;
}

}


/*** here adjusting additional queries to fit p content 13px ***/
@media all and (max-width: 1400px) and (min-width: 900px) {
  .investors-relations-page .row-reverse .case-wrapper .case-description p {
    font-size: 13px;
  }

}
@media all and (max-width: 1200px) and (min-width: 765px) {
  .investors-relations-page .row-reverse .case-wrapper {
    padding: 4vw 7vw 0 7vw;
  }
  .investors-relations-page .row-reverse .case-wrapper .case-bullets {
  padding-left: 1.75vw;
  margin-top: 5.6vw;
  }

}

@media all and (max-width: 1240px) and (min-width: 765px) {
  .about-page .management-dropdown p, .about-page .board-dropdown p {
    font-size: 12px;
  }
}
/*** ***/

// @media all and (max-width: 820px) and (min-width: 671px) {
// .w-container.navbar.mobile {
//     max-width: 77.5vw;
// }
@media all and (max-width: 1400px) and (min-width: 1025px) {
.w-container.navbar.mobile {
    max-width: 68.82vw;
}
.menu {
    font-size: 11px;
}
.home-page .section.headline h2.heading-2 {
    width: 90%;
    font-size: 15px;
}
.home-page .home-top-center-header {
    padding: 4.68vw 0 0 5.25vw;
}
.site-footer .privacy-policy, .site-footer .terms-and-cond, .site-footer .linked-in, .site-footer .contact-us {
	font-size: 13px;
}
.site-footer .logo-container p {
	font-size: 13px;
}
.site-footer .logo-container img {
	margin-left: 2vw;
}
.site-footer .link.linkedin img, .site-footer .link.vimeo img, .site-footer .link.youtube img {
	width: 2.6145vw;
}
.site-footer .copy-container {
	font-size: 12px;
    width: 72vw;
    margin: 0 auto;
    padding-bottom: 1em;
    margin-top: 2vw;
}
.site-footer .links-container {
	line-height: 1.5em;
}
.about-page .head-text h2, .head-text-bottom h2 {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
}
.head-text p, .bottom-text p {
	 font-size: 14px;
}
.bottom-text.first p {
	line-height: 1.3em;
	font-weight: 400;
}
.bottom-text.last p {
	width: 32.697vw;
	line-height: 1.3em;
	font-weight: 400;
}
.about-page .management-dropdown p, .about-page .board-dropdown p {
	line-height: 1.3em;
	font-size: 13px;
}
.about-page .management-dropdown .management-dropdown-content, .about-page .board-dropdown .board-dropdown-content {
	padding: 6.66vw 17.57vw 0;
}
.about-page .description-section {
	font-size: 13px;
	line-height: 1.3em;
}
.about-page .heading-2, .heading-3 {
    line-height: 1.3em;
}
.about-page .description-section p {
	font-size: 13px;
	line-height: 1.3em;
}

.about-page .description-section {
    height: 34.42vw;
}
.about-page .awards-main-container .column-1 p {
	font-size: 13px;
	line-height: 1.3em;
}
.about-page .awards-main-container .column-1 {
	padding: 4.03vw 5.88vw 5.88vw 7vw;
}
.about-page .awards-main-container .column-1 a {
	font-size: 13px;
}
.about-page .award-dropdown-content > h1 {
	font-size: 13px;
	line-height: 1.3em;
}
.about-page .award-dropdown p {
	font-size: 13px;
	line-height: 1.3em;
}
.assets-page .portfolio_paragraph1 {
	margin: 1.71vw auto;
	font-size: 14px;
	line-height: 1.3em;
    width: 40%;
}
.property-page .info-box p {
	font-size: 12px;
    line-height: 1.5em;
    margin-bottom: .5em;
}
.property-page .info-block {
	padding-right: 5.1vw !important;
}
.projects-page .project-header {
	padding-left: 20vw;
    padding-right: 20vw;
}
.projects-page .project-header p {
	font-size: 14px;
    line-height: 1.3em;
}
.projects-single-page .info-block {
	padding-right: 5.1vw !important;
}

.investors-relations-page .investor-top-container {
	height: 14.65625vw;
}
.investors-relations-page .investor-top-container h2 {
	font-size: 14px;
    line-height: 1.3em;
    width: 60vw;
}
.investors-relations-page .a-section p, .investors-relations-page .q-section p {
	font-size: 13px;
}

.news-page .news-item-holder.active .news-item p {
	font-size: 13px;
}
.careers-page .careers-item.active h1.article-heading,
.careers-page .careers-item.active .short-info p,
.careers-page .careers-item .read-full p {
	font-size: 13px;
}

.careers-page .careers-top-container h2 {
	font-size: 14px;
    line-height: 1.3em;
    width: 45vw;
}

.tc-page .content p, .pp-page .content p {
	font-size: 13px;
}




/*** ***/


