/*
#####################
CSS Stylesheet
#####################
Site: 	eurocommercialproperties.com
Author:	Matt Woodrough
Date: 	June 2012
=====================
SITE COLORS
=====================
Main Text		#
Alt Text		#
Main Blue		#
Dark Blue		#
HR 				#
Footer	 		#
#####################
*/
/*
font-family:'HelveticaNeueW02-45Ligh';
font-family:'HelveticaNeueW02-55Roma';
font-family:'HelveticaNeueW02-65Medi';
font-family:'HelveticaNeueW02-75Bold';
*/
/* Prototyping */
.main_image {
  background-color: #eeeeee;
}

.img {
  background-color: #eeeeee;
}

/* Main CSS */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #46545c;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  empty-cells: show;
  text-align: left;
}

a {
  color: #00b8d7;
  text-decoration: none;
}

a:visited {
  color: #00b8d7;
  text-decoration: none;
}

a:hover {
  color: #00b8d7;
  text-decoration: underline;
}

hr.thick {
  height: 8px;
  background-color: #dce0e0;
}

/*
STRUCTURE
---------------------------------------
*/
.content_wrapper {
  overflow: hidden;
  float: left;
  width: 100%;
  /* padding-bottom: 40px; */
}

.content_wrapper.webcast {
  min-height: 0px;
}

.footer_wrapper {
  background-color: #4a6777;
  color: #fff;
  float: left;
  width: 100%;
}

.layout {
  margin: 0px auto;
  padding: 0px 40px 0px 40px;
  position: relative;
  width: 100%;
  max-width: 1320px;
  box-sizing: border-box;
  overflow: inherit;
}

.layout.wide {
  max-width: 1320px;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}

.layout.fullwidth {
  max-width: 100%;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

/*
HEADER
---------------------------------------
*/
.menu_wrapper {
  background-color: #00b8d7;
  height: 70px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #4a6777;
}

.stock-wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #4a6777;
  position: relative;
}

.logo_link {
  display: inline-block;
  width: 293px;
  padding: 10px 0px;
}

.logo {
  position: relative;
  left: -10px;
}

.print_logo {
  display: none;
}

/*
MAIN NAVIGATION
---------------------------------------
*/
#navMenu {
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  list-style: none;
  text-align: center;
  height: 100%;
}

#navMenu li {
  float: left;
  width: 150px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#navMenu>li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 25px;
  height: 20px;
  width: 1px;
  background-color: #f4f4f4;
}

#navMenu>li:last-of-type::after {
  display: none;
}

#navMenu li a,
#navMenu li a:visited {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  display: block;
  height: 100%;
  line-height: 70px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  font-size: 17px;
  font-weight: 300;
  position: relative;
}

#navMenu>li a.active,
#navMenu li:hover a,
#navMenu li:hover a:visited {
  background-color: #0c8eb9;
}

.hover_nav_wrapper {
  font-size: 13px;
}

#navMenu li .hover_nav_wrapper h3 {
  padding: 20px 20px 10px;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
}

#navMenu li .hover_nav_wrapper a {
  line-height: 1em;
  height: auto;
  text-align: left;
}

#navMenu li:hover .hover_nav_wrapper {
  display: block;
}

#navMenu li.selected {
  /* selected image   */
  background: url(selected.jpg) no-repeat center center;
}

.hover_nav_wrapper {
  display: none;
  position: absolute;
  z-index: 25;
}

.hover_navigation {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style: none;
  width: 302px;
  background-color: #0c8eb9;
  padding: 10px 0px 10px 0px;
}

#navMenu li .hover_navigation li {
  width: 100%;
  float: left;
  height: auto;
  border: 0;
}

#navMenu li .hover_navigation li a {
  display: block;
  text-transform: none;
  text-align: left;
  padding: 10px 20px;
}

#navMenu li .hover_navigation li a:hover {
  background-color: #426779;
  color: #fff;
  background-image: none;
}

#property_dropdown {
  width: 908px;
  margin-left: -606px;
  background-color: #0c8eb9;
  position: relative;
  overflow: hidden;
  padding: 10px 0px 30px;
}

#property_dropdown .hover_nav_container {
  float: left;
  width: 25%;
}

#property_dropdown .hover_nav_container_last {
  border-right: 0px;
}

.size_16 {
  height: 256px;
}

.size_14 {
  height: 224px;
}

.size_12 {
  height: 192px;
}

.size_10 {
  height: 151px;
}

.size_8 {
  height: 133px;
}

.size_6 {
  height: 87px;
}

.size_4 {
  height: 55px;
}

.size_header {
  height: 32px;
  padding-bottom: 0px;
  width: 302px;
  font-weight: bold;
}

#navMenu li #property_dropdown .hover_nav_container .size_header li {
  width: 302px;
  border-bottom: 1px solid #bdc8cc;
}

#navMenu li .hover_nav_container .size_header li a {
  background-image: none;
}

/*
SUB NAVIGATION
---------------------------------------
*/
#subheader li {
  overflow: hidden;
  display: inline-block;
  float: left;
}

#subheader li a,
#subheader li a:visited {
  color: #46545c;
  text-decoration: none;
  line-height: 30px;
  float: left;
  padding-right: 17.5px;
}

