@font-face {
    font-family: 'Georgia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Regular'), url('georgia.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Italic'), url('georgiai.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold'), url('georgiab.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold Italic'), url('georgiaz.woff') format('woff');
}

body {
	background-color: #fff;
}

.font8 {
	font: normal normal normal 14px/1.4em Arial;
	color: #222;
	line-height: 1.3em;
}

div.header-container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	clear: both;
	position: relative;
}

div.body-container {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0;
}

.header-line-1 {
	display: table;
/*	text-align: right; */
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	max-width: 1200px;
	position: fixed;
	z-index: 100;
}

.nav-container-0 {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
}

.nav-container-1 {
	display: table-cell;
	text-align: right;
}

.nav-container-2 {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.nav-container-2 a,
.nav-container-2 a:link,
.nav-container-2 a:visited {
	text-decoration: none;
	color: #fff;
}

.nav-container-2 i.fas {
	font-size: 1.75em;
	padding: 0 10px 0 0;
}


.header-line-2 {
	background-color: #fff;
	display: table-row;
	text-align: center;
	margin-bottom: 1px;
}

.header-line-2 span {
	display: table-cell;
	vertical-align: middle;
}

.setup_logo {
	background-image: url(setup_banner.jpg);
	width: 100%;
	height: auto;
	padding-top: 11.75%;
	background-size: contain;
}

.footer-line-1 {
	background-color: rgb(24, 106, 135);
	padding: 10px 0;
	text-align: center;
}

.footer-line-1 a {
	font-style: normal;
	text-decoration: none;
	color: #fff;
}
.footer-line-1 a:link,
.footer-line-1 a:visited {
	color: #fff;
}
.footer-line-1 .t1 {
	color: #fff;
	font-size: 1.2em;
	margin-right: 40px;
}

.footer-line-1 .t2 {
	color: #fff;
	font-size: 1.2em;
	margin-left: 40px;
}

.footer-line-2 {
	padding: 20px 0;
	text-align: center;
	background-color: #00BAF2;
}

.indented {
	width: 800px;
	margin: 0 auto;
}

.leftindent {
	margin-left: 195px;
}

.body {
	background-color: #fff;
	padding: 20px 20px 0;
	min-height: 300px;
}

div.footer-line-1 span.t2 {
	display: inline-block;
	padding: 5px 0;
}
div.footer-line-1 span.t2 .menuitem-single {
	display: inline-block;
	padding: 0 20px;
	border-left: 2px solid #00d4d4;
}

div.footer-line-1 span.t2 .menuitem-single:first-child {
	border-left: 0;
}

.ui-tabs-vertical .cms-tab {
	min-height: calc(100vh - 500px);
}

.cms-textarea {
	height: 150px !important;
	width: 300px !important;
}

.cms-comment {
	font-style: italic;
	color: #999;
}


nav.dropnav li.nav-admin {
	background-color: #ff6600;
}
nav.dropnav > ul > li:hover {
	background-color: rgba(255,255,255, 0.2);
}
nav.dropnav li.nav-admin:hover {
	background-color: rgba(255,102,0, 0.7);
}

.themeButton i.fa-icon {
	margin-right: 10px;
	font-size: 1.5em;
}

.themeButton span.logo {
	vertical-align: calc(12%);
}

.themeButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color: #019ad2;
}

.themeButton {
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color: #33bdef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #057fd0;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #5b6178;
	text-align: left;
}

.themeButton:active {
	position:relative;
	top:1px;
}

.action-item .themeButton {
	width: 100%;
}

div.header.main-col {
	position: relative;
}

.main-body {
	width: 100%;
}

.main-body .column {
	display: table-cell;
    vertical-align: top;
}

.main-body .column.main-right {
	width: 250px;
	text-align: left;
}

.main-body .column.main-column {
	width: 950px;
	text-align: left;
}

s.inactive {
	text-decoration-color: red;
}

.context-menu-icon.context-menu-icon--fa5 {
	padding-left: 2.5em;
}

