body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #DDDDDD;
	width: 100%;
	height: 100%;
}
@media(max-width: 1400px) {
	body {
		font-size: 0.9em;
	}
}
html {
	width: 100%;
	height: 100%;
}



.admin-bar {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #333333;
	z-index: 10000;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
}
.admin-bar p {
	margin: 0 15px;
	display: inline;
}
.admin-bar p.calculating-scores {
	color: #CC0000;
	font-weight: bold;
}
.admin-bar img {
	vertical-align: middle;
}
.admin-bar .faded {
	color: #999999;
}
.admin-bar .edit-page-url, .admin-bar .edit-page-url:hover, .admin-bar .edit-page-url:focus {
	background: none;
	border: 0;
	margin: 0;
	padding: 2px 0;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
}
.admin-bar .edit-page-url:hover, .admin-bar .edit-page-url:focus {
	background: #FFFFFF;
	color: #000000;
}
.admin-bar .admin-menu {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	float: right;
	text-align: right;
	white-space: nowrap;
}
.admin-bar .admin-menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.admin-bar .admin-menu li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}
.admin-bar .admin-menu li:hover a, .admin-bar .admin-menu li a:hover {
	background: #000000;
	color: #FFFFFF;
}
.admin-bar .admin-menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	background: #000000;
	box-shadow: 0 0 5px #000000;
	min-width: 200px;
	display: none;
}
.admin-bar .admin-menu li:hover > ul {
	display: block;
}
.admin-bar .admin-menu li:hover ul li ul {
	display: none;
}
.admin-bar .admin-menu li:hover ul li:hover > ul {
	display: block;
}
.admin-bar .admin-menu li ul li {
	float: none;
}
.admin-bar .admin-menu li ul li a {
	padding: 5px 20px;
}
.admin-bar .admin-menu li:hover ul li a {
	background: none;
}
.admin-bar .admin-menu li:hover ul li:hover, .admin-bar .admin-menu li ul li a:hover {
	background: #333333;
}
.admin-bar .admin-menu li ul li ul {
	top: 5%;
	right: 95%;
}
.admin-bar .site-channel-controls {
	float: right;
}
.admin-bar .site-channel-controls a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #00CC00;
	font-weight: bold;
}
.admin-bar .site-channel-controls a:hover {
	background: #000000;
}
@media(max-width: 690px) {
	.admin-bar p {
		margin: 0 5px;
	}
	.admin-bar .site-channel-controls a {
		padding: 0 5px;
	}
	.admin-bar .admin-menu {
		margin: 0;
	}
	.admin-bar .admin-menu > li > a {
		padding: 0 5px;
	}
}
@media(max-width: 560px) {
	.admin-bar form {
		margin-left: -9em;
	}
	.admin-bar input, .admin-bar label {
		display: none;
	}
}
@media(max-width: 450px) {
	.admin-bar {
		font-size: 0.6em;
	}
}
.push-button a {
	color: #009900;
	text-decoration: none;
}
.push-button a:hover {
	color: #00CC00;
}
.page-text {
	display: block;
	min-height: 20px;
}
.page-text:hover {
	background: #CCCCCC;
	color: #000000;
}
.page-text:hover * {
	color: #000000;
}
.page-text, .page-text a {
	cursor: text !important;
}
#page-text-edit-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.5);
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
#page-text-edit-wrapper .page-text-edit-box {
	margin: 50px auto;
	width: 70%;
	min-width: 800px;
	max-height: 570px;
	padding: 0 10px 10px;
	background: #EEEEEE;
	box-shadow: 0 0 20px #000000;
	overflow: auto;
	color: #333333;
	position: relative;
}
.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}
.close-button:hover {
	color: #990000;
	text-decoration: none;
}
.close-button img {
	vertical-align: middle;
}
#page-text-edit-wrapper .page-text-edit-box textarea {
	width: 98%;
	min-width: 98%;
	max-width: 98%;
	height: 400px;
	min-height: 100px;
	margin: 10px 0;
	display: block;
}
#page-text-edit-wrapper .form-row .form-label {
	float: left;
	width: 200px;
	max-width: 28%;
}
#page-text-edit-wrapper .form-row .form-label label {
	line-height: 35px;
}
#page-text-edit-wrapper .form-row .form-field {
	text-align: right;
	position: relative;
}
#page-text-edit-wrapper .form-row .form-field input, #page-text-edit-wrapper .form-row .form-field textarea {
	width: 70%;
	min-width: 70%;
	max-width: 70%;
}
#page-text-edit-wrapper .form-row .form-field select {
	
}
.mce-tinymce button span {
	display: inline;
	line-height: 20px !important;
}
.mce-tinymce button i {
	margin-bottom: 4px;
	line-height: 20px !important;
}
.mce-container table tbody tr:hover td, .mce-container table tbody tr:hover th {
	background: transparent;
}
.mceEditor, .mceEditor * {
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.mceEditor iframe {
	height: 400px;
	min-height: 100px;
}
.mceClose, .mceMax, .mceMed, #edit-text-saved, #edit-text-saving {
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
table tbody tr:hover td.mceMenuItemSeparator, table tbody tr:hover th.mceMenuItemSeparator {
	border-top: 0;
	border-bottom: 0;
}
.mceEditor table tbody tr:hover td a:hover, .mceEditor table tbody tr:hover th a:hover, table tbody tr.mceMenuItem:hover td a:hover, table tbody tr.mceMenuItem:hover th a:hover {
	color: #000000;
}
.mceEditor table tbody tr:hover td, .mceEditor table tbody tr:hover th, table tbody tr.mceMenuItem:hover td, table tbody tr.mceMenuItem:hover th {
	background: #F0F0EE;
	border: 0;
}
.mceEditor table tbody tr:hover .mceIframeContainer {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.translation {
}
.translation:hover, .translation:hover * {
	background: #FFFFFF;
	text-shadow: none;
	color: #000000;
}
.translation, .translation a {
	cursor: text !important;
}
#translation-edit-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.5);
}
#translation-edit-wrapper .translation-edit-box {
	margin: 50px auto;
	width: 70%;
	min-width: 800px;
	max-height: 570px;
	padding: 0 10px 10px;
	background: #EEEEEE;
	box-shadow: 0 0 20px #000000;
	overflow: auto;
	color: #333333;
	text-shadow: 0 1px 0 #FFFFFF;
	position: relative;
}
#translation-edit-wrapper .translation-edit-box textarea {
	width: 98%;
	min-width: 98%;
	max-width: 98%;
	height: 200px;
	min-height: 100px;
	margin: 10px 0;
	display: block;
}
#translation-edit-wrapper .form-row .form-label {
	float: left;
	width: 200px;
	max-width: 28%;
}
#translation-edit-wrapper .form-row .form-label label {
	line-height: 35px;
}
#translation-edit-wrapper .form-row .form-field {
	text-align: right;
	position: relative;
}
#translation-edit-wrapper .form-row .form-field input, #translation-edit-wrapper .form-row .form-field textarea {
	width: 70%;
	min-width: 70%;
	max-width: 70%;
}
#translation-edit-wrapper .form-row .form-field select {
	width: 72%;
	min-width: 72%;
	max-width: 72%;
}


