/* 
Pink: #ec008c;
Grey: #636466;
Blue: #439bc7;
Green: #6aa42f;
*/
/* Geneeral */



.hiding {
	display: none;
}
.pad-20 {
	width: 100%;
	height: 20px;
}
.white {
	color: #fff !important;
}
.pink {
	color: #ec008c !important
}
.pink-bg {
	background: #ec008c !important
}
.green {
	color: #6aa42f !important
}
.green-bg {
	background: #6aa42f !important;
}
.blue {
	color: #439bc7 !important
}
.blue-bg {
	background: #439bc7 !important;
}
.green-bg h3::before {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #93d64e !important;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	bottom: -27px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 46px;
}
.green-bg .fa {
	color: #93d64e;
	transition: color 0.3s
}
.gridItem:hover .green-bg .fa {
	color: #fff
}
.blue-bg .fa {
	color: #96e9d5;
	transition: color 0.3s
}
.gridItemWrapRight:hover .blue-bg .fa {
	color: #fff !important
}
.green-bg {
	background: #6aa42f !important;
}
.white-bg h3::before {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #ddd !important;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	bottom: -27px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 46px;
}
.white-bg .viewMore {
	color: #636466 !important;
}
.white-bg .fa {
	color: #ddd;
	transition: color 0.3s
}
.gridItem:hover .white-bg .fa {
	color: #636466
}
.gridItemVideo h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	line-height: 56px;
	margin-bottom: 70px;
	position: relative;
	text-transform: uppercase;
	box-sizing: border-box;
	height: 72px;
	margin-bottom: 0;
	text-align: center;
	margin-right: 0;
	margin-top: -36px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.gridItemVideo h3 .fa-angle-right {
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
	position: relative !important;
	left: 4px !important;
	top: 3px !important;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.gridItemVideo:hover h3 .fa-angle-right {
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: none !important;
}
.viewMore {
	border-radius: 0 !important;
	text-transform: none !important;
	font-size: 22px !important;
	font-weight: 300 !important;
	font-family: inherit !important;
	color: #fff !important;
	border-width: 1px !important
}
/* Header */
#header {
	background: #fff;
}
#header .logo-top {
	width: 280px;
	position: relative;
	top: -10px;
}
#header .mainMenu a {
	color: #636466
}
#header .mainMenu .current a {
	color: #ec008c
}
#header .is-sticky {
	background: #ec008c !important
}
#header .is-sticky li a {
	color: #fff !important;
	opacity: 0.8;
}
#header .is-sticky a:hover {
	opacity: 1;
}
#header .is-sticky .current a {
	opacity: 1;
}
#header  .logo-top-white {
	width: 200px;
	position: relative;
	top: -2px;
}
#header .nav-dd {
	background-color: rgba(67,155,199,0.94);
	min-width: 330px;
	border-top:1px solid #fff;
}
#header .nav-dd a {
	color: #fff !important;
	font-weight: bold;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	opacity: 1;
	border-bottom: 1px solid rgba(256,256,256,0.2);
	transition: all 0.3s !important;
}
#header .nav-dd a:hover {
	border-bottom: 1px solid rgba(256,256,256,0.4);
	background-color: rgba(67,155,199,1);
	padding-left: 25px;
}
#header .nav-dd li:last-of-type a {
	border-bottom: 1px solid rgba(256,256,256,0);
}
/* Slider */
.homeBxSlider, .homeBxSliderWrap, .homeBxSlider .slide, .homeBxSlider .slideDesc {
	height: 650px !important;
}
.left-desc {
	top: 150px !important;
	text-align: left;
	padding-left: 70px;
}
.left-desc h2 {
	width: 55%;
	font-size: 48px;
	margin-bottom: 5px;
	text-transform: none;
}
@media only screen and (max-width: 1259px) {
	.left-desc h2 {
		font-size: 42px;
		margin-bottom: 15px;
		width: 70%;
	}
	.left-desc h3 {
		font-size: 28px !important;
		line-height: 30px !important;
		width:60% !important;
	}
	.left-desc p {
		font-size: 18px !important;
		line-height: 28px !important;
		margin-bottom: 35px !important
	}
}
@media only screen and (max-width: 1023px) {
	.showMobileMenu {
		position: absolute;
		top: 20px;
		right: 20px;
		background: #ccc
	}
	.left-desc h3 {
		width:60% !important;
	}
	.homeBxSlider .slide  {
		background-position: right -190px top 0px;
	}
}
@media only screen and (max-width: 767px) {
	.left-desc h3 {
		width:60% !important;
	}
	.homeBxSlider .slide  {
		background-position: right -190px top 0px;
	}
	.left-desc h2 {
		width: 60% !important;
		font-size:30px;
	}
	.left-desc h3 {
		width: 50% !important;
		font-size:24px !important;
		margin-bottom: 60px !important;
	}
	.left-desc p {
		display: none;
	}
	.homeBxSlider .slide  {
		background-position: right -260px top 0px;
	}
}
@media only screen and (max-width: 479px) {
	.logo img {
		width: 200px !important;
		position: relative;
		top: -3px !important;
		left: -20px;
	}
}
.left-desc h3 {
	width: 46%;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 16px;
}
.left-desc p {
	width: 45%;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}
