@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
	#mobile-menu:not( .mm-menu ) {
   display: none;
}
body {
 	font-size: 100%;
 	font-family: 'Open Sans', sans-serif;
 	font-weight: 400;
 	line-height: 1.5;
 	
}
.wrapper {
	max-width: 2000px;
	margin: auto;
}
/*
h1 {
	font-size: 2.1875;
}

h2 {
	font-size: 1.625;
}

h3 {
	font-size: 
}*/

h1, h2, h3, h4, h5, .button {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	line-height: 1.8;
}

h1 {
  margin-top: 0;
  font-size: 2.441em;
  color: #00657f;
  line-height: 1.1;
}
#eb h1.eb-brand-name {
	 margin-top: 0 !important;
	  font-size: 2.441em !important;
	  color: #00657f !important;
	  line-height: 1.1 !important;
}
h2 {
	font-size: 1.953em;
	color: #4c4c4c;
	line-height: 1.1;
}

h3 {
	font-size: 1.563em;;
	color: #116f88;
	line-height: 1.2;
}

h4 {
	font-size: 1.25em;;
	color: #00657f;
}
h5 {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #f16623;
}
.content .col-8-m img {
	max-width: 100%;
}
a:hover {
	text-decoration: underline;
}
.main-content h1, .main-content h2, .main-content h3 {
	margin-bottom: .2em;
}

.button {
	    padding: 5px 10px;
	    margin-right: 1em;
	    margin-bottom: 1em;
}
/*@media only screen and (max-width: 440px) {
	h1 {
  font-size: 2.441em;
}

h2 {font-size: 1.953em;}

h3 {font-size: 1.563em;}

h4 {font-size: 1.25em;}
}*/
/* Header */
header {
	padding-top: 1em;
}
.logo img {
	width: 300px;
}

.top-header {
	position: relative;
}
.utility {
	position: absolute;
	top: 0px;
	right: 0;
}
.utility ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.utility ul li {
    display: inline-block;
    margin-left: 1.5em;
}
.utility ul li:first-child  {
	margin-left: 0;
}
.utility .search {
	display: inline-block;
	width: 250px;
	margin-left: 2em;
}
.search {
	vertical-align: middle;
}
.search td {
	border-bottom: 0;
}

.search .gsc-search-box td.gsc-input {
	padding: 0 !important;

}

.search .gsib_a {
	padding: 0 !important;
}

.search td.gsc-input input {
	padding: .25em;
	height: 32px;
	width: 100%;
}
.search .gsc-input-box table * {
	padding: 0 !important;
}

.search form.gsc-search-box {
	padding: 0 !important;
	margin-bottom: 0px;
}
.search table td {
	padding: 0;
}
.search .gsc-search-button{
	margin-left: 0;
	margin-top: 0;
	height: 32px;
	width: 32px;
	border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;

}
.search .gsc-input-box {
	height: 32px;
	padding: .25em;
}
.gsc-adBlock .si25 {
	color:red !important;
	border:1px solid red !important;
}

/*.search input.gsc-search-button {
	padding: 0;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-width: 0;
  background-image: url(../img/magnify.png);
  	background-repeat: no-repeat;
  	background-size: 25px 25px;
    background-position: center;
}*/


.search button.gsc-search-button {
	padding: 0;
}
.search td.gsc-search-button {
	width: 32px;
}
.search .gsc-clear-button {
	width: 0;
	display: none;
}
/* Hero */
.hero {
	background-image: url(../img/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
 .hero {
 	margin-bottom: 4.75em; /* 2.75em */

}
.no-cssvhunit .hero > .container {
	
}
.cssvhunit .hero > .container {
	height: 65vh;	/* 35vh */
}

.hero > .container {
	position: relative;
	color: #ffffff;
	min-height: 415px;
	padding-left: 65px;
}

.hero > .container .hero-content {
	position: absolute;
	bottom: 2em;
	width: 55%;
}

.hero > .container h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: .25em;
	color: #ffffff;
	text-shadow: 2px 2px 16px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 740px) {
	.hero {
		background-size: auto 24em;
	background-position: center top;
	background-image: url(../img/hero-small.jpg);

	}
	.hero > .container {
		padding: 18em 0 0 0;
	}
	.hero > .container .hero-content {
	/*position: absolute;*/
	background: #ffffff;
	width: 100%;
	
	position: static;
	padding: 1.5em;
	/*width: 55%;*/
}	
	.hero > .container h1 {
		color: #00657f;
		text-shadow: none;
	} 
.logo img {
    width: 250px;

}

	.cssvhunit .hero > .container {
		height: auto;
	}
	.hero > .container {
		min-height: 0;
	}

}
@media only screen and (max-width: 640px) {
	.logo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1.5em; 
	}
	.top-header {
		text-align: center;
	}
	
}
@media only screen and (max-width: 540px) {
	.hero {
		background-size: auto 18em;
	}
}


