/* General */

/*** typography ***/
.typo-main-text, .typo-main-text-bold {
    font-weight: 500!important;
    font-size: 15px!important;
    line-height: 26px!important;
    color: #3D4153!important;
}

.typo-main-text-bold {
    font-weight: 700!important;
}

.typo-small-menu-text, .typo-button-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3D4153;
}

.typo-button-text {
    font-weight: bold;
}

/*** typography ***/

@media (max-width:950px) {
    .burger-wrapper {
        cursor: pointer;
    }
}

/*** popup ***/
.popup {
    display : none;
    min-width : 300px;
    max-width : 1000px;
    margin : 115px auto;
    background-color : #ffffff;
}

.popup_mid {
    max-width : 840px;
}

.popup_video {
    display : inline-block;
    min-width : 0;
}

.popup_min {
    max-width : 450px;
}

.popup_map {
    overflow : hidden;
    height : 80%;
    max-width : none;
    margin : 0 10%;
    box-sizing: border-box;
}

.popup_area {
    overflow : scroll;
    position : fixed;
    top : 0;
    left : 0;
    display : none;
    width : 100%;
    height : 100%;
    z-index : 9;
    background : rgba(0,0,0,0.9);
    text-align : center;
}
.popup_area:before {
    display: block;
    content: "";
    height: 10%;
}
.popup_area:after {
    display: block;
    content: "";
    height: 10%;
}

.popup_frame {
    background-color : #ffffff;
    padding : 40px;
    overflow : hidden;
}
.popup_close_button {
    position : relative;
    z-index : 2;
    float : right;
    height : 30px;
    width : 30px;
    margin-bottom : -30px;
    background : url("/i/popup_close.png") no-repeat center center;
}
.popup_close_button:hover {
    background-color : #71b9d4;
}
/*** popup ***/

.content-wrapper, .home-footer-content {
    margin: 0 auto;
    max-width : 1440px;
    /*padding: 0 110px;*/
}

@media (max-width: 1100px) {
    .content-wrapper, .home-footer-content {
        margin: 0 auto;
        padding: 0 20px;
    }
}

.bar_title {
    margin-bottom : 12px;
    padding : 18px 0 5px;
    border-bottom : 4px solid #e9764b;
    font : bold 13px/18px 'Palatino Linotype', Georgia, serif;
    text-transform: uppercase;
    color : #474747;
}
.bar_title:first-child {padding-top : 0;}

.sub_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #3D4153;
}

@media (max-width: 1100px) {
    .sub_title {
        font-size: 25px;
        line-height: 30px;
    }
}

.article-header-content {
    overflow: hidden;
}

/*** home ***/
.home_left {
}
.home-content {
    display: flex;
}

.page-content {
    flex-grow: 1;
    margin-right: 120px;
    padding-top: 78px;
    margin-bottom: 99px;
}

.home-content .sidebar {
    padding-top: 153px;
    min-width: 505px;
    max-width: 505px;
}

@media (max-width: 1300px) {
    .page-content {
        margin-right: 20px;
        padding-top: 40px;
    }
}

@media (max-width: 1200px) {
    .home-content .sidebar {
        min-width: 400px;
        max-width: 400px;
    }
}