/*#wrapper {
	min-width: 900px;
}*/
.admin #wrapper {
	padding-top: 30px;
}

.wrapper {
	position: relative;
	width: 80%;
	min-width: 960px;
	margin: 0 auto;
}
@media(max-width: 980px) {
	.wrapper {
		width: auto;
		min-width: 0;
	}
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #084E8A;
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #084E8A;
	margin: 1em 0;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #E5200F;
	margin: 1em 0;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #084E8A;
	margin: 1em 0;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #E5200F;
	margin: 1em 0;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	margin: 1em 0;
	text-decoration: underline;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin: 1em 0;
	text-decoration: underline;
}
p {
	margin: 1em 0;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
ul li, ol li {
	margin: 0.2em 0;
	padding: 0;
}
ul li ul, ol li ul, ul li ol, ol li ol {
	margin: 0;
}

hr {
	border: 0;
	border-bottom: 1px solid #666666;
	margin: 2em 0;
	padding: 0;
	height: 0;
}

#header-top {
	position: relative;
	background: #FFFFFF;
}
#header-top .wrapper {
	height: 5.5em;
}
#header-top .logo {
	position: relative;
	padding: 1em 16em 0 0;
	z-index: 1;
}
#header-top .logo img {
	box-sizing: border-box;
	max-height: 4.5em;
	padding: 0.5em;
}
#header-top .language-select {
	position: absolute;
	bottom: 1em;
	right: 2em;
	padding: 0.5em;
	font-size: 0.8em;
	z-index: 3;
}
#header-top .language-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 1em;
}
#header-top .language-select ul li {
	float: left;
	margin: 0;
	padding: 0 0.2em;
	height: 1em;
}
#header-top .language-select ul li a {
	opacity: 0.7;
}
#header-top .language-select ul li a:hover, #header-top .language-select ul li.active a {
	opacity: 1;
}
#header-top .language-select ul li a img {
	height: 1em;
	box-shadow: 0 0 0.4em #000000;
}
#header-top .account-button {
	position: absolute;
	top: 1em;
	right: 2em;
	/*width: 174px;*/
	height: 30px;
	font-size: 0.9em;
	border: 1px solid #042745;
	/*border: 1px solid rgba(4, 39, 69, 0.8);*/
	border-radius: 0.5em;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color;
	z-index: 200;
}
#header-top .account-button > a {
	display: block;
	line-height: 28px;
	text-align: left;
	border-radius: 0.5em;
	padding: 0 1em;
	text-decoration: none;
	background: #084E8A;
	/*background: rgba(8, 78, 138, 0.8);*/
	border: 1px solid #3971A1;
	/*border: 1px solid rgba(57, 113, 161, 0.8);*/
	color: #FFFFFF;
	white-space: nowrap;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color;
}
#header-top .account-button > a img {
	vertical-align: -5px;
	margin-right: 5px;
	height: 20px;
}
#header-top .account-button > a:hover {
	border: 1px solid #84A7C5;
	background: #3971A1;
}
#header-top .account-button > a:active {
	border: 1px solid #000000;
	padding: 0 1em 1px;
	background: #042745;
	filter: none;
	border-bottom: 0 solid #000000;
	color: #FFFFFF;
	transition-duration: 0s;
}
#header-top .account-button.active {
	border: 1px solid #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0 solid #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.5);
	transition-duration: 0s;
}
#header-top .account-button.active > a {
	border: 1px solid #000000;
	padding: 0 1em 1px;
	background: #042745;
	filter: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0 solid #000000;
	color: #FFFFFF;
	transition-duration: 0s;
}
#header-top .account-button .top-join {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100%;
	height: 2px;
	background: #042745;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	display: none;
}
#header-top .account-button.active .top-join {
	display: block;
	z-index: 1001;
}
#header-top .account-button .account-menu {
	border: 1px solid #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0.5em;
	border-top-right-radius: 0;
	position: absolute;
	top: 30px;
	right: -1px;
	min-width: 200px;
	box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.5);
	color: #CCCCCC;
	text-align: left;
	z-index: 1000;
}
#header-top .account-button .account-menu ul {
	list-style: none;
	min-width: 220px;
	margin: 0;
	padding: 0;
	background: #042745;
	border: 1px solid #000000;
	border-radius: 0.5em;
	border-top-right-radius: 0;
	overflow: hidden;
}
#header-top .account-button .account-menu ul li {
	margin: 0;
	padding: 0;
}
#header-top .account-button .account-menu ul li a {
	display: block;
	line-height: 28px;
	text-align: right;
	border-radius: 0;
	padding: 0.4em 1em;
	text-decoration: none;
	background: none;
	border: 0;
	color: #FFFFFF;
	white-space: nowrap;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color;
}
#header-top .account-button .account-menu ul li a:hover {
	background: #084E8A;
}
#header-top .account-button .account-menu ul li.email a {
	text-decoration: underline;
	background: none;
	color: #CCCCCC;
}
#header-top .account-button .account-menu ul li.email a:hover {
	color: #FFFFFF;
}
#header-top .account-button .account-menu .header-login-form {
	width: 220px;
	padding: 0 1em;
	background: #042745;
	border: 1px solid #000000;
	border-radius: 0.5em;
	border-top-right-radius: 0;
}
#header-top .account-button .account-menu .header-login-form label {
	display: block;
}
#header-top .account-button .account-menu .header-login-form input {
	width: 94%;
	padding: 0.3em;
}
#header-top .account-button .account-menu .header-login-form a {
	color: #CCCCCC;
	font-size: 0.9em;
}
#header-top .account-button .account-menu .header-login-form a:hover {
	color: #FFFFFF;
}
#header-top .account-button .account-menu .header-login-form button > span {
	border-color: #000033;
}
#header-top .account-button .account-menu .header-login-form button span span {
	padding: 0.3em 1em;
}
@media(max-width: 550px) {
	#header-top .wrapper {
		height: auto;
	}
	#header-top .logo {
		padding: 1em 0 0;
	}
	#header-top .language-select {
		right: 0.5em;
	}
	#header-top .account-button {
		position: relative;
		display: inline-block;
		top: 0;
		right: 0;
		margin: 1em;
	}
	#header-top .account-button .account-menu {
		border-top-right-radius: 0.5em;
		border-top-left-radius: 0;
		right: auto;
		left: -1px;
	}
	#header-top .account-button .account-menu ul {
		border-top-right-radius: 0.5em;
		border-top-left-radius: 0;
	}
	#header-top .account-button .account-menu .header-login-form {
		border-top-right-radius: 0.5em;
		border-top-left-radius: 0;
	}
}
#header-strip {
	position: relative;
	overflow: hidden;
}
#header-strip img.strip-middle {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 931px;
	height: 9px;
	z-index: 1;
}
#header-strip img.strip-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 9px;
}
#header-strip img.strip-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 9px;
}
#header {
	position: relative;
	background: #7DA8D6;
}
#header .wrapper {
	height: 12em;
}
#header .header-pics {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
#header .header-pics .header-pic {
	position: relative;
	display: inline-block;
	height: 100%;
	text-align: center;
}
#header .header-pics .header-pic img {
	max-width: 100%;
	max-height: none;
	height: 100%;
	object-fit: cover;
}
#header .header-pics .header-pic:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(125,168,214,1) 0%, rgba(125,168,214,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,168,214,1)), color-stop(100%,rgba(125,168,214,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(125,168,214,1) 0%,rgba(125,168,214,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(125,168,214,1) 0%,rgba(125,168,214,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(125,168,214,1) 0%,rgba(125,168,214,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(125,168,214,1) 0%,rgba(125,168,214,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da8d6', endColorstr='#007da8d6',GradientType=1 ); /* IE6-9 */
}
#header .header-pics .header-pic:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(125,168,214,0) 0%, rgba(125,168,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,168,214,0)), color-stop(100%,rgba(125,168,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(125,168,214,0) 0%,rgba(125,168,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(125,168,214,0) 0%,rgba(125,168,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(125,168,214,0) 0%,rgba(125,168,214,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(125,168,214,0) 0%,rgba(125,168,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007da8d6', endColorstr='#7da8d6',GradientType=1 ); /* IE6-9 */
}
#header .header-pics .overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}
#header .slogan {
	position: absolute;
	top: 1em;
	right: 3em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: uppercase;
	z-index: 2;
}
#header .slogan h2 {
	color: #FFFFFF;
	text-shadow: 0 0 0.4em #000000;
	font-weight: normal;
	margin: 0;
}
#header .slogan h2 .slogan-1 {
	display: block;
	font-size: 1.7em;
}
#header .slogan h2 .slogan-2 {
	display: block;
	margin-left: 2em;
}

