/*.front-page-1:before,*/
.front-page-3:before,
.front-page-5:before,
.front-page-7:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);	/* adjust the opacity (.5) as desired */
	z-index: 0;
}

/*.front-page-1:before
 {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);	/* adjust the opacity (.5) as desired */
	z-index: 0;
}*/

.genesis-nav-menu a {
    color: #000;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 30px 10px;
    text-decoration: none;
    text-transform: uppercase;
	  border-bottom: 0px solid; 
}

/*.nav-primary {
  text-align: center;
}*/



body {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

body > div {
  font-size: 1.6rem;
}

a {
	color: #07645C;
	font-weight: 500;
}

/*a {
    border-bottom: 1px solid #27625f;
    color: #27625f;
    text-decoration: none;
}*/

h1{
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2px;
	color:#07645C;
}

h2,h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
	color: #07645C;
}

/*#27625f*/

.header-image .title-area {
margin-bottom: 0px;
margin-top: 0px;
min-height: 84px;
padding: 0;
width: 250px;
}


.header-image .site-title > a {
background-size: contain !important;
float: left;
min-height: 84px;
width: 250px;
}

/*.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
	background-color:#6CB244;
}*/

 

.widget-title {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
	font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.front-page-2 .widget-title, .front-page-3 .widget-title, .front-page-4 .widget-title, .front-page-5 .widget-title, .front-page-6 .widget-title, .front-page-7 .widget-title {
  font-family: 'Montserrat', sans-serifserif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.front-page-2, .front-page-4 {
	text-align:left;
	font-size: 18px;
}

.front-page-3 {
  background-color: #07645C;
	text-align:left;
	font-size: 18px;
}

.front-page-3 p {

}

.front-page-5 {
	font-size: 22px;
}

.front-page-6 p {
	text-align:center;
	font-size: 22px;
}

.front-page-6 {
/*background-color: #9FE3DC;*/
	text-align:left;
}



.entry-title {
  font-size: 3.6px;
  font-size: 3.6rem;
}

.entry, .page.page-template-page_blog .content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 75px;
  padding-bottom: 30px;
  margin-top: 30px;
}

.entry-title a {
	color:#07645C;
}

.entry-title a:hover{
color: #000000;
}

.archive-description .entry-title, .archive-title, .author-box-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  margin-top: 15px;
}

/*.button, .enews-widget input:hover[type="submit"], .front-page-1 a.button, .front-page-3 a.button, .front-page-5 a.button, .front-page-7 a.button, .footer-widgets .button:hover {
  background-color: #6fb440;
  color: #ffffff;
}*/


.footer-widgets {
	background-color: #BDE5E3;
	/*#95D6CF*/
}

.widget-title {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

/*.footer-widgets a{
	color: #ffffff/6CB244/#ACD694;27625f
}

.footer-widgets .widget-title {
	color:#ffffff;
}*/

.site-footer p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
	color: #ffffff;
}

footer.site-footer {
	background-color:#07645C;
	font-size: 11px;
	font-size: 1.1px
	letter-spacing: 1px;
}

/*Fixed Notice Bar changes re:Sridhar*/


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.front-page .overlay,
.gallery img,
.site-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}



.site-inner {
    clear: both;
    margin: 131px auto 0;
    max-width: 1280px;
    word-wrap: break-word;
}


.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 9990;
}

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
    padding-right: 30px;
    /*position: fixed;
    width: 100%;
    z-index: 9990;*/
}

.offscreen-content-icon,
.offscreen-content-toggle {
    position: fixed;
    right: 20px;
    top: 76px;
    z-index: 9998;
}

.admin-bar .offscreen-content-icon,
.admin-bar .offscreen-content-toggle {
    top: 110px;
}

.no-scroll .offscreen-content-icon,
.no-scroll .offscreen-content-toggle {
    top: 52px;
}

.notice-bar {
    background-color:#BDE5E3 ;
	/*#6fb440 #95D6CF #07645C #07645C #BDE5E3*/
    font-family: 'Montserrat', sans-serif;	
    color: #000;
	font-size: 11px;
	font-size:1.1rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 10px 30px;
    text-align: center;
}

.notice-bar a {
    color: #000;
    border-bottom: 0px solid #fff;
}

.notice-bar a:hover {
color:#27625f;
font-weight:600;
}

@media only screen and (max-width: 800px) {
	
.fixed-header {
		position: static !important;
	}
	
.header-image .site-title > a {
  background-size: contain !important;
  float: none;
}
	

	.header-image .title-area {
  width: 100%;
}

	


	.site-inner {
    margin: 10px auto 0;
}



	
	


}



@media only screen and (max-width: 1023px) {
	
/*.header-image .site-title > a {
  background-size: contain !important;
  float: left;
  min-height: 65px;
  width:200px;
}*/
	

/*.entry-header {
  text-align: center;
  margin-top: 80px;
}
*/


	
}

/*Ordered Lists*/
ol > li::marker {
  font-weight: bold;
}

