/* Responsive Menu */
.body-content {
	width: 1200px;
	margin: auto;
	clear: both;
}

#main-menu {
	background: #083e53;
	float: right;
}

#navigation {
	background: #083e53;
}

.layout-section-in {
	width: 1200px;
	height: 45px;
	background: #083e53;
	margin: auto;
}

.links {
	list-style-type:none;
    margin:0;
    padding:0;
}

.links-inline li {
	display:inline-block;
    float: left;
    margin-right: 0px;
	font-size: 16px;
}

.links-inline li a {
	display: block;
    min-width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    color: #fff;
    background: #083e53;
    text-decoration: none;
}

.links-inline li:hover a {
    background: #205b74;
}

.mobile-button {
	float: right;
	display: none;
}

.login-box {
	margin: 15px; 
	background-color:#eee; 
	padding:10px; 
	border-color:#cccccc; 
	border-style:solid; 
	border-width:1px; 
	float: left; 
	min-width:250px; 
	width: 45%;
}

.hero-banner {
	width: 100%;	
	/*max-height: 350px;*/
}

.main-title {
	color: #205b74;
	font-size: 30px;
	line-height: 36px;
}

.page-line {
	width: 100%;
	min-height: 5px;
	background: #cccccc;
}

footer {
	background: #083e53;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
	padding: 20px 0px;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

.social-media ul {
	position: absolute;
	margin: 0px;
	right: 0;
	bottom: -15px;
}

.social-media li {
	display: inline-block;
	padding: 10px;
}

.social-media div {
	position: relative;
}

.user-buttons {
	position: relative; 
	overflow: auto; 
	margin: auto; 
	width: 960px;
}

.user-buttons div {
	float: left; 
	width: 300px; 
	height: 270px; 
	border: 2px solid #cccccc; 
	box-sizing: border-box; 
	text-align: center; 
	margin: 10px; 
	padding: 10px; 
	color: #205b74;
}

.user-buttons img {
	width: 100%;
}

.user-buttons p {
	margin: 10px 0px 0px;
}

.user-buttons a {
	color: #205b74;
	text-decoration: none;
}

.cme-table {
	width: 90%; 
	margin: 10px 0px 50px; 
	border-collapse: collapse;
}

.cme-date-cell {
	color: #083e53; 
	font-size: 24px; 
	font-weight: bold; 
	text-align: center;
}

.cme-title-cell {
	color: #c40f41; 
	font-size: 24px; 
	/*font-weight: bold;*/
}

.cme-link-cell {
	color: #000000; 
	font-size: 16px; 
	text-align: right;
}

.cme-link-cell img {
	width: 200px;
}

.cme-table td {
	border-bottom: 2px solid #cccccc;
}

.history-table {
	width: 90%;
	border-collapse: collapse;
	margin: 10px 0px 50px;
}

.history-table td {
	border-bottom: 2px solid #cccccc;
}

.history-date-cell {
	color: #083e53; 
	font-size: 24px; 
	font-weight: bold; 
	text-align: center;
}

.history-info-cell {
	color: #c40f41;
}

.history-info-cell a {
	color: #c40f41;
	font-size: 24px;
	text-decoration: none;	
}

.history-info-links {
	line-height: 40px;
}

.history-info-links a {
	font-size: 18px;
}

.history-info-cell img {
	width: 25px;
	vertical-align: middle;
	margin-left: 20px;
}
	
.hero_title {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNWI3NCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjA1Yjc0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,#205b74),color-stop(50%,#205b74),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left,#205b74 0%,#205b74 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient(left,#205b74 0%,#205b74 50%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right,#205b74 0%,#205b74 50%,rgba(255,255,255,0) 100%);
    color: #fff;
    font-weight: 400;
	font-size:24px;
    padding: 11px 12px 10px 12px;
  	 bottom:20px;
    right: 0;
    position:absolute;
    left: 0;

}

.contact-wrapper {
	overflow: auto;
}

.contact-wrapper div {
	float: left;
	margin: 10px 10px 50px;
}

.contact-message {
	float: right !important;
}

.contact-message textarea {
	min-width: 520px; 
	height: 200px;
}

.one_third {
	width:33%;
	float:left;
}

.two_third {
	width:66%;
	float:left;
}

/*Responsive Styles*/
@media screen and (min-width:860px) and (max-width:1250px){	
	.layout-section-in {
		width: 840px;
	}
	
	.body-content {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
	}
	
	.slider-wrapper {
		width: 44% !important;
		max-width: initial !important;
		min-width: initial !important;
	}
	
	.social-media li {
		padding: 2px;
	}
	
	.user-buttons {
		width: 660px;
	}
	
	.user-buttons div {
		width: 200px; 
		height: 220px; 
	}
	
	.cme-date-cell {
		font-size: 16px;
	}

	.cme-title-cell { 
		font-size: 16px;
	}

	.cme-link-cell {
		font-size: 16px; 
	}
}

@media screen and (max-width : 860px) {
	.layout-section-in {
		float: right;
		width: 100%;
		height: initial;
	}
	
	.body-content {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
		/*text-align: justify;*/
	}
	
	.mobile-button {
		display: initial !important;
	}

	#navigation:hover ul{
		display: block !important;
	}
	
	#navigation ul{
		display: none;
	}
	
	#main-menu {
		float: none;
	}
	
	.links-inline li {
		width: 100%;
		float: none;
		display: initial;
	}
	
	.slider-wrapper {
		float: none !important;
		width: initial !important;
		max-width: initial !important;
		min-width: initial !important;
	}
	
	body {
		font-size: 16px !important;
	}
	
	.social-media ul {
		position: initial;
		margin: 0px;
		padding: 0px;
	}
	
	.social-media div {
		text-align: center;
	}
	
	.hero_title{
		bottom:0px;
	}
	
	.user-buttons {
		width: 320px;
	}
	
	.user-buttons div {
		width: 300px; 
		height: 270px; 
	}
	
	.cme-date-cell {
		font-size: 16px;
	}

	.cme-title-cell { 
		font-size: 16px;
	}

	.cme-link-cell {
		font-size: 16px; 
	}
	
	.cme-link-cell img {
		width: 150px;
	}
	
	.contact-message {		
		float: left !important;
		clear: both;
	}
	
	.contact-message textarea {
		min-width: 450px; 
	}
	
	.one_third {
		width:100%;
		float:left;
	}
	
	.two_third {
		width:100%;
		float:left;
	}
	
	.login-box {
		width:90%;
	}
}
	

/* CSS Document */
body {
	/*margin: 10px 0px;
	margin-bottom: 5px;*/
	margin: 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#222;
	
}
#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}

#wrapper {
	margin: 0 auto;
	z-index: 1;

	background-color:#FFFFFF;
	border-color:#cccccc;
	border-style:solid;
	border-width:0px;
	background-image:url(images/background_line.jpg);
}

.slider-wrapper {
	float:left;
	width: 60%;
	max-width: 750px;
	min-width: 300px;
}

#content {
	width: 100%;
	text-align:left;
	min-height:600px;
	/*padding-bottom:15px;*/
}
.menu{
	margin: 0 30px 0 0;
}

.menu a{
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover{
	color:#ed5579;
	text-decoration:none;
}

.text{
	color:#444444;
	font-size:14px;
}

.small_link {
	color:#ed5579;
	font-size:12px;
}

.style1 {
	color: #c40f41
}

.link {
	color: #c40f41
}

.reglink{	
	color:#c40f41;
	text-decoration:none;
}
.red {
	color: red;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}