/* *** Colors and site styling *** */

.h2, h2{
	font-size:1.8rem;
}

.h3, h3{
	font-size:1.6rem;
}

.h4, h4{
	font-size:1.4rem;
}
.h5, h5{
	font-size:1.2rem;
}
.h6, h6{
	font-size:1rem;
}

#masthead .site-header-wrapper .main-navigation ul li.current-menu-item > a {
    	border-width: 0;
color:#111111; /*Accent color*/
}
#masthead .site-header-wrapper .main-navigation ul li.current-menu-item > a:hover {
border-width:0;
	color:#409E78; /*Main Color*/
}

#masthead .site-header-wrapper .main-navigation ul li > a {
    border-width: 0;
    color:#409E78; /*Main color*/
}

#masthead .site-header-wrapper .main-navigation ul li a:hover {
    border-width: 0;
	  color:#111111; /*Accent color*/
}

#masthead .site-header-wrapper .main-navigation ul li.menu-item-has-children a::after{
	color:#409E78; /* Main Color*/
}


/* **** Remove dash before subitem *** */

.main-navigation .sub-menu .menu-item a::before {
    content: "  " counters(nested-list, "  ", none);
}


/* ********** SITE TITLE: change color; set underline on hover **********  */

p.site-title {
	padding-top:20px;
}

#masthead .site-header-wrapper .site-branding .site-title a {
  	text-decoration: none;
	color:#409E78; /* Main Color */
font-size: 1rem;
}
   

#masthead .site-header-wrapper .site-branding .site-title a:hover {
  text-decoration: underline;
	color:#4F6788;
}


/* ENTRY TITLE*/
.entry-title {
   font-size: 2rem;
   padding-top: 10px;
}


/* Formatting for phones */
@media screen and (max-width: 560px){
h1.entry-title{
	font-size:1.4em;
	}
	
	p.site-title{
		line-height:0.8;
	}
	p.site-title a{
		font-size:0.8em;
	}
	
}

/* **** Structure ***** */


/* remove default padding on main content area | 24356980-HC | GM */
.site-main {
    padding-top: 0;
}

/* Primary: remove the inline margin | 3673332-zen | GM */
@media screen and (min-width: 560px) {
#primary {
        margin-top: 120px !important;
}
.site-header{
	padding-top:10px;
	padding-bottom:6px;	
}
}

/* Place logo next to site title | HC-27265007-JG */
.site-branding {
	width: 40%;
}

#masthead .site-header-wrapper .site-branding .site-logo {
	float:left;
	margin-right: 10px;
}


div#gtranslate_wrapper{
	font-size:14px;
}