#subheader ul:not(.property_tertiary) {
    margin-top: 15px;
    margin-bottom: 15px;
}

#subheader ul.property_tertiary {
    margin-top: -15px;
    margin-bottom: 10px;
}

#subheader ul.property_tertiary li a {
    font-size: 12px;
    line-height: 20px;
}

#subheader li.parent-here a,
#subheader li.parent-here a:visited,
#subheader li.here a,
#subheader li.here a:visited,
#subheader li a:hover {
  color: #00b8d7;
  text-decoration: underline;
}

hr.subnav {
  height: 1px;
  background-color: #4a6777;
  width: 100%;
}

/*
CONTENT
---------------------------------------
*/
p {
  margin-bottom: 10px;
  font-weight: 300;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.datetime {
  color: #4a6777;
  font-size: 11px;
  float: left;
  line-height: 55px;
  padding: 0px 20px;
  font-weight: 200;
}

.hp_stock {
  font-size: 12px;
  float: left;
  line-height: 55px;
}

.hp_stock a:hover {
  text-decoration: underline !important;
}

.hp_stock .share-link {
  float: left;
  line-height: 1;
}

.hp_stock_price {
  font-size: 26px;
  font-weight: 400;
  line-height: 55px;
  float: left;
  padding: 0px 20px 0px 0px;
}

.percentage_change {
  color: #4a6777;
  float: left;
  line-height: 55px;
  font-weight: 200;
}

.annual_report_link {
  float: right;
  font-size: 0px;
}

.annual_report_link a,
.annual_report_link a:visited {
  color: #46545c;
  background-color: #f3f4f4;
  padding: 0px 20px;
  line-height: 55px;
  font-size: 12px;
  display: inline-block;
  float: left;
  position: relative;
}

.annual_report_link a:nth-child(2) {
  background-color: #dbeaee;
  position: relative;
}

.img_box {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.img_box h2 {
  font-weight: 300;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#hp_featured {
  position: relative;
}

#hp_featured .slider-layout {
  margin: 0px auto;
  padding: 0px 40px 0px 40px;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  box-sizing: border-box;
}

#page_actions {
  float: right;
  text-align: right;
  margin: 30px 0 10px;
  display: inline-block;
}

#page_actions.property-actions {
  clear: both;
  margin: 10px 0 30px;
  float: left;
}

#page_actions img {
  margin-left: 0px;
}

#page_actions .action-box {
  float: left;
  background-color: #f3f4f4;
  height: 55px;
  position: relative;
  margin-left: 2px;
}

#page_actions .action-box.share {
  background-color: #cee8f1;
}

#page_actions .action-box.print {
  background-color: #cee8f1;
}

#page_actions .action-box a {
  line-height: 55px;
  padding: 0px 20px;
  height: 55px;
  float: left;
}

#page_actions .st_sharethis_large {
  width: 21px;
  height: 100%;
  float: left;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0px 20px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.st_sharethis_large span,
.st_sharethis_large img {
  display: none !important;
}

.pillars .pillar {
    float: left;
    min-height: 220px;
    display: inline-block;
    position: relative;
    width: 25%;
}

.pillars.collapse {
    width: calc(75% - 40px);
    max-width: calc(75% - 40px);
}

@media all and (max-width: 977px) {
    .pillars.collapse {
        width: 100%;
        max-width: 100%;
    }
}

.pillars.collapse .pillar {
    min-height: 1px;
    width: 100%;
    /*padding-right: 20px;
    width: calc(25% - 20px);*/
}

@media all and (max-width: 977px) {
    .pillars .pillar {
        width: 33.3333%;
    }

    /*.pillars.collapse .pillar {
        width: calc(33.3333% - 20px);
    }*/
}

@media all and (max-width: 700px) {
    .pillars .pillar {
        min-height: 270px;
    }
}

@media all and (max-width: 500px) {
    .pillars .pillar {
        min-height: 220px;
    }

    .pillars .pillar img {
        width: 60px;
    }

    .pillars .pillar .headingbox h4 {
        font-size: 12px;
    }

    .content_controls.small {
        padding: 12px 14px 12px 0;
    }
}

@media all and (max-width: 400px) {
    .pillars .pillar {
        min-height: 250px;
    }
}

.pillars:not(.collapse) .pillar p {
    position: absolute;
    left: 0;
    top: 100px;
    right: 20px;
}

.pillars .pillar li {
    font-weight: 300;
}

.pillars .pillar .headingbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
}

.pillars .pillar .minus {
    color: #fff;
}

.pillars .pillar .headingbox.active {
    background-color: #0c8eb9;
}

.pillars .pillar .headingbox.active h4 {
    color: #fff;
}

.statsbox.box {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 10px 20px 10px;
}

.statsbox.box .intro_txt {
    padding-left: 10px;
}

.statsbox .stats {
    border-top: 1px solid #4a6777;
    border-bottom: 1px solid #4a6777;
    padding: 0 10px 20px 10px;
}

.statsbox .stats .stat {
    color: #0c8eb9;
    font-size: 55px;
    font-weight: 400;
    margin-top: 20px;
    padding-bottom: 0px;
    display: inline-block;
    width: 25%;
    float: left;
}

