.slider.float_l {
	background-image: url('../images/slide.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 620px;
}
.find-member.float_l {
    background-color: #aee4e8;
}
.find-member-box.float_l {
    background-color: #4e989d;
    border-radius: 10px;
    padding: 30px 25px;
    margin: -15px 0;
    position: relative;
}
.find-member-box .text, .find-member-box .find-member-form, .find-member-form input, .find-member-form select {
    float: left;
}
.find-member-box .text {
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 25px 0 5px;
}
.find-member-form input[type="text"], .find-member-form select {
    font-size: 18px;
    border: none;
    line-height: 24px;
    padding: 2px 12px;
    margin: 5px 0 0 0;
}
.find-member-form input[type="text"] {
    width: 350px;
    font-style: italic;
}
.find-member-form select {
    width: 320px;
    margin-left: 20px;
}
.find-member-form input[type="submit"] {
    font-family: Avenir;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0 0 20px;
    line-height: 24px;
    padding: 2px 28px;
    color: #fff;
    cursor: pointer;
    background-color: #064561;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.find-member-form input[type="submit"]:hover, .events-area a.full-cal:hover, .member-text a.more:hover, .news-area a.more:hover {
    background-color: #1b6586;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.welcome-area.float_l {
    background-image: url('../images/welcome-area-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 35px 0;
}
.welcome-text {
    float: left;
    width: 47%;
}
.welcome-text .heading {
    font-size: 60px;
    font-weight: bold;
    color: #044460;
    line-height: 70px;
    margin: 20px 0 12px 0;
    text-transform: uppercase;
}
.welcome-img {
    float: right;
    width: 47%;
}
.welcome-img img, .member-img img {
    float: left;
    border: 9px solid #fff;
    box-shadow: 0 0 15px rgba(0, 39, 32, 0.35);
}
.events-area.float_l {
    background-image: url('../images/events-area-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.events-area .heading, .member-text .heading, .news-area .heading {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    text-align: center;
}
.events-area .events-box {
    /*float: left;*/
    width: 48%;
    text-align: left;
    margin: 0.8%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.80);
    padding: 30px 30px 0;
}
.events-box .event .date {
    font-size: 30px;
    font-weight: bold;
    color: #27617b;
    line-height: 38px;
}
.events-box .event a {
    float: left;
    text-transform: uppercase;
    color: #000000;
    line-height: 26px;
    margin: 0 0 0 0;
}
.events-box .event a:hover {
    text-decoration: underline;
}
.events-box .event {
    margin: 0 0 14px 0;
}
.events-area a.full-cal {
    font-weight: bold;
    text-transform: uppercase;
    margin: 34px 34% 0 34%;
    line-height: 34px;
    padding: 5px 0;
    color: #fff;
    float: left;
    font-size: 24px;
    text-align: center;
    width: 32%;
    background-color: #064561;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.member-area.float_l {
    background-image: url('../images/member-area-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
}
.member-img {
    float: left;
    width: 40%;
}
.member-text {
    float: left;
    width: 60%;
    padding: 0 0 0 5%;
}
.member-text .heading {
    text-align: left;
    color: #044460;
    margin: 15px 0 12px 0;
}
.member-text a.more, .news-area a.more {
    font-weight: bold;
    text-transform: uppercase;
    margin: 38px 0 0 0;
    line-height: 30px;
    padding: 4px 40px;
    color: #fff;
    float: left;
    font-size: 22px;
    text-align: center;
    background-color: #064561;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-area.float_l {
    background-image: url('../images/news-area-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.news-area .heading {
    text-align: left;
    color: #044460;
    margin: 0 0 12px 0;
}
.latest-news-box {
    margin: 13px 0;
    background: rgba(255, 255, 255, 0.80);
}
.latest-news-box a.thumb, .latest-news-box a.thumb img{
	float: left
}
.latest-news-box a.thumb {
    width: 25%;
}
.latest-news-box .news-text {
    float: left;
    width: 75%;
    padding: 0 0 0 0;
}
.latest-news-box .news-text {
    float: left;
    width: 75%;
    padding: 30px 3% 10px 3%;
}
.latest-news-box .news-text .news-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #044460;
    line-height: 30px;
    margin: 0 0 14px 0;
}
.news-text .simple-text a {
    font-weight: bold;
    color: #27617b;
}
.news-text .simple-text a:hover {
    text-decoration: underline;
}
.news-area a.more {
    margin: 23px 0 10px 0;
    padding: 4px 64px;
}
.we-help-area.float_l {
    background-color: #4e989d;
    padding: 42px 0;
}
.we-help-area .help-text {
    float: left;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
}
.we-help-area a.contact {
    float: right;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    margin: 5px 0 0 0;
    border: 2px solid #fff;
    padding: 2px 34px 3px 34px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.we-help-area a.contact:hover {
    border: 2px solid #064561;
    background-color: #064561;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.welcome-text .simple-text, .member-text .simple-text, .news-text .simple-text {
}












@media screen and (max-width: 1200px) {
	.slider.float_l {
	  height: 430px;
	}
	.slider.float_l, .welcome-area.float_l, .events-area.float_l, .member-area.float_l, .news-area.float_l {
	  background-size: cover;
	}
	.find-member-form input[type="text"], .find-member-form select {
	  width: 211px;
	}
	.welcome-text .heading, .events-area .heading, .member-text .heading, .news-area .heading {
	  font-size: 36px;
	  line-height: 44px;
	  margin: 0 0 5px;
	}
	.welcome-text {
	  width: 51%;
	}
	.events-box .event .date {
	  font-size: 24px;
	  line-height: 28px;
	}
	.events-area .events-box {
	  padding: 30px 30px 0;
	}
	.events-area a.full-cal {
	  margin: 34px 30% 0;
	  width: 40%;
	}
	.member-text {
	  padding: 0 0 0 3%;
	}
	.member-text a.more, .news-area a.more {
	  margin: 20px 0 0;
	}
	.latest-news-box .news-text .news-title {
	  margin: 0 0 5px;
	}
	.latest-news-box .news-text {
	  padding: 15px;
	}
}
@media screen and (max-width: 990px) {
	.find-member-form input[type="text"], .find-member-form select {
	  width: 256px;
	}
	.events-area a.full-cal {
	  margin: 34px 25% 0;
	  width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.slider.float_l {
	  height: 150px;
	}
	.find-member-box.float_l {
	  background-color: transparent;
	  margin: 0;
	}
	.find-member.float_l {
	  background-color: #4e989d;
	}
	.find-member-box .text, .find-member-form input[type="text"], .find-member-form select, .welcome-text, .events-area .events-box, .events-area a.full-cal, .member-text, .latest-news-box .news-text {
	  width: 100%;
	}
	.find-member-box .text, .we-help-area .help-text {
	  font-size: 26px;
	  line-height: 30px;
	  padding: 0;
	}
	.find-member-form select, .find-member-form input[type="submit"] {
	  margin: 10px 0 0;
	}
	.find-member-box.float_l {
	  max-width: 300px;
	  padding: 25px 0;
	}
	.welcome-img, .member-img, .latest-news-box a.thumb {
	  display: none;
	}
	.welcome-area.float_l, .events-area.float_l, .member-area.float_l, .we-help-area.float_l {
	  padding: 30px 0;
	}
	.welcome-text .heading, .events-area .heading, .member-text .heading, .news-area .heading {
	  font-size: 28px;
	  line-height: 38px;
	  margin: 0;
	  text-align: left;
	}
	.events-area a.full-cal {
	  margin: 0;
	}
	.events-area .events-box {
	  margin: 0 0 15px 0;
	}
	.member-text {
	  padding: 0;
	}
	.we-help-area a.contact {
	  float: left;
	}
}