
/** Page **/
:root
	{
		--vw: 1vw;
		--vh: 1vh;
	}
html.Css_Responsive
	{
		background: #00000050;
	}
body
	{
		background: white;
		z-index: -10000;
	}
.Page *,
:after,
:before
	{
		box-sizing: border-box;
	}
html,
body
	{
		font-family: arial;
	}
.Page textarea
	{
		font-family: arial;
		font-size: 1em;
	}
body,
.Page form
	{
		margin: 0;
		padding: 0;
	}
.Page p
	{
		margin-top: 0;
	}
.Page a
	{
		color: inherit;
		text-decoration: none;
	}
.Page a:hover
	{
		color: inherit;
		text-decoration: underline;
	}
.Page button
	{
		font-family: inherit;
	}
.Page button,
.Page .button
	{
		cursor: pointer;
	}
.Page .clear
	{
		clear: both;
	}
.Page a img
	{
		border: none;
	}
.Page table
	{
		border-collapse: collapse;
	}
.Page style,
.Page script
	{
		display: none !important;
	}
.Page noindex
	{
		display: contents;
	}
.Page .hidden
	{
		display: none !important;
	}
.Page .invisible
	{
		visibility: hidden;
	}
.Page[style*=width]
	{
		margin: 0 auto;
	}
.Page .input-error
	{
		color: #ea0a0e;
	}
.Page .message
	{
		padding: 5px 20px;
	}
.Page .message:not(:first-child)
	{
		margin: .5em 0 1em;
	}
.Page .message.error
	{
		background-color: #ce505d;
		color: white;
	}
.Page .message.error a
	{
		color: white;
		text-decoration: underline;
	}
.Page .message.success
	{
		background: #d5efd5;
		color: #005500;
	}
.Page .message.info
	{
		background: #eeeeff;
		color: #005500;
	}
.Page .pointer
	{
		cursor: pointer;
	}
.Page .item-row>th.label
	{
		font-weight: normal;
		font-size: 1.2em;
		text-align: left;
		padding-right: 10px;
	}
.Page .Table_Item th.form-label
	{
		font-size: 1.4em;
		padding-bottom: .5em;
	}
.Page .right-icons
	{
		text-align: right;
	}
.Page .window-icon,
.Page .debug
	{
		position: absolute;
	}
