a, a:visited {
	color:#031c66;
}
a:hover {
	color:#031c66;
}

/* LAYOUT */
body {
	background-color:#e0e0e0;	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
}

.fButton, 
.fForm .buttons input,
.page-filters input {
	background-color:#359b8d;
	font-size: 14px;
	padding: 8px 14px;
	color:#ffffff !important;
	text-decoration: none;
	display: inline-block;
	border: 0px none;
}

#fWrapper {
	margin:20px auto;
	width:1024px;
	
		max-width: 1024px;
	width: 100%;
	}

.fForm input,
.fForm select,
.fForm textarea {
	border-color: #a3a3a3;
}
.fForm input:focus,
.fForm select:focus,
.fForm textarea:focus {
    outline:none;
}

#fPage {
	border:3px solid #a3a3a3;background-color:#ffffff;}

#fHeader {
	background-color:#ffffff;
			display:none	border:0px none;
}
#fContent h1 {
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
    font-size:18px;
}

.fModuleTitle,
.fForm legend {
	background-color:#359b8d;	
}
.fModuleTitle h3,
.fForm legend {
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
}
.fForm legend {
	display:block;
	width:100%;
	padding:0px !important;
}

#fSidebarLeft {
	display:none;
}

#fSidebarRight {

		width:200px;
		float:right;
}

#fContent {
	background-color:#ffffff;}
#fContentContainer {
	width: 1024px;
	margin: 0 auto;
}

#fMatter {
	width: 100%;
}
#fMatter.sR {
		width:804px;	
}
#fMatter.sL {
		width:1004px;	
}
#fMatter.sR.sL {
		width:804px;
}


#fFooter {
	border:0px none;
}

/* FORM */
.fForm input, .fForm select, .fForm textarea {
font-size:1rem;
}

.fListing {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #a3a3a3;
}
.fListing td,
.fListing th {
	padding: 0.5rem;
	border-bottom: 1px solid #a3a3a3;
	vertical-align: top;
	text-align: left;
}
.fListing th {
	color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
	background-color:#359b8d;
	text-transform: uppercase;
}

#fContentContainer {
	max-width: 100%;
}
@media (max-width:1024px) {
	#fMatter.sR {
		width: calc(100% - 200px);	
	}
	#fMatter.sL {
		width: calc(100% - 0px);
	}
	#fMatter.sR.sL {
		width: calc(100% - 200px);
	}
	#fSidebarRight {
		width: 200px;
	}
}

@media (max-width: 768px) {
	.fForm label {
		width: 100%;
		text-align: left;
	}
	.fForm .buttons {
		text-align: left;
	}
	.fForm .hint,
	.fForm .error {
		margin-left: 0;
	}
}
@media (max-width: 576px) {
	#fMatter,
	#fSidebarRight {
		width: 100% !important;
	}
}

.registration_slab td {
    vertical-align: middle;
}
.registration_slab .heading td.headingDate,
.registration_cost {
    width: 15%;
}
.fModuleTitle h3 {
    padding: 6px 5px;
    font-size: 16px;
}
#fFooterContainer img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
#field-para-data_596826257,
#field-para-data_596826258,
#field-para-data_596826259 {
    display: none;
}
#fSidebarRight {
    width: 100%;
    float: none;
}
ul.runner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    background: #359b8d;
}
ul.runner li {
    margin: 0;
    padding: 8px 10px;
    margin-bottom: 0 !important;
    list-style: none;
    border-right: 2px solid #fff;
    flex: 0 0 20%;
    max-width: 20%;
}
ul.runner li.completed {
    background: #26746a;
}
ul.runner li a,
ul.runner li.completed a {
    color: #fff !important;
}
ul.runner li::marker {
    color: transparent;
}
#fMatter.sR.sL {
    width: 100%;
}