/* NAV */
.nav-wrapper nav {
	 
}
.nav-wrapper {
	margin-top: 2em; /* 1em */
}

.nav-wrapper nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.nav-wrapper li.active > a {
	text-decoration: underline;
	color: #f16623;
}
.nav-wrapper nav > ul > li {
	float: left;
	width: 13%;
	}

.nav-wrapper nav > ul > li.item-137 {
    width: 22%;
}
.nav-wrapper nav > ul > li.item-127  {
	width: 8%;
}

.flexbox .nav-wrapper nav > ul > li{
	float: none !important;
	width: auto !important;
/*	white-space: normal !important;*/

}


.flexbox .nav-wrapper nav > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nav-wrapper nav ul a {
	color: #00718f;
	display: block;
}
.nav-wrapper nav li {
	position: relative;
}

.nav-wrapper nav > ul > li {
	/*display: inline-block;*/
	height: 100%;
}
.nav-wrapper nav > ul > li.one {

}
.nav-wrapper nav > ul > li.two {

}
.nav-wrapper nav > ul > li > a {
	font-weight: 700;
	padding-bottom: 1em;
	display: block;
	white-space: nowrap;
	
	/*text-transform: uppercase;*/
}

.nav-wrapper nav li ul {
	display: none;
}

.nav-wrapper nav  li ul
    {
        
        position: absolute;
        top: 100%;
        background-color: #ffffff;
        z-index: 1000;
        min-width: 180px;
        -webkit-box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.6);
box-shadow: 0px 8px 7px -6px rgba(0,0,0,0.6);

    }
 .nav-wrapper nav  li ul a {
 	padding: .5em;
 	font-weight: 600;
 }
.nav-wrapper nav li:hover ul
        {
            display: block;
        }
.utility li a, .learn-more {
	color: #f16623;
	font-weight: 700;
}
.learn-more:after {
	content: " >";
}
@media only screen and (min-width: 1000px) {
	.flexbox .nav-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 92%;	
}

}