@media all and (max-width: 977px) {
    .statsbox .stats .stat {
        width: 33.3333%;
    }
}

.statsbox .stats .stat:nth-child(4) {
    clear: left;
}

.statsbox .stats .stat .label {
    font-weight: bold;
    color: #4a6777;
    margin-bottom: 5px;
    font-size: 16px;
    padding-right: 20px;
}

@media all and (max-width: 500px) {
    .statsbox .stats .stat {
        font-size: 42px;
    }

    .statsbox .stats .stat .label {
        font-size: 12px;
    }
}

/* Property */
.box_heading_logo img {
  max-width: 350px;
  max-height: 200px;
  width: auto;
  height: auto;
}

.main_image {
  width: 100%;
  height: auto;
  margin: 0px;
  overflow: hidden;
}

.main_image img {
  height: auto;
}

#hp_message {
  width: 440px;
  padding: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

#hp_message h2 {
  color: #0c8eb9;
  padding-bottom: 10px;
  font-size: 29px;
}

#hp_message h2.hp_property_name {
  color: #4a6777;
  font-size: 18px;
  padding-bottom: 20px;
}

#hp_message p {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#hp_message p a,
#hp_message p a:visited {
  font-size: 14px;
  color: #52C5FB;
}

.box_heading_logo {
    position: relative;
    float: right;
    margin-top: -160px;
    padding-left: 30px;
}

@media all and (max-width: 977px) {
    .box_heading_logo {
        margin-top: -220px;
        margin-bottom: 20px;
    }
}

.box_heading_logo a {
    display: inline-block;
}

.property_leasing_location {
    clear: both;
    padding-bottom: 10px;
}

.property-intro {
    width: 100%;
    max-width: 840px;
}

.property_enquiries,
.property_address {
    color: #0c8eb9;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
}

.property_enquiries {
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
}

@media all and (max-width: 977px) {
    .property_enquiries {
        display: block;
        margin-top: 15px;
        padding-left: 0;
        float: left;
        clear: both;
    }
}

.property_enquiries .label,
.property_address .label {
    font-weight: bold;
    color: #4a6777;
    margin-bottom: 5px;
}

@media all and (max-width: 500px) {
    .property_enquiries,
    .property_address {
        width: 46%;
        height: 62px;
        float: left;
        padding-left: 10px;
    }
}

.property_body {
  font-size: 16px;
  color: #4a6777;
  padding-bottom: 20px;
}

.property_facts.box {
    padding: 20px 10px 20px 10px;
}

.property_facts .keyfacts {
    border-top: 1px solid #4a6777;
    border-bottom: 1px solid #4a6777;
    padding: 20px 10px 20px 10px;
}

.property_facts .keyfacts .fact {
    color: #0c8eb9;
    font-size: 42px;
    font-weight: 400;
    margin-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    width: 20%;
    float: left;
}

.property_facts .keyfacts .fact.small {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 0px;
}

.property_facts .keyfacts .fact .label {
    font-weight: bold;
    color: #4a6777;
    margin-bottom: 5px;
    font-size: 16px;
}

.property_facts .keyfacts .facts {
    color: #0c8eb9;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    width: 25%;
    float: left;
}

.property_facts .keyfacts .facts .label {
    font-weight: bold;
    color: #4a6777;
    margin-bottom: 5px;
}

.property_facts .keyfacts .facts .label:not(:first-of-type) {
    margin-top: 20px;
}

@media all and (max-width: 1024px) {
    .property_facts .keyfacts .fact {
        font-size: 36px;
    }
    .property_facts .keyfacts .fact.small {
        font-size: 16px;
    }
}

@media all and (max-width: 977px) {
    .property_facts .keyfacts .fact {
        font-size: 28px;
    }
    .property_facts .keyfacts .fact.small,
    .property_facts .keyfacts .fact .label {
        font-size: 13px;
    }
}

@media all and (max-width: 500px) {
    .property_facts .keyfacts .fact,
    .property_facts .keyfacts .facts {
        width: 50%;
    }

    .property_facts .keyfacts .fact:nth-child(3) .label,
    .property_facts .keyfacts .facts .label {
        margin-top: 20px;
    }
}


#zoomInControl {
    position: absolute;
    right: 143px;
    top: 60px;
}

#zoomOutControl {
    position: absolute;
    right: 143px;
    top: 118px;
}

.flexslider {
  width: 100%;
  /* width: 940px !important; */
  margin-bottom: 0px !important;
}

.info_row {
  height: auto;
  overflow: hidden;
}

.info_col {
  width: 52%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#pi_featured {
  width: 100%;
  margin-top: 20px;
  float: right;
  background-color: #f3f4f4;
}

#pi_featured img {
  height: auto;
}

#pi_featured .flexslider {
  /* width: 500px !important; */
  width: 100%;
}

.text_content {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
}

.text_content.full-width {
    width: 100%;
}

.text_content a,
.text_content a:visited {
  color: #52C5FB;
}

.text_content table {
    table-layout: auto;
    width: 100%;
    height: auto;
    border-collapse: collapse;
}
.text_content table thead tr {
    text-align: left;
    font-weight: 300;
    background-color: #F3F4F4;
    color: #4a6777;
    border-bottom: 3px solid #fff;
}