.Page .footer-wrapper
	{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
.Page fieldset
	{
		border: none;
		padding: 0;
	}
.Page .path label
	{
		margin-right: .5em;
	}
.Page label
	{
		cursor: inherit;
	}
.Page x-contents
	{
		display: contents;
	}
/** /Page **/

/** Pro_Page **/
@font-face{ font-family: 'Corinthia'; src: url('/Pro/Page/fonts/Corinthia/.woff') format('woff');  }

@font-face{ font-family: 'PFDinDisplayPro-Light'; src: url('/Pro/Page/fonts/PFDinDisplayPro-Light/.woff') format('woff');  }

@font-face{ font-family: 'PFDinDisplayPro-Med'; src: url('/Pro/Page/fonts/PFDinDisplayPro-Med/.woff') format('woff');  }

.Pro_Page
	{
		--dark-fg: #881a00;
		--contrast-bg: #BC9A6C;
		--contrast-fg: white;
		--highlight-bg: #D8B66F;
		--highlight-fg: var(--highlight-bg);
		--title: #BF9766;
		--border: #DBC589;
		--title-font: 'Corinthia';
		--fg-1: #BD9369;
		--fg-2: #CDB37A;
		--fg-3: #bb9a6a;
		--border-2: #D6B56E;
		--font-med: 'PFDinDisplayPro-Med';
		--font-light: 'PFDinDisplayPro-Light';
		background: url('/Pro/Page/images/bg.gif') -1px 0;
		font-family: var(--font-light);
		font-size: 18px;
		color: var(--dark-fg);
		min-height: 100%;
		display: flex;
		width: 100%;
	}
.Pro_Page b,
.Pro_Page strong
	{
		font-weight: normal;
		font-family: var(--font-med);
	}
.Pro_Page a,
.Pro_Page a:hover
	{
		color: var(--dark-fg);
	}
.Pro_Page:before
	{
		display: block;
		background: url('/Pro/Page/images/tree-left.png') no-repeat;
		flex-basis: 162px;
		content: '';
	}
.Pro_Page:after
	{
		display: block;
		background: url('/Pro/Page/images/tree-right.png') no-repeat;
		flex-basis: 164px;
		content: '';
	}
.Pro_Page #main
	{
		display: flex;
		flex-direction: column;
		min-height: 100%;
		max-width: 1594px;
		flex-grow: 1;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
		background: white url('/Pro/Page/bg.png') top center no-repeat;
	}
.Pro_Page .narrow
	{
		display: flex;
	}
.Pro_Page .narrow>*
	{
		flex-grow: 1;
		flex-shrink: 1;
	}
.Pro_Page .narrow:before,
.Pro_Page .narrow:after
	{
		display: block;
		content: '';
		flex-basis: 150px;
		flex-shrink: .05;
		flex-grow: 0;
		min-width: 10px;
	}
.Pro_Page .inner
	{
		flex-grow: 1;
		display: flex;
	}
.Pro_Page .inner .left
	{
		width: 15%;
		padding-right: 1%;
		color: var(--fg-1);
		text-align: center;
	}
.Pro_Page .inner .left .Menu
	{
		text-align: initial;
	}
.Pro_Page .inner .left .Menu li
	{
		margin-bottom: 10px;
	}
.Pro_Page .inner .left .Menu li.active
	{
		text-decoration: underline;
	}
.Pro_Page .section-1 .right
	{
		padding-top: 2em;
		margin-top: 2em;
		border-top: 1px solid var(--border-2);
	}
.Pro_Page .section-1 .right h3
	{
		margin-top: 0;
	}
.Pro_Page .section-1 .left
	{
		margin-top: 4em;
	}
.Pro_Page .inner .right
	{
		width: 85%;
	}
.Pro_Page h1,
.Pro_Page h2
	{
		text-align: center;
		font-family: var(--title-font);
		color: var(--title);
		font-size: 60px;
		font-weight: normal;
	}
.Pro_Page h2
	{
		color: #791506;
	}
.Pro_Page .path
	{
		font-size: 90%;
		color: var(--dark-fg);
	}
.Pro_Page .path a
	{
		color: var(--dark-fg);
	}
.Pro_Page .path a
	{
		text-decoration: underline;
	}
.Pro_Page .page-text-from-db img[src="/Pro/Upload/legacy/director.jpg"]
	{
		-webkit-clip-path: circle(45% at 50% 50%);
		clip-path: circle(50% at 50% 50%);
	}
.Pro_Page .video-player
	{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
.Pro_Page .video-player>iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.Pro_Page a.pagelink
	{
		text-decoration: none;
	}
.Pro_Page a.pagelink.active,
.Pro_Page a.pagelink:hover
	{
		background: var(--contrast-fg);
		text-decoration: none;
	}
.Pro_Page a.pagelink,
.Pro_Page span.pagelink
	{
		border: 1px solid var(--border);
	}
/** /Pro_Page **/

/** Page_ScrollToTop **/
.Page_ScrollToTop
	{
		z-index: 20;
		position: fixed;
		bottom: 100px;
		right: 100px;
		border-radius: 50%;
		padding: 6px 10px 10px;
		background: #d0d0d0;
		color: #707070;
		font-size: 20px;
		display: none;
	}
.Page_ScrollToTop.active
	{
		display: inline-block;
	}
/** /Page_ScrollToTop **/

/** Page_ScrollToTop_Mobile **/
@media (max-width: 767px)
{
.Page_ScrollToTop_Mobile
	{
		bottom: 30px;
		right: 30px;
	}
.Page_ScrollToTop_Mobile.active
	{
		visibility: initial;
	}
}

/** /Page_ScrollToTop_Mobile **/

/** Menu **/
.Menu ul
	{
		padding: 0;
		margin: 0;
		list-style: none;
	}
.Menu li
	{
		position: relative;
	}
.Menu li img.hover,
.Menu li>a:hover img.non-hover
	{
		display: none;
	}
.Menu li>a:hover img.hover
	{
		display: inherit;
	}
.openSub
	{
		display: none;
	}
.Menu li ul.removed
	{
		display: none;
	}
.Menu .submenu,
.Menu .submenu
	{
		display: none;
	}
.Menu .outsub:not(.visible)
	{
		display: none;
	}
/** /Menu **/

/** Menu_Desktop **/
@media (min-width: 1003px)
{
.Menu_Desktop>ul
	{
		height: auto !important;
	}
}

/** /Menu_Desktop **/

/** Menu_Moblet **/
@media (max-width: 767px)
{
.Menu_Moblet
	{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 125%;
		z-index: 200;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
	}
.Menu_Moblet ul,
.Menu_Moblet .openSub,
.Menu_Moblet .closeSub
	{
		background: white;
	}
.Menu_Moblet:not(.displayed)
	{
		visibility: hidden;
	}
.Menu_Moblet li ul
	{
		left: 100%;
	}
.Menu_Moblet ul:not([style*="width: 0px"])
	{
		border: 1px solid #d0d0d0;
	}
.Menu_Moblet ul
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
.Menu_Moblet:after
	{
		display: none;
	}
.Menu_Moblet #mobile-sticky:not(.Control_Stick)$.
	{
		width: 100%;
		position: absolute;
		top: 78px;
		left: 0;
	}
.Menu_Moblet a:before,
.Menu_Moblet a:after
	{
		display: none;
	}
.Menu_Moblet li
	{
		display: flex;
		align-items: stretch;
	}
.Menu_Moblet li:not(:last-child)
	{
		border-bottom: 1px solid #d0d0d0;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
.Menu_Moblet a:hover
	{
		background: inherit;
	}
.Menu_Moblet li.complex .openSub
	{
		display: flex;
		align-items: center;
		padding: 0 1em;
		flex-grow: 0;
		z-index: 1;
		position: relative;
	}
.Menu_Moblet .submenu
	{
		position: absolute;
		display: flex;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		z-index: 2;
		margin-right: 0;
	}
.Menu_Moblet .submenu .closeSub
	{
		flex-grow: 0;
		padding: 0 20px;
		position: relative;
		line-height: 10px;
		display: flex;
		align-items: center;
	}
.Menu_Moblet .submenu>ul
	{
		flex-grow: 1;
	}
.Menu_Moblet .submenu li
	{
		text-align: left;
	}
.Menu_Moblet a
	{
		white-space: normal;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		padding: 20px;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Menu_Moblet
	{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 125%;
		z-index: 200;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
	}
.Menu_Moblet ul,
.Menu_Moblet .openSub,
.Menu_Moblet .closeSub
	{
		background: white;
	}
.Menu_Moblet:not(.displayed)
	{
		visibility: hidden;
	}
.Menu_Moblet li ul
	{
		left: 100%;
	}
.Menu_Moblet ul:not([style*="width: 0px"])
	{
		border: 1px solid #d0d0d0;
	}
.Menu_Moblet ul
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
.Menu_Moblet:after
	{
		display: none;
	}
.Menu_Moblet #mobile-sticky:not(.Control_Stick)$.
	{
		width: 100%;
		position: absolute;
		top: 78px;
		left: 0;
	}
.Menu_Moblet a:before,
.Menu_Moblet a:after
	{
		display: none;
	}
.Menu_Moblet li
	{
		display: flex;
		align-items: stretch;
	}
.Menu_Moblet li:not(:last-child)
	{
		border-bottom: 1px solid #d0d0d0;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
.Menu_Moblet a:hover
	{
		background: inherit;
	}
.Menu_Moblet li.complex .openSub
	{
		display: flex;
		align-items: center;
		padding: 0 1em;
		flex-grow: 0;
		z-index: 1;
		position: relative;
	}
.Menu_Moblet .submenu
	{
		position: absolute;
		display: flex;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		z-index: 2;
		margin-right: 0;
	}
.Menu_Moblet .submenu .closeSub
	{
		flex-grow: 0;
		padding: 0 20px;
		position: relative;
		line-height: 10px;
		display: flex;
		align-items: center;
	}
.Menu_Moblet .submenu>ul
	{
		flex-grow: 1;
	}
.Menu_Moblet .submenu li
	{
		text-align: left;
	}
.Menu_Moblet a
	{
		white-space: normal;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		padding: 20px;
	}
}

/** /Menu_Moblet **/

/** Control_Stick **/
.Control_Stick
	{
		position: sticky;
		top: 0;
		z-index: 1;
		-webkit-backface-visibility: hidden;
	}
.placeholder
	{
		display: block;
		width: 1px;
	}
/** /Control_Stick **/

/** Table **/
.Table .field-titles>*
	{
		vertical-align: top;
	}
.Table .sort-desc:before
	{
		content: '▼';
	}
.Table .sort-asc:before
	{
		content: '▲';
	}
.Table .on-off,
.Table .on-off:active
	{
		outline: none;
		border-style: none;
	}
.Table .on-off:focus
	{
		box-sizing: border-box;
		border: 7px solid #e0e0e050;
	}
.Table .on-off
	{
		display: flex;
		align-items: center;
		justify-content: center;
		text-transform: uppercase;
		font: bold 10px arial;
		color: #ffffff;
		width: 50px;
		height: 30px;
	}
.Table .on-off:hover
	{
		text-decoration: none;
	}
.Table button.off
	{
		background: #99d177;
	}
.Table button.on
	{
		background: #00a651;
	}
.Table .actions-for-selected button
	{
		margin-left: 1em;
	}
.Table .buttons
	{
		display: flex;
		justify-content: flex-end;
	}
.Table .buttons button:not(:first-child)
	{
		margin-left: 1em;
	}
.Table .buttons button.activate:before
	{
		content: url('/Forca/Table/images/circle_green_tick.png');
	}
.Table .buttons button.deactivate:before
	{
		content: url('/Forca/Table/images/deactivate.png');
	}
.Table .row.selected>*
	{
		background: #ffffd0 !important;
		color: brown !important;
	}
.Table .select-all
	{
		white-space: nowrap;
	}
.Table a.back
	{
		clear: both;
	}
.Table .add-new-row-icon
	{
		float: left;
		margin: 3px 2px 0 5px;
	}
.drag
	{
		pointer-events: none;
	}
.Table.Table>.table
	{
		width: 100%;
		display: grid;
		min-width: 100%;
	}
.Table .table>.row,
.Table .table>.field-titles
	{
		display: contents;
	}
.Table .Table_panel
	{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
.Table .Table_panel>*:not(:last-child)
	{
		margin-right: 10px;
	}
.Table .Table_panel .buttons
	{
		margin-left: auto;
	}
.Table .Table_status
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 5000;
	}
.Table .Table_panel:empty
	{
		display: contents;
	}
/** /Table **/

/** Table_Item **/
.Table_Item .table
	{
		display: grid;
		grid-template-columns: minmax(min-content,max-content) 1fr;
	}
.Table_Item .table .item-row
	{
		display: contents;
	}
.Table_Item .value:first-child,
.Table_Item .item-row>:first-child:last-child
	{
		grid-column: 1 / span 2;
	}
.Table_Item .table .item-row .value .input
	{
		width: 100%;
	}
.Table_Item .item-row .label
	{
		padding-right: .5em;
	}
.Table_Item .field-error
	{
		display: contents;
	}
.Table_Item .field-error:before
	{
		display: block;
		content: '';
	}
/** /Table_Item **/

/** Page_Footer **/

/** /Page_Footer **/

/** Menu_Moblet_Icon **/
.Menu_Moblet_Icon
	{
		font-size: 30px;
		display: none;
	}
/** /Menu_Moblet_Icon **/

/** Menu_Moblet_Icon_Moblet **/
@media (max-width: 767px)
{
.Menu_Moblet_Icon_Moblet
	{
		display: initial;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Menu_Moblet_Icon_Moblet
	{
		display: initial;
	}
}

/** /Menu_Moblet_Icon_Moblet **/

/** Image_LightBox **/
@font-face{ font-family: 'Varela'; src: url('/Forca/Image/LightBox/VarelaRound-Regular.woff2') format('woff2');  }

.Image_LightBox
	{
		z-index: 1000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.Image_LightBox>*
	{
		position: fixed;
	}
.Image_LightBox:not(.displayed)
	{
		display: none;
	}
.Image_LightBox [frame]
	{
		max-width: 95%;
		max-height: 95%;
		width: 50%;
	}
.Image_LightBox:not(:hover) x-overlay
	{
		visibility: hidden;
	}
.Image_LightBox x-overlay
	{
		pointer-events: none;
	}
.Image_LightBox x-controls
	{
		font: normal 50px 'Varela';
		color: white;
	}
.Image_LightBox x-controls>*
	{
		pointer-events: auto;
	}
.Image_LightBox x-image,
.Image_LightBox x-overlay,
.Image_LightBox x-controls
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 4;
	}
.Image_LightBox x-image
	{
		display: flex;
		align-items: center;
		justify-content: center;
	}
.Image_LightBox x-image [frame]
	{
		background: white;
		padding: 10px;
		position: relative;
		display: flex;
		flex-direction: column;
	}
.Image_LightBox x-image [frame]>*
	{
		display: block;
	}
.Image_LightBox x-image img
	{
		border: 1px solid var(--gray);
	}
.Image_LightBox x-shade
	{
		top: 0;
		left: 0;
		background: black;
		width: 100%;
		height: 100%;
		opacity: .5;
		z-index: 2;
	}
.Image_LightBox x-next:after
	{
		border: 2px solid #7B819A;
		content: url('/Forca/Image/LightBox/images/next.svg');
	}
.Image_LightBox x-prev:after
	{
		border: 2px solid #7B819A;
		content: url('/Forca/Image/LightBox/images/previous.svg');
	}
.Image_LightBox x-annotation:not(:empty)
	{
		z-index: 4;
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		color: black;
		padding-top: 15px;
	}
.Image_LightBox x-howto
	{
		color: gray;
		font-size: 20px;
		position: fixed;
		top: 0;
		left: 2px;
	}
.Image_LightBox x-close
	{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 28px;
		height: 28px;
		cursor: pointer;
		content: url('/Forca/Image/LightBox/images/close.png');
	}
.Image_LightBox.singleImage x-prev,
.Image_LightBox.singleImage x-next
	{
		display: none;
	}
.Image_LightBox x-prev,
.Image_LightBox x-next
	{
		position: absolute;
		top: calc(50% - 80px);
		text-align: center;
		cursor: pointer;
		padding: 20px;
		letter-spacing: -10px;
		display: block;
	}
.Image_LightBox x-prev
	{
		left: -125px;
	}
.Image_LightBox x-next
	{
		right: -125px;
	}
/** /Image_LightBox **/

/** Image_LightBox_Mobile **/
@media (max-width: 767px)
{
.Image_LightBox_Mobile x-howto
	{
		display: none;
	}
}

/** /Image_LightBox_Mobile **/

/** Page_Mobile **/
@media (max-width: 767px)
{
.Page_Mobile .path
	{
		display: none;
	}
}

/** /Page_Mobile **/

/** Window **/
.Window
	{
		position: absolute;
	}
.Window .tip
	{
		position: absolute;
		z-index: 1001;
	}
.Window .absolute
	{
		position: absolute;
	}
.Window .scrollable
	{
		overflow: auto;
	}
.Window .float-left
	{
		float: left;
	}
.Window .float-right
	{
		float: right;
	}
.ContextMenu
	{
		position: absolute;
		padding: 5px 5px 5px 5px;
	}
.Window.fixed
	{
		position: fixed;
	}
/** /Window **/

/** Window_Control **/
.Window_Control
	{
		font-family: arial;
		position: absolute;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}
.Window_Control .hidden
	{
		display: none;
	}
.Window_Control .window-content
	{
		flex-grow: 1;
		cursor: default;
		padding: 1em;
		background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
		box-sizing: border-box;
		overflow: auto;
	}
.Window_Control .window-icon
	{
		background: url('/Forca/Window/Control/folder.png') no-repeat;
		cursor: move;
		padding: 2px;
		font: bold 12px arial;
		color: blue;
		padding-top: 50px;
	}
.Window_Control .close-icon
	{
		background: linear-gradient(to bottom, #505050 0%, #b0b0b0 100%);
		position: absolute;
		border-top-right-radius: .3em;
		padding: .4em 8px;
		right: .5em;
		color: white;
		font: normal 17px verdana;
		cursor: pointer;
		text-align: center;
	}
.Window_Control .caption
	{
		padding: .4em 1em;
		background: linear-gradient(to bottom, #b0b0b0 0%,#505050 100%);
		color: white;
		border-top-right-radius: .3em;
		border-top-left-radius: .3em;
		transition: all 0.3s ease-out;
		transition-duration: 0.01s;
		box-shadow: inset 
        0 0 4px 1px rgba(0,0,0,0.2);
	}
.Window_Control .caption .active
	{
		background: #4952ff;
	}
.Window_Control.collapsed-horizontally .caption
	{
		white-space: nowrap;
		position: absolute;
		display: inline-block;
		transform-origin: top left;
		transform: rotate(90deg);
		transition-duration: 0.01s;
	}
.Window_Control.collapsed-horizontally .close-icon
	{
		top: auto !important;
		bottom: 2px !important;
		padding: 3px 8px;
	}
.Window_Control.maximized
	{
		position: fixed !important;
		max-width: none !important;
		max-height: none !important;
	}
/** /Window_Control **/

/** Debug **/
.Debug
	{
		position: fixed !important;
		color: black;
	}
.Debug .window-content
	{
		font-size: 1em;
		padding: 1em;
		line-height: 1.1em;
		box-sizing: border-box;
		padding-bottom: 5;
	}
.Debug .tabulation
	{
		display: inline-block;
		width: 1em;
	}
.Debug .debug-highlight
	{
		border: 2px solid red;
	}
.Debug .window-content
	{
		font-size: 1.5em;
	}
.Debug button
	{
		margin-left: 1em;
	}
/** /Debug **/

/** Dialogue **/
.Dialogue
	{
		margin: 0px auto 0px auto;
		text-align: center;
		max-width: 80%;
		position: fixed;
	}
.Dialogue .window-content
	{
		padding: 1em;
		background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	}
.Dialogue label
	{
		background: #fafafa;
		padding: 1em 2em;
		float: left;
		cursor: pointer;
		text-align: center;
		color: black;
		margin: 1em 1em;
	}
.Dialogue label:hover
	{
		background: white;
	}
.Dialogue .dialogue-text
	{
		margin: 1em 1em;
		text-align: left;
		font-size: 1.2em;
		overflow: auto;
	}
.Dialogue .dialogue-text a
	{
		text-decoration: underline;
	}
.Dialogue .dialogue-text.overflown
	{
		background: white;
		color: black;
		padding: .5em;
	}
.Dialogue button
	{
		margin-top: 2em;
		padding: .5em 1em;
		font-size: 1.5em;
		margin: 0 1em;
	}
.Dialogue.error .caption
	{
		background: red;
		color: white;
	}
.Dialogue.error .close-icon
	{
		color: white;
		border-color: white;
	}
.Dialogue .dialogue-text:focus
	{
		outline: none;
	}
/** /Dialogue **/

/** Drag **/
.Drag .drag-handle
	{
		cursor: -webkit-grab;
	}
.Drag .drag-handle.dragging
	{
		cursor: -webkit-grabbing;
	}
/** /Drag **/

/** Ajax_LoadingIndicator **/
.Ajax_LoadingIndicator
	{
		position: fixed;
	}
/** /Ajax_LoadingIndicator **/

/** Window_Modal_DimScreen **/
.Window_Modal_DimScreen .dim-screen
	{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		position: fixed;
		background: black;
		opacity: .2;
		filter: alpha(opacity=20);
	}
/** /Window_Modal_DimScreen **/

/** ContextMenu **/
.ContextMenu
	{
		background: white;
		border: 1px solid gray;
	}
.ContextMenu .option
	{
		padding: .5em;
		cursor: pointer;
		background: white;
	}
.ContextMenu .option:hover
	{
		filter: invert(100%);
	}
/** /ContextMenu **/

/** HotKeys_View **/
.HotKeys_View td
	{
		vertical-align: top;
		padding: 5px 0;
	}
.HotKeys_View td:first-of-type
	{
		text-align: right;
		padding-right: 20px;
	}
.HotKeys_View kbd
	{
		display: inline-block;
		margin: 0 2px;
		padding: 3px;
		border-radius: 3px;
		border: 1px solid gray;
		box-shadow: 0 1px 0 #d0d0d0, 0 0 0 2px #e0e0e0 inset;
		white-space: nowrap;
	}
/** /HotKeys_View **/

/** Control_Select **/
.Control_Select
	{
		border: 1px dashed black;
		position: absolute;
		z-index: 1000;
	}
/** /Control_Select **/

/** Ajax_ErrorDialogue_Dialogue **/
.Ajax_ErrorDialogue_Dialogue
	{
		max-height: 80vh;
		left: 50% !important;
		top: 50% !important;
		width: 80vw;
		transform: translateX(-50%) translateY(-50%);
	}
.Ajax_ErrorDialogue_Dialogue .window-content
	{
		max-height: 80vh;
		overflow-y: auto;
	}
/** /Ajax_ErrorDialogue_Dialogue **/

/** Window_Resizer_Control **/
.Window_Resizer_Control
	{
		position: absolute;
	}
.Window_Resizer_Control.x
	{
		width: 10px;
		height: 100%;
		cursor: col-resize;
	}
.Window_Resizer_Control.y
	{
		height: 10px;
		width: 100%;
		cursor: row-resize;
	}
.Window_Resizer_Control.dual
	{
		height: 10px;
		width: 10px;
	}
.Window_Resizer_Control.top
	{
		top: -5px;
	}
.Window_Resizer_Control.bottom
	{
		bottom: -5px;
	}
.Window_Resizer_Control.left
	{
		left: -5px;
	}
.Window_Resizer_Control.right
	{
		right: -5px;
	}
.Window_Resizer_Control.bottom.right
	{
		cursor: se-resize;
	}
.Window_Resizer_Control.bottom.left
	{
		cursor: sw-resize;
	}
.Window_Resizer_Control.top.right
	{
		cursor: ne-resize;
	}
.Window_Resizer_Control.top.left
	{
		cursor: nw-resize;
	}
/** /Window_Resizer_Control **/

/** Pro_Page_Header **/
.Pro_Page_Header
	{
		display: flex;
		align-items: start;
	}
.Pro_Page_Header a.title:hover
	{
		text-decoration: none;
	}
.Pro_Page_Header .title
	{
		font-size: 30px;
		font-family: var(--font-light);
	}
.Pro_Page_Header [name]
	{
		font-size: 100px;
		font-family: var(--title-font);
	}
.Pro_Page_Header .logo
	{
		display: block;
		border: 1px solid #a3a37d;
		background: white;
		border-radius: 5px;
		box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25);
		padding: 5px 9px 2px 6px;
	}
.Pro_Page_Header .logo [bw]
	{
		display: none;
	}
.Pro_Page_Header .title
	{
		text-align: center;
		color: var(--highlight-fg);
	}
/** /Pro_Page_Header **/

/** Pro_Page_Header_Desktop **/
@media (min-width: 1003px)
{
.Pro_Page_Header_Desktop:before
	{
		display: block;
		content: '';
		flex-basis: 150px;
		height: 100px;
		flex-shrink: 1;
		flex-grow: 0;
		min-width: 1em;
	}
.Pro_Page_Header_Desktop .left
	{
		flex-grow: .25;
		flex-shrink: 0;
		flex-basis: 140px;
	}
.Pro_Page_Header_Desktop .right
	{
		flex-grow: 2;
		flex-shrink: 0;
	}
.Pro_Page_Header_Desktop .logo
	{
		float: left;
		position: relative;
		top: 27px;
	}
.Pro_Page_Header_Desktop .title-and-phone
	{
		position: relative;
		top: 50px;
		display: flex;
		align-items: flex-start;
	}
.Pro_Page_Header_Desktop .title
	{
		margin-left: 2.5%;
	}
.Pro_Page_Header_Desktop .title *:last-child
	{
		position: relative;
		left: -1px;
		top: -17px;
	}
.Pro_Page_Header_Desktop .phones
	{
		margin-left: 31%;
		color: var(--dark-fg);
		font-size: 24px;
		font-family: var(--font-light);
		display: flex;
		flex-direction: column;
		align-items: start;
	}
.Pro_Page_Header_Desktop .phones a
	{
		display: block;
	}
}

/** /Pro_Page_Header_Desktop **/

/** Pro_Page_Header_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Header_Mobile
	{
		background-position: top center;
		background-size: cover;
		padding: 0 1em;
		background: white;
		justify-content: stretch;
		align-items: center;
		margin-bottom: 0;
	}
.Pro_Page_Header_Mobile.Control_Stick
	{
		background: var(--contrast-bg);
	}
.Pro_Page_Header_Mobile.Control_Stick .title-and-phone *
	{
		color: white;
	}
.Pro_Page_Header_Mobile .Page_Menu a:before,
.Pro_Page_Header_Mobile .Page_Menu a:after
	{
		margin: 0 .2em;
	}
.Menu_Moblet_Icon
	{
		background: white;
	}
.Menu_Moblet_Icon:before,
.Menu_Moblet_Icon:after
	{
		border-color: #C1966C;
	}
.Pro_Page_Header_Mobile .logo img
	{
		height: 40px;
	}
.Pro_Page_Header_Mobile .right
	{
		margin: 0 auto;
		text-align: center;
	}
.Pro_Page_Header_Mobile .title *
	{
		line-height: 15px;
		display: inline;
		font-size: 15px;
	}
.Pro_Page_Header_Mobile .title>*:first-child
	{
		text-align: left;
		line-height: 1.5;
	}
.Pro_Page_Header_Mobile [name]
	{
		font-size: 40px;
	}
.Pro_Page_Header_Mobile.Control_Stick [name]
	{
		font-size: 30px;
	}
.Pro_Page_Header_Mobile .phones :first-child,
.Pro_Page_Header_Mobile.Control_Stick .phones
	{
		display: none;
	}
.Pro_Page_Header_Mobile .phones
	{
		text-align: center;
		font-size: 20px;
	}
}

/** /Pro_Page_Header_Mobile **/

/** Pro_Page_Header_Tabtop **/
@media (min-width: 1003px)
{
.Pro_Page_Header_Tabtop
	{
		margin-bottom: 40px;
	}
.Pro_Page_Header_Tabtop .Menu
	{
		position: relative;
		top: 22px;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Page_Header_Tabtop
	{
		margin-bottom: 40px;
	}
.Pro_Page_Header_Tabtop .Menu
	{
		position: relative;
		top: 22px;
	}
}

/** /Pro_Page_Header_Tabtop **/

/** Pro_Page_Menu **/
.Pro_Page_Menu
	{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		margin-right: -15px;
	}
.Pro_Page_Menu .Css_Responsive$li>div
	{
		background: var(--contrast-bg);
	}
.Pro_Page_Menu:after
	{
		content: "";
		position: absolute;
		top: 100%;
		right: 0;
		width: 15px;
		height: 15px;
		clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
		-webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
		background: #9a794a;
	}
.Pro_Page_Menu a
	{
		display: block;
		padding: 6px;
		white-space: nowrap;
	}
.Pro_Page_Menu a:before,
.Pro_Page_Menu a:after
	{
		display: inline-block;
		position: relative;
		top: -2px;
		margin: 0 .5em;
		content: url('/Pro/Page/Menu/decor-l.png');
	}
.Pro_Page_Menu a:after
	{
		margin: 0 0 0 .5em;
		content: url('/Pro/Page/Menu/decor-r.png');
	}
.Pro_Page_Menu .active a,
.Pro_Page_Menu a:hover
	{
		text-decoration: none;
		background: var(--highlight-bg);
	}
.Pro_Page_Menu li:first-child a:hover,
.Pro_Page_Menu li:first-child.active a
	{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
.Pro_Page_Menu ul
	{
		display: flex;
		width: 100%;
	}
.Pro_Page_Menu .ie-11:not(.Css_Responsive)$.>ul
	{
		display: block;
	}
.Pro_Page_Menu .ie-11:not(.Css_Responsive)$.>ul:after
	{
		display: block;
		content: '';
		clear: left;
	}
.Pro_Page_Menu .ie-11:not(.Css_Responsive)$li
	{
		float: left;
	}
.Pro_Page_Menu li
	{
		text-align: center;
		flex-grow: 1;
	}
/** /Pro_Page_Menu **/

/** Pro_Page_Menu_Desktop **/
@media (min-width: 1003px)
{
.Pro_Page_Menu_Desktop a
	{
		color: white;
		background: var(--contrast-bg);
	}
}

/** /Pro_Page_Menu_Desktop **/

/** Pro_Page_Submenu **/
.Pro_Page_Submenu
	{
		border-bottom: 1px solid var(--border);
		margin-bottom: 1em;
		margin-top: 1em;
	}
.Pro_Page_Submenu .menu.level-2
	{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		list-style: none;
		margin: 0;
		padding: 0;
	}
.Pro_Page_Submenu a
	{
		display: inline-block;
		padding: .2em .7em;
	}
.Pro_Page_Submenu .active>a
	{
		background: var(--contrast-bg);
		color: white;
	}
.Pro_Page_Submenu .level-2>li
	{
		-webkit-column-break-inside: avoid;
	}
/** /Pro_Page_Submenu **/

/** Pro_Page_Submenu_Tabtop **/
@media (min-width: 1003px)
{
.Pro_Page_Submenu_Tabtop
	{
		padding-bottom: 1em;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Page_Submenu_Tabtop
	{
		padding-bottom: 1em;
	}
}

/** /Pro_Page_Submenu_Tabtop **/

/** Pro_Photo **/
.Pro_Photo .gallery>.row
	{
		display: flex;
		margin: 1em 1em 1em 0;
	}
.Pro_Photo .Css_Responsive .gallery>.row
	{
		flex-direction: column;
		margin-bottom: 3em;
	}
.Pro_Photo .gallery_image
	{
		margin: 3em 0 2em;
	}
.Pro_Photo .gallery_image:after
	{
		display: block;
		content: '';
		clear: both;
	}
.Pro_Photo .gallery_image .row
	{
		margin: 0 2em 2em 0;
		float: left;
	}
.Pro_Photo .Css_Responsive .gallery_image .row
	{
		width: 100%;
		text-align: center;
	}
.Pro_Photo .left
	{
		margin-right: 1em;
	}
.Pro_Photo .right
	{
		padding-top: .5em;
	}
.Pro_Photo a.row img,
.Pro_Photo .gallery_image .row img
	{
		-webkit-clip-path: circle(50% at 50% 50%);
		clip-path: circle(50% at 50% 50%);
	}
.Pro_Photo .row img:hover,
.Pro_Photo .gallery_image .row img:hover
	{
		border-color: var(--highlight-bg);
	}
.Pro_Photo .row .column-title
	{
		font-weight: bold;
		margin-bottom: .5em;
	}
.Pro_Photo .gallery>.row .column-image
	{
		float: left;
		margin-right: 1em;
	}
.Pro_Photo a.row
	{
		margin-bottom: 3em;
	}
.Pro_Photo .gallery.Table_Item .title
	{
		font-weight: bold;
	}
.Pro_Photo .item-row
	{
		margin: 1em 0;
	}
/** /Pro_Photo **/

/** Pro_Photo_Mobile **/
@media (max-width: 767px)
{
.Pro_Photo_Mobile .gallery>.row
	{
		flex-direction: column;
	}
}

/** /Pro_Photo_Mobile **/

/** Pro_Page_Footer **/
.Pro_Page_Footer
	{
		margin-top: 50px;
		padding: 2em 0;
		background: #DFD5DE url('/Pro/Page/Footer/bg.jpg') bottom center no-repeat;
		color: var(--dark-fg);
		font-family: var(--font-light);
		font-size: 14px;
	}
.Pro_Page_Footer .mobile$.
	{
		padding: 1em;
	}
.Pro_Page_Footer .narrow
	{
		display: flex;
		align-items: stretch;
	}
.Pro_Page_Footer .ie-11$.narrow
	{
		padding: 1em 150px;
		display: block;
	}
.Pro_Page_Footer .ie-11$.right
	{
		flex-direction: row;
	}
.Pro_Page_Footer a
	{
		color: var(--dark-fg);
	}
.Pro_Page_Footer li ul a
	{
		color: var(--dark-fg);
		text-decoration: underline;
		line-height: 1.5;
	}
.Pro_Page_Footer .narrow:before,
.Pro_Page_Footer .narrow:after
	{
		flex-shrink: .5;
	}
.Pro_Page_Footer .Menu
	{
		flex-shrink: .7;
	}
.Pro_Page_Footer [menus]
	{
		column-count: 3;
	}
.Pro_Page_Footer [menus] li
	{
		break-inside: avoid;
	}
.Pro_Page_Footer .Menu>ul>li
	{
		padding-right: 2em;
		margin-bottom: 2em;
		box-sizing: border-box;
	}
.Pro_Page_Footer .Menu>ul>li>a
	{
		font-family: var(--font-med);
		font-size: 16px;
	}
.Pro_Page_Footer .right
	{
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
.Pro_Page_Footer .right>*
	{
		flex-grow: 1;
	}
.Pro_Page_Footer .form,
.Pro_Page_Footer .phones
	{
		font-family: var(--font-med);
		font-size: 18px;
	}
.Pro_Page_Footer .form
	{
		display: flex;
		align-items: center;
		text-decoration: underline;
	}
.Pro_Page_Footer .Css_Responsive$.form
	{
		margin: 1em 0;
	}
.Pro_Page_Footer .form:before
	{
		content: url('/Pro/Page/Footer/envelope.png');
		margin-right: 1em;
		position: relative;
		top: 3px;
	}
.Pro_Page_Footer .Css_Responsive$.form:before
	{
		margin-right: .5em;
	}
.Pro_Page_Footer .copy
	{
		flex-grow: 0;
	}
.Pro_Page_Footer .Menu li>ul
	{
		display: block;
	}
/** /Pro_Page_Footer **/

/** Pro_Page_Accessibility_Button **/
.Pro_Page_Accessibility_Button a,
.Pro_Page_Accessibility_Button a:hover
	{
		background: var(--contrast-bg);
		color: var(--contrast-fg);
		padding: 15px;
		border-radius: 15px;
		font-size: 20px;
		display: inline-block;
	}
/** /Pro_Page_Accessibility_Button **/

/** Pro_Menu_Moblet_Icon_Moblet **/
@media (max-width: 767px)
{
.Pro_Menu_Moblet_Icon_Moblet
	{
		color: var(--contrast-bg) !important;
		padding: 7px 7px 0 7px;
		border-radius: 3px;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Menu_Moblet_Icon_Moblet
	{
		color: var(--contrast-bg) !important;
		padding: 7px 7px 0 7px;
		border-radius: 3px;
	}
}

/** /Pro_Menu_Moblet_Icon_Moblet **/

/** Pro_Page_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Mobile #main
	{
		background: white;
	}
.Pro_Page_Mobile .Page_Footer .Menu
	{
		display: none;
	}
.Pro_Page_Mobile:before,
.Pro_Page_Mobile:after
	{
		flex-basis: 50px;
		display: none;
	}
.Pro_Page_Mobile .Home_Facts .list
	{
		-webkit-column-count: inherit;
		-moz-column-count: inherit;
		white-space: wrap;
	}
.Pro_Page_Mobile .Home_Teachers  .list
	{
		display: block;
	}
.Pro_Page_Mobile .Home_Teachers  .list>*
	{
		width: 50%;
		margin: 0 auto 2em;
	}
.Pro_Page_Mobile .Home_News
	{
		border: none;
		box-shadow: none;
	}
.Pro_Page_Mobile .narrow:before,
.Pro_Page_Mobile .narrow:after
	{
		min-width: 10px;
	}
.Pro_Page_Mobile .Page_Menu li
	{
		text-align: left;
	}
.Pro_Page_Mobile .narrow
	{
		padding: 0 15px;
		flex-direction: column;
	}
.Pro_Page_Mobile .inner .left
	{
		width: auto;
		padding-right: 0;
	}
.Pro_Page_Mobile .path label
	{
		display: none;
	}
.Pro_Page_Mobile .Menu a
	{
		padding: 12px 6px;
	}
.Pro_Page_Mobile .Page_Submenu
	{
		display: none;
	}
.Pro_Page_Mobile .inner .right
	{
		width: auto;
	}
.Pro_Page_Mobile .narrow:before,
.Pro_Page_Mobile .narrow:after
	{
		display: none;
	}
.Pro_Page_Mobile h1,
.Pro_Page_Mobile h2
	{
		font-size: 45px;
		margin: 20px 0;
	}
}

/** /Pro_Page_Mobile **/
