@import url("https://fonts.googleapis.com/css?family=Inter:400,400i,700,700i|Roboto:400,400i,700,700i");

.modal-title
{
	font-size: 19px;
}

html, body
{
	background-color: #ffffff;
	font-family: Inter, Verdana, Helvetica, Arial;
	font-size: 16px;
}

.wrapper-outer
{
	border-left: none;
}

h1:not(.page-top-header):not(.fl-panel-header):not(.modal-title)
{
	font-family: Inter, Verdana, Helvetica, Arial;
	font-size: 26px;
	font-weight: 400;
}

h2.fields-sub-header
{
	font-family: Inter, Verdana, Helvetica, Arial;
	font-size: 23px;
	font-weight: 400;
}

h2.fields-sub-header > div.fields-sub-header-info
{
	font-family: Inter, Verdana, Helvetica, Arial;
	font-size: 16px;
	font-weight: 400;
}

h1:not(.special-h1-header)
{
	color: #1d1d1b;
}

h2:not(.special-h2-header):not(.fields-sub-header):not(.list-item-header)
{
	font-family: Inter, Verdana, Helvetica, Arial;
	font-size: 20px;
}

a:not(.special-link),span.as.anchor
{
	color: #01508c;
	text-decoration: underline;
}

a:not(.special-link):hover,span.as.anchor:hover
{
	text-decoration: none;
}

a:not(.special-link).active,a:not(.special-link):active,a:not(.special-link).focus,a:not(.special-link):focus,span.as.anchor:not(.special-link).active,span.as.anchor:not(.special-link):active,span.as.anchor:not(.special-link).focus,span.as.anchor:not(.special-link):focus
{
	color: #01508c;
	text-decoration: underline;
}

.wrapper-inner-header > div:first-of-type
{
	display: block;
	width: 100%;
	padding: 0;
}

.wrapper-inner-header > div:first-of-type > h1
{
	display: none;
}

.wrapper-inner-header > div:first-of-type > a, .wrapper-inner-header > div:first-of-type > img
{
	display: block;
}

.wrapper-inner-header > div:last-of-type
{
	display: none;
}

.search-panel select,.search-panel input[type=text]
{
	font-family: Roboto, Verdana, Helvetica, Arial;
	font-size: 16px;
}

.standard-button
{
	background-color: #27509b;
	font-family: Roboto, Verdana, Helvetica, Arial;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.standard-button:hover,.standard-button.active,.standard-button:active,.standard-button.focus,.standard-button:focus
{
	font-weight: 400;
}

.standard-button:not(:disabled):hover,.standard-button:not(:disabled).active,.standard-button:not(:disabled):active,.standard-button:not(:disabled).focus,.standard-button:not(:disabled):focus
{
	background-color: #407ba8;
	color: #ffead4;
}

.standard-button > span.fa
{
	font-size: 16px;
}

.action-button
{
	font-family: Roboto, Verdana, Helvetica, Arial;
	font-size: 16px;
	font-weight: 400;
}

.btn-sm
{
	font-family: Roboto, Verdana, Helvetica, Arial;
	font-size: 14px;
}

ul.category-header > li
{
	background-color: #ffffff;
}

ul.category-header > li > div h2
{
	font-family: Roboto, Verdana, Helvetica, Arial;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
}

ul.category-item > li
{
	background-color: #ffffff;
}

ul.category-item > li:hover:not(.without-collapse-expand)
{
	background-color: #ffead4;
}

ul.category-item > li > a,ul.category-item > li.empty-category > div,ul.category-item > li > a h2
{
	font-family: Roboto, Verdana, Helvetica, Arial;
	font-size: 18px;
	color: #27509b;
	font-weight: 400;
}

.right-menu-wrapper
{
	font-family: Roboto, Verdana, Helvetica, Arial;
	font-size: 16px;
}

.right-menu-content
{
	background-color: #ffead4;
}

.menu-box-anchor-outer
{
	background-color: #01508c;
}

.menu-box-anchor-outer > a
{
	color: #ffffff;
}

h2.menu-box-outer-header
{
	font-size: 16px;
}

.menu-button-group
{
	color: #01508c;
}

.menu-button:hover
{
	color: #b04431;
}

.menu-button.active,.menu-button:active,.menu-button.focus,.menu-button:focus
{
	color: #01508c;
}

.fl-panel
{
	font-family: Inter, Verdana, Helvetica, Arial;
}

.fl-panel-info
{
	background-color: #ffead4;
	color: #000000;
}

.fl-panel-info > .fl-panel-header
{
	color: #000000;
}

.fl-panel.fl-panel-with-icon > div:first-of-type span.fa-exclamation-circle
{
	color: #01508c;
}

.fl-panel.fl-panel-with-icon > div:first-of-type span.fa-circle
{
	color: #ffead4;
}

.fl-panel-button
{
	background-color: #01508c;
	color: #ffead4;
}

.fl-panel-button:hover,.fl-panel-button.active,.fl-panel-button:active,.fl-panel-button.focus,.fl-panel-button:focus
{
	background-color: #b04431;
}

@media (min-width: 1200px)
{
	.wrapper-outer
	{
		width: 1132px;
	}
}