.bx-controls-direction a {
	margin-top: 22px !important;
}
.bx-controls-direction .bx-prev {
	position: relative;
	left: 25px !important;
}
.bx-controls-direction .bx-next {
	position: relative;
	right: 25px !important;
}
.blueBtn {
	border-radius: 0;
	text-transform: none;
	background: #439bc7 !important;
	font-size: 22px !important;
	font-weight: 300 !important;
	font-family: inherit !important;
	color: #fff !important;
	border: 1px solid #96e9d5 !important;
	padding: 10px 25px;
	text-decoration: none;
	transition: background 0.3s
}
.blueBtn:hover {
	background: #96e9d5 !important;
}
.greenBtn {
	border-radius: 0;
	text-transform: none;
	background: #6aa42f !important;
	font-size: 22px !important;
	font-weight: 300 !important;
	font-family: inherit !important;
	color: #fff !important;
	border: 1px solid #93d64e !important;
	padding: 10px 25px;
	text-decoration: none;
	transition: background 0.3s
}
.greenBtn:hover {
	background: #93d64e !important;
}
/* General */
.quoteBox blockquote {
	color: #fff;
	padding: 30px 60px;
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 30px;
}
.quoteBox blockquote strong {
	margin-top: 30px;
	display: inline-block;
	font-size: 14px;
}
.big-quote {
	font-size: 40px !important;
	color: rgba(256,256,256,0.5)
}
.quoteBox .viewClasses {
	border-radius: 0;
}
.quote-page-row {
	text-align: center;
	margin-bottom: 30px;
	padding: 60px;
	background: #fafafa;
	border:1px solid #eee;
}
.quote-page-row .fa-quote-left {
	color: #eee;
	margin-bottom: 15px;
}
.quote-page-row blockquote {
	font-size: 22px !important;
	margin-bottom: 30px;
	margin-left: 15%;
	margin-right: 15%;
}
.quote-page-row blockquote strong {
	display: inline-block;
	margin-top: 15px;
	font-size: 15px;
}
/* Mobile Menu*/
.showMobileMenu {
	background: #fff
}
.showMobileMenu span {
	background: #636466 !important
}
.mobileMenu .current a {
	color: #ec008c !important
}
.is-sticky .showMobileMenu {
	background: #ec008c;
	margin-top: 5px;
	margin-right: 5px;
}
.is-sticky  .showMobileMenu span {
	background: #fff !important
}
/* Sub Page */
.subpageHdr {
	height: 240px;
	background-color: #6aa42f;
	background-size: 100% auto;
	background-position: left 0px top -100px;
}
.subPageBar {
	background-color: #439bc7;
	color: #fff;
}
.subPageBar .pageTitle {
	color: #fff;
}
.subPageBar .categoryList i , .subPageBar .categoryList span {
	color: #fff ;
}
.subPageBar .categoryList i  {
	background: none;
	font-size: 20px;
	top: 26px
}
.eventLearnMore i  {
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	border-color:#96e9d5;
	color: #ccc;
	transition: all 0.3s
}
.eventLearnMore:hover i  {
	color: #fff;
	background: #439bc7
}
.copyright p, .copyright .se {
	display: inline;
}
.se {
	margin-top: 20px;
}
.se a {
	opacity: 0.7;
	transition: opacity 0.3s
}
.se a:hover {
	opacity: 1
}
.se img {
	margin-left: 20px;
	width: 90px
}
.newfooterMenu li a, .newfooterMenu li a:visited {
	color: #7f7f7f !important;
	opacity: 0.8;
	display: block;
	font-family: "Montserrat",sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease 0s;
}
.newfooterMenu li {
	margin: 0 4px;
}
.newfooterMenu li {
	display: inline-block;
	margin: 0 13px;
}
.newfooterMenu ul {
	clear: none!important;
}
.copyright{
	text-align: left;
	padding-left: 17px;
	clear: none;
	padding-top: 15px;
}
#footer {
	height: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top:1px solid #eee;
}
.fsblogo{
	float: right;
	padding-right: 37px;
	margin-top: 5px;
}
.footercontainer{
	padding-left: 20px;
}
.fsblogo img{
	height: 45px;
}
label{
	display:inline-block;
	width:159px;
	text-align: left;
	padding-right: 7px;
}
/*.input-text {
	width: 270px; 
}*/
textarea {
	/*max-width: 270px;*/ 
	height: 200px;
}
#map_canvas{
	float: left;
	margin-top: 0px!important;
	margin-bottom: 50px;
}
.contact{
	padding-top: 60px!important;
}
.contactInfo h3{
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 22px;
	margin-top: 32px;
	text-align: left;
}
.test{
	margin-top: 0px!important;
}
.requirements p{
	padding-left: 0px;
}
@media only screen and (max-width: 1023px) {
	.contactInfo{
		float:left;
	}
}
textarea, input{
	border: 1px solid #ccc!important;
}
input, textarea {
	padding: 8px!important;
	width: 95%;
}
input[type=text], textarea, input[type=tel], input[type=email] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	/*padding: 3px 0px 3px 3px;*/
	margin: 5px 1px 13px 0px;
	border: 1px solid #DDDDDD;
}
input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}
blockquote p {
	line-height: 1.3;
	font-size: 18px;
}
h1, h2, h3,h4, h5, h6 {
	text-transform: lowercase !important
}