@media only screen and (max-width: 840px) {
	.nav-wrapper {
		display: none;
	}
	.top-header .utility {
		position: relative;
		text-align: right;
		margin: 1em 0;
	}

	.top-header .utility > div {
		display: inline-block;
	}

	.utility .search {
		margin-left: 0;
		display: block;
		width: 100%;
	}
	.utility ul li {
		margin-bottom: .75em;
	}

	.mobile-menu {
			display: block;
			/*vertical-align: middle;*/
			width: 42px;
			height: 37px;
			position: absolute;
			 -webkit-transform: rotate(0deg);
			 -moz-transform: rotate(0deg);
			 -o-transform: rotate(0deg);
			 transform: rotate(0deg);
			 -webkit-transition: .5s ease-in-out;
			 -moz-transition: .5s ease-in-out;
			 -o-transition: .5s ease-in-out;
			 transition: .5s ease-in-out;
			 cursor: pointer;
			 bottom: 0;
			 /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
			.mobile-menu span {
			  display: block;
			  position: absolute;
			  height: 7px;
			  width: 100%;
			  background: #f06622;
			  opacity: 1;
			  left: 0;
			  -webkit-transform: rotate(0deg);
			  -moz-transform: rotate(0deg);
			  -o-transform: rotate(0deg);
			  transform: rotate(0deg);
			  -webkit-transition: .25s ease-in-out;
			  -moz-transition: .25s ease-in-out;
			  -o-transition: .25s ease-in-out;
			  transition: .25s ease-in-out;
			}


			.mobile-menu span:nth-child(1) {
			  top: 0px;
			  -webkit-transform-origin: left center;
			  -moz-transform-origin: left center;
			  -o-transform-origin: left center;
			  transform-origin: left center;
			}

			.mobile-menu span:nth-child(2) {
			  top: 15px;
			  -webkit-transform-origin: left center;
			  -moz-transform-origin: left center;
			  -o-transform-origin: left center;
			  transform-origin: left center;
			}

			.mobile-menu span:nth-child(3) {
			  top: 30px;
			  -webkit-transform-origin: left center;
			  -moz-transform-origin: left center;
			  -o-transform-origin: left center;
			  transform-origin: left center;
			}

			.mm-wrapper_opened .mobile-menu span:nth-child(1) {
			  -webkit-transform: rotate(45deg);
			  -moz-transform: rotate(45deg);
			  -o-transform: rotate(45deg);
			  transform: rotate(45deg);
			  top: -3px;
			  left: 21px;
			}

			.mm-wrapper_opened .mobile-menu span:nth-child(2) {
			  width: 0%;
			  opacity: 0;
			}

			.mm-wrapper_opened .mobile-menu span:nth-child(3) {
			  -webkit-transform: rotate(-45deg);
			  -moz-transform: rotate(-45deg);
			  -o-transform: rotate(-45deg);
			  transform: rotate(-45deg);
			  top: 27px;
			  left: 22px;
			}

}

@media only screen and (max-width: 640px) {


}

@media only screen and (max-width: 400px) {
	.utility ul li {
    margin-left: 1.25em;
}

}
/* Button */
.rsform button.rsform-submit-button {
	font-size: 16px;
	padding: 5px 10px;
	font-style: normal;
	font-weight: 400 !important;
}

.button, .rsform button.rsform-submit-button {
	background-color: #f16623;
	border-color: #f16623;
	border-width: 3px;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
.button:hover, .rsform button.rsform-submit-button:hover {
	color: #f16623;
	background-color: #f9f9f9;
}

.button.reverse {
	background-color: #ffffff;
	border-color: #f16623;
	color: #f16623;
	text-transform: uppercase;
	font-weight: 700;
}
.button.reverse:hover {
	color: #ffffff;
	background-color: #f16623;
}
/*Home page Styling*/

@media only screen and (min-width: 741px) {
.news-section .home-left {
	padding-right: 25px;
}
.news-section .home-right {
	padding-left: 25px;
}
.feature-section > .container {
	padding: 0 65px;
}
.news-section > .container {
	padding: 0 50px;
}



}
@media only screen and (min-width: 440px) {
		.feature-section > .container {
	padding: 0 40px;
}
.news-section > .container {
	padding: 0 30px;
}
}

@media only screen and (max-width: 740px) {
	.news-section .home-left {
		margin-bottom: 2em;
	}
}


/* Homepage Feature Styling*/
.feature-section,  {
	
	color: #ffffff;
}

.news-section, .feature-section {
	margin-bottom: 4.75em; /* 2em */
}
.feature-section p {
	margin-bottom: .25em;
}
.feature {
	background-color: #cccccc;
	min-height: 280px;
	width: calc( 50% - 25px );
	float: left;
	position: relative;
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
}
.feature h2, .feature p {
	color: #ffffff;
	text-shadow: 2px 2px 16px rgba(0, 0, 0, 1);
}

.feat-1 {
	background-image: url(../img/Feature.jpg);
}

.feat-2 {
	background-image: url(../img/Feature2.jpg);
	background-position: right top;
}
.feature > div {
	position: absolute;
	bottom: 1em;
	left: 1em;
	

}
.feature:first-child {
	margin-right: 50px;
}
@media only screen and (max-width: 740px) {
	.feature:first-child {
	margin-right: 0;
	margin-bottom: 2em;
}
	.feature {
	background-color: #cccccc;
	min-height: 280px;
	width: 100%;
	float: none;
	position: relative;
}
}

/* Home News Styling*/
.news-section .news {
	position:relative;
}
.news-section a.view-all.learn-more {
	position: absolute;
	top: .4em;
	right: 1em;
	margin-right: .6em;
}
.news-item {
	position: relative;
	border-bottom: 1px solid #acacac;
	overflow: auto;
	padding-top: 1.35em;
	padding-bottom: 1.35em;
}
.news-item:last-of-type {
	border-bottom: none;
}
.news-item p, .product-wrapper p {
	margin-bottom: 10px;
}
.news-section .news .news-header{
	border-bottom: 6px solid #006680;
}
.news-item > div {
	width: calc( 100% - 150px );
	float: left;
}
.news-item img {
	float: left;
	width:  115px;
	margin-right: 15px;
	/*
	top: 0;
	left: 0;
	position: absolute;*/
}
@media only screen and (max-width: 740px) {
	.news-section a.view-all.learn-more {
		right: 0;
		margin-right: 0;
	}
}
.arn-journal{
	position: relative;
}
.arn-journal img {
	max-width: 100%;
	display: block;
	width: 100%;
}
.arn-journal p {
	position: absolute;
	bottom: 0;
	right: 15px;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #ffffff;
}
.arn-member {
	position: absolute; /* relative */
	bottom: 0;
	max-width: 630px;
	width:100%
}

.arn-member img {
	max-width: 100%;
	display: block;
	width: 100%;

}
.arn-member p {
	position: absolute;
	bottom: 0;
	right: 15px;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #ffffff;
}
.arn-member:hover p {
	text-decoration: underline;
}

@media only screen and (max-width: 860px) and (min-width: 740px), (max-width: 400px ){
	.arn-member p {
		font-size: 1.2em;
	}
}


@media only screen and (max-width: 360px) {
	.news-item > div {
    width: 100%;
    float: none;
}
}

/*Feature Product Styling*/

.product-wrapper {
	background-color: #d9eff7;
	padding: 1em 1em 2em 1em;
	margin-bottom: 4.75em; /* 2em */
	position: relative;
}
.product-wrapper > .learn-more {
	position: absolute;
	top: 1.5em;
	right: 1em;
}
/*.product-wrapper > h3 {
	margin-bottom: .75em;
}*/

.product {
	position: relative;
	padding-left: 140px;
	margin-top: 2em;

}

.product img {
	max-width: 120px;
	position: absolute;
	top: 8px;
	left: 0;

}

@media only screen and (max-width: 1040px) and (min-width: 740px), (max-width: 500px) {
	.product-wrapper > .learn-more {
		position: static;

}
}
/*Header Ad Styling*/
.header-ad {
	align-content: center;
    padding: .75em .75em 0 .75em;
    margin: 0 auto;
    max-width: calc(728px + 1.25em);
	background-color: #f2f2f2;
    text-align: center;
}
.header-ad:after {
    content: "Advertisement";
}
/*Ad Wrapper Styling*/
.ad-wrapper {
	padding: 0 .75em .75em .75em;
	text-align: center;
	background-color: #f2f2f2;
	display: block;
	/*max-width: 474px;*/
	margin-bottom: 4.75em;
}
.ad-wrapper:before {
	content: "Advertisement";
	}
.ad-wrapper img {
	max-width: 100%;
	display: block;
	height: auto;
}
/*interior Styling*/
.page header > .container {
	border-bottom: 6px solid #3ab0c8;
}
.landing img {
	display: block;
	max-width: 100%;
}
.landing {
	padding: 0  15px;
	margin-bottom: 1.5em;

}
.content-wrapper {
	margin-top: 1em;
}

.content-wrapper > .container {
	
}

.content-wrapper .int-feature {
	text-align: center;
	padding: 2em .5em;
	background: #006680;
}
.content-wrapper .int-feature h3,  .content-wrapper .int-feature p {
	color: #ffffff;	
}
.content-wrapper .int-feature .button {
	margin-right: 0;
}
.landing .menu {
	overflow: auto;
}
.landing .menu li
   { list-style: none;
    width: 50%; 
    display: block;
    white-space: nowrap;
    float: left;
    margin-bottom: 1em;
}
@media only screen and (max-width: 840px) {
	.landing .menu li{
		width: 100%;
	}
}
.landing .menu li a {
	color: #000;
	font-weight: 700;
}
.landing .menu {
	margin: 0;
	padding: 0;
}
.landing .menu li.active > a {
	color: #f16623;
}
.enews-header {
	background-image: url(../img/Enews.jpg);
	background-position: center;
	background-size: cover;
	padding: 3.5em 2em;
	text-align: center;
	margin-bottom: 1.5em;
}
.enews-header p {
	font-size: 3.157em;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	text-shadow: 2px 2px 16px rgba(0, 0, 0, 1)
}
.int-career {
	background-color: #d7eef3;
	padding: 1.25em;
	margin-top: 2em;

}
.int-career .feed-link a {
	color:#00657f;
	font-weight: 700;
	display: block;
	margin-bottom: 0.25em;
	font-size: 1.125em;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.int-career .newsfeed {
	list-style: none;
	padding: 0;
}
.int-career .newsfeed > li {
	margin-bottom: .75em;
}
.int-career h3 {
	color: #4c4c4c;
}
.int-career .cta {
	font-weight: 700;
}
.expand {
	margin-bottom: 1em;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper select {
	padding: 0;
}

/*time*/
.time {
    background-color: #e6e7e8;
    padding-left: 8px;
}
p.time {
    margin: 0.5em 0;
}
/*long faculty listing */
.list-wrapper {
	overflow: auto;
	margin-bottom: 1.2em;
}
.list-split {
	width: calc( 50% - 8px );
	float: left;
	padding-left: 8px;
	    max-height: 500px;
     overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
    -moz-box-shadow:    inset 0 0 10px #c0bfbf;
   -webkit-box-shadow: inset 0 0 10px #c0bfbf;
   box-shadow:         inset 0 0 10px #c0bfbf;
}
.list-split:first-child {
	margin-right: 15px;
}

/*form styling*/ 

.rsformVerticalClear label {
	margin: 0;
	height: auto;
}
.rsformVerticalClear  input[type="checkbox"] {
	margin-top: 7px;
}
@media only screen and (max-width: 480px) {
	.list-split {
		width: 100%;
		float: none;
		overflow: visible;
		-moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   max-height: none;
	}
	.list-wrapper {
	overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
	margin-bottom: 1.2em;
	-moz-box-shadow:    inset 0 0 10px #c0bfbf;
   -webkit-box-shadow: inset 0 0 10px #c0bfbf;
   box-shadow:         inset 0 0 10px #c0bfbf;
   max-height: 500px;
}

}
@media only screen and (max-width: 740px) {
	.content > .col-8-m {
		margin-bottom: 2em;
	}
	.arn-member {
		position: relative; 
	}
}

@media only screen and (max-width: 840px) {
	.landing {
		padding: 0;

}

}
/*Sidebar Styling*/
.sidebar {
	min-height: 1px;
}
.sidebar a {
	color: #000;
}
.sidebar li.active > a {
	color: #f16623;
}

.sidebar > ul {
}
	.sidebar ul {
		list-style: none;
		margin: 0;
		padding-left: 10px;
	}
	.sidebar > ul {
		padding: 0;
	}

	.sidebar li {
		padding: .5em 0;
	}

	.sidebar ul > li {
		font-weight: 700;
	}

	.sidebar li li {
		font-weight: 400;
	}

@media only screen and (max-width: 840px) {
	.sidebar {
		display: none;
	}
	.content-wrapper .main-content {
		width: 100%;
	}
}



/*Footer*/
footer {
	background-color: #005266;
	color: #ffffff;
	margin-top: 3em;
	
}
footer a {
	color: #ffffff;
}
footer > .container {
	padding-top: 2em;
	padding-bottom: 2em;
}

footer .social {
	text-align: center;
	margin-bottom: 2em;
}

footer .social img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

footer .social img:hover {
	box-shadow: 0px 0px 0px 3px #fff;
	-webkit-transition: .2s;
    transition: .2s;
}
footer .social > div {
	margin-bottom: 1em;
}
footer .social > div a {
	margin-left: .5em;
}
footer .social > div a:first-child {
	margin-left: 0;
}

footer .career {
	border-radius: 25px ;
-moz-border-radius: 25px ;
-webkit-border-radius: 25px;
padding: 5px 20px;
}
@media only screen and (max-width: 350px) {
	footer .social img {
	width: 40px;
	height: 40px;
}

}
#scrollup {
    z-index: 10000;
    background-image: url(../img/BackToTop.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: fixed;
    /*bottom: 50px;*/
    bottom: 125px;
    right: 20px;
    display: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

div.egdamcsso_ [title~="Logout"] {
    display: none;
}
.int-ad  {
	padding-top: 1em;
	text-align: center;

}
.int-ad img {
	max-width: 100%;
	
}

/* Start RSForms overides */
.formResponsive .formHorizontal .formControlLabel {
	text-align: inherit;
}
.formResponsive input.rsform-upload-box {
	width:212px;
}
.formResponsive button.rsform-submit-button {
	background-color: #f16623;
	border-color: #f16623;
	border-width: 3px;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 10px;
	font-style: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}
.formResponsive button.rsform-submit-button:hover {
	color: #f16623;
	background-color: #f9f9f9;
}
/* End RSForms overides */


/* Start Easy Blog overides */
.home-left .mod_easybloglatestblogs {
	margin-bottom:2em;
}
#eb .mod-item+.mod-item {
    border-top: none;
}
#eb.eb-mod * {
    line-height: inherit;
}
#eb a:hover {
	text-decoration: underline;
}
.home-left .news-item .eb-mod-title a:hover, .eb-post .eb-post-title a:hover {
	text-decoration-color: #00657f;
	color: #00657f;
}
.eb-post .eb-post-title a, .eb-component .eb-category-head a{
	color: #00657f !important;
}
.eb-post .eb-post-meta .eb-post-category a {
	color: #f16623 !important;
    font-weight: 700;
}
#eb .eb-mod-media-title {
	overflow-wrap:normal!important;
	word-wrap:normal!important;
	word-break:normal!important;
	-ms-hyphens:manual!important;
	-moz-hyphens:manual!important;
	-webkit-hyphens:manual!important;
	hyphens:manual!important;
}
#eb .eb-entry-body .eb-post-thumb .eb-post-image img {
    width:auto;
    max-width:400px;
}
#eb .eb-posts .eb-post-thumb .eb-post-image img {
    max-width:200px;
}
/* End Easy Blog overides */