#nav {
	clear: both;
	position: relative;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,233,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(222,233,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,233,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,233,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,233,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,233,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee9f3',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: 0 0 1em rgba(150, 150, 150, 0.5);
	font-size: 0.9em;
}
#nav .mobile-menu {
	display: none;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #042745;
	z-index: 101;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color, opacity;
}
#nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color, opacity;
}
#nav ul li a {
	position: relative;
	display: block;
	padding: 0.7em 1.7em;
	color: #084E8A;
	text-decoration: none;
	white-space: nowrap;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color, opacity;
}
#nav > .wrapper > div > ul {
	float: left;
	background: none;
	border-right: 1px solid #CCCCCC;
}
#nav ul li.active > a {
	color: #FFFFFF;
	background: #042745;
}
#nav ul li > a:hover, #nav ul li:hover > a, #nav ul li.hover > a {
	background: #084E8A;
	color: #FFFFFF;
}
#nav ul li ul li > a {
	color: #CCCCCC;
}
#nav ul li ul li > a:hover, #nav ul li ul li:hover > a, #nav ul li ul li.hover > a {
	background: #3971A1;
	color: #FFFFFF;
}
#nav ul li > ul {
	position: absolute;
	top: 0;
	left: -50000px;
	background: #084E8A;
	box-shadow: 0 0 0.5em #000000;
	opacity: 0;
}
#nav ul > li:hover > a, #nav ul > li.hover > a {
	z-index: 102;
}
#nav ul li:hover > ul, #nav ul li.hover > ul {
	left: 100%;
	opacity: 1;
}
#nav > .wrapper > div > ul > li {
	float: left;
	border-left: 1px solid #CCCCCC;
}
#nav .wrapper > div > ul > li > a {
	border: 1px solid #FFFFFF;
}
#nav .wrapper > div > ul > li.active > a {
	border: 1px solid #042745;
}
#nav .wrapper > div > ul > li > a:hover, #nav .wrapper > div > ul > li:hover > a, #nav .wrapper > div > ul > li.hover > a {
	border: 1px solid #084E8A;
}
#nav .wrapper > div > ul > li > ul {
	top: 100%;
	min-width: 100%;
}
#nav .wrapper > div > ul > li:hover > ul,#nav .wrapper > div > ul > li.hover > ul {
	left: 0;
}
@media(max-width: 980px) {
	#nav ul li a {
		padding: 0.7em;
	}
}
@media(max-width: 780px) {
	#nav .mobile-menu {
		display: block;
	}
	#nav > .wrapper > .menu {
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		width: 250px;
		overflow: auto;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+90,dee9f3+100 */
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 90%, rgba(222,233,243,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 90%,rgba(222,233,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,1) 90%,rgba(222,233,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee9f3',GradientType=1 ); /* IE6-9 */
		border-right: 1px solid #CCCCCC;
		box-shadow: 0 0 1em rgba(150, 150, 150, 0.5);
		z-index: 2000;
		transition-duration: 0.5s;
		transition-property: left;
		transition-timing-function: cubic-bezier(0, 10, 30, 100);
	}
	.show-mobile-menu #nav > .wrapper > .menu {
		left: 0;
	}
	.admin #nav > .wrapper > .menu {
		top: 30px;
	}
	#nav > .wrapper > .menu > ul {
		float: none;
		border-right: 0 none;
		border-bottom: 1px solid #CCCCCC;
	}
	#nav > .wrapper > .menu > ul > li {
		float: none;
		border-left: 0 none;
		border-top: 1px solid #CCCCCC;
	}
	#nav ul li a {
		padding: 1em;
	}
	#nav > .wrapper > .menu > ul li > ul {
		position: static;
		background: none;
		box-shadow: none;
		margin-left: 0.5em;
		min-width: 0;
		opacity: 1;
		display: none;
	}
	#nav > .wrapper > .menu > ul li:hover > ul, #nav > .wrapper > .menu > ul li.hover > ul {
		display: block;
	}
	#nav ul li ul li > a {
		color: #333333;
	}
}

#footer {
	position: relative;
	background: #DDDDDD;
	border-top: 0.3em solid #042745;
	font-size: 0.8em;
}
#footer .nfwebdev {
	position: absolute;
	top: 1em;
	right: 1em;
}
#footer .additional-text {
	clear: both;
}
#footer .copyright {
	clear: both;
	text-align: right;
}
#footer .contact {
	float: left;
	margin-right: 3%;
}
#footer .contact .contact-detail {
	display: block;
	margin: 0.7em 0;
}
#footer ul.footer-links {
	float: left;
	list-style: none;
	margin-right: 3%;
}
#footer ul.footer-links > li {
	font-weight: bold;
	color: #000000;
}
#footer ul.footer-links li ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0.5em;
	font-weight: normal;
}
#footer .company-details {
	float: left;
	margin: 1em 1% 1em 0;
}
@media(max-width: 1850px) {
	#footer .company-details.first {
		clear: left;
	}
}
@media(max-width: 980px) {
	#footer .wrapper {
		padding: 0 1em;
	}
}
@media(max-width: 860px) {
	#footer .contact {
		float: none;
		margin-right: 0;
	}
}
@media(max-width: 750px) {
	#footer {
		z-index: 12;
	}
}
@media(max-width: 650px) {
	#footer ul.footer-links {
		float: none;
		margin-right: 0;
	}
}