.text_content table thead tr th {
    line-height: 50px;
    padding: 0 15px;
    font-size: 18px;
    vertical-align: middle;
}

.text_content table thead tr th+th {
    border-left: 3px solid #fff;
}

.text_content table tbody tr {
    text-align: left;
    font-weight: 300;
    background-color: #dbeaee;
    color: #4a6777;
    border-bottom: 3px solid #fff;
}

.text_content table tbody tr:nth-child(2n) {
    background-color: #c5e0e8;
}

.text_content table tbody tr td {
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    vertical-align: middle;
}

.text_content table tbody tr td+td {
    border-left: 3px solid #fff;
}

.img {
  width: 220px;
  /*height: 240px;*/
}

.img_box .img {
  width: 25%;
  padding-right: 1px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-height: 1px;
}

.img_box .img img {
  width: 100%;
  height: auto;
}

.whiteInfoBox {
  background-color: rgba(244, 244, 244, 0.9);
  background-repeat: no-repeat;
  color: #4a6777;
  font-size: 12px;
  padding: 5px 10px 30px 10px;
  position: absolute;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
}

.whiteInfoBox h2 {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 26px;
}

.whiteInfoBox a,
.whiteInfoBox a:hover,
.whiteInfoBox a:visited,
.box_heading a,
.box_heading a:hover,
.box_heading a:visited {
  color: #ffffff;
}

.box .col {
  width: 165px;
  font-size: 12px;
}

.box .col.row_2_margin {
  margin-left: 240px;
}

.box .col h3 {
  color: #52C5FB;
  font-weight: 300;
}

