 /*! Journal Real Estate site-specific overrides */
 
.announcement-full .page-header {
  text-align: left;
  font-size: 1.1vw !important;
}

.col-md-2 {
  width: 8.66666667% !important;
  float: right !important; 
 }
 
 @media (max-width: 415px) {
  .block_custom {
    visibility: hidden;
    display: none;
	}
	.col-md-2 {
  width: 0.66666667% !important;
  float: right !important; 
 }
  }

.journal-description {
text-align: left;
}
.journal-description img {
float: left;
margin: 5px 10px;
}
.pkp_block .title {
    display: block;
	font-size: 1.6vw !important;
    margin-top: 0;
}
 .galleys{
margin-bottom: 2%;  
}

.media-heading {
  text-align: left;
  }
.article-author-affilitation{
text-align: left;
}
.article-abstract {
text-align: justify;
}
.csl-entry {
text-align: left !important;
}
.page-header h1 {
  text-align: left;
  font-size: 2.2vw !important;
 } 
.page-header {
  border-bottom: 3px double #ff0000;
 } 
.keywords {
 margin-bottom: 3%;
 font-style: italic;
}

.pkp_page_index {
    text-align: justify;
  }  
.description   {
    text-align: justify;
  }      
/*! Journal Real Estate site-specific overrides */


#articlesBySameAuthorList {
text-align: justify;
}

/* ASV platform footer block */
.asv_footer {
        width: 100%;
        margin-top: 40px;
        padding: 18px 0 20px;
        background: #e6e6e6;
        color: #555;
        box-sizing: border-box;
}

.asv_footer_container {
        width: calc(100vw - 100px);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
}

.asv_footer_row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
}

.asv_footer_left {
        float: none;
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        padding-left: 0;
        padding-right: 40px;
        text-align: left;
}

.asv_footer_legal_text,
.asv_footer_legal_text p {
        text-align: left;
}

.asv_footer_legal_text {
        max-width: 980px;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 1.55;
}

.asv_footer_legal_text p {
        margin-top: 0;
}

.asv_footer_legal_text p:last-child {
        margin-bottom: 0;
}

.asv_footer_personal_data {
        margin-top: 6px;
        margin-bottom: 0;
}

.asv_footer_right {
        float: none;
        flex: 0 0 620px;
        width: 620px;
        max-width: 620px;
        padding-left: 20px;
        padding-right: 0;
        margin-left: auto;
        text-align: right;
        display: flex;
        justify-content: flex-end;
}

.asv_platform_footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: 0;
        text-align: left;
}

.asv_platform_footer_logo {
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
}

.asv_platform_footer_logo img {
        display: block;
        width: 48px;
        height: 48px;
        object-fit: contain;
}

.asv_platform_footer_text {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 540px;
        font-size: 12px;
        line-height: 1.45;
        text-align: left;
}

.asv_platform_footer_text p:last-child {
        margin-bottom: 0;
}

@media screen and (min-width: 1600px) {
        .asv_footer_container {
                width: calc(100vw - 120px);
        }
}

@media screen and (max-width: 991px) {
        .asv_footer_container {
                width: calc(100vw - 40px);
        }

        .asv_footer_row {
                display: block;
        }

        .asv_footer_left {
                width: 100%;
                max-width: none;
                padding-right: 0;
        }

        .asv_footer_right {
                width: 100%;
                max-width: none;
                flex: none;
                margin-top: 18px;
                padding-left: 0;
                justify-content: flex-start;
                text-align: left;
        }

        .asv_platform_footer {
                justify-content: flex-start;
                max-width: none;
                margin-left: 0;
                margin-right: 0;
        }

        .asv_platform_footer_text {
                max-width: none;
        }
}
/* /ASV platform footer block */