@media (max-width: 1000px) {
    .home-content {
        flex-wrap: wrap;
    }

    .home-content .sidebar {
        padding-top: 10px;
    }

    .page-content {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .home-content-item {
        margin-bottom: 30px!important;
    }

    .home-content .sidebar {
        width: 100%;
        padding-top: 20px;
        min-width: auto;
        max-width: none;
    }
}

 .sidebar {
     min-width: 295px;
     max-width: 295px;
}

 @media (max-width: 950px) {
     .sidebar {
         max-width: none;
         min-width: auto;
         width: 100%;
         margin-top: 40px;
     }
 }

.content-item, .home-content-item {
    margin-bottom: 86px;
}

.home-content-item.video-gallery .video_item{
    min-width: 47%;
    max-width: 47%;
}

.supporters {
    background-color: #F5F5F5;
    padding: 25px 32px 34px 37px;
}

@media (max-width: 750px) {
    .supporters {
        padding: 20px 25px;
        text-align: center;
    }

    .support-logos {
        flex-direction: column;
    }

    .big-logo {
        margin: 30px 0;
    }
}

.supporters .home_sub_title {
    padding-bottom: 0;
}

.support-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-logos, .top-logo-row, .bottom-logo-row {
    display: flex;
}

.small-logos {
    flex-direction: column;
}

.small-logo {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-logo-row .small-logo.left {
    border-right: 1px solid #c8c9cd;
}

.bottom-logo-row .small-logo.left {
    border-top: 1px solid #c8c9cd;
    border-right: 1px solid #c8c9cd;
}

.bottom-logo-row .small-logo.right {
    border-top: 1px solid #c8c9cd;
}

/** home-footer **/

.home-content-footer-wrapper {
    padding-top: 76px;
    padding-bottom: 93px;
    background-color: #F5F5F5;
}

.home-footer-content {
    display: flex;
}

@media (max-width: 1000px) {
    .home-content-footer-wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .home-footer-content {
        flex-wrap: wrap;
    }
}

/** home-footer **/

/** events **/

.events {
    min-width: 505px;
    max-width: 505px;
}

.event-link {
    display : block;
    color : #696969;
    margin-bottom: 15px;
}

.event-link .event-info {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #71758B;
}

.event-link:hover .event-name {text-decoration: underline;}

.events-list-show-all {
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.events-list-show-all:hover {
    color: var(--active-color);
}

.events-list-show-all img {
    margin-left: 4px;
}

@media (max-width: 1200px) {
    .events {
        min-width: 400px;
        max-width: 400px;
    }
}

@media (max-width: 1000px) {
    .events {
        width: 100%;
        min-width: auto;
        max-width: none;
    }
}

.home_title {
    padding-top : 20px;
    padding-bottom : 18px;
    color : #474747;
    font : normal 30px/34px 'Palatino Linotype', Georgia, serif;
    letter-spacing: -0.6px;
}
.home_title:first-child {
    margin-top : -7px;
    padding-top : 0;
}
.home_sub_title {
    padding-bottom: 20px;
}

/*** home ***/

/** contact **/

.contact_form_wrapper {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

#contactForm {
    margin-top: 40px;
}

.home_form_label {
    position : relative;
    z-index : 1;
    display : block;
    margin-bottom : 6px;
    padding : 0 0 0 13px;
    border : 1px solid #cacdd3;
    border-radius : 8px;
    background : #fefefe;
}

.home_form_text:first-child {padding-top : 0;}
.home_form_text:last-child {padding-bottom : 0;}

/** contact **/

/*** sidebar ***/

.sidebar-wrapper {
    width: 100%;
}

.how-it-works-wrapper {
    line-height: 97px;
    margin-bottom: 50px;
    display: flex;
    height: 155px!important;
    justify-content: center;
}

.sidebar.home-sidebar {
    font-size: 21px;
    line-height: 30px;
}

.contribute-wrapper {
    margin-top: 65px;
}

@media (max-width: 950px) {
    .contribute-wrapper {
        margin-top: 30px;
    }
}

.contribute-text {
    opacity: 0.85;
    margin-top: 20px;
    margin-bottom: 20px;
}

.show-more {
    background: url('/i/arrow-left-black.png') left no-repeat;
    height: 20px;
    width: 40px;
    cursor: pointer;
    display: block;
    transition: none;
}

.show-more:hover {
    background-image: url("/i/arrow-left-black-hover.png");
}

.bottom-images.vertical {
    display: none;
}

.sidebar.vertical-images .bottom-images.vertical {
    display: flex;
    justify-content: center;
}

.sidebar.vertical-images .bottom-images.horizontal {
    display: none;
}


.bottom-images {
    margin-top: 65px;
    margin-bottom: 60px;
}

.bottom-image {
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}

.bottom-image:hover .image-text {
    text-decoration: underline;
}

.bottom-image img {
    width: 100%;
    height: auto;
}

.bottom-images.vertical .bottom-image {
    margin-right: 20px;
}

.bottom-images.vertical .bottom-image:last-child {
    margin-right: 0;
}

.bottom-images .bottom-image .image-text {
    position: absolute;
    bottom: 11%;
    left: 8%;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    z-index: 2
}

.bottom-images.vertical .bottom-image {
    display: flex;
    justify-content: center;
}

.bottom-images.vertical .bottom-image .image-text {
    left: unset;
}

@media (max-width: 700px) {
    .bottom-images.vertical .bottom-image .image-text {
        font-size: 13px;
    }
}

/*** sidebar ***/


/*** atoz ***/
.atoz {
    /*border-bottom : 2px solid #cacdd3;*/
    line-height: 0;
}
.atoz_item {
    position : relative;
    text-align : center;
    margin-right: 14px;
}

.atoz_item_sel {
    color : #3D4153!important;
}

/*** atoz ***/

/*** article ***/

@media (max-width: 950px) {
    .article-subtitle {
        display: flex;
        flex-direction: column;
    }

    .article-subtitle .separator {
        display: none;
    }
}

.sidebar-map-navigation {
    width: calc(100% - 50px);
    background-color: #F5F5F5;
    padding: 10px 25px;
    margin-bottom: 45px;
}

.article_content {
    flex: 1;
}

.article_right_visual {
    display: flex;
    align-items: center;
    height : 75px;
    padding-left : 90px;
    border-bottom : 1px solid #c8c9cd;
    background : transparent url('/i/icon_visual_map.png') no-repeat 12px center;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3D4153;
}
.article_right_visual_links {background-image : url('/i/icon_visual_links.png');}
.article_right_visual_atoz {
    background-image : url('/i/icon_visual_atoz.png');
    border: none;
}

.article_right_visual:hover {
    text-decoration: underline;
}

.article_related {
    display: flex;
    align-items: center;
    height : 90px;
    margin-bottom : 12px;
    border: 1px solid rgba(211, 216, 225, 0.8);
    padding-right: 44px;
}

.article_related:hover {
    border-color : #e9764b;
}

.article_related_img {
    min-width: 135px;
    max-width: 135px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_related_img img {
    vertical-align: middle;
}

.article_related_inner  {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3D4153;
    flex-grow: 1;
}

.article_related_inner_big {
    font-size : 15px;
    line-height : 20px;
}

.article_head {
    padding-bottom:20px;
}

.article_authors {
    padding-bottom : 3px;
}

.article_content .sect1 .titlepage {
    display : none;
}
.article_content .sect1 .sect2 .titlepage {
    display : block;
}

.article_statistics {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    margin-top: 20px;
    padding: 5px;
    background-color: #d9e0e7;
    text-align: center;
    text-transform: none;
}

.article_statistics > * {
    margin: 0 1rem;
    white-space: nowrap;
}

.item-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.item-right {
    margin-left: auto;
}

/*** article ***/

/*** tree ***/

.tree {
    background-color: #f5f5f5;
    padding: 10px 20px;
    width: calc(100% - 40px);
    margin-bottom: 38px;
}

.tree_item {
    display : block;
    margin-bottom : 1px;
    padding :11px 5px 11px 30px;
    cursor : pointer;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    color: #3D4153;
}
.tree_item:hover {
    color : #e9764b;
    background-color : #eaebee;
}

.tree_item.sel {
    background-color : #e3e3e5;
}

.tree_level {
    padding-left : 15px;
}

.tree_item:before {
    content : '';
    float : left;
    width : 11px;
    height : 11px;
    margin: 3px 0 0 -20px;
    background : #e9764b url('/i/tree_dot.png') no-repeat center center;
    vertical-align: top;
}
.tree_item_show:before {
    background-image : url('/i/tree_plus.png');
}
.tree_item_hide:before {
    background-image : url('/i/tree_minus.png');
}
.tree_item_art:before {
    width : 8px;
    height : 16px;
    margin: 0 0 0 -12px;
    background:url('/i/tree_art.png') no-repeat center center;
}
.tree_item_sub:before {
    width : 8px;
    height : 15px;
    margin: -2.5px 0 0 -12px;
    background:url('/i/tree_sub.png') no-repeat center center;
}
.tree_item_man:before {
    width : 8px;
    height : 17px;
    margin: 0 0 0 -12px;
    background:url('/i/tree_man.png') no-repeat center center;
}

.tree_item_list {
    font : bold 15px/17px 'Palatino Linotype', Georgia, serif;
}

/*** tree ***/

/*** columns ***/
.content-wrapper .float_cols {
    margin-bottom: 45px;
}

.float_cols {
    overflow : hidden;
    display: flex;
    flex-wrap: wrap;
}

.four_cols_item {
    width : 23%;
    margin-right: 2%;
}

@media (max-width: 1100px) {
    .three_cols_tablet {
        width: 30%;
        margin-right: 3%;
    }
}

@media (max-width: 700px) {
    .two_cols_mobile{
        width : 45%;
        margin-right: 5%;
    }
    .one_col_mobile{
        width : 100%;
        margin-left: 5%;
    }
    .item-center {
        left: 0;
        transform: translateX(0);
    }
}


/*** columns ***/

/*** az index ***/

.float_cols .content-item {
    font-weight: 500;
    font-size: 15px;
    color: #3D4153;
    margin-bottom: 11px;
    display: block;
}

.float_cols .content-item:hover {
    text-decoration: underline;
    font-weight: bold;
    transition: none;
}

/*** az index ***/


/*** contact form ***/
.contact {
    width : 470px;
    margin : 0 auto;
    color : #2e393d;
}
.contact_alert {color : red; font-weight:bold; line-height:26px;}
.contact_success {padding-top:15px; color : #248cb3; font-weight:bold; text-align:center;}

.contact_form, .form_panel {
    padding : 10px;
    background : #dee0e5;
}

/*** contact form ***/

/*** Access ***/
.page-description-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 12px;
}

.page-description-wrapper .description {
    margin-right: 50px;
}

@media (max-width: 950px) {
    .page-description-wrapper {
        flex-wrap: wrap;
    }

    .page-description-wrapper .description {
        margin-right: 0;
    }
}

/*.conf_center h1 {
    color : #474747;
    font : normal 30px/34px 'Palatino Linotype', Georgia, serif;
    margin: 13px 0 11px;
    letter-spacing: -0.6px;
}*/

.page-description-wrapper .description h2 {
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    color: #3D4153;
    margin-top: 30px;
    margin-bottom: 12px;
    display: block;
}

.page-description-wrapper .description ul {
    padding: 0;
    list-style: none;
}
.page-description-wrapper .description ul li {
    padding-bottom: 5px;
}
.page-description-wrapper .description ul li:before {
    content: "– ";
}
.page-description-wrapper p, .page-description-wrapper ul {
    margin-bottom: 15px;
}

.page-description-wrapper .list_pre {
    margin-bottom: 5px;
}

.table-price {
    width: 100%;
    margin-bottom: 40px;
}

.table-price-header {
    background: #6863A7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    height: 40px;
}

@media (max-width: 950px) {
    .table-price-header {
        flex-direction: column;
        min-height: 50px;
        height: auto;
    }

    .table-price-header span {
        display: block;
    }
}

.table-price-row {
    display: flex;
    background-color: #F5F5F5
}

.table-price-col {
    flex-grow: 1;
    margin-bottom: 17px;
    margin-top: 14px;
    text-align: center;
}

.table-price-col:first-child {
    border-right: 1px solid #cfd0d5;
}


	
/***  Access ***/

.list_def_item {
    overflow : hidden;
    display : block;
	padding: 15px 0;
	border-top: 1px solid #cacdd3;
	font: normal 16px/24px 'Palatino Linotype', Georgia, serif;
}
.list_def_item:last-child {border-bottom: 1px solid #cacdd3;}

/***  conferences ***/
	.conf_center {
		overflow : hidden;
		margin : 0 297px 0 0;
		font: 15px/24px Palatino;
		color : #474747;
	}

	.right_schedule_title {
		font: bold 12px/24px 'Palatino Linotype', Georgia, serif;
		color : #474747;
		margin-top: 13px;
		text-transform: uppercase;
	}

	.conf_item a {
		font-weight: bold;
	}
	.button_blue {
		display: inline-block;
		height: 20px;
		width: 13px;
		padding: 0 0 0 7px;
		border-radius: 3px;
		background: #258cb3;
		color : #ffffff;
		font: bold 12px/20px 'Palatino Linotype', Georgia, serif;
		cursor: pointer;
	}
	#custom-curr {width:20px;}
/***  conferences ***/

/*** pub_item ***/
	.pub_item {
		min-height : 28px;
		line-height : 28px;
		padding-left : 43px;
		background : transparent no-repeat left center;
	}
	.pub_item_text {
		font-weight : bold;
		line-height : 24px;
	}
	.pub_item_img {
		float : left;
		width : 28px;
		height : 28px;
		margin-left : -43px;
	}

/*** inputs ***/
.button {
    display : inline-block;
	min-width : 120px;
	max-width : 100%;
    padding: 10px 17px;
    border-radius: 8px;
    background : #6f6ba8;
    font : bold 16px/23px 'Palatino Linotype', Georgia, serif;
    color : #ffffff;
	text-align : center;
    cursor : pointer;
}

a.button {height: 23px;}

.button:hover {
    background-color : #433f7d;
}

.label_left {
    float : left;
    width : 145px;
    padding-right : 5px;
    text-align : right;
}

.input_wrap_label {
    margin-bottom: 30px;
    display: block;
}

.input_wrap_label.multiple {
    display: flex;
}

.input_wrap_label.multiple .input_wrap {
    margin-right: 20px;
}

.input_wrap_label.multiple>div:last-child .input_wrap {
    margin-right: 0;
}

.input_wrap_label.multiple > div {
    flex-grow: 1;
}

.input_wrap {
    background: #F5F5F5;
    padding: 12px 10px 12px 20px;
    display: block;
    border: 1px solid #F5F5F5;
}

.input_wrap_label.captcha .input_wrap {
    background: #ffffff;
    padding: 0;
    display: block;
    border: none;
}

.input_wrap input, .input_wrap textarea {
    width: 100%;
    color: #3D4153;
}

.input_wrap textarea {
    min-height: 70px;
}

.input_wrap input:disabled, .input_wrap textarea:disabled {
    opacity: 0.85;
    color : #8d8d8d;
}

.input-label {
    display: block;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3D4153;
    opacity: 0.65;
    margin-bottom: 10px;
}

.input_wrap:focus-within {
    border-color: rgba(104, 99, 167, 0.3)
}

.input_wrap.input_wrap_error {
    border-color: #E72F2F;
}

.input_text {
    width : 100%;
    height : 28px;
    font : normal 12px/28px 'Palatino Linotype', Georgia, serif;
    color : #474747;
}

.input_textarea {
    width : 100%;
    height : 84px;
    font : normal 12px/28px 'Palatino Linotype', Georgia, serif;
    color : #474747;
}

.form-submit-button {
    width: 150px;
    height: 50px;
    background-color: #EE7950;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-submit-button.big {
    width: 250px;
}

.form-submit-button:hover {
    background-color: var(--active-color);
}

.form-submit-button img{
    margin-left: 8px;
}

/*** inputs ***/

/*** video ***/

.video_left {
    display: flex;
    flex-wrap: wrap;
}

.video_item {
	line-height : 97px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    min-width : 22%;
    max-width : 22%;
    margin-right : 3%;
}

@media (max-width: 1100px) {
    .video_item {
        min-width : 30%;
        max-width : 30%;
    }
}

@media (max-width: 700px) {
    .video_item {
        min-width : 45% !important;
        max-width : 45% !important;
        margin-right : 5%;
    }
}

.video_item_text {
	display : inline-block;
	overflow : hidden;
    line-height : 24px;
    margin-top: 8px;
}

.video_item_image {
	position : relative;
    height : auto;
}
.video_item_image:after {
	position : absolute;
	left : 50%;
	top : 50%;
	content : '';
    width : 64px;
    height : 64px;
    margin : -32px 0 0 -32px;
    background : #0e0e0f69 url('/i/play-control.png') no-repeat center center / initial;
    border-radius: 32px;
} 

.video_item_image img {
    width : 100%;
    height : 100%;
}

.video_item_description, .video_item_source {
    display : block;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3D4153;
}

.video_item_source:hover {
    text-decoration : underline;
}

.video_item_authors  {
    display : block;
}

.video_item_authors a  {
    color : #474747;
}
.video_item_authors a:hover  {
    text-decoration : underline;
}
/*** video ***/

.alphabet_cont {background:#ffffff; padding-bottom:20px;}
.alphabet { border-bottom:1px solid #cfd4d6;}
.alphabet a {
    display:inline-block;
    float:left;
    width:39px;
    height:25px;
    font:bold 14px/25px 'Palatino Linotype', Georgia, serif;
    text-align:center;
}
.alphabet a:hover {text-decoration:underline; background-color : #f0f0f0;}
.alphabet a.sel {background-color : #dee5e8;}
.alphabet a.all {width:41px;}

.show_hide_togg.group {padding:5px 5px 5px 15px; background:url('/i/tree_exp.png') no-repeat 5px 10px; color : #2e393d;
    cursor:pointer;
}
.show_hide_togg.group.hide {background-image:url('/i/tree_col.png');}

.article_table_list {width:100%;}
.article_table_list td {border:2px solid #ffffff; border-left:0; padding:5px 15px; white-space:normal; background-color : #f2f2f2;
    font:normal 12px 'Palatino Linotype', Georgia, serif;
    vertical-align:top;
}
.article_table_list td.art {background:#f2f2f2 url('/i/tree_art.png') no-repeat 4px 7px;}
.article_table_list td.sub {background:#f2f2f2 url('/i/tree_sub.png') no-repeat 4px 7px;}
.article_table_list a:hover {text-decoration:underline;}

/*** search page ***/
.search-form {
    margin-top: 16px;
    margin-bottom: 30px;
    display: flex;
}

@media (max-width:1100px) {
    .search-sidebar {
        min-width: 300px!important;
        max-width: 300px!important;
        margin-right: 50px;
    }
}

@media (max-width:900px) {
    .search-sidebar {
        min-width: 200px!important;
        max-width: 200px!important;
        margin-right: 30px;
    }
}

@media (max-width:700px) {
    .search-sidebar {
        min-width: auto!important;
        max-width: unset!important;
        margin: 0 0 30px 0;
        width: 100%;
    }

    .search-content {
        flex-wrap: wrap;
    }
}


.search-page-input-label {
    width: 40%;
}

.search-page-submit {
    width: 150px;
    height: 50px;
    background-color: #EE7950;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-page-submit img {
    margin-left: 10px;
}

.search_item, .search_results .show_hide_area {
    margin-bottom:25px;
}

.search_item.inner {margin:0 0 5px 15px;}

.search_item_title {
    opacity: 0.85;
    text-transform:uppercase;
}
.search_item_title:hover, .search_item_author:hover {text-decoration:underline;}

.search_item_area, .search_item_author, .search_results .show_hide_togg.group {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3D4153;
}

.search_item_area {
    margin-top: 4px;
    margin-bottom: 4px;
}

.search_instead {
    margin-top: -20px;
    margin-bottom: 30px;
}
.search_hint_orange {
    color: var(--active-color);
}
.search_instead .orange-link:hover {text-decoration:underline;}

.search_item .article_content {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #3D4153;
}
.search_item_area:hover {text-decoration:underline;}
/*** search page ***/

/*** submissions ***/
.submissions-content p {
    padding-bottom: 15px;
}

.submissions-content ul, .submissions-content ol{
    margin-left:20px;
}

.submissions-content ul li {
    padding-bottom: 5px;
}

.submissions-content .article_table_list>div {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 950px) {
    .submissions-wrapper {
        flex-wrap: wrap;
    }

    .submissions-content {
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 0;
    }

    .tab_menu_item {
        font-size: 13px!important;
    }
}

.submissions-header-main {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 42px;
}

.submissions-header {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 14px;
}

.instructions-list>li::marker {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.instructions-list ul {
    list-style: disc;
}

.tab_menu {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tab_menu_item {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    font-style: normal;
    font-size: 11px;
    line-height: 17px;
    color: #3D4153;
    padding-left: 20px;
}

.tab_menu_item.sel, .tab_menu_item:hover {
    font-weight: bold;
    background: #ececee;
}

/*** submissions ***/

/*** editorial board ***/
.common-ed-rows > * + * { margin-top: var(--big-gap) !important; }
.column-ed-rows > * + * { margin-top: var(--normal-gap) !important; }

.common-ed-rows {
    display: flex;
    flex-flow: column;
}

.common-ed-columns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.common-ed-columns > * { width: 100%; flex-grow: 1; flex-shrink: 1; }
.common-ed-columns > * + * { margin-left: var(--huge-gap) !important; }

.covers-grid-editorial {
    display: grid;
    grid-gap: var(--normal-gap) var(--tiny-gap);
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.covers-grid-editorial-2-line {
    grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
}

.covers-grid-editorial-1-col {
    grid-template-columns: none;
}

.editor-2-line {
    margin-bottom: var(--big-gap) !important;
}

.editorial_board .editor_name,
.editorial_board .editor_name_link {
    display:block;
}

.editorial_board .editor_name_link {
    color: #EE7950;
    font-weight: 700;
}

.editors-top-row > .editor > .editor_title,
.editorial_board h4 {
    font: 500 30px/36px Montserrat;
    text-align: center;
    color: #3D4153;
}

.editor {
    display: flex;
    flex-flow: column;
    min-height: 24rem;
}

.editor > .editor_name {
    font-weight: 700;
}

.editor > .editor_img {
    display: block;
    margin: 0 auto 10px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: url('/i/avatar.svg') no-repeat center / cover;
}

.editorial_board {
    text-align: center;
}

@media (max-width: 1439px) {
    .covers-grid-editorial {
        grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
    }
    .covers-grid-editorial-2-line {
        grid-template-columns: repeat(auto-fill, minmax(50rem, 1fr));
    }
}

@media (max-width: 1100px) {
    .covers-grid-editorial-2-line {
        grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
    }
}

@media (max-width:950px) {
    .editor {
        min-height: 0;
    }

    .covers-grid-editorial-2-line {
        grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    }
}

@media (max-width: 700px) {
    .editorial_board h4 {
        font-size: 1.6rem;
    }

    .typo-main-text, .typo-main-text-bold {
        font-size: 13px!important;
    }
}

/*** editorial board ***/

.proposal-form-wrapper {
    margin: 50px 0;
}

.proposal_form .proposal_alert {color : red; font-weight:bold; line-height:26px;}
.proposal_form .proposal_success {padding-top:15px; color : #248cb3; font-weight:bold; text-align:center;}
.proposal_form .proposal_attach {
    margin-bottom:15px;
    border: 2px dashed #cfd4d6;
    padding: 15px;
}

.proposal_form .proposal_attach input[type='file'] {
    margin-left: 15px;
}

/* add and override styles from article_style.css */
#tharticle .article_relates {font-size:14px; line-height:18px;}
#tharticle .simplesect.ref {display:none;}
#tharticle .article_relates .rel_products{margin:10px 22px 0 0;}

/*** Manage content***/
.contentPanel {border:1px solid #d2d2d2; z-index:100;}
.contentPanel .inner {border:1px solid #ffffff; padding:10px; background-color : #f4f4f4;}
.contentPanel {border:1px solid #d2d2d2; z-index:100;}
.contentPanel .inner {border:1px solid #ffffff; padding:10px; background-color : #f4f4f4;}
/*.contentPanel .inner td {vertical-align:top;}*/
.contentPanel .separ {width:10px;}
.contentPanel .panL {background-color : #ffffff; padding:10px; width:320px; vertical-align:top;}
.contentPanel .panL.small {width:auto;}
.contentPanel .panL.wide {width:500px;}
.contentPanel .panL .buttons {border-bottom:1px solid #dcdcdc; margin-bottom:10px; padding-bottom:5px; overflow:hidden;}
.contentPanel .panL .buttons div {clear:both;}
.contentPanel .panL .list .area {padding:10px 0 5px;}
.contentPanel .panL.small .list .area {white-space:nowrap;}
.contentPanel .panL .list .area p, .contentPanel .panL .list .area a {font:normal 11px Tahoma; padding:0;}
.contentPanel .panL .list .area .children{padding-left:15px;}
.contentPanel .panL .list .area .ttl {padding:0 5px 0 18px; background:url(/i/tree_reg.png) no-repeat 2px 3px; font-size:11px; color : #000000; display:inline-block; line-height:17px; cursor:pointer;}
/*.contentPanel .panL .list .area .reg, .contentPanel .panL .list .area .art, .contentPanel .panL .list .area .exp, .contentPanel .panL .list .area .col {padding:0 5px 0 15px; background:url(/i/tree_reg.png) no-repeat left 3px; font-size:11px; color : #000000; display:inline-block; line-height:17px; cursor:pointer;}*/
.contentPanel .panL .list .area .ttl.art {
    background: url(/i/tree_art.png) no-repeat left 1px;
    color : #2E55A2;
    text-transform:uppercase;
}
.contentPanel .panL .list .area .ttl.sub {
    background:url(/i/tree_sub.png) no-repeat left 1px;
    color : #2E55A2;
}
.contentPanel .panL .list .area .ttl.exp {background-image:url(/i/tree_exp.png)}
.contentPanel .panL .list .area .ttl.col {background-image:url(/i/tree_col.png)}
.contentPanel .panL .list .area .sel {background-color : #e9e9e9;}
.contentPanel .panR {border:1px solid #dadada; background-color : #ffffff; padding:15px 30px; vertical-align:top;}
.contentPanel .w20px {width:20px}
.contentPanel .panL .list .area {
    color : #2E55A2;
    cursor:pointer;
    display:block;
}
.contentPanel .panL .list .area.sel {
    color : #163777;
    text-decoration:underline;
}

.select_area {
    margin: 10px !important;
    border: 1px solid #dcdcdc;
    overflow-x:scroll;
    overflow: -moz-scrollbars-horizontal;
}

/* navigator */
.navigator_wrap {
    position : relative;
    height : 300px;
    padding : 20px;
    /*background : #f0f0f1;
    border : 1px solid #c9c9c9;*/
}

.navigator {
    position : relative;
    height : 100%;
    width : 100%;
    text-align : center;
    overflow : hidden;
}
/* navigator */

.related_list {
    padding : 25px 50px;
    font-size : 14px;
    text-align : left;
}
.related_list li {
    padding-bottom : 10px;
}
.related_list li:last-child {
    padding-bottom : 0;
}

.rel_pub-bh {background-image: url('/i/tmp_bh.png');}
.rel_pub-hedh {background-image: url('/i/tmp_hedhme.png');}
.rel_pub-arht {background-image: url('http://dl.begellhouse.com/ii/5756967540dd1b03_small.gif');}
.rel_pub-ichmt {background-image: url('http://dl.begellhouse.com/ii/1bb331655c289a0a_small.gif');}
.rel_pub-ihtc13 {background-image: url('http://dl.begellhouse.com/ii/IHTC13_small.gif');}

.rel_pub-wcnt {background-image: url('http://dl.begellhouse.com/ii/e-WCNT_small.gif');}
.rel_pub-wdst {background-image: url('http://dl.begellhouse.com/ii/who_small.gif');}
.rel_pub-eman {background-image: url('http://dl.begellhouse.com/ii/259d705b1b5449e7_small.gif');}
.rel_pub-tsfp {background-image: url('http://dl.begellhouse.com/ii/3ce1b491115b5c16_small.gif');}