.box .col p {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

hr {
  border: 0;
  height: 1px;
  background-color: #4a6777;
  margin: 10px 0px 10px 0px;
  width: 100%;
}

hr.hr_introtext {
  margin-top: 0px;
  margin-bottom: 50px;
}

hr.thick {
  height: 8px;
  background-color: #d5d6d8;
}

.box_heading {
  color: #ffffff;
  background-color: #00b8d7;
  padding: 30px 10px 5px 10px;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 22px;
}

th h2,
td h2 {
  font-size: 18px;
  color: #46545c;
}

.videotitle {
  font-size: 18px;
  color: #46545c;
  display: flex;
  align-items: center;
}

.row h2 {
  font-size: 18px;
  color: #46545c;
  padding-left: 10px;
}

h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.headingbox {
  background-color: #F3F4F4;
  margin: 20px 0px 10px 0px;
}

.headingbox h2 {
  font-size: 26px;
  padding: 20px;
  color: #4a6777;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.headingbox h4 {
  font-size: 20px;
  padding: 15px 20px;
  color: #4a6777;
  font-weight: 300;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.box {
  background-color: #F3F4F4;
  padding: 10px 10px 10px 10px;
}

.box,
.box p,
.box p span {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.box h2 {
  font-size: 20px;
  padding-bottom: 5px;
}

.box h2 a,
.box h2 a:visited {
  color: #333333;
}

.box h3 {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
}

.box .text_content h3 {
  padding-bottom: 5px;
}

.box .img {
  height: 100px;
}

.keyfacts {}

  .keyfacts .row {
    clear: both;
    text-align: right;
    border-bottom: 1px solid #f3ab3f;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #757575;
    padding-left: 165px;
  }

  .keyfacts .row label {
    position: absolute;
    width: 160px;
    left: 0px;
    /*top: 0px;*/
    bottom: -1px;
    padding-bottom: 5px;
    border-right: 5px solid #F3F4F4;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #46545c;
  }

  table {
    empty-cells: show;
  }

  table th {
    border-bottom: 1px solid #f3ab3f;
    font-weight: 300;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding: 10px;
  }

  table td {
    border-bottom: 1px solid #f3ab3f;
    font-weight: 300;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    padding: 10px;
  }

  table tr td+td, table tr td+td+td {
    border-left: 5px solid #fff;
  }

  .stock-contact-wrapper {
      float: right;
      margin-top: -10px;
      margin-bottom: 20px;
  }

  /* Share Widget */
  #share_widget {
    display: flex;
    align-items: center;
  }

  #share_widget img {
    float: left;
    margin-right: 20px;
    max-width: 70px;
  }

  #share_widget p {
    margin-bottom: 0px;
    font-size: 16px;
    float: left;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  #share_widget span {
    font-size: 26px;
  }

  #share_widget .price-since {
    font-size: 16px;
  }

  #share_widget #sw_price {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 26px;
  }

  .financial-contact {
      margin: 20px 0;
  }

  .financial-contact p {
    margin-bottom: 0px;
  }

  /* Share Information */
  .si_slider .flex-control-nav .flex-active {
    opacity: 1;
  }

  #si_indices {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #si_indices th {
    font-size: 18px;
  }

  #si_indices td {
    border-left: 0px;
  }

  .content_controls {
    float: right;
    padding: 20px;
    font-weight: 400;
  }

  .content_controls.small {
      padding: 15px 20px 15px 0;
  }

  .content_controls div {
    cursor: pointer;
    display: none;
    font-size: 26px;
  }

  .cpoint {
    cursor: pointer;
  }

  .hp_webcast {
    display: none;
    float: right;
    color: #666666;
    text-align: center;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #999999;
  }

  .hp_webcast p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .pr_box {
    background-color: #F3F4F4;
    padding: 45px 0px 60px;
    float: left;
    width: 100%;
  }

  .pr_box+.pr_box {
    background-color: #fff;
  }

  .pr_box h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 40px;
  }

  .pr_box h2 a,
  .pr_box h2 a:visited {
    color: #4a6777;
  }

  .pr_content_box {
    width: 100%;
    float: left;
    border-top: 1px solid #4a6777;
    padding-top: 3px;
  }

  .pr_box .row {
    clear: both;
    text-align: left;
    margin-bottom: 3px;
    font-weight: 300;
    background-color: #dbeaee;
    color: #4a6777;
    font-size: 16px;
  }

  .pr_box .row:nth-child(2n) {
    background-color: #c5e0e8;
  }

  .pr_box .row .cell {
    float: left;
    position: relative;
    line-height: 50px;
    padding: 0px 15px;
    max-width: calc(100% - 150px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pr_box .row .cell .date {
    font-weight: 600;
  }

  .pr_box .row .cell+.cell {
    min-width: 120px;
    min-height: 25px;
    border-left: 3px solid #f3f4f4;
    padding: 0px;
    float: right;
  }

  .pr_box .row .cell+.cell a,
  .pr_box .row .cell+.cell a:visited {
    float: left;
    width: 100%;
    padding: 0px 10px;
    display: block;
    box-sizing: border-box;
    color: #4a6777;
  }

  .pr_box .row .cell+.cell a img {
    padding: 0px 10px 0px 0px;
  }

  .img_cell {
    padding-bottom: 0px;
  }

  .img_cell div.thumb {
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 0px;
    border: 1px solid #efefef;
    float: right;
    position: relative;
    background-repeat: no-repeat;
  }

  .img_cell div.thumb img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #ffffff;
  }

  /* -- */
  .download_table {
      float: left;
      width: 100%;
  }

  .download_table .row {
    clear: both;
    text-align: left;
    margin-bottom: 3px;
    font-weight: 300;
    background-color: #dbeaee;
    color: #4a6777;
    font-size: 16px;
  }

  .download_table .row:nth-child(2n) {
    background-color: #c5e0e8;
  }

  .download_table .row .cell {
    float: left;
    position: relative;
    line-height: 50px;
    padding: 0px 15px;
  }

  .download_table .row .cell+.cell {
    min-width: 150px;
    min-height: 25px;
    border-left: 3px solid #fff;
    padding: 0px;
    float: right;
  }

  .download_table .row .cell+.cell a,
  .download_table .row .cell+.cell a:visited {
    float: left;
    width: 100%;
    padding: 0px 10px;
    display: block;
    box-sizing: border-box;
    color: #4a6777;
  }

  .download_table .row .cell.download a,
  .download_table .row .cell.download a:visited {
     width: auto;
     display: inline-block;
  }

  .download_table .row .cell.download a.download_icon {
      float: right;
  }

  .download_table .row .cell+.cell a img {
    padding: 0px 10px 0px 0px;
  }


  .content_box a,
  .content_box a:visited,
  .box a,
  .box a:visited {
    color: #52C5FB;
    font-weight: 300;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .news_summary {
    padding-bottom: 0px !important;
  }

  .news_summary p {
    display: inline !important;
  }

  .highlight {
    color: #52C5FB;
  }

  #content_wrapper_OLD {
    background-color: #EBF1F3;
    /* IE10 */
    background-image: -ms-linear-gradient(top, #FBFCFC 0%, #EBF1F3 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FBFCFC 0%, #EBF1F3 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #FBFCFC 0%, #EBF1F3 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBFCFC), color-stop(1, #EBF1F3));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FBFCFC 0%, #EBF1F3 100%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top, #FBFCFC 0%, #EBF1F3 100%);
  }

  h2.sub_header {
    font-size: 14px;
    line-height: 20px;
    color: #00b8d7;
  }

  .header_image {
    text-align: center;
    margin-bottom: 60px;
  }

  .header_image img {
    width: 100%;
    height: auto;
  }

  .subnav .header_image {
    float: right;
  }

  h1 {
    font-size: 26px;
    font-weight: 300;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .intro_txt {
    font-size: 22px;
    font-weight: 300;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  h1 a,
  h1 a:visited,
  .intro_txt a,
  .intro_txt a:visited {
    color: #4a6777;
    text-decoration: none;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .intro_txt a,
  .intro_txt a:visited {
      text-decoration: underline;
  }

  .intro_txt {
    padding: 10px 0px 20px 0px;
  }

  .intro_txt p {
    font-weight: 300;
    font-size: 26px;
    color: #4a6777;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  h1.intro {
    width: 85%;
    font-size: 36px;
    font-weight: 300;
    padding: 27px 0px;
    color: #0c8eb9;
  }

  h1.page_header {
    font-weight: 300;
    font-size: 36px;
    color: #0c8eb9;
    padding: 10px;
    padding-left: 0px;
    margin: 20px 0 30px 0px;
    float: left;
    clear: both;
  }

  h2.page_subheader {
    font-weight: 300;
    font-size: 26px;
    color: #4a6777;
    padding-bottom: 20px;
    padding-left: 0px;
    margin: 0px 0px 0px;
  }

  #page_nav ul,
  #subheader ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 16px;
    float: left;
    font-weight: 300;
    width: 100%;
  }

  #page_nav ul li {
    width: calc(25% - 20px);
    height: 300px;
    background-color: #efefef;
    float: left;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  #page_nav ul li+li+li+li,
  #page_nav ul li+li+li+li+li+li+li+li,
  #page_nav ul li+li+li+li+li+li+li+li+li+li+li+li,
  #page_nav ul li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li {
    margin-right: 0px;
  }

  #page_nav ul li+li+li+li+li,
  #page_nav ul li+li+li+li+li+li+li+li+li,
  #page_nav ul li+li+li+li+li+li+li+li+li+li+li+li+li {
    margin-right: 20px;
  }

  #page_nav.property ul,
  #page_nav.property_france ul,
  #page_nav.property_italy ul,
  #page_nav.property_sweden ul,
  #page_nav.property_belgium ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: left;
  }

  #page_nav.property ul li,
  #page_nav.property_france ul li,
  #page_nav.property_italy ul li,
  #page_nav.property_sweden ul li,
  #page_nav.property_belgium ul li {
      flex-basis: 24%;
      margin-right: 1.3333%;
      width: auto;
      background-size: cover;
  }

  #page_nav.property ul li:nth-child(4n),
  #page_nav.property_france ul li:nth-child(4n),
  #page_nav.property_italy ul li:nth-child(4n),
  #page_nav.property_sweden ul li:nth-child(4n),
  #page_nav.property_belgium ul li:nth-child(4n) {
      margin-right: 0;
  }

  @media only screen and (max-width: 977px) {
      #page_nav.property ul li,
      #page_nav.property_france ul li,
      #page_nav.property_italy ul li,
      #page_nav.property_sweden ul li,
      #page_nav.property_belgium ul li {
          flex-basis: 48.5%;
          margin-right: 3%;
      }

      #page_nav.property ul li:nth-child(2n),
      #page_nav.property_france ul li:nth-child(2n),
      #page_nav.property_italy ul li:nth-child(2n),
      #page_nav.property_sweden ul li:nth-child(2n),
      #page_nav.property_belgium ul li:nth-child(2n) {
          margin-right: 0;
      }
  }

  @media only screen and (max-width: 500px) {
      #page_nav.property ul li,
      #page_nav.property_france ul li,
      #page_nav.property_italy ul li,
      #page_nav.property_sweden ul li,
      #page_nav.property_belgium ul li {
          flex-basis: 100%;
          margin-right: 0;
      }
  }

  #sharethis {
    margin: 30px 0px 0px 7px;
  }

  #search_results article p {
    margin-bottom: 6px;
  }

  #search_results .url {
    color: #999;
    font-size: 12px;
  }

  #table_partners td {
    padding: 0 0 20px 0;
  }

  /*
  FOOTER
  ---------------------------------------
  */
  .contact-section {
    background-color: #0c8eb9;
    color: #fff;
    padding: 50px 0px 30px;
    float: left;
    width: 100%;
  }

  .contact-section h2 {
    padding-bottom: 30px;
  }

  .contact-section h2 a,
  .contact-section h2 a:visited {
    color: #fff;
    font-size: 26px;
  }

  .contact-section a,
  .contact-section a:visited {
    color: #fff;
  }

  .contact-section .col {
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
    min-height: 220px;
  }

  .contact-section .col .title {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .contact-section .col .phone-address {
    font-size: 16px;
  }

  .contact-section .col .location-address {
    font-size: 16px;
  }

  .contact-section .col .phone-address a,
  .contact-section .col .phone-address a:visited {
    color: #fff;
  }

  .footer {
    padding: 40px 0px;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 16px;
  }

  .footer a,
  .footer a:visited {
    text-decoration: none;
    color: #fff;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer h2 a,
  .footer h2 a:visited {
    color: #fff;
  }

  .footer h2 {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
  }

  .footer h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4;
  }

  #sitemap {
    float: left;
    width: 100%;
  }

  #sitemap .upper-nav, #sitemap .inner-nav, #sitemap .lower-nav {
    float: left;
    width: 100%;
    position: relative;
  }

  .lower-nav p+p {
      margin-top: 5px;margin-bottom: 20px;
  }

  #sitemap .inner-nav {
    margin: 10px 0px;
    padding: 25px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .social-icon {
      position: absolute;
      right: 0;
      bottom: 0;
  }

  .footerCell .footerCell ul li:before {
    content: "\003E \00a0 ";
    position: absolute;
    left: 0px;
    top: -1px;
  }

  .footer p {
    font-size: 9px;
    color: #fff;
    margin: 0px;
  }

  .footerCellLast {
    float: left;
    margin-top: 10px;
    width: 80px;
  }

  .footerCell {
    float: left;
    margin-right: 10px;
    min-width: 200px;
  }