#main {
	background: #FFFFFF;
}
#main .wrapper {
	position: relative;
	padding: 1px 0 2em;
	clear: both;
}
#main .main-column {
	padding: 0 2%;
	min-height: 20em;
	box-sizing: border-box;
}
#main .main-column.with-left {
	margin-left: 25%;
}
#main .main-column.with-right {
	margin-right: 25%;
}
#main .left-column {
	position: absolute;
	top: 0;
	left: 0;
	width: 21%;
	height: 100%;
	padding: 0 2%;
	overflow: auto;
	font-size: 0.9em;
}
#main .right-column {
	position: absolute;
	top: 0;
	right: 0;
	width: 21%;
	height: 100%;
	padding: 0 2%;
	overflow: auto;
	font-size: 0.9em;
}
@media(max-width: 1000px) {
	#main .main-column.with-left {
		margin-left: 250px;
	}
	#main .main-column.with-right {
		margin-right: 250px;
	}
	#main .left-column {
		width: 210px;
		padding: 0 20px;
	}
	#main .right-column {
		width: 210px;
		padding: 0 20px;
	}
}
#left-column-show-button {
	display: none;
}
@media(max-width: 850px) {
	#main .wrapper {
		overflow: hidden;
		touch-action: pan-y;
	}
	#main .main-column.with-left {
		width: 100%;
		left: -20em;
		position: relative;
		transition-duration: 0.5s;
		transition-property: left;
		transition-timing-function: cubic-bezier(0, 10, 30, 100);
	}
	.show-left-column #main .main-column.with-left {
		left: -10.25em;
	}
	#main .main-column.with-right {
		margin-right: 0;
	}
	#main .left-column {
		left: -19.5em;
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 1em rgba(150, 150, 150, 0.5);
		z-index: 11;
		transition-duration: 0.5s;
		transition-property: left;
		transition-timing-function: cubic-bezier(0, 10, 30, 100);
	}
	.show-left-column #main .left-column {
		left: 0;
	}
	#main .right-column {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
	}
	#left-column-show-button {
		display: block;
		position: fixed;
		width: auto;
		bottom: 50%;
		left: 0.5em;
		padding: 10px 0;
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.7);
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		box-shadow: 0 0 1em rgba(150, 150, 150, 0.5);
		z-index: 10;
		cursor: pointer;
		user-select: none;
		transition-duration: 0.5s;
		transition-property: left;
		transition-timing-function: cubic-bezier(0, 10, 30, 100);
	}
	#left-column-show-button i {
		transition-duration: 0.5s;
		transition-property: transform;
	}
	.show-left-column #left-column-show-button {
		left: 20em;
	}
	.show-left-column #left-column-show-button i {
		transform: rotate(180deg);
	}
}
@media (max-width: 850px) and (max-height: 600px) {
	#left-column-show-button {
		bottom: 5%;
	}
}

.breadcrumbs {
	font-size: 0.8em;
	margin-bottom: 0;
	padding: 0 1em;
	color: #666666;
}
.breadcrumbs a, .breadcrumbs span {
	color: #666666;
	white-space: nowrap;
}
.breadcrumbs a:hover {
	color: #084E8A;
}
.breadcrumbs a.active, .breadcrumbs span.active {
	font-weight: bold;
}

.market-data-account-columns {
	height: 0 !important;
}
.market-data-account-columns .column {
	float: right !important;
}

.columns {
	margin: -1em 0 -1em -2%;
}
.columns .column {
	float: left;
	width: 48%;
	margin: 0 0 0 2%;
}
.columns-3 .column {
	float: left;
	width: 31%;
	margin: 0 0 0 2%;
}
.columns-4 .column {
	float: left;
	width: 23%;
	margin: 0 0 0 2%;
}
.columns .column.user-admin-column .form-row .form-label {
	width: 52%;
}
.columns .column.user-admin-column .form-row .form-field {
	margin-left: 56%;
}
@media(max-width: 750px) {
	.columns {
		margin: 0 !important;
	}
	.columns .column {
		float: none !important;
		width: auto !important;
		margin: 0 !important;
	}
}

input.text, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background: #EEEEEE;
	border: 1px solid #084E8A;
	border-radius: 0.3em;
	box-shadow: 0 0.2em 0.8em #CCCCCC inset;
	margin: 0;
	padding: 0.5em;
	max-width: 100%;
	box-sizing: border-box;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color;
}
input.text {
	height: 2.5em;
}
input.text.small-text {
	padding: 0.2em;
	margin: -0.2em;
	font-size: 1em;
	line-height: 1em;
	height: 1.6em;
}
input[type="file"] {
	padding: 0.5em 0;
}
input.text:hover, select:hover, textarea:hover, input.text:focus, select:focus, textarea:focus {
	border: 1px solid #042745;
	background: #FFFFFF;
}
input.text:disabled, select:disabled, textarea:disabled {
	background: #CCCCCC !important;
	border: 1px solid #999999 !important;
}
button,
a.button {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
}
button span,
a.button span {
	display: block;
	border: 1px solid #042745;
	background: #042745;
	border-radius: 0.3em;
	color: #FFFFFF;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color;
}
button span span,
a.button span span {
	border: 1px solid #3971A1;
	background: #084E8A;
	padding: 0.8em 1.6em;
	box-shadow: 0 0.5em 0.8em #3971A1 inset;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color;
}
button:hover span span, button:focus span span,
a.button:hover span span, a.button:focus span span {
	box-shadow: 0 0.5em 0.8em #84A7C5 inset;
}
button:active span,
a.button:active span {
	border: 1px solid #000000;
	background: #000000;
}
button:active span span,
a.button:active span span {
	border: 1px solid #042745;
	background: #084E8A;
	box-shadow: 0 0.5em 0.8em #042745 inset;
}
button:disabled span,
a.button:disabled span {
	border: 1px solid #333333 !important;
	background: #333333 !important;
	color: #999999 !important;
}
button:disabled span span,
a.button:disabled span span {
	border: 1px solid #444444 !important;
	background: #333333 !important;
	box-shadow: none !important;
}