h3.small-mrgn, h4.small-mrgn {
	margin: 15px 0;
}

hr {
	background-color: #fff !important;
	border:1px solid #eee;
	border-top: 0;
	

}

/* Form */
.input-text {
	padding: 10px !important;
}
.input-text.error {
	border:1px solid #cd0000 !important;
}
#msg {
	text-align: left;
	width: 263px;
	margin-left: 170px;
	background-color: #fafafa;
	padding: 15px;
	border:1px solid #eee;
	line-height: 20px;
	display: none;
}
#msg.failed {
	background-color: rgba(203,0,0,0.1);
	border-color: rgba(203,0,0,1);
	color: #222
}
#msg.failed i {
	color: rgba(203,0,0,1);
}
#msg.success {
	background-color: rgba(106,164,47,0.1);
	border-color: rgba(106,164,47,1);
	color: #222
}
#msg.success i {
	color: rgba(106,164,47,1);
}
@media only screen and (max-width: 480px) {
	#msg { 
		margin-left: 0px;
	}
}
.serv-img {
	width:50%; float: left; margin-right: 30px;
}


.wrapper p, .eventItem p, singlePostWrap p {
	color: #444 !important;
}


.fb-side {
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 999;
	right: -3px;
	top: 200px;
	background:#439bc7;
	color:#fff;
	border:1px solid rgba(256,256,256,0.5);
	text-align: center;
	font-size: 30px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3)
}

.fb-side .fa {
	position: relative;
	top: 10px;
	left: 0;
	transition: all 0.3s;
}

.fb-side:hover .fa {
	left: -3px;
}