/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #851a2c;
    font-size: 35px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
    font-weight: 700;
    font-style: bold;
    line-height: 46px;
    text-transform: lowercase;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #851a2c;
	font-size: 25px;
	line-height: 38px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
    font-weight: 700;
    font-style: bold;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #444444;
    font-size: 16px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
    font-weight: 700;
    font-style: bold;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    margin-top: 0;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
	color: #7a8200;
    font-size: 15px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
    font-weight: 700;
    font-style: bold;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #4d6b92;
    font-size: 14px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
    font-weight: 700;
    font-style: bold;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #444444;
    font-size: 13px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
    font-weight: 700;
    font-style: bold;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #403634;
    font-size: 17px;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 40px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.core-styles a:visited,
.contentRender_name_plugins_core_textbox a,
.contentRender_name_plugins_core_textbox a:visited {
	color: #851a2c;
    font-weight: normal;
}

.core-styles a:hover,
.core-styles a:visited:hover,
.contentRender_name_plugins_core_textbox a:hover,
.contentRender_name_plugins_core_textbox a:visited:hover {
	font-weight: bold;
	text-decoration: underline;
}


.core-styles > ul:not([class*="block-grid-"]),
.core-styles > ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]),
.sitemap > ul {
	color: #403634;
    font-size: 20px;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    font-style: normal;
    line-height: 29px;
	margin-bottom: 30px;
	margin-left: 0;
}

.core-styles > ul:not([class*="block-grid-"]) li > ul,
.core-styles > ol:not([class*="block-grid-"]) li > ol,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li > ul,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li > ol,
.sitemap > ul > li > ul {
	margin-left: 20px;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li,
.sitemap li {
	list-style-position: inside;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #403634;
    font-size: 20px;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    font-style: normal;
	text-rendering: optimizeLegibility;;
}

.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
	font-weight: bold;
    line-height: inherit
}

.core-styles em, .contentRender_name_plugins_core_textbox em {
	font-style: italic;
    line-height: inherit;
}

.sitemap > ul {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
			column-count: 1;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

@media (min-width: 641px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 55px;
		line-height: 66px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 40px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 21px;
		line-height: 42px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4,
	.sitemap h4 {
		font-size: 19px;
		line-height: 42px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 18px;
		line-height: 42px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 17px;
		line-height: 42px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 20px;
		line-height: 29px;
	}

	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
	}
}

@media (min-width: 1025px) {
	.sitemap > ul {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
				column-count: 3;
    }
}

.custom-button {
    display: flex;
    margin-bottom: 20px;
}

.custom-button.align-left {
    justify-content: flex-start;
}

.custom-button.align-center {
    justify-content: center;
}

.custom-button.align-right {
    justify-content: flex-end;
}

.custom-button a.button-link {
    display: inline-block;
    padding: 2px 53px;
    font-size: 20px;
    color: #f8e9c2;
    text-decoration: none;
    background-color: #403634;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    font-style: italic;
}

.custom-button a.button-link:hover {
    background-color: #5D4F4B;
    font-weight: inherit;
}

.custom-button a.button-link:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #403634;
    outline: none;
}

/* shared play button */
/*.shared-play-button {
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    color: #fcfbf8;
    border-radius: 50%;
    border: 4px solid #FFF;
    background-color: transparent;
    width: calc(60px + (110 - 60) * (100vw - 320px) / (1025 - 320));
    height: calc(60px + (110 - 60) * (100vw - 320px) / (1025 - 320));
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1025 - 320));
    padding: 2px 0 0 7px;
}

@media screen and (min-width: 1025px){
    .shared-play-button {
        font-size: 60px;
        width: 110px;
        height: 110px;
        padding: 8px 0 0 12px;
    }
}

*/