@media only screen and (max-width:1140px) {
    .footerCell {
        min-width: 142px;
    }
}
  .footerCellProperty {
    float: right;
    margin-right: 0;
  }

  .footerCellProperty .footerCell {
    min-width: 150px;
    font-size: 13px;
  }

  .footerCellProperty .footerCell li {
    padding-left: 15px;
    position: relative;
  }

  #social {
    width: 310px;
    float: right;
  }

  #twitter h3 {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: url(../images/logo_twitter.png) top left no-repeat;
    padding-left: 30px;
    font-size: 13px;
    color: #4BA5DC;
    margin-bottom: 0px;
  }

  #twitter a.twitter {
    color: #4BA5DC;
    text-decoration: none;
  }

  #twitter p {
    padding-left: 30px;
  }

  #social_links a {
    background-image: url(../images/icons_social.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    display: inline-block;
    text-indent: -9999px;
    margin-right: 10px;
  }

  #social_links .facebook {
    background-position: 0px 0px;
    margin-left: 30px;
  }

  #social_links .linkedin {
    background-position: -45px 0px;
  }

  #social_links .youtube {
    background-position: -89px 0px;
  }

  /*
  FORMS
  ---------------------------------------
  */
  form input, form textarea {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: #FFF;
    padding: 10px;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #46545c;
  }

  #contact_form {
    background-color: #f3f4f4;
    padding: 30px;
    font-size: 16px;
    color: #4a6777;
    overflow: inherit;
  }

  #contact_form label {
    width: 100px;
    display: inline-block;
    font-size: 16px;
  }

  #contact_form input, #contact_form textarea {
    background-color: #FFF;
    font-size: 16px;
    width: 100%;
    max-width: 580px;
  }

  #contact_form .text_content {
    font-size: 26px;
    color: #4a6777;
    font-weight: 200;
    padding-bottom: 20px;
  }

  #contact_form .email-recipient {
    padding-bottom: 20px;
  }

  #contact_form .email-recipient label {
      width: auto;
      display: inline-block;
  }

  #contact_form .email-recipient input {
      width: auto;
      display: inline-block;
  }

  #contact_form .input-group {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  #contact_form .input-group input {
    font-size: 16px;
    width: calc(100% - 170px);
  }

  #search_box {
    text-align: right;
    padding-bottom: 20px;
  }

  #search_box label {
    margin-right: 5px;
    font-size: 16px;
  }

  #search_box input#keywords {
    width: 100px;
    border: 1px solid #C7C8C7;
    padding: 1px 2px;
    color: #765C53;
  }

  form .formbutton, #contact_form .formbutton {
    width: auto;
    background-color: #00b8d7;
  }

  form input[type="checkbox"] {
    width: 12px;
    border: none;
    background: none;
  }

  /*
  CUSTOM STYLES
  ---------------------------------------
  */
  .tbold {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .alert_message {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
  }

  .alert_message strong {
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
  }

  /*
  MISC
  ---------------------------------------
  */
  .fleft {
    float: left;
  }

  .fright {
    float: right;
  }

  .clleft {
    clear: left;
  }

  .clright {
    clear: right;
  }

  .clear,
  .clboth {
    clear: both;
  }

  .clearfix:before,
  .clearfix:after {
      content: "";
      display: table;
  }
  .clearfix:after {
      clear: both;
  }

  .p10 {
    padding: 10px 10px 10px 10px;
  }

  .pl10 {
    padding-left: 10px;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mb5 {
    margin-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .ml20 {
    margin-left: 20px;
  }

  .mr20 {
    margin-right: 20px;
  }

  .mr240 {
    margin-right: 240px;
  }

  .mw700 {
    max-width: 700px;
  }

  .mh125 {
    /*min-height: 125px;*/
    height: 125px;
  }

  /* THUMBS */
  #page_nav li span {
    width: calc(100% - 40px);
    position: relative;
    z-index: 2;
    display: block;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    color: #4a6777;
    font-size: 25px;
  }

  @media all and (max-width: 1024px) {
      #page_nav li span {
          font-size: 18px;
      }
  }

  #page_nav li span span {
    background-image: url("../images/bg/img_overlay.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 300;
    width: 200px;
    height: auto;
    padding: 30px 10px 5px 10px;
  }

  #page_nav li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
  }

  #page_nav li a:hover {
    text-decoration: none;
  }

  .strategy-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    width: 100%;
}

  .strategyHeaderBox {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background-color: rgba(255,255,255,0.9);
  }

  .strategyHeaderBox h2 {
      line-height: 28px;
      padding-bottom: 0!important;
      font-size: 20px;
      color: #4a6777;
  }

  #shareSlider {
      height: 553px;
      width: 100%;
      max-width: 100%;
  }

  .shareSlide {
      width: 100%;
      height: auto;
  }

  .shareSlide h1 {
      padding: 20px 0px 20px 0px;
      clear: both;
  }

  .shareSlideThumbs {
      width: 100%;
  }

  .shareSlideThumb {
      float: left;
      width: 24%;
      margin-right: 1.3333%;
      display: block;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
  }

  .shareSlideThumb:nth-child(4n) {
      margin-right: 0;
  }

  @media only screen and (max-width: 977px) {
      .shareSlideThumb {
          width: 48.5%;
          margin-right: 3%;
      }

      .shareSlideThumb:nth-child(2n) {
          margin-right: 0;
      }
  }

  @media only screen and (max-width: 500px) {
      .shareSlideThumb {
          width: 100%;
          margin-right: 0;
      }
  }

  .shareSlideThumb img {
      width: 100%;
      height: auto;
  }

  #shareframe {
      border: 1px solid #ffffff;
      min-width: 100%;
      width: 100%;
      height: 2460px;
  }

  @media only screen and (max-width: 500px) {
      #shareframe {
          height: 2600px;
      }
  }

  .generic-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    float: left;
  }

  .generic-wrapper.management {
      max-width: 930px;
  }

  .generic-wrapper.management .colbox p {
      line-height: 1.25;
      font-size: 14px;
  }

  .colbox {
    position: relative;
    overflow: hidden;
    flex-basis: calc(50% - 10px);
    float: left;
    box-sizing: border-box;
  }

  .generic-wrapper .colbox {
    flex-basis: calc(33.3333% - 20px);
  }

  @media only screen and (min-width: 481px) {
      .generic-wrapper .colbox:nth-child(2) {
          /* flex-basis: 66.6666%; */
      }
    }

  .generic-wrapper .colbox .inner-content {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
  }

