#med_banner {
    background: url("../images/banner.jpg") no-repeat scroll left top transparent;
    height: 140px;
    width: 100%;
    margin-bottom: 15px;
}

/*--------------positioning---------*/

#med_lftCol {
	width: 536px;
	display: block;
	float: left;
}
#med_rhtCol {
	float: right;
	width: 350px;
	display: block;
	margin-right: 12px;
}

#med_lftCol p {
	margin: 0;
	padding:0;
}

#medtitle {
	display: block;
	background: url("../images/titleBkgr.gif") no-repeat top left;
	padding: 10px 8px 8px 8px;
	margin: 0;
	font-size: 12px;
	color: #1f5476;
	font-weight: bold;
	line-height: 1.5em;
}
	
#medtext {
	display: block;
	padding: 7px;
	margin: 0;
	border-left: #daecf7 1px solid;
	border-right: #daecf7 1px solid;
	color: #407395;
	line-height: 1.75em;
	font-size: 10px;
}
	
#medbtm {
	display: block;
	background: #daecf7;
	font-size: 10px;
	color: #104e76;
	padding: 8px;
	margin: 0;
	text-align: right;
}


/*--------------links-----------*/

.link1 a {
	font: 10px;
	color: #1092e4;
	text-decoration: none;
	background: url("../images/arrowBlue.gif")  no-repeat left;
	padding: 0 0 0 8px;
	}
	
.link1 a:hover {
	font: 10px;
	color: #1092e4;
	text-decoration: none;
	background: url("../images/arrowBlue.gif")  no-repeat left;
	padding: 0 0 0 8px;
	}

.whyLinks {
	background-color: transparent;
	padding: 1rem 0 0 0;
	transition: background-color .3s;
}
.whyLinks__link:hover {
	background-color: #FFE04D;
	text-decoration: none;
}

.whyLinks__linkLayout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.whyLinks__linkLayout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
}

.whyLinks__linkWrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
}
.whyLinks__linkWrapper:first-child {
	margin: 0 5px 0 0;
}
.whyLinks__linkWrapper:last-child {
	margin: 0 0 0 5px;
}

@media (max-width: 767px) {
	.whyLinks__linkWrapper {
		margin: 1rem 0;
	}
	.whyLinks__linkWrapper:first-child {
		margin: 1rem 0;
	}
	.whyLinks__linkWrapper:last-child {
		margin: 1rem 0 0 0;
	}
}


.whyLinks__link {
	text-align: center;
	padding: 2rem 1rem;
	font-size: 2.7rem;
	font-weight: 700;
	color: #003E7E !important;
	text-transform: uppercase;
	line-height: 1.2;
	width: 100%;
	background-color: #FFD200;
	transition: background-color .3s;
}

	
/*---------------------------------side menu--------------------*/

#sideMenu {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	list-style: none;
}

#sideMenu li {
	border-bottom: 1px solid #e7dde0;
	margin: 0;
	padding: 0;
}

#sideMenu li a {
	font-size: 11px;
	color: #0066CC;
	display: block;
	text-decoration: none;
	padding: 5px;
	_padding: 2px;
}

#sideMenu li a:hover {
	background: #daecf7;
}


#pageTitle {
	display: none !important;
}

