/* custom style sheet */

.title-area
{
  background-color: #ffffff;
  background-image: url("images/header-ss-logo.png");
  background-repeat: no-repeat;
  box-shadow: #888888;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  float: left;
  font-family: Lato,sans-serif;
  font-weight: 400;
  margin: 14px 0 10px; 
  max-width: 210px;
  min-width:190px;
  height: 97px;
  /*padding-top: 1.3rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;*/
  padding: 26px 30px 30px; 
  position: relative;
  z-index: 9999;
}

.site-title {
  display: none;
}

.nav-primary .genesis-nav-menu {
	  background-color: #e9e4db; 
	  padding-left:210px; 
}

.genesis-nav-menu a {
  padding-right: 8px;
  padding-left: 8px;
}

.genesis-nav-menu .menu-item {
	font-size: 18px;
}

.home-top {
  margin-bottom: 10px;
}


/* Home Bottom change to two widgeted areas
-----------------------------*/

.home-bottom {
	font-weight: 300;
	overflow: hidden;
}

.home-bottom .widget-area {
	float: left;
}

.home-bottom .widget {
	margin-bottom: 18px;
}

.home-bottom .widget-area.home-bottom1 {
	width: 46%;
}

.home-bottom .widget-area.home-bottom2 {
	width: 48%;
}

.home-bottom .widget-area.home-bottom2 {
	margin-left: 3%;
	float: right;	
}

.home-bottom .widget-area.home-bottom3 {
	display:none;
}



h1 {
  font-size: 2.4rem;
  color: #00749f;
}

h3 {
  font-size: 2.2rem;
  color: #000000;
}

.entry-content h3 {
  font-size: 1.8rem;
  color: #000000;
  font-weight:bold;
}


/* Line 741 */
.entry-title
{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.cta-box {
	  /*height:200px;*/
}

.home-cta .widget-title {
	margin-top:20px;
	margin-bottom:0px;
}

.home-slider {
  background-color: #000000;
}

.home-slider .more-link {
	display:inline;
	margin-right:12px;
	height:50px;
	background-color:#000000!important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1152px) {

	.wrap {
		max-width: 96%;
	}

	.content {
		padding: 0;
		width: 68%;
	}

	.sidebar-primary {
		width: 30%;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 12px 16px;
	}

	.genesis-nav-menu .menu-item {
		font-size: 17px;
	}

}

@media only screen and (max-width: 1024px) {

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 12px 10px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	div.soliloquy-container .soliloquy-caption {
		bottom: 5%;
	}

	div.soliloquy-container .soliloquy-control-nav {
		left: auto;
		right: 10px;
	}

}

@media only screen and (max-width: 900px) {

	.header-image .site-title,
	.header-image .site-title a {
		float: none;
		max-width: 100%;
	}

	.header-image .site-title {
		background-position: center center;
	}

	.content {
		padding: 0;
		width: 60%;
	}

	.sidebar-primary {

		width: 38%;
	}

	.title-area {
		float: none;
		margin: 0 auto;
	}

	.site-header .widget-area {
		clear: both;
		display: block;
		float: none;
		margin: 20px 0 0;
	}

	.nav-primary,
	.home .site-header {
		position: relative;
		top: auto;
	}

	.site-header .wrap,
	.nav-primary .wrap {
		max-width: 100%;
	}

	.home .nav-primary {
		box-shadow: 0 0 6px #999999;
	}

	.nav-primary .genesis-nav-menu {
		padding-left: 0;
	}

	.wsm-cta .cta-text {
		max-width: 80%;
	}

	.home-bottom .widget-area {
		margin-bottom: 30px;
	}

	.home-bottom .widget-area.home-bottom1 {
		width: 100%;
	}

	.home-bottom .widget-area.home-bottom2,
	.home-bottom .widget-area.home-bottom3 {
		width: 48%;
	}

	.home-bottom .widget-area.home-bottom2 {
		margin-left: 0;
	}

	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}


@media only screen and (max-width: 680px) {

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 6px 10px;
	}

	.content,
	.sidebar-primary {
		width: 100%;
	}

	div.soliloquy-container .soliloquy-caption {
		position: relative;
	}

	div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		max-width: 100%;
		padding: 20px;
	}

	.wsm-cta .cta-text {
		max-width: 65%;
	}

	.home-cta .wsm-cta .cta-text {
		color: #231F20;
		bottom: auto;
		font-size: 16px;
		left: auto;
		margin: 10px 0;
		max-width: 100%;
		position: relative;
		text-shadow: none;
	}

	.home-bottom .widget-area.home-bottom2,
	.home-bottom .widget-area.home-bottom3 {
		float: none;
		width: 100%;
	}

	.entry-categories,
	.entry-tags {
		float: left;
		margin: 0 0 5px;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.home-top .widgettitle,
	div.soliloquy-container .soliloquy-caption h1,
	div.soliloquy-container .soliloquy-caption h2 {
		font-size: 32px;
	}

	.footer-left,
	.footer-right {
		float: none;
		margin: 0 0 20px;
		max-width: 100%;
		text-align: left;
	}

	.footer-nav ul.nav {
		float: none;
	}

}

@media only screen and (max-width: 380px) {

	.title-area {
		max-width: 96%;
		padding: 30px 2%;
	}

	.home-cta .widget-area {
		float: none;
		margin: 0 auto;
		width: 96%;
	}

	.site-title {
		font-size: 52px;
	}

}
