.shadowbox {
	font-family: "FuturaPT", "Open Sans", sans-serif, Arial;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.28571
}

.shadowbox *,
.shadowbox :focus,
.shadowbox :hover,
.shadowbox :visited {
	text-decoration: none;
	outline: 0
}

.shadowbox * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

.shadowbox :after,
.shadowbox :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.shadowbox ol,
.shadowbox ul {
	list-style: none
}

.shadowbox blockquote,
.shadowbox h1,
.shadowbox h2,
.shadowbox h3,
.shadowbox h4,
.shadowbox h5,
.shadowbox h6,
.shadowbox ol,
.shadowbox p,
.shadowbox ul {
	padding: 0;
	margin: 0
}

.shadowbox svg {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.shadowbox img,
.shadowbox picture {
	max-width: 100%;
	display: block;
	height: auto
}

.shadowbox a {
	color: inherit;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-decoration: none
}

.shadowbox a:hover {
	color: inherit;
	text-decoration: none
}

.button {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	min-height: 34px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	font-size: 14px;
	line-height: 1.27;
	letter-spacing: .1em;
	font-weight: 500;
	padding: 6px 15px;
	border: 1px solid transparent;
	min-width: 105px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer
}

.button.button-yellow {
	background: #fcdc88;
	border-color: #fcdc88;
	color: #333
}

.button.button-yellow:hover {
	background: #333;
	border-color: #333;
	color: #fff
}

.button.button-green {
	background: #508055;
	border-color: #508055;
	color: #fff
}

.button.button-green:hover {
	background: #333;
	border-color: #333;
	color: #fff
}

.button.button-brown {
	background: #898773;
	border-color: #898773;
	color: #fff
}

.button.button-brown:hover {
	background: #333;
	border-color: #333;
	color: #fff
}

.button.button-transparent {
	background: rgba(255, 255, 255, .6);
	border-color: transparent;
	color: #101010
}

.button.button-black,
.button.button-transparent:hover {
	background: #333;
	border-color: #333;
	color: #fff
}

.button.button-black:hover {
	background: #fff;
	border-color: #fff;
	color: #333
}

.shadowbox {
	width: 1080px;
	background: #f1f1f1;
	color: #333;
	padding-bottom: 21px
}

.shadowbox-plaque {
	background: center/cover no-repeat #fff;
	position: relative;
	padding: 0 51px 20px;
	display: grid;
	grid-template-columns: 156px 1fr 156px;
	min-height: 569px
}

.shadowbox-plaque__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.shadowbox-plaque__background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.shadowbox-plaque__background img.shadowbox-plaque__background-light {
	display: block
}

.shadowbox-plaque__background img.shadowbox-plaque__background-dark {
	display: none
}

.shadowbox-plaque__left {
	background: #101010;
	padding: 44px 20px;
	position: relative;
	z-index: 3
}

.shadowbox-plaque__branch {
	margin-bottom: 34px
}

.shadowbox-plaque__photo {
	position: relative;
	width: 283px;
	height: 333px
}

.shadowbox-plaque__photo img {
	position: absolute;
	left: 14px;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	border: 2px solid #898773;
	-o-object-fit: cover;
	object-fit: cover
}

.shadowbox-plaque__photo .shadowbox-button {
	bottom: 21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.shadowbox-plaque__photo .shadowbox-button .button {
	width: 175px
}

.shadowbox-plaque__right {
	background: #101010;
	padding: 60px 30px;
	position: relative;
	z-index: 2
}

.shadowbox-plaque__chevrons {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 36px 0
}

.shadowbox-plaque__chevron {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.shadowbox-plaque__center {
	padding: 48px 38px 0;
	position: relative;
	z-index: 2
}

.shadowbox-plaque__center .shadowbox-button {
	position: absolute;
	left: 50%;
	bottom: -4px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 0 10px
}

.shadowbox-plaque__center .shadowbox-button .button {
	width: 217px
}

.shadowbox-plaque__head {
	text-align: center;
	border-bottom: 2px solid rgba(51, 51, 51, .1);
	padding-bottom: 19px
}

.shadowbox-plaque__name {
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.22222;
	text-transform: uppercase;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
}

.shadowbox-plaque__type {
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.23077;
	color: #898773;
	letter-spacing: .04em;
	text-transform: uppercase
}

.shadowbox-plaque__main {
	padding: 52px 0 0 147px
}

.shadowbox-plaque__medals {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 22px 0
}

.shadowbox-plaque__medal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.shadowbox__wrapper {
	padding-left: 51px;
	padding-right: 51px
}

.shadowbox-about {
	padding: 13px 0 33px;
	display: grid;
	grid-template-columns: 156px 1fr 156px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.shadowbox-about__medals {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px 14px;
	padding-top: 7px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.shadowbox-about__medal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.shadowbox-about__center {
	padding: 0 39px
}

.shadowbox-about__text_group:not(:first-child) {
	border-top: 1px solid #b8b8b8;
	padding-top: 13px;
	margin-top: 21px
}

.shadowbox-about__text {
	font-size: 14px;
	line-height: 1.28571
}

.shadowbox-about__brief {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 35.2%;
	grid-gap: 0 40px
}

.shadowbox-about__brief_col {
	display: grid;
	grid-template-columns: 96px 1fr;
	grid-gap: 0 6px
}
.shadowbox-about__brief_col.wider {
	grid-template-columns: 145px 1fr;
}
.shadowbox-about__brief_title {
	font-size: 14px;
	line-height: 1.71428;
	font-weight: 500;
	color: #898773
}

.shadowbox-about__brief_value {
	font-size: 14px;
	line-height: 1.71428
}
.shadowbox-about__brief_value p {
	padding-bottom: 7px;
}
.shadowbox-about__brief_col *,
.shadowbox-about__datatable * {
	line-height: 1.28571;
	padding-bottom: 7px;
}
.shadowbox-about__datatable {
	display: grid;
	grid-template-columns: 84px 1fr;
	grid-gap: 0 20px;
	max-width: 560px;
	font-size: 14px;
	line-height: 1.71428
}
.shadowbox-about__datatable.notspecified {
	grid-template-columns: 1fr;
}
.shadowbox-awards {
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-top: 20px;
	padding-bottom: 31px
}

.shadowbox__heading {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	text-transform: uppercase;
	color: #898773
}

.shadowbox__heading-center {
	text-align: center
}

.shadowbox__heading-black {
	color: #333
}

.shadowbox-awards__awards
.three-items-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.shadowbox-awards__award {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 122px;
	height: 139px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px #b8b8b8;
	box-shadow: 0 0 0 1px #b8b8b8;
	padding: 20px
}

.shadowbox-awards__award img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.shadowbox-awards__award-wide {
	width: 244px
}

.shadowbox-badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	margin-top: -1px;
	margin-bottom: -1px
}

.shadowbox-badges__official,
.shadowbox-badges__unofficial {
	padding-top: 17px;
	padding-bottom: 31px
}

.shadowbox-badges__official {
	border-right: 1px solid #b8b8b8;
	margin-right: -1px;
	padding-right: 15px
}

.shadowbox-badges__official .shadowbox-heading,
.shadowbox-badges__unofficial {
	padding-left: 15px
}

.shadowbox-badges__unofficial .shadowbox-heading {
	padding-right: 15px
}

.shadowbox-badges__badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.shadowbox-badges__badges-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.shadowbox-badges__badges-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.shadowbox-badges__badge {
	width: 122px;
	height: 139px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px #b8b8b8;
	box-shadow: 0 0 0 1px #b8b8b8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px
}

.shadowbox-badges__badge img {
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.shadowbox-badges__badge-placeholder {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.shadowbox-copyright {
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #898773
}

.shadowbox-patches {
	padding-top: 20px
}

.shadowbox.shadowbox-black {
	background: #101010;
	color: #fff
}

.shadowbox.shadowbox-black .shadowbox-plaque__head {
	border-color: rgba(255, 255, 255, .1)
}

.shadowbox.shadowbox-black .shadowbox-plaque__photo img {
	border-color: #edd4ae
}

.shadowbox.shadowbox-black .shadowbox-about__brief_title,
.shadowbox.shadowbox-black .shadowbox-copyright,
.shadowbox.shadowbox-black .shadowbox-memories__content h2,
.shadowbox.shadowbox-black .shadowbox-memories__content h3,
.shadowbox.shadowbox-black .shadowbox-memories__heading,
.shadowbox.shadowbox-black .shadowbox-plaque__type,
.shadowbox.shadowbox-black .shadowbox__heading {
	color: #edd4ae
}

.shadowbox.shadowbox-black .shadowbox-awards__award,
.shadowbox.shadowbox-black .shadowbox-badges .shadowbox-badges__badge {
	background: 0 0;
	-webkit-box-shadow: 0 0 0 1px #424242;
	box-shadow: 0 0 0 1px #424242
}

.shadowbox.shadowbox-black .shadowbox-about__text_group:not(:first-child),
.shadowbox.shadowbox-black .shadowbox-awards,
.shadowbox.shadowbox-black .shadowbox-badges,
.shadowbox.shadowbox-black .shadowbox-badges__official,
.shadowbox.shadowbox-black .shadowbox-photos {
	border-color: #424242
}

.shadowbox.shadowbox-black .shadowbox-memories__img figure figcaption {
	color: #fff
}

.shadowbox.shadowbox-black .shadowbox-memories__button .button {
	background-color: #edd4ae;
	color: #333
}

.shadowbox.shadowbox-black .shadowbox-memories__button .button svg {
	fill: #333
}

.shadowbox.shadowbox-black .shadowbox-memories__button .button:hover {
	background: #fff;
	color: #333
}

.shadowbox.shadowbox-black .shadowbox-plaque__background img.shadowbox-plaque__background-light {
	display: none
}

.shadowbox.shadowbox-black .shadowbox-plaque__background img.shadowbox-plaque__background-dark {
	display: block
}

.shadowbox.shadowbox-black img.shadowbox__watermark-white {
	display: none
}

.shadowbox.shadowbox-black img.shadowbox__watermark-dark {
	display: block
}

.shadowbox.shadowbox-black .shadowbox-photos__photo_title {
	color: #fff
}

.shadowbox-button {
	position: absolute;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	grid-gap: 10px
}

.shadowbox-heading {
	margin-bottom: 18px;
	position: relative
}

.shadowbox-heading-right {
	padding-right: 120px
}

.shadowbox-heading-right .shadowbox-button {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.shadowbox-heading-cright {
	padding-left: 120px;
	padding-right: 120px
}

.shadowbox-heading-cright .shadowbox-button {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.shadowbox-heading-left {
	padding-left: 120px
}

.shadowbox-heading-left .shadowbox-button {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.shadowbox-memories__heading {
	font-size: 14px;
	line-height: 1.28571;
	font-weight: 500;
	color: #898773;
	text-transform: uppercase
}

.shadowbox-memories__head {
	position: relative;
	padding-right: 100px;
	margin-bottom: 26px
}

.shadowbox-memories__head .shadowbox-button {
	right: 0;
	top: -4px
}

.shadowbox-memories__head .shadowbox-button .button {
	min-height: 24px;
	min-width: 80px;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0
}

.shadowbox-memories__head:last-child {
	margin-bottom: 0
}

.shadowbox-memories__content p {
	font-size: 14px;
	line-height: 1.28571
}

.shadowbox-memories__content p:not(:last-child) {
	margin-bottom: 1.28571em
}

.shadowbox-memories {
	border-top: 1px solid #b8b8b8;
	margin-top: 31px;
	padding-top: 19px
}

.shadowbox-memories .shadowbox-heading {
	margin-bottom: 13px
}

.shadowbox-memories__button {
	margin-top: 20px
}

.shadowbox-memories__button .button {
	text-transform: none;
	letter-spacing: 0;
	padding: 4px 12px;
	min-height: 30px
}

.shadowbox-memories__button .button svg {
	width: auto;
	height: 14px;
	margin-left: 6px;
	fill: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.shadowbox-memories__groups {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px
}

.shadowbox-memories__group {
	display: inline-table;
	width: 100%
}

.shadowbox-memories__group:not(:last-child) {
	margin-bottom: 32px
}

.shadowbox-memories__img {
	margin-bottom: 11px
}

.shadowbox-memories__img figure {
	margin: 0;
	display: block
}

.shadowbox-memories__img figure .figure-wrapper {
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	display: -webkit-box;
    display: -ms-flexbox;
    /*! display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shadowbox-memories__img figure img {
	width: auto;
	height: auto
}

.shadowbox-memories__img figure figcaption {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	margin-top: 8px;
	font-style: italic
}

.shadowbox-memories__addbutton {
	margin-top: 48px;
	padding-bottom: 192px
}

.download-pdf-preview .service-reflections-top__about,
.download-pdf-preview .shadowbox-button,
.download-pdf-preview .shadowbox-memories__addbutton,
.shadowbox-preview__content .service-reflections-top__about,
.shadowbox-preview__content .shadowbox-button,
.shadowbox-preview__content .shadowbox-memories__addbutton,
.shadowbox-preview__content .shadowbox-not-specified-section {
	display: none !important
}

.shadowbox-preview__content .row-display-badges {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.shadowbox-about__medals_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%
}

.shadowbox-about__medals_placeholder {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 80px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 40px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 20px;
	grid-gap: 20px
}

.shadowbox-about__medal {
	height: 150px
}

.shadowbox-about__medal img {
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain
}

.watermark-wrapper {
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shadowbox img.shadowbox__watermark-white {
	display: block
}

.shadowbox img.shadowbox__watermark-dark {
	display: none
}

.shadowbox-photos {
	border-top: 1px solid #b8b8b8;
	margin-top: 30px;
	margin-bottom: -1px;
	padding-top: 20px
}

.shadowbox-photos__photos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 45px 105px;
	margin-top: 22px
}

.shadowbox-photos__photo_img {
	padding-top: 100%;
	position: relative;
	margin-bottom: 16px;
	background: url(../img/sp_preview.jpg) center/cover no-repeat
}

.shadowbox-photos__photo_img img,
.shadowbox-photos__photo_img picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.shadowbox-photos__photo_title {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	color: #000
}

.shadowbox-photos__photo_edit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding: 20px;
	display: none
}

.shadowbox-photos__photo.shadowbox-photos__photo-add {
	display: none
}

.shadowbox-photos__photos.shadowbox-photos__photos-editable .shadowbox-photos__photo.shadowbox-photos__photo-add,
.shadowbox-photos__photos.shadowbox-photos__photos-editable .shadowbox-photos__photo_edit {
	display: block
}
.tingle-modal {
	cursor: default;
	background: rgba(0, 0, 0, .6);
	-webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
.tingle-modal-box .tingle-modal-box__content {
	padding: 0;
}