.block-form {
	margin: 1em 0;
}
.form-row {
	margin: 0.8em 0;
	text-align: left;
	min-height: 2em;
	clear: both;
}
.block-form.confirm-form .form-row {
	text-align: center;
}
.form-row.image-preview-row .form-field select {
	width: 48%;
}
.form-row.image-preview-row .form-field .image-preview {
	max-width: 48%;
	vertical-align: top;
}
.form-row .form-label {
	float: left;
	width: 26%;
	line-height: 1.5em;
	min-height: 1.5em;
	padding: 0.5em 0;
	text-align: right;
}
.form-row .form-label p.hint {
	font-size: 0.8em;
	color: #999999;
	margin-top: 0;
}
.form-row .form-field {
	margin-left: 28%;
	text-align: left;
	position: relative;
}
.form-row .form-field.checkbox {
	padding: 0.7em 0 0;
}
.form-row .form-field ul.checkboxes {
	list-style: none;
	padding-left: 0;
	margin: 0.7em 0;
}
.form-row .form-field ul.checkboxes ul.checkboxes {
	padding-left: 20px;
}
.form-row#user-portal-privileges-row .form-field > ul.checkboxes {
	overflow: hidden;
}
.form-row#user-portal-privileges-row .form-field > ul.checkboxes > li {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
.form-row#user-portal-privileges-row .form-field > ul.checkboxes > li > ul {
	margin-top: 0;
}
.form-row#user-access-sites-row .form-field > ul.checkboxes {
	overflow: hidden;
	margin-top: 0;
}
.form-row#user-access-sites-row .form-field > ul.checkboxes > li {
	float: left;
	margin: 0 2em 0 0;
	padding: 0;
}
.form-row#user-access-sites-row .form-field > ul.checkboxes > li > ul {
	margin-top: 0;
}
.form-row .form-field img {
	max-height: 10em;
}
.form-row .form-field input.text, .form-row .form-field textarea {
	width: 100%;
}
.form-row .form-field select {
	width: 100%;
}
.form-row .form-field.time .hours, .form-row .form-field.time .mins {
	width: 20%;
}
.form-row.error .form-field input.text, .form-row.error .form-field select, .form-row.error .form-field textarea {
	border: 1px solid #CC0000;
}
.form-row .form-error {
	margin-left: 28%;
	text-align: left;
	color: #CC0000;
	font-size: 0.8em;
	font-weight: bold;
}
.form-row.buttons {
	margin: 1em 0;
	text-align: right;
}
.form-row.group-selection .form-field select {
	float: left;
	width: 45%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	height: 12em;
}
.form-row.group-selection .form-field select option {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.form-row.group-selection .form-field .group-buttons {
	float: left;
	width: 10%;
	padding: 0.5em 0;
}
.form-row.group-selection .form-field .group-buttons button {
	display: block;
	margin: 0.1em auto;
}
.form-row.group-selection .form-field .group-buttons button span span {
	padding: 0.5em;
	width: 2em;
}
.form-row.group-selection .form-field .group-buttons button.button-remove span, .form-row.group-selection .form-field .group-buttons button.button-remove-all span {
	border: 1px solid #330000;
	background: #330000;
}
.form-row.group-selection .form-field .group-buttons button.button-remove span span, .form-row.group-selection .form-field .group-buttons button.button-remove-all span span {
	border: 1px solid #CC0000;
	background: #990000;
	box-shadow: 0 0.5em 0.8em #CC0000 inset;
}
.form-row.group-selection .form-field .group-buttons button.button-remove:hover span span, .form-row.group-selection .form-field .group-buttons button.button-remove:focus span span, .form-row.group-selection .form-field .group-buttons button.button-remove-all:hover span span, .form-row.group-selection .form-field .group-buttons button.button-remove-all:focus span span {
	box-shadow: 0 0.5em 0.8em #FF0000 inset;
}
.form-row.group-selection .form-field .group-buttons button.button-remove:active span, .form-row.group-selection .form-field .group-buttons button.button-remove-all:active span {
	border: 1px solid #000000;
	background: #000000;
}
.form-row.group-selection .form-field .group-buttons button.button-remove:active span span, .form-row.group-selection .form-field .group-buttons button.button-remove-all:active span span {
	border: 1px solid #330000;
	background: #660000;
	box-shadow: 0 0.5em 0.8em #330000 inset;
}
.form-row.group-selection .form-field .group-buttons button.button-add span, .form-row.group-selection .form-field .group-buttons button.button-add-all span {
	border: 1px solid #003300;
	background: #003300;
}
.form-row.group-selection .form-field .group-buttons button.button-add span span, .form-row.group-selection .form-field .group-buttons button.button-add-all span span {
	border: 1px solid #00CC00;
	background: #009900;
	box-shadow: 0 0.5em 0.8em #00CC00 inset;
}
.form-row.group-selection .form-field .group-buttons button.button-add:hover span span, .form-row.group-selection .form-field .group-buttons button.button-add:focus span span, .form-row.group-selection .form-field .group-buttons button.button-add-all:hover span span, .form-row.group-selection .form-field .group-buttons button.button-add-all:focus span span {
	box-shadow: 0 0.5em 0.8em #00FF00 inset;
}
.form-row.group-selection .form-field .group-buttons button.button-add:active span, .form-row.group-selection .form-field .group-buttons button.button-add-all:active span {
	border: 1px solid #000000;
	background: #000000;
}
.form-row.group-selection .form-field .group-buttons button.button-add:active span span, .form-row.group-selection .form-field .group-buttons button.button-add-all:active span span {
	border: 1px solid #003300;
	background: #006600;
	box-shadow: 0 0.5em 0.8em #003300 inset;
}
@media(max-width: 920px) {
	.form-row .form-label {
		display: block;
		float: none;
		width: auto;
		line-height: normal;
		min-height: 0;
		padding: 0;
		text-align: left;
	}
	.form-row .form-field {
		margin-left: 0;
	}
	.form-row .form-error {
		margin-left: 0;
	}
	.columns .column.user-admin-column .form-row .form-field {
		margin-left: 0;
	}
}

table {
	margin: 1em auto;
	width: 100%;
	font-size: 1em;
}
table tr td, table tr th {
	text-align: left;
	padding: 0.4em 0.6em;
	border-bottom: 1px solid #CCCCCC;
}
table tr td.number, table tr th.number {
	text-align: right;
	min-width: 6.2em;
}
table tr td.date, table tr th.date {
	min-width: 6.2em;
}
table tr td.checkbox, table tr th.checkbox {
	text-align: center;
}
table tr td.expand-icon, table tr th.expand-icon {
	width: 1em;
	min-width: 1em;
	max-width: 1em;
	background-image: url(../img/portal/expand-arrow.png);
	background-position: 0.5em;
	background-repeat: no-repeat;
}
table tr td.expand-icon.hidden, table tr th.expand-icon.hidden {
	width: 0;
	padding: 0;
	background-image: none;
}
table tr.expanded td.expand-icon, table tr.expanded th.expand-icon {
	background-image: url(../img/portal/expand-arrow-expanded.png);
}
table tbody > tr.expanded-area:hover > td {
	background-color: #CCCCCC;
}
table tbody > tr.expanded-area > td {
	padding: 0;
	background-color: #CCCCCC;
	overflow: hidden;
}
table tbody > tr.expanded-area > td > div {
	position: relative;
	margin: 0 0 0 2em;
	background-color: #FFFFFF;
}
table tbody tr.expanded-area .expanded-area-content .portal-table {
	max-height: 40em;
	max-height: 70vh;
	margin: 0;
}
table tbody tr.expanded-area .expanded-area-content .portal-table.summary-table {
	max-height: none;
	margin: 1em;
}
table tbody tr.expanded-area .expanded-area-content .full-size-link {
	position: absolute;
	top: 1em;
	left: -1.7em;
	width: 1.4em;
}
table tbody tr.expanded-area .expanded-area-content .full-size-link img {
	width: 100%;
}
table tbody tr.expanded-area .expanded-area-content .export-csv-link {
	position: absolute;
	top: 3.4em;
	left: -1.7em;
	width: 1.4em;
}
table tbody tr.expanded-area .expanded-area-content .export-csv-link img {
	width: 100%;
}
table tbody tr.expanded-area .expanded-area-content .export-all-csv-link {
	position: absolute;
	top: 5.8em;
	left: -1.7em;
	width: 1.4em;
}
table tbody tr.expanded-area .expanded-area-content .export-all-csv-link img {
	width: 100%;
}
table tbody > tr.expanded-area > td > div > .expanded-area-content {
	/*position: absolute;
	top: 0;
	left: 0;*/
	min-height: 8.2em;
	width: 100%;
	box-shadow: 0 0 0.5em rgba(150, 150, 150, 0.5) inset;
	background-color: #FFFFFF;
}
table tr.expanded td, table tr.expanded th {
	border-bottom: none;
	background-color: #CCCCCC;
}
table.standings-table tr td.number, table.standings-table tr th.number {
	width: 5em;
}
table tr td .cell-wrapper, table tr th .cell-wrapper {
	display: block;
	position: relative;
}
table tr .field-filter {
	display: block;
	height: 2.1em;
	line-height: 2.1em;
}
table tr .field-filter input.checkbox {
	margin-top: 0.5em;
}
table tr .field-filter input.text, table tr .field-filter select {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.2em;
	z-index: 2;
}
table tr .field-filter input.text {
	height: 1.9em;
}
table tr .number .field-filter input.text {
	left: auto;
	right: 0;
	width: 100%;
}
table tr .field-filter.date-range input.from-date, table tr .field-filter.date-range input.to-date, table tr .field-filter.number-range input.from-number, table tr .field-filter.number-range input.to-number {
	width: 45%;
}
table tr .field-filter.date-range .clear-field {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1em;
	padding: 0.45em;
	z-index: 3;
	cursor: pointer;
}
table tr .field-filter.date-range .clear-field img {
	height: 100%;
}
table tr .field-filter.date-range .clear-field.clear-from-date {
	right: auto;
	left: 40%;
	margin-left: -1.45em;
}
table tr .field-filter.number-range input.from-number {
	left: 0;
	right: auto;
}
table tr .field-filter.date-range input.to-date, table tr .field-filter.number-range input.to-number {
	left: auto;
	right: 0;
}
table tr .field-filter.date-range .separator, table tr .field-filter.number-range .separator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}
table tr .field-filter select {
	width: 100%;
}
table tr.header-row .field-filter {
	display: inline-block;
	height: auto;
	line-height: normal;
	margin: -0.4em 0 0 0.5em;
}
table tr.header-row .field-filter select, table tr.header-row .field-filter input.text {
	position: static;
	width: auto;
}
table tr.not-verified td, table tr.not-verified th {
	color: #CC0000;
}
table tr.last td, table tr.last th {
	border-bottom: 0;
}
table thead tr td, table thead tr th {
	background-color: #084E8A;
	border-bottom: 0;
	color: #FFFFFF;
	font-weight: normal;
}
table thead tr.header-row td, table thead tr.header-row th {
	background: #084E8A !important;
	padding-bottom: 0;
}
table thead tr td .sort-link img, table thead tr th .sort-link img {
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
table thead tr td.sort-field, table thead tr th.sort-field {
	background-color: #195F9B;
}
table tbody tr td.sort-field, table tbody tr th.sort-field {
	background-color: #EEEEEE;
}
table tbody tr.expanded td.sort-field, table tbody tr.expanded th.sort-field {
	background-color: #CCCCCC;
}
.portal-table table thead tr td, .portal-table table thead tr th {
	border-right: 1px solid #063A67;
}
.portal-table table thead tr td:last-child, .portal-table table thead tr th:last-child, .portal-table table thead tr td.expand-icon, .portal-table table thead tr th.expand-icon {
	border-right: 0;
}
.portal-table table thead tr td:hover, .portal-table table thead tr th:hover {
	background-color: #195F9B;
}
.detail-table > table > thead > tr > td:hover, .detail-table > table > thead > tr > th:hover {
	background-color: #084E8A;
}
.portal-table table thead tr td.expand-icon:hover, .portal-table table thead tr th.expand-icon:hover, .portal-table table thead tr td.spacer:hover, .portal-table table thead tr th.spacer:hover {
	background-color: #084E8A;
}
.portal-table table tr a.reset-checkbox {
	font-size: 0.9em;
}
.expanded-area-content .portal-table table tfoot {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
.expanded-area-content .portal-table table tfoot tr td, .expanded-area-content .portal-table table tfoot tr th {
	background: #FFFFFF;
}
.expanded-area-content .portal-table table tfoot tr .notify-checkbox {
	width: 100%;
	text-align: right;
}
.portal-table-wrapper {
	position: relative;
}
.portal-table-wrapper .portal-table-scroll-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	cursor: pointer;
	z-index: 10;
}
.portal-table-wrapper .portal-table-scroll-left .scroll-arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 120px;
	background: url(../img/portal/scroll-arrow-left.png) no-repeat;
	opacity: 0;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.portal-table-wrapper .portal-table-scroll-left:hover .scroll-arrow {
	opacity: 1;
}
.portal-table-wrapper .portal-table-scroll-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	cursor: pointer;
	z-index: 10;
}
.portal-table-wrapper .portal-table-scroll-right .scroll-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 120px;
	background: url(../img/portal/scroll-arrow-right.png) no-repeat;
	opacity: 0;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.portal-table-wrapper .portal-table-scroll-right:hover .scroll-arrow {
	opacity: 1;
}
.portal-table {
	overflow: auto;
	max-width: 100%;
	margin: 1em auto;
}
.portal-table table {
	margin: 0 auto;
}
.portal-table table tr td {
	white-space: nowrap;
}
.portal-table table thead tr td {
	font-weight: bold;
	vertical-align: top;
}
table thead tr th {
	text-align: left;
	font-weight: bold;
}
table thead tr td a, table thead tr th a, table thead tr td a:hover, table thead tr th a:hover {
	color: #FFFFFF;
}
table tfoot tr td, table tfoot tr th {
	border-top: 2px solid #084E8A;
	border-bottom: 0;
}
table tbody > tr:hover > td, table tbody > tr:hover > th {
	background-color: #DDDDDD;
}
.detail-table > table > tbody > tr:hover > td, .detail-table > table > tbody > tr:hover > th {
	background-color: transparent;
}
table tbody > tr > td.col-hover, table tbody > tr > th.col-hover {
	background-color: #EEEEEE;
}
table tbody > tr.expanded:hover > td, table tbody > tr.expanded:hover > th {
	background-color: #CCCCCC;
}
table tbody > tr.expanded > td.col-hover, table tbody > tr.expanded > th.col-hover {
	background-color: #CCCCCC;
}
table tbody > tr.no-results > td, table tbody > tr.no-results > th {
	background-color: transparent;
	border-bottom: 0;
}
.ui-widget table tbody > tr:hover > td, .ui-widget table tbody > tr:hover > th {
	background: none;
}
table tbody tr.selected td, table tbody tr.selected th {
	background-color: #BBBBBB;
}
table tbody tr.not-live td, table tbody tr.not-live th {
	color: #CC0000;
}
table tr .selection {
	text-align: center;
	width: 50px;
}
table tr .actions {
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
}
table tr .image-preview {
	position: absolute;
	bottom: 150%;
	left: 0;
	max-width: 400px;
	max-height: 200px;
	z-index: 100;
	display: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
table tr:hover .image-preview {
	display: block;
}
table tr.default-image {
	font-weight: bold;
}

.portal-table.summary-table tbody th {
	background: #CCCCCC;
	border-bottom: 1px solid #999999;
	/*background: #084E8A;
	color: #FFFFFF;
	border-bottom: 1px solid #063A67;*/
}
/*.portal-table.summary-table thead td, .portal-table.summary-table thead th {
	background: #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #333333;
}
.portal-table.summary-table thead td:hover, .portal-table.summary-table thead th:hover {
	background: #AAAAAA;
}*/
.portal-table.summary-table tr.last th {
	border-bottom: 0;
}
.portal-table.summary-table tbody tr:hover th {
	/*background: #195F9B;*/
	background: #AAAAAA;
}
.portal-table.summary-table tr.spacer td, .portal-table.summary-table tr.spacer th {
	height: 1em;
	padding: 0;
	background: none !important;
}

.toolbar {
	clear: both;
    overflow: hidden;
	background: #DDDDDD;
	margin: 1em 0;
	border-radius: 0.3em;
	padding: 0.5em;
}
.toolbar input.text {
    width: 19em;
}
.toolbar button span span {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.toolbar .filters {
	float: left;
	width: 100%;
}
.toolbar .filters .filter {
	float: left;
	width: 50%;
	margin: 0.3em 0;
}
.toolbar .controls {
	clear: both;
	padding: 0.8em 0 0;
	font-size: 1em;
	overflow: hidden;
}
.toolbar .controls a {
	float: left;
	margin: 0 1em 0 0;
	line-height: 1.5em;
	height: 1.5em;
}
.toolbar .list-count {
	float: left;
	padding: 0.8em 0;
}
.pager-bar {
	float: right;
	padding: 0.5em 0;
}
.pager-bar ul.pager {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pager-bar ul.pager li {
	float: left;
	margin: 0;
	padding: 0;
}
.pager-bar ul.pager li a {
	display: block;
	padding: 0.3em 0.5em;
	text-decoration: none;
}
.pager-bar ul.pager li.active a {
	font-weight: bold;
}

a.new {
	background: url(../img/add-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.edit {
	background: url(../img/edit-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.view {
	background: url(../img/view-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.copy {
	background: url(../img/copy-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.images {
	background: url(../img/images-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.lock {
	background: url(../img/lock-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.lock:hover {
	color: #CC9900;
}
a.unlock {
	background: url(../img/unlock-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.unlock:hover {
	color: #CC9900;
}
a.keep {
	background: url(../img/save-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.keep:hover {
	color: #CC9900;
}
a.dont-keep {
	background: url(../img/dont-save-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.dont-keep:hover {
	color: #CC9900;
}
a.delete {
	background: url(../img/delete-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.delete:hover {
	color: #CC0000;
}
a.export {
	background: url(../img/icon-csv.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}
a.clean {
	background: url(../img/clean-icon.png) left no-repeat;
	padding: 0.1em 0 0.1em 22px;
}

p.message {
	text-align: center;
	font-weight: bold;
	color: #084E8A;
}
p.message.large {
	font-size: 1.5em;
	padding: 10px 0;
}
p.message.large-margin {
	margin: 35px 0;
}
p.main-error {
	text-align: center;
	font-weight: bold;
	color: #CC0000;
}

form.account-selection-form {
	text-align: center;
}
form.account-selection-form .form-row {
	text-align: center;
}
.box.portal-accounts form.account-selection-form {
	text-align: left;
}
.box.portal-accounts form.account-selection-form .form-row {
	text-align: left;
}
form.account-selection-form .form-row select {
	min-width: 50%;
}

.box {
	box-shadow: 0 0 0.5em rgba(150, 150, 150, 0.5);
	margin: 1em 0;
	padding: 1px 1rem;
}
.box.account-selection {
	margin: 1em auto;
	width: 50%;
	text-align: center;
}
.box h2 {
	background: #084E8A;
	color: #FFFFFF;
	margin: -1px -1rem;
	padding: 0.5em 1rem;
}
.box h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.news-list {
	margin: 1em 0;
}
.news-list .news-item {
	margin: 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCCCCC;
}
.news-list .news-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.news-list .news-item .image {
	float: left;
	margin-right: 0.8em;
}
.home .news-list .news-item .image {
	float: none;
	margin: 0;
	text-align: center;
}
.news-list .news-item .image img {
	max-height: 8em;
}
p.date {
	margin: -15px 0 0;
	color: #999999;
	font-size: 0.9em;
}

.google-maps-gadget {
	clear: both;
	margin: 1em 0;
}
.google-maps-gadget table.gadget {
	margin: 0 auto;
}
.google-maps-gadget table.gadget tr td, .google-maps-gadget table.gadget tr th {
	padding: 0;
	border-bottom: 0;
	background: none;
}

#image-popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}
#image-popup {
	position: fixed;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	background: #000000;
	text-align: center;
	z-index: 10001;
	box-shadow: 0 0 20px #000000;
}
#image-popup #image-popup-image {
	min-width: 0;
	max-width: none;
	width: 100%;
	min-height: 0;
	max-height: none;
	height: 100%;
}

.image-zoom-wrapper {
	position: relative;
	border: 1px solid #000000;
	overflow: hidden;
	cursor: crosshair;
	cursor: zoom-in;
}
.image-zoom-wrapper .image-zoom {
	position: absolute;
	max-width: none;
	max-height: none;
}

.promo {
	overflow: hidden;
	position: relative;
	margin: 1em auto;
	width: 70%;
	height: 575px;
}
.left-column .promo {
	width: 100%;
}
.promo .promo-box {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.promo .promo-box .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.promo .promo-box .image img {
	max-height: none;
	width: 100%;
	vertical-align: middle;
}
.promo .promo-box .promo-link {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.users-table tr.admin td, table.users-table tr.admin th {
	color: #009900;
}

#enter-message-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	z-index: 500;
	display: none;
}
#enter-message {
	position: absolute;
	top: 1em;
	left: 50%;
}
#enter-message .enter-message-box {
	position: absolute;
	top: -1em;
	left: -10em;
	width: 20em;
	height: 2em;
	line-height: 2em;
	margin: 0;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF;
}

#commodity-popup {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	padding-right: 0.6em;
	z-index: 400;
	display: none;
	opacity: 0;
}
#commodity-popup .commodity-popup-box {
	min-width: 20em;
	max-width: 100%;
	margin: 0;
	font-size: 0.8em;
	background: #FFFFFF;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
	overflow: auto;
}
#commodity-popup .commodity-popup-box .popup-title {
	font-size: 1.2em;
	text-align: center;
}
#commodity-popup .commodity-popup-box .popup-content {
	position: relative;
	min-height: 8em;
}
#commodity-popup .popup-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0.6em;
	height: 100%;
	background: url(../img/portal/popup-arrow.png) left no-repeat;
	background-size: 100%;
}
#commodity-popup.with-bottom-arrow {
	padding-right: 0;
	padding-bottom: 0.6em;
}
#commodity-popup.with-bottom-arrow .popup-arrow {
	height: 0.6em;
	width: 100%;
	background: url(../img/portal/popup-arrow-bottom.png) top no-repeat;
}

.portal-content {
	position: relative;
}
.loading-message-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	z-index: 500;
	display: none;
}
.loading-message {
	position: absolute;
	top: 20%;
	left: 50%;
}
.loading-message .loading-message-box {
	position: absolute;
	top: -1em;
	left: -10em;
	width: 20em;
	height: 4em;
	line-height: 4em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF;
}

.number-positive {
	color: #084E8A;
}
.number-negative {
	color: #CC0000;
}
.percentage-high {
	color: #CC0000;
}
.percentage-medium {
	color: #CCBB00;
}
.ui-datepicker {
	z-index: 1000 !important;
	box-shadow: 0 0 0.5em rgba(150, 150, 150, 0.5);
}

.commodity-code-mouseover {
	/*padding-right: 1.6em;
	background: url(../img/portal/icon-help.png) right no-repeat;
	background-size: 1.17em;*/
	border-bottom: 1px solid #333333;
	text-decoration: underline;
	cursor: help;
}

#send-notify-email-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	z-index: 500;
	display: none;
}
#send-notify-email-popup {
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	height: 80%;
}
#send-notify-email-popup .send-notify-email-box {
	margin: 0;
	background: #FFFFFF;
}
#send-notify-email-popup .send-notify-email-box textarea {
	min-width: 98%;
	max-width: 98%;
	width: 98%;
	height: 10em;
	max-height: 50vh;
	height: 45vh;
}

#send-excess-funds-email-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	z-index: 500;
	display: none;
}
#send-excess-funds-email-popup {
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	height: 80%;
}
#send-excess-funds-email-popup .send-excess-funds-email-box {
	margin: 0;
	background: #FFFFFF;
}
#send-excess-funds-email-popup .send-excess-funds-email-box textarea {
	min-width: 98%;
	max-width: 98%;
	width: 98%;
	height: 10em;
	max-height: 50vh;
	height: 45vh;
}

.main-filters {
	clear: both;
	margin: 1em 0;
}
.main-filters.market-data-main-filters {
	clear: none;
	margin: 3em 0 1em;
}

.document-list .document h5 {
	font-size: 1em;
	text-decoration: none;
}
.document-list .document h5 a {
	text-decoration: none;
}
.document-list .document img {
	vertical-align: middle;
}

div.disabled-editor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background: #CCCCCC !important;
	border: 1px solid #999999 !important;
	border-radius: 0.3em;
	box-shadow: 0 0.2em 0.8em #CCCCCC inset;
	margin: 0;
	padding: 1px 0.5em;
	max-width: 98%;
	min-height: 2em;
	max-height: 200px;
	overflow: auto;
	clear: both;
	transition-duration: 0.2s;
	transition-property: box-shadow, border, background, color;
}

.g-recaptcha {
	overflow: hidden;
	margin: 1em 0;
	min-height: 79px;
}
.g-recaptcha > div {
	float: right;
}

.portal-action .action-content a {
	text-decoration: none;
}

table.downloads-table {
	border-collapse: collapse;
}
table.downloads-table tr td, table.downloads-table tr th {
	border: 1px solid #084E8A;
}
table.downloads-table tr th {
	background-color: #084E8A !important;
	border-bottom: 0;
	color: #FFFFFF;
	font-weight: normal;
}

.stock-figure {
	background: #CCCCCC;
	margin: -1px -1rem 0.5em;
	padding: 0.5em 0.5rem;
}
.stock-figures .stock-figure:last-child {
	margin-bottom: -1px;
}
.stock-figure .stock-summary {
	margin: -0.5em -0.5rem 0.5em;
	padding: 0.5em 0.5rem;
}
.stock-figure .stock-summary, .stock-figure .stock-summary h3 {
	color: #FFFFFF;
	font-weight: bold;
}
.stock-figure .stock-summary p, .stock-figure .stock-summary h3 {
	margin: 0;
}
.stock-figure .stock-summary h3 {
	float: left;
	font-size: 2em;
	margin-right: 10px;
}
.stock-figure .stock-summary .stock-arrow {
	float: right;
	margin: 0.2em;
}
.stock-figure .stock-summary .symbol {
	font-size: 0.8em;
	font-weight: normal;
}
.stock-figure.stock-figure-000776 .stock-summary {
	background: #ff7f26;
}
.stock-figure.stock-figure-1776 .stock-summary {
	background: #00a3e8;
}
.stock-figure .stock-details {
	font-size: 0.9em;
	font-weight: bold;
}
.stock-figure .stock-details h6 {
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	color: #777777;
}
.stock-figure .stock-details p, .stock-figure .stock-details h6 {
	margin: 0;
}
.stock-figure .stock-details .stock-detail {
	float: left;
	max-width: calc(50% - 11px);
	padding-left: 10px;
	border-left: 2px solid #666666;
	margin-left: 10px;
}
.stock-figure .stock-details .stock-detail:first-child {
	padding-left: 0;
	border-left: 0 none;
	margin-left: 0;
}
@media(min-width: 1500px) {
	.stock-figure {
		font-size: 1.15em;
	}
}
@media(min-width: 1650px) {
	.stock-figure {
		font-size: 1.3em;
	}
}

.cookie-message {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	background: #EEEEEE;
	box-shadow: 0 0 0.5em rgba(150, 150, 150, 0.5);
	z-index: 8000;
}
.cookie-message .wrapper {
	position: relative;
	width: 80%;
	min-width: 960px;
	margin: 0 auto;
	padding: 10px;
	min-height: 40px;
}
@media(max-width: 980px) {
	.cookie-message .wrapper {
		width: auto;
		min-width: 0;
	}
}
.cookie-message .text {
	margin: 0 7em 0 0;
}
.cookie-message .ok-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 10px 20px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background: #CCCCCC;
	border-radius: 10px;
}
.cookie-message .ok-button:hover {
	color: #FFFFFF;
	background: #084E8A;
}

.tabs {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	border-bottom: 4px solid #084E8A;
	white-space: nowrap;
	overflow: auto;
	overflow: -moz-scrollbars-none;
}
.tabs::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}
.tabs li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
	padding: 0;
	background: #EEEEEE;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition-duration: 0.5s;
	transition-property: background;
}
.tabs li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	bottom: 0;
	width: 10px;
	background: inherit;
	border-top-left-radius: 10px;
	transform: skewX(-20deg);
}
.tabs li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	bottom: 0;
	width: 10px;
	background: inherit;
	border-top-right-radius: 10px;
	transform: skewX(20deg);
}
.tabs li a {
	display: block;
	position: relative;
	margin: 0 -5px;
	padding: 2px 10px;
	z-index: 1;
	text-decoration: none;
	color: #000000;
	transition-duration: 0.5s;
	transition-property: color;
}
.tabs li:hover {
	background: #CCCCCC;
	z-index: 1;
}
.tabs li.active {
	background: #084E8A;
	z-index: 2;
}
.tabs li.active a {
	color: #FFFFFF;
}
.tab-content > table:first-child,
.tab-content > .portal-table:first-child,
.tab-content > .portal-table-wrapper:first-child > .portal-table {
	margin-top: 0;
}

.multi-row-field ol,
.multi-row-field ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.multi-row-field li {
	display: flex;
	margin: 5px 0;
	gap: 5px;
	align-items: center;
}
.multi-row-field .multi-row-add-link,
.multi-row-field .multi-row-remove-link {
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}