@media only screen and (min-width: 481px) {
  .generic-wrapper .colbox:nth-child(2) .inner-content {
      /* width: calc(50% - 20px); */
      /* margin-left: 10px;
  } */
}

  .generic-wrapper .colbox .inner-content:hover .whiteInfoBox {
    top: 0px;
  }

  .colbox a:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }

  .colbox.row_2_margin {
    margin-left: 240px;
  }

  .colbox h2 {
    font-size: 24px;
    color: #4a6777;
    padding-bottom: 15px;
    user-select: none;
  }

  @media only screen and (max-width: 768px) {
      .colbox h2 {
        font-size: 26px;
      }
  }

  .colbox p {
    font-size: 16px;
    color: #4a6777;
    line-height: 1.5;
  }

  .bbo .cb_img {
    width: 100%;
    height: auto;
    /*margin-bottom: 20px;*/
  }

  .colbox .whiteInfoBox {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
    top: 85%;
    transition: top 0.3s ease;
    cursor: pointer;
  }

  @media only screen and (max-width: 1024px) {
      .colbox .whiteInfoBox {
          top: 86%;
      }

      .colbox h2 {
        font-size: 20px;
      }
  }

  @media only screen and (max-width: 800px) {
      .colbox .whiteInfoBox {
          top: 84%;
      }

      .colbox h2 {
        font-size: 14px;
      }
  }

  @media only screen and (max-width: 500px) {
      .colbox .whiteInfoBox {
          top: 86%;
      }

      .colbox h2 {
        font-size: 20px;
      }
  }

  .colbox h3 {
    color: #52C5FB;
  }

  .colbox_content {
    padding-top: 5px;
    margin-bottom: 20px;
    user-select: none;
  }

  .fdownload_row {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
  }

  .fdownload_row .colbox {
    flex-basis: 23%;
    background-color: #cee8f1;
    padding-right: 0px;
    margin: 0px 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  @media only screen and (max-width: 977px) {
    .fdownload_row .colbox {
      flex-basis: 48%;
    }
}

  .fdownload_row .colbox .whiteInfoBox {
    margin-top: 0px;
    position: static;
    padding: 15px;
    height: auto;
    border-bottom: 2px solid #fff;
  }

  .fdownload_row .colbox .whiteInfoBox h2 {
    padding-bottom: 0px;
  }

  .fdownload_row .colbox .whiteInfoBox h2 a,
  .fdownload_row .colbox .whiteInfoBox h2 a:visited {
    color: #4a6777;
    font-size: 20px;
  }

  .fdownload_row .colbox .inner {
    padding: 20px;
    position: relative;
    height: 98px;
  }

  .fdownload_row .colbox .inner .factsheet_link {
    float: left;
    margin-right: 10px;
  }
  .fdownload_row .colbox .inner .factsheet_text {
      position: absolute;
      left: 110px;
      top: 20px;
      bottom: 0;
      right: 0;
  }

  @media all and (max-width: 978px) {
      .fdownload_row .colbox .whiteInfoBox h2 a {
          font-size: 14px;
      }
      .fdownload_row .colbox .inner .factsheet_text {
          left: 80px;
      }
      .fdownload_row .colbox .inner .factsheet_text .dlink {
        left: -60px;
      }
  }

  .fdownload_row .colbox .row {
    background-color: #e6f3f8;
    float: left;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border-top: 2px solid #fff;
  }

  .fdownload_row .colbox .row a {
    width: 100%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    color: #4a6777;
  }

  .fdownload_row .colbox .inner img.fright {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 20px!important;
  }

  .fdownload_row .colbox .inner .dlink {
    position: absolute;
    bottom: 20px;
    color: #4a6777;
  }

  .divide {
    border-bottom: 1px solid #f3ab3f;
  }

  .fdownload_row .divide {
    margin: 0px 10px 0px 10px;
  }

  .endrow {
    margin-right: 0px;
  }
}
