@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900&display=swap');


strong {
 font-weight:700; 
}

body {
  	font-size: 16px;
  	color: #2E2E2E;
  	font-family: Muli, Arial, Helvetica, sans-serif;
  	line-height: 1.75rem;
  	/* font-weight: 400; */
  	width: 100%;
}


H1,
H2,
H3,
H4,
H5,
H6 {
	font-family: Muli, Helvetica, sans-serif;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	color: #8E98A2;
}

#banner h1 {
    position: absolute;
    bottom: 40px;
    font-size: 36px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 900;
}


#banner h1:before,
#banner h1:before {
    content: "";
    border-left: 5px solid #00AEEF;
    margin-right:25px
}

H1 {
	font-size: 4rem;
}

H2 {
	font-size: 1.6rem;
}

H3 {
	font-size: 1.4rem;
}

#footer H3 {
	color: #BACE00;
}

H4 {
	font-size: 1.4rem;
}

H5 {
	font-size: 1.2rem;
}

H6 {
	font-size: 1.2rem;
}

P {
		margin-top: 0.8rem;
		margin-bottom: 25px;
}

.highGrey {
    margin-top:20px;
    background: #E4E7F0;
    box-sizing:border-box;
    padding:25px;
}

.highGrey h1,
.highGrey h2,
.highGrey h3,
.highGrey h4 {
	color: #1D3246 ;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.highGrey p:last-child{
	margin-bottom: 0px;
}

hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
}

table {
	line-height: 1.7rem;
}

li {
	line-height: 1.7rem;
}

a:link,
a:visited {
	color: #6f869b;
	font-weight: 400;
	text-decoration: underline;
}



a:hover {
	text-decoration: none;
}

.textcontent {
	font-size: 1em !important;
}

#breadCrumbFeatures {
	text-align: right;
	float: right;
	font-size: 0.7rem !important;
	padding: 15px 0;
}

#breadcrumbs {
	width: 65%;
	float: left;
	padding: 15px 0;
	font-size: 0.7rem !important;
}

#breadcrumbs:empty {
	padding: 0px;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadCrumbFeatures a:link,
#breadCrumbFeatures a:visited {
	text-decoration: none!important;
	color: #2E2E2E;
	font-weight: 400 !important;
	text-transform: uppercase;
}

#breadcrumbs a:hover,
#breadCrumbFeatures a:hover {
	text-decoration: underline !important;
	color: #2E2E2E;
	font-weight: 400 !important;
}

.CollapsiblePanel {
	/*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 192px;
	float: right;
	position: relative;
	z-index: 9;
}

#logintext {
	/* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width: 80px;
	float: right;
	text-align: right;
}

.tableBorder {
	/*used for standard tables*/
	border-color: #050000;
	border-width: 1px;
	border-style: solid;
}

.tableHeading,
.tableHeading a:link,
.tableHeading a:visited,
.tableHeading a:active,
.tableHeading a:hover {
	background-color: #54151A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.tableContent1 {
	background-color: #F6F6F6;
	font-size: inherit;
	padding: 4px;
}

.tableContent2 {
	background-color: #E0E0E0;
	font-size: inherit;
}

.button {
	padding: 3px;
	font-weight: bold;
	color: white;
	background: #54151A !important;
	border: 1px solid #54151A;
	border-radius: 2px;
	cursor: pointer;
}

input,
textarea,
select,
button {
	background-color: #efefef;
	border:
}

.CollapsiblePanel .tableContent1 {
	background-color: #eee;
}

#linkButton {
    text-align: center;
    padding: 10px 20px;
    border-radius: 100px;
    background: #E8EBED;
    color: #1D3246;
}

#linkButton:hover {
    background: #d2dbe0;
    text-decoration: none;
}