/* Enter Your Custom CSS Here */


.resource-left {
	float: left;
  	width: 45%;
}

.resource-right {
	float: right;
  	width: 45%;
}

.slider-button {
	padding: 10px 15px; 
  	background-color: #F4CB50;
  	color: #fff;
  	font-size: 14px;
}

.slide.layout-bubble-top-right > .description {
  right: 0px;
  top: 0px;
  padding: 20px;
  background: #65686F;
}

.description > .background {
	background-color: #65686F;
}

.slide[class*="layout-bubble-"] > .description > .inner {
  padding: 0px;
  height: 350px;
  max-width: 250px;
}

#precontent .slide > .description h4 {
  color: #fff;
  font-size: 24px;
}

.fix {
	clear: both;
}

.background {
  background-color: #ffffff;
}

.site-title img{
  width:500px;
    height:auto;
}

.home #content {
	padding-top: 14px;
}

.widgettitle {
	font-size: 18px;
}

.textwidget {
	font-size: 12px;
}

.flex-nav {
	display: none;
}

#header > .background {
	background: rgb(244, 203, 80) !important;
}

#prefooter > .background {
background-color: #fff;
}

#primary-nav-menu > li > a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#precontent > .background > div.pattern {
	display: none;
}

#precontent > .background > div.shadow {
	display: none;
}

#precontent > .background > div.flare {
	display: none;
}

#precontent > .background {
  background-color: #fafafa !important;}

#primary-bar span {
	display: block;
  	color: #000;
 	text-align: right;
}

.header-contact {
	float: right;
  	padding: 20px;
}

.header-phone {
	font-size: 24px;
  color: #000;
}

#precontent h1, #precontent h2, #precontent h3, #precontent h4, #precontent h5, #precontent h6 {
color: #000;
}

.flare {
	display: none;
}

.site-title img {
  width: 350px;
}

.formRow .button {
	margin-top: 20px;
}

.formRow img {
	margin: 20px 0 10px 0;
}

#primary-nav {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
}


.textwidget img {
	vertical-align: top;
}


@media all and (max-width: 767px) {
	.resource-left {
  	width: 90%;
    margin: 0 auto;
}

.resource-right {
  	width: 90%;
    margin: 0 auto;
    float: left;
}


}