.context-menu-icon.context-menu-icon--fa5 i {
	font-size: 1.25em;
	line-height: .95em;
}

.context-menu-icon.context-menu-icon--fa5 span {
	font-size: 1.2em;
}

div#pagecontent {
    width: 100%;
}

.header-wrap {
	background-image: url(bg_top.jpg);
	height: 158px;
}

/* ** Error *************************** */

.alert {
	font-weight: bold;
	color: #cc0000;
}

.errorContainer {
	position: relative;
	width: 930px;
	margin: 55px auto;
}


.errorContainer div {
	float: left;
	margin: 0 0 0 40px;
}

.errorContainer div h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #cc0000;
	text-shadow: none;
}

.errorContainer div h3 {
	color: #262626;
	margin-top: 5px;
}

.errorContainer div p {
	color: #5b5b5b;
	margin-top: 15px;
	line-height: 25px;
}

#header_left {
	width: 940px;
	height: 99px;
	padding: 18px 0 0 20px;
	float: left;
	overflow: hidden;
}

div.header-right {
	position: absolute;
	top: 20px;
	right: 0;
}

div.header-right .largeicon {
	font-size: 1.6em;
	color: #fff;
	margin: 0 2px;
}

.head-title {
	margin: 0;
	color: #1C777D;
	font-family: Georgia,serif;
	font-size: 34px;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.head-tagline {
	margin: 0;
	padding: 3px 0 0;
	color: #666666;
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.head-title a, .head-title a:visited {
	color: #1C777D;
	text-decoration: none;
}

.head-title a:hover {
	color: #53BCB2;
	text-decoration: none;
}

.navbar-wrap {
	color: #E9F3F2;
	font-family: Georgia,serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	line-height: 27px;
}

#navbar-1 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: block;
}

#nav-1 {
	margin: 0;
	padding-left: 10px;
}

#nav-1 li, #nav-2 li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	padding-top: 12px;
}

#nav-1 li a, #nav-1 li a:link, #nav-1 li a:visited {
	background: transparent;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0 0px 0 0px;
	padding: 20px 0px 20px 0px;
	color: #E9F3F2;
	text-decoration: none;
	display: block;
	position: relative;
}

#nav-1 li a, #nav-1 li a:link, #nav-1 li a:visited {
	height: 27px;
	padding: 0px 7px 0px 7px;
	margin: 5px 3px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	text-shadow: 0px 1px 2px #666666;
}

#nav-1 li a:hover, #nav-1 li a:active {
	background: url(bg_button.jpg) top left repeat-x;
	border-top: 0px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	color: #FFFFFF;
	text-decoration: none;
}

#footer-wrap {
	background: #555555 url(bg_footer.jpg) top center no-repeat;
	border-top: 1px solid #E8E8E8;
	border-bottom: 0px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	margin: 0 auto;
	clear: both;
}

#ez-fat-footer-container-wrap {
	margin: 0 0 5px;
}

#ez-fat-footer-container {
	padding: 15px 0px 20px 20px;
}

.ez-one-third {
	width: 31%;
	float: left;
}
.ez-first {
	padding-left: 0 !important;
	clear: both;
}

.ez-widget-area {
	width: 293.33px;
	padding-left: 29px;
	color: #53BCB2;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#footer {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	line-height: 21px;
}

.ez-widget-area a, 
.ez-widget-area a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.ez-widget-area h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-weight: normal;
	border-bottom: 0px solid #E8E8E8;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.body-container h1 {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 32px;
	font-weight: bold;
}

.body-container h3 {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}


.reason-list {
	list-style-type:none;
	margin:0;
	padding:0;

}

.largefont,
.reason-list li,
.group-list li,
.body-container p {
	font-size: 14pt;
	line-height: 1.4;
	color: #000;
}

.group-item {
	margin: 10px 0;
}

.control-checkbox {
	font: normal normal normal 16px/1.4em Arial !important;
	color: #222 !important;
}

.header-right .menuitem-single .largeicon {
	-webkit-text-stroke: 0.5px #999;
}