body {
	background: var(--main-background-color, #f8f9fb);
	font-family: "Poppins", helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

textarea, p, a, select, input {
	font-family: "Poppins", helvetica, sans-serif;
}
.editableTextWrapper p, .editableTextWrapper a {
	font-family: unset;
}

a {
	text-decoration: none;
}

#main * a, #navNotifier a, #mydialog * a, #mydialog2 * a, #mydialog3 * a, #mydialog4 * a {
	color: var(--main-link-color, #247cb5);
	text-decoration: none;
}

#main * a:hover, #mydialog * a:hover, #mydialog2 * a:hover, #mydialog3 * a:hover, #mydialog4 * a:hover {
	color: var(--main-link-hover-color, #0082fc);
	text-decoration: underline;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--main-text-color, #404e60);
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	font-weight: normal;
}

h6 {
	font-size: 16px;
	font-weight: normal;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: var(--main-text-color, #404e60);
	line-height: 1.5;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main {
	padding: 0px !important;
	clear: both;
}

.unbolded-cdb { font-weight: normal !important }

#notificationsContent {
	margin: 10px 0 10px 0;
	max-height: 100px;
	overflow: auto;
}

#flashMessages {
	margin: 10px 0 10px 0;
}

.goodMsg {
	padding: 3px 0 3px 10px;
	margin: 3px 0 3px 0;
	background-color: #89be30;
	color: white;
}

.warningMsg {
	padding: 3px 0 3px 10px;
	margin: 3px 0 3px 0;
	background-color: #cec228;
	color: black;
}

.badMsg {
	padding: 3px 0 3px 10px;
	margin: 3px 0 3px 0;
	background-color: #aa1111;
	color: white;
}

.btn {
	padding: 10px 0 0 0;
	text-align: center;
	background-repeat: no-repeat;
	height: 25px;
	margin: 3px;
}





#ad_list {
	margin-top: 10px;
}

#ad_list li {
	padding: 5px 0 5px 0;
}

#bottom_nav {
	clear: both;
	border-bottom: 0;
}

.more {
	color: #1a2749;
	float: right;
}

.chart {
	width: 100%;
	margin: 10px auto 10px auto;
}

.contentInner {
	padding: 10px;
}

.innerHeading {
	position: relative;
	top: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #48454a;
   	clear: both;
}

#tourbusSpan {
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
}
#badgesWrapper {
	white-space: nowrap;
	vertical-align: text-top;
}



/* Content mini-styles for the containers */

.box {
	border: 1px solid var(--content-border-color, #e2e3e5);
}
.iframe {
	width: 40%;
	background-color: var(--content-background-color, #fff);
	padding: 10px;
}
.gray {
	background-color: var(--gray-background-color, #f3f3f3);
}
.white {
	background-color: var(--content-background-color, #fff);
}
.stripe {
	background: #0082fc;
}
.stripe h6 {
	color: #fff;
}
.red-stripe {
	background-color: #bd0008;
}
.red-stripe h6 {
	color: #fff;
}
.green-stripe {
	background: #16b370;
}
.green-stripe h6 {
	color: #fff;
}
.lightblue-stripe {
	background: #25cee3;
}
.lightblue-stripe h6 {
	color: #000;
}
.blue-stripe h6 {
	color: #fff;
	padding: 10px;
	margin: 0px;
}
.no-stripe {
	background: transparent;
}
.no-stripe h6 {
	color: #1e5188;
}
.spacer {
	height: 56px;
	width: 100%;
	background: transparent;
	clear: both;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
