html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
@font-face {
    font-family: 'SA-Stick-A-Round-Bold';
    src: url('fonts/SA-Stick-A-Round-Bold.eot');
    src: url('fonts/SA-Stick-A-Round-Bold.woff') format('woff'), 
          url('fonts/SA-Stick-A-Round-Bold.ttf') format('truetype'),
          url('fonts/SA-Stick-A-Round-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FSAlbert-Regular';
    src: url('fonts/FSAlbert-Regular.eot');
    src: url('fonts/FSAlbert-Regular.woff') format('woff'), 
         url('fonts/FSAlbert-Regular.ttf') format('truetype'), 
         url('fonts/FSAlbert-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FSAlbert-Bold';
    src: url('fonts/FSAlbert-Bold.eot');
    src: url('fonts/FSAlbert-Bold.woff') format('woff'), 
         url('fonts/FSAlbert-Bold.ttf') format('truetype'), 
         url('fonts/FSAlbert-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FSAlbert-Italic';
    src: url('fonts/FSAlbert-Italic.eot');
    src: url('fonts/FSAlbert-Italic.woff') format('woff'), 
         url('fonts/FSAlbert-Italic.ttf') format('truetype'), 
         url('fonts/FSAlbert-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'FSAlbert-Light';
	src: url('fonts/FSAlbert-Light.eot');
	src: url('fonts/FSAlbert-Light.woff') format('woff'),
	     url('fonts/FSAlbert-Light.ttf') format('truetype'),
	     url('fonts/FSAlbert-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    margin: 0;
    font-family: 'FSAlbert-Regular', Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #1d1d1b;
    background: url(/workspace/images/main-bg.jpg) fixed;
}
@media (max-width: 767px) {
   body {
	background: none;
    }
}
p {
    margin: 0 0 1em;
}
strong {
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px;
	color:#1E3374;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
}
h1 {
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva, sans-serif;
    font-size: 29px;
    line-height: 30px;
    font-weight: 400;
	color:#e51b84;
}
h1.title {
    padding: 0 0 7px;
    border-bottom: solid 1px #e51b84;
}
h2 {
    font-size: 18px;
    line-height: 22px;
}
h3 {
    margin: 0 0 10px;
    font-size: 18px;
	line-height:1.4;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 14px;
}
ul {
  margin: 15px 0; 
  padding: 0;
}
ul li {
    padding: 0 0 5px 17px;
    background: url("../images/li-bg.png") no-repeat 0 4px;
    list-style: none;
}
ul li ul {
    margin: 10px 0 0 10px; 
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 10px 0 10px 25px;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
a {
    outline: none;
    color: #e51d84;
    text-decoration: none;
}
a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:active, a:focus, a:hover {
    color: #e51d84;
    text-decoration: underline;
}
.container {
    box-shadow: 12px 0 65px -4px #b4dfaf, -12px 0 65px -4px #b4dfaf;
    -moz-box-shadow: 12px 0 65px -4px #b4dfaf, -12px 0 65px -4px #b4dfaf;
    -webkit-box-shadow: 12px 0 65px -4px #b4dfaf, -12px 0 65px -4px #b4dfaf;
    -o-box-shadow: 12px 0 65px -4px #b4dfaf, -12px 0 65px -4px #b4dfaf;
}

/*................ Helper class ...................*/
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}
.clearfix:after,
.row:after
{
    clear: both;
}
.video {
    margin: 0 0 25px;
}
.icon-rest {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hidden-mobile {
    display: block;
}
.visible-mobile-only {
    display: none;
}
@media screen and (max-width:767px) {
    .hidden-mobile {
	display: none !important;
    }
    .visible-mobile-only {
	display: block !important;
    }
    .mobile-border-bottom {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: solid 1px #67b549;
    }
}
/*.page {
    background: #fff;
}
*/.text-align-center {
    text-align: center;
}

/*........... header .....................*/
header {
    padding: 16px 47px 0;
    background: #fff;
}
.logo-section{
    float: left;
    margin: 10px 0 0;
}
.logo-section img {
    width: 112px;
} 
.header-region{
    float: right;
    margin: 3px 0 0;
}
.main-navi{
    float: right;
    clear: right;
    margin: 24px 0 0;
}
@media screen and (max-width:767px) {
    header {
	padding: 16px 15px 0;
    }
    .logo-section{
	margin: 0;
    }
    .logo-section img {
	max-width: 70px;
    }
}

/*........... header search box .....................*/
.search-box {
    float: right;
    margin: 0;
    padding: 0 0 2px;
    border-bottom: 1px solid #009AD3;
}
.searchtxtfield {
    float: left;
    width: 135px;
    border: 0;
}
.searchtxtfield:focus {
    outline: 0;
}
.search-box .search-btn {
    float: left;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
	background:none;
	font-size:13px;
	color:#009AD3;
}
.search-box .search-btn:hover {
	color:#1E3374;
}


@media screen and (max-width:767px) {
    .header-region {
	width: 100%;
    }
}

/*........... inner pages content .....................*/
.content {
    width: 100%;
    padding: 40px;
    background: #fff;
}
.color-bg {
    background: #f4e8df;
}
@media screen and (max-width:767px) {
    .content {
	padding: 15px;
    }
}
.content-list p {
    margin: 0 0 20px;
}

/*........... top banner .....................*/
.banner {
    position: relative;
}

/*........... header bottom line .....................*/
.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.top-bg img {
    float: left;
    width: 100%;
}
.top-line-bg img {
    width: 100%;
}

/*........... front slider .....................*/
.home-slider .slider-content {
    position: absolute;
    top: 60px;
    right: 65px;
    width: 285px;
}
.home-slider .slider-text {
    margin: 0 0 10px;
    padding: 10px 5px 18px;
    background: url(../images/slider-text-bg.png) no-repeat center top;
    text-align: center;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    font-size: 41px;
    line-height: 38px;
    color: #e51b84;
    font-weight: 400;
}
.home-slider .slider-text2 {
    background: url(../images/slider-text-bg2.png) no-repeat center top;
}
.home-slider .slider-image {
    width: 100%;
    display: block;
}
.home-slider .slider-logos {
    margin: 0;
    padding: 0;
    text-align: center;
}
.home-slider .slider-logos li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
}
.home-slider .flex-control-nav,
.home-slider .flex-direction-nav {
    display: none;
}
@media (max-width: 991px) {
    .home-slider .slider-content {
	top: 20px;
	width: 240px;
    }
    .home-slider .slider-text {
	padding: 10px 5px 8px;
	font-size: 34px;
	line-height: 36px;
	background-size: 100% 100%;
    }
    .home-slider .slider-text2 {
	margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .home-slider .slider-content {
	top: auto;
	bottom: 22px;
    }
    .home-slider .slider-text2 {
	margin-top: 0;
    }
}
@media (max-width: 560px) {
    .home-slider .slider-content {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	width: 100%;
	background: #fff;
	padding: 20px 0 30px;
    }
}

/*........... inner page banner .....................*/
.inner-banner {
    position: relative;
}
.inner-banner img {
    display: block;
}
.inner-banner h1 {
    position: absolute;
    bottom: 10px;
    margin: 0 295px 0 69px;
    background: url("../images/inner-banner-title-bg.png") no-repeat;
    background-size: 100% 100%;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva, sans-serif;
	font-size: 54px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
	padding: 10px 15px;
}

.inner-banner .flexslider .flex-direction-nav {
	position:absolute;
	bottom:-1px;
	right:-5px;
	z-index:10000;
}

.inner-banner .flexslider .flex-direction-nav a {
	color:#fff;
	font-size:0;
	display:inline-block;
	float:left;
}


.inner-banner .flexslider .flex-direction-nav a:Hover {
	text-decoration:none;
}

.inner-banner .flexslider .flex-direction-nav a.flex-next:before {
   font-family: FontAwesome;
   content: "\f054";
   font-size:20px;
   margin-left:14px;
}

.inner-banner .flexslider .flex-direction-nav a.flex-prev:before {
   font-family: FontAwesome;
   content: "\f053";
   font-size:18px;
}

@media (max-width: 1199px) {
    .inner-banner h1 {
    }
}
@media (max-width: 991px) {
    .inner-banner h1 {
    margin: 0 212px 0 20px;
    }
	.inner-banner .flexslider .flex-direction-nav {
		display:none;
	}

}
@media (max-width: 767px) {
    .inner-banner h1 {
	margin: 0 0 0 20px;
    }
}
@media (max-width: 500px) {
    .inner-banner h1 {
	margin: 0 5%;
	width: 90%;
	font-size: 42px;
	line-height: 62px;
	background-size: 100% 100%;
    }
}
@media (max-width: 380px) {
    .inner-banner h1 {
	font-size: 33px;
	line-height: 51px;
    background: #019bd3;
	padding:10px;
	position:relative;
	margin:0 0 1px 0;
	width:auto;
	bottom:auto;
    }
}

/*........... inner page banner quick links .....................*/
.quick-links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 27%;
    padding: 57px 15px 15px 50px;
    background: url("../images/quick-links-bg.png") repeat;
}
.quick-links ul {
    margin: 0;
    padding: 0;
}
.quick-links ul li {
    margin: 0 0 13px;
    padding: 0;
    background: none;
    list-style: none;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
}
.quick-links ul li a {
    color: #fff;
}
.quick-links h2 {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva, sans-serif;
    font-size: 29px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .quick-links {
	padding: 50px 15px 15px 50px;
    }
}
@media (max-width: 991px) {
    .quick-links {
	padding: 34px 15px 15px 30px;
    }
    .quick-links ul li{
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 17px;
    }
}
@media (max-width: 767px) {
    .quick-links {
	position: relative;
	width: 100%;
	padding: 30px 25px 10px;
	background: #019bd3;
    }
    .quick-links h2 {
	padding: 0 0 7px;
	margin: 0 0 15px;
	border-bottom: solid 1px #fff;
    }
    .quick-links ul li {
	float: left;
	width: 50%;
	margin: 0 0 17px;
	font-size: 20px;
	line-height: 24px;
    }
}
@media (max-width: 395px) {
    .quick-links {
	padding: 22px 25px 10px;
    }
    .quick-links ul li {
	font-size: 15px;
	line-height: 15px;
    }
	.quick-links h2 {
		display:none;
	}
}

/*........... green button .....................*/
.green-button {
    display: inline-block;
    margin: 8px 0 0;
    padding: 10px 15px;
    background: url(../images/button-green.png) no-repeat;
    background-size: 100% 100%;
    color: #fff !important;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
    text-align: center;
    text-decoration: none !important;
}
a.green-button:hover,
a.green-button:focus {
    opacity: 0.8;
}
.left-div .green-button {
    display: block;
}

/*........... inner page layout .....................*/
.left-div {
    float: left;
    width: 33%;
}
.right-div {
    float: right;
    width: 62%;
    margin: 0 0 0 5%;
    padding: 0 0 0 5%;
    border-left: solid 2px #67b549;
}
.slider-quotes .flex-control-nav {
    display: block;
    position: relative;
    bottom: -15px;
}
.slider-quotes li {
    padding: 0;
    background: none;
    list-style: none;
}
.slider-quotes .flex-control-nav li a {
    width: 12px;
    height: 11px;
    background: url(../images/control-paging.png) no-repeat; 
}
.slider-quotes .flex-control-nav li a.flex-active,
.slider-quotes .flex-control-nav li a:hover,
.slider-quotes .flex-control-nav li a:focus {
    background-position: 0 -11px !important;
}
.slider-quotes .flex-direction-nav {
    display: none;
}
.nurseryquotes .flex-control-nav {
    display: block;
}
.slider-quotes blockquote {
    font-size: 15px;
    line-height: 18px;
    font-family: 'FSAlbert-Italic', Verdana, Geneva, sans-serif;
}
.slider-quotes blockquote .quoter {
    display: block;
    margin: 15px 0 0;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
}
@media (max-width: 767px) {
    .left-div {
	width: 100%;
	text-align: center;
    }
    .right-div {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
    }
    .left-div .green-button {
	display: inline-block;
    }
}

/*........... inner page white box content .....................*/
.box-content {
    margin: 0 0 25px;
    padding: 30px;
    background: url("../images/callout-bg.png") repeat;
    background-size: 100% 100%;
}
.box-content h2 {
    color: #67b549;
    font-size: 18px;
    line-height: 21px;
}

.box-content a:hover {
	text-decoration:none !important;
}

.box-content h2.small-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 19px;
}
.box-content .read-more {
    font-size: 13px;
    line-height: 16px;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
    color: #67b549;
}
.box-content blockquote {
    margin: 0 0 1em;
    font-family: 'FSAlbert-Italic', Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#1d1d1b;
}
@media (max-width: 991px) {
    .box-content {
	background: url("../images/mobile-callout-bg.png") repeat;
	background-size: 100% 100%;
    }
}
@media (max-width: 767px) {
    .box-content {
	margin: 0 0 15px;
    }
    .box-content h2 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: solid 1px #67b549;
    }
    .box-content h2.small-title {
	margin: 0 0 15px;
    }
    .box-content h2.border-none {
	margin: 0;
	padding: 0;
	border: none;
    }
    .download-link {
	text-align: center;
    }
    .download-link .read-more {
	display: none;
    }
}

/*........... form .............*/
.form {
    margin: 0 0 15px;
}
.txtfield{
    float: left;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 5px 38px 5px 10px;
    color: #969696;
    font-size: 16px;
    font-family: 'FSAlbert-Light', Verdana, Geneva, sans-serif;
    border:1px solid #67b549;
    border-right:0px;
    border-radius: 5px;
}
.btn-submit {
    position: relative;
    z-index: 9999;
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 0 0 -35px;
    padding: 5px 7px;
    outline: none;
    cursor: pointer;
    border: solid 1px #67b549;
    background: url(../images/search-icon-green.png) no-repeat center center #fff;
    text-indent: -999em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*........... front page search bar .............*/
.front-search-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 93px;
    margin: 0;
    padding: 16px 54px 0;
    background: url("../images/search-bar-bg.png") no-repeat;
}
.front-search-bar .form {
    margin: 7px 0 0;
}
.front-search-bar .txtfield {
    height: 47px;
    border:1px solid #019bd3;
    border-right:0px;
    font-size: 20px;
    border-radius: 15px;
}
.front-search-bar .selectbox {
    width: 100%;
    height: 47px;
    padding: 0 50px 0 10px;
    border:1px solid #019bd3;
    background: url(../images/select-list.png) no-repeat right center #fff;
    text-indent: 1px;
    border-radius: 15px;
    color: #969696;
    font-family: 'FSAlbert-Light', Verdana, Geneva, sans-serif;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance:none;
    text-overflow: '';
}
.front-search-bar .selectbox::-ms-expand {
    display:none;
}
.front-search-bar .btn-submit {
    width: 43px;
    height: 47px;
    margin: 0 0 0 -43px;
    border: solid 1px #019bd3;
    background: url(../images/search-icon.png) no-repeat center center #fff;
    border-radius: 0 15px 15px 0;
}
.find-your-nursery {
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva, sans-serif;
    font-size: 31px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
@media (max-width: 991px) {
    .find-your-nursery {
	font-size: 21px;
	line-height: 26px;
	margin: 6px 0 0;
    }
}
@media (max-width: 767px) {
    .front-search-bar {
	position: relative;
	height: auto;
	margin: -10px 0;
	padding: 24px 54px 37px;
	background: url("../images/mobile-search-bar-bg.png") no-repeat;
	background-size: 100% 100%;
    }
    .front-search-bar .form {
	margin: 7px 0;
    }
    .find-your-nursery {
	font-size: 60px;
	line-height: 72px;
    }
}
@media (max-width: 530px) {
    .front-search-bar {
	padding: 24px 10px 37px;
    }
    .find-your-nursery {
	font-size: 35px;
	line-height: 45px;
    }
}

/*........... front callouts .............*/
.front-content {
    margin: 0 !important;
    padding: 20px 23px 43px;
    background: url(../images/front-callouts-bg-top.png) 0 0 no-repeat,
		url(../images/front-callouts-bg-bottom.png) 0 bottom no-repeat,
		url(../images/front-callouts-bg.png) left 0 repeat-y;
}
.front-content .re-bg {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    background: url(../images/re-bg-bottom.png) 7px bottom repeat-x ,
    url(../images/re-bg-right.png) right 0 repeat-y ,
    url(../images/re-bg-top.png) 12px 0 repeat-x ,
    url(../images/re-bg-left.png) left 0 repeat-y;
	cursor:pointer;
    z-index: 9999;
}

.front-content .newsslider .re-bg {
    z-index: 9997;
}

.front-content .re-bg:Hover {
	background-color: rgba(0,0,0,0.23)
}
.front-content .newsslider .re-bg:Hover {
	background-color: transparent
}

.front-callouts {
    position: relative;
}
.front-callouts img {
    display: block;
    width: 100%;
}
.front-cta-image {
    position: relative;
}
.cta-text-image {
    position: absolute;
    z-index: 9999;
    width: 90%;
    margin: 0 5%;
    bottom: 17px;
	text-align:center;
}
.front-cta-image h2 {
    z-index: 9998;
	position:absolute;
    bottom: 17px;
    margin: 0 15%;
	width:70%;
    padding: 4px 10px 2px 10px;
    background: #67b549;
	border-radius:15px;
	display:inline;
    text-align: center;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    font-size: 31px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
}
h2.small-green-bg {
    background: url(../images/cta-title-green-bg-small.png) no-repeat center top;
    padding: 5px 0 2px;
}
.cta-text-image {
    display: none;
}
@media (max-width: 1199px) {
   .front-cta-image h2 {
	background-size: 94%;
	font-size: 31px;
	line-height: 29px;
    margin: 0 10%;
	width:80%;
    }
    h2.small-green-bg {
	background-size: 82%;
    }
}
@media (max-width: 991px) {
   .front-cta-image h2 {
	bottom: 10px;
	background-size: 91%;
	font-size: 19px;
	line-height: 20px;
    }
    h2.small-green-bg {
	background-size: 77%;
	padding: 3px 0 2px;
    }
}
@media (max-width: 767px) {
    .front-content {
	background: #f2eade;
	padding: 26px 0 10px;
	box-shadow: 0 5px 20px 5px #deceb9 inset;
	-moz-box-shadow: 0 5px 20px 5px #deceb9 inset;
	-webkit-box-shadow: 0 5px 20px 5px #deceb9 inset;
	-o-box-shadow: 0 5px 20px 5px #deceb9 inset;
    }
    .front-callouts {
	margin: 0 0 15px;
    }
    .cta-text-image {
	display: none;
    }
    .front-cta-image h2 {
    font-size: 45px;
    line-height: 1.1;
    }
}

/*........... front callouts slider .............*/
.front-cta-slider {
    min-height: 208px;
    padding: 15px 25px !important;
    background: #fff;
}
.front-cta-slider h2 {
    display: block;
    margin: 0 0 10px;
    border-bottom: solid 1px #67b549;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    font-size: 25px;
    line-height: 30px;
    color: #67b549;
    font-weight: 400;
    text-transform: uppercase;
}
.front-cta-slider h3 {
    margin: 0;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #1a418c;
}
.front-cta-slider li {
    padding: 0;
    background: none;
    list-style: none;
}
.front-cta-slider .cta-slider-text {
    margin: 0 0 6px;
    font-family: 'FSAlbert-Light', Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 16px;
}
.front-cta-slider .cta-slider-read-more {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
}
.front-cta-slider .cta-slider-read-more a {
    color: #67b549;
}
.front-cta-slider .flex-viewport {
    position: relative;
    z-index: 9999;
}
.front-cta-slider .flex-direction-nav {
    display: block;
    top: 20px;
    bottom: auto;
    right: 15px;
    z-index: 9999;
    width: 48px;
}
.front-cta-slider .flex-direction-nav a  {
    display: block;
    width: 9px;
    height: 16px;
    background-repeat:none;
    text-indent:-9999px;
    overflow: hidden;
    cursor: pointer;
    position:absolute;
}
.front-cta-slider .flex-direction-nav .flex-prev {
    left: 10px;
    background-image:url(../images/arrow-prev-green.png);
}
.front-cta-slider .flex-direction-nav .flex-next {
    right: 10px;
    background-image:url(../images/arrow-next-green.png);
}
@media (max-width: 767px) {
    .front-cta-slider {
	min-height: auto;
    }
}

/*........... right side book a visit link ............*/
.green-button-big {
    display: block;
    margin: 0 0 10px;
    padding: 10px 22px 8px;
    background: url(../images/green-button-bg-big.png) no-repeat;
    background-size: 100% 100%;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    font-size: 29px;
    line-height: 35px;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    display:inline-block;
}

.right-side-bar .green-button-big {
	display:block;
}

a.green-button-big:hover,
a.green-button-big:focus {
    opacity: 0.8;
}
@media (max-width: 767px) {
    .green-button-big {
	font-size: 51px;
	line-height: 71px;
    }
}
@media (max-width: 500px) {
    .green-button-big {
	font-size: 25px;
	line-height: 33px;
    }
}

/*........... right side red btn ............*/
.red-bg-btn {
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 20px 8px;
    background: url(../images/red-button-bg-big.png) no-repeat;
    background-size: 100% 100%;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    font-size: 29px;
    line-height: 35px;
    color:#fff !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
}
a.red-bg-btn:hover,
a.red-bg-btn:focus {
    opacity: 0.8;
}

/*..........right side links............*/
.green-border-link {
    display: block;
	background:#fff;
    margin: 0 0 10px;
    padding: 12px 5px 10px;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color:#67b549 !important;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: none;
	border: 1px solid #67b549;
	border-radius: 11px;
	text-transform:uppercase;
}
a.green-border-link:hover,
a.green-border-link:focus {
    opacity: 0.8;
}
@media (max-width: 767px) {
    .green-border-link {
	font-size: 51px;
	line-height: 71px;
    }
}
@media (max-width: 500px) {
    .green-border-link {
	font-size: 25px;
	line-height: 33px;
    }
}

/*........... right side quotes.............*/
.green-paper {
    display: block;
    margin: 0 0 20px;
    padding: 20px 15px 5px;
    background: url(../images/green-paper.png) no-repeat;
    background-size: 100% 100%;
    color:#fff;
    text-align: center;
}
.parent-quotes h2{
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    color: #fff;
    font-size: 23px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.parent-quotes p{
    font-family: 'FSAlbert-Italic', Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .parent-quotes h2 {
	font-size: 30px;
	line-height: 32px;
    }
    .parent-quotes p{
	font-size: 22px;
	line-height: 36px;
    }
}
@media (max-width: 500px) {
    .parent-quotes h2 {
	font-size: 25px;
	line-height: 23px;
    }
    .parent-quotes p{
	font-size: 16px;
	line-height: 20px;
    }
}

/*........... right side search form ...............*/
.serch-form {
    margin: 30px 0;
}
.serch-form .title {
    margin: 0 0 15px;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    font-size: 23px;
    color: #67B549;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .serch-form .title {
	font-size: 40px;
	line-height: 50px;
    }
}
@media (max-width: 500px) {
    .serch-form .title {
	font-size: 25px;
	line-height: 33px;
    }
}

/*........... right side contact ...............*/
.contact-map {
    margin: 25px 0;
    padding: 8px 15px;
    background: url(../images/map-bg.png) no-repeat;
    background-size: 100% 100%;
}
.contact-map h2 {
    margin: 0 0 10px;
    font-family: 'SA-Stick-A-Round-Bold', Verdana, Geneva;
    color: #fff;
    font-size: 23px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
}
.contact-map .address {
    max-width: 210px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 11px;
    line-height: 13px;
    border-bottom: solid 1px #67b549;
}
.contact-map .address .email-line {
     overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      /* This is the dangerous one in WebKit, as it breaks things wherever */
      word-break: break-all;
      /* Instead use this non-standard one: */
      word-break: break-word;
}

.contact-map .address td {
    vertical-align: top;
}
.contact-map .address span {
    font-style: italic;
}
.contact-map .address .title {
    display: inline-block;
    width: 58px;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
    color: #67b549;
}
#my-map {
    width: 100%;
    height: 175px;
    margin: 0 0 15px;
}
@media (min-width: 500px) and (max-width: 767px) {
    .contact-map {
	padding: 8px 25px;
    }
    .contact-map .address {
	font-size: 23px;
	line-height: 30px;
    }
    .contact-map h2 {
	font-size: 40px;
	line-height: 43px;
    }
    .contact-map .address .title {
	width: 122px;
    }
}

/*...........footer.....................*/
.footer{
    position: relative;
    margin: -21px 0 0;
    background: url(../images/footer-bg.png) no-repeat;
    color: #fff;
}
.footer-inner {
    margin: 21px 0 0;
    padding: 0 15px 20px;
    background: #189bd3;
}
.footer-bottom{
    padding: 0 15%;
}
.footer-bottom h2{
    margin: 0 0 5px;
    color: #fff;
    font-family: 'FSAlbert-Bold', Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.footer-text {
    font-family: 'FSAlbert-Light', Verdana, Geneva, sans-serif;
    font-size: 11px;
	line-height: 13px;
}
.footer-text a {
    color: #fff;
}
.detail-copyright {
    font-size: 9px;
    line-height: 11px;
}
.footer-cta-border-top {
    padding-top: 10px;
    padding-left: 0;
    border-top: solid 1px #fff;
}
.footer-quick-links ul{
    margin: 0;
    padding: 0;
}
.footer-quick-links ul li{
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
    font-family: 'FSAlbert-Light', Verdana, Geneva, sans-serif;
    font-size: 11px;
	line-height: 13px;
}
.footer-quick-links ul li a{
    color: #fff;
}
.social-icon {
    padding-top: 35px;
    padding-bottom: 15px;
}
.social-icon ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social-icon ul li{
    margin: 0 2px;
    padding: 0;
    background: none;
    list-style: none;
    display: inline;
}
.social-icon img {
    max-height: 65px;
    max-width: 30px;
}
.social-icon img:hover,
.social-icon img:focus{
    opacity: 0.7;
}

.social-icon svg {
    max-height: 65px;
    max-width: 30px;
}

.social-icon svg path {
    fill: #fff;
}

.social-icon svg:hover {
    opacity: 0.8;
}
.social-icon a:hover {
	text-decoration:none;
}

.details p{
    margin: 0
}
.detail-copyright{
    font-size: 11px;
}
.contacts p a{
    color: #fff;
    text-decoration: none;
}
.footer-logo-young img {
    margin-top: 22%;
}
.footer-logo-right img {
    margin: 0 0 10px;
    max-width: 55px;
}

/*........... mobile footer ................*/
.mobile-footer-bottom {
    padding: 0 0 25px;
}
.footer-logos {
    padding: 25px 15%;
}
.footer-logo1 img {
    margin-top: 30%;
}
.footer-logo3 img {
    margin-top: 50%;
}
.footer-contact-info {
    font-family: 'FSAlbert-Light', Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
.footer-contact-info a {
    color: #fff;
}
.footer-contact-info .sup {
    font-size: 70%;
    vertical-align: super;
}
@media (max-width: 767px) {
    .footer{
	display: inline-block;
	width: 100%;
    }
    .mobile-footer-bottom {
	padding: 0;
    }
    .social-icon ul li {
	margin: 0 6px;
    }
    .footer-logos {
	padding: 7px 20% 15px;
    }
    .footer-logo1,
    .footer-logo2,
    .footer-logo3 {
	padding: 0 8px;
    }

.contact-map .address {
    max-width: 800px;
}

}
@media (max-width: 374px) {
    .social-icon ul li {
	margin: 0 2px;
    }
}

/********** BREADCRUMBS ***********/

.breadcrumbs {
	width:100%;
	min-height:16px;
	margin:-10px 0 20px 0;
}

.breadcrumbs li {
    float: left;
    margin: 0 10px 0 0;
    line-height: 1;
    padding: 0;
    color: #ccc;
	font-size:12px;
	background-image:none;
}

.breadcrumbs li a, .breadcrumbs li a:Visited {
    color: #ccc;
}

.breadcrumbs li a:Hover {
    color: #999;
}

.breadcrumbs li:Before {
    content: ">";
    color: #ccc;
	padding-right:10px;
}

.breadcrumbs li:first-child:Before {
    content: none;
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {

	.breadcrumbs {
		margin-top:10px;
	}

}
.nursery .breadcrumbs {
	margin-left:20px;
}

.nursery .breadcrumbs li, .nursery .breadcrumbs li a, .nursery .breadcrumbs li:Before {
	color:#999;
}

blockquote {
	font-size:1.3em;
    font-family: 'FSAlbert-Italic', Verdana, Geneva, sans-serif;
	margin:10px 0;
	line-height:1.3;
	color:#1E3374;
}

blockquote .quoter {
	display:block;
	text-align:right;
	font-style:normal;
	font-size:.75em;
	padding:5px 0 10px 0;
}

.content blockquote .quoter {
	text-align:left;
	font-family: 'fs_albertbold', sans-serif;
}

blockquote p {
	font-size:1em;
	line-height:1.3;
}

/********** PAGINATION ***********/

ul.pagination {
    padding: 0 0 22px 0;
	font-size:0.9em;
}

ul.pagination li {
    list-style-type: none;
    display: inline;
	padding-left:0;
	background:none;
}

ul.pagination li a {
    display: block;
    float: left;
    padding: 0px 4px;
    margin-right: 3px;
    color: #EB1689;
	border: 1px solid #EB1689;
	background-color:none;
}

ul.pagination li span {
    float: left; 
    margin-right: 4px;
}

ul.pagination li a.page {
    background-color:none;
}

ul.pagination li a.page:hover, ul.pagination li a.pagination-previous:hover, ul.pagination li a.pagination-next:hover {
    background: #EB1689;
	border: 1px solid #EB1689;
	text-decoration:none;
    color: #fff;
}

ul.pagination li.selected a.page {
    background-color: #EB1689;
	border: 1px solid #EB1689;
    color: #fff;
}

ul.pagination li.disabled a:hover {
	border: 1px solid #EB1689;
	background-color:#EB1689;
}

.content ul.pagination li:Before {
	display:none;
}

/********** NEWS PAGES ***********/

.article-item {
    margin-bottom: 25px;
}

.content .article-item img {
    width: 100px;
    height: 100px;
    border-width: 4px;
    margin: 8px 0 0 20px;
	float:right;
}

.content .article-item img.newspic {
    width: 100px;
    height: auto;
}

.resultsmap {
    width: 100%;
    height: 400px;
    color: #333;
}

.results-col {
    width: 20%;
    float: left;
}

.map-col {
    width: 78%;
    float: right;
}


@media (max-width: 374px) {
	.results-col, .map-col {
		width: auto;
		float: none;
	}
}

.result {
    position: relative;
    margin-bottom: 20px;
    font-family: 'FSAlbert-Regular';
}

.result h3 {
	margin-bottom:5px;
}

.result p {
	margin-bottom:5px;
}

.result p.distance {
	color:#7E7E7E;
}

/* Responsive IFRAME Embed Encoding 
   Adapts fixed pixel IFRAME sizes and makes them responsive. */


/* First, define the common wrapper elements 
   Padding-top is for the fixed height header of the embedded content */

.youtubeWrapper, .vimeoWrapper, .instagramWrapper {
    position: relative;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}


/* Set the padding-bottom for 16:9 aspect ratio video from YouTube & Vimeo */ 
.youtubeWrapper, .vimeoWrapper {
    padding-bottom: 56.25%;      
}

/* Set padding-bottom for 5:6 aspect ratio Instagram content */
.instagramWrapper {
  padding-bottom: 120%;
}
    
/* For each content source, set the IFRAME to be top left and occupy 100% of width and height of the containing DIV wrapper */    
.youtubeWrapper iframe,
.youtubeWrapper object,
.youtubeWrapper embed,
.vimeoWrapper iframe,
.vimeoWrapper object,
.vimeoWrapper embed,
.instagramWrapper iframe,
.instagramWrapper object,
.instagramWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sidebar-chooser .selectbox {
    width: 100%;
    height: 35px;
    padding: 0 45px 0 10px;
    border: 1px solid #67b549;
    background: url(../images/select-list-green-arrow.png) no-repeat right center #fff;
    text-indent: 1px;
    border-radius: 5px;
    color: #969696;
    font-family: 'FSAlbert-Light', Verdana, Geneva, sans-serif;
   font-size:13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    appearance:none;
    text-overflow: '';
}
.sidebar-chooser .selectbox::-ms-expand {
    display:none;
}
.sidebar-chooser .btn-submit {
    display: none;
}



/********** FORMS ***********/

/* #### http://www.sanwebe.com/2013/10/css-html-form-styles #### */

.formatted-form label, .formatted-form  div.label {
    display: block;
    margin: 0px 0px 5px;
	position:relative;
}

 .formatted-form label>span, .formatted-form  div.label>span {
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 20px;
    margin-top: 10px;
    color: #333;
}

.formatted-form  label>span.double {
    margin-top: 2px;
}

.formatted-form  label>span strong, .formatted-form  div.label>span strong {
	color: #EB1689;
}

.formatted-form input[type="text"], .formatted-form input[type="file"], .formatted-form input[type="email"], .formatted-form textarea, .formatted-form select {
    border: 1px solid #CCC;
    background: #FFF;
    color: #888;
    height: 30px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 48%;
	max-width: 300px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	position:relative;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	font-family: 'fs_albert', Verdana, Geneva, sans-serif;
}

.formatted-form input[type="file"] {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
	height:40px;
}



.formatted-form input[type="text"]:disabled {
	background:#efefef
}

.formatted-form select {
    background: #FFF url('../images/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 46%;
	max-width: 300px;
    height: 30px;
    line-height:15px;
    padding: 5px 0px 5px 5px;
	font-size:12px;
}

.formatted-form .form-button {
	background:#199CD7;
	border-radius:50px;
	padding:4px 15px;
	line-height:15px;
	font-size:13px;
	color:#FFF;
	margin-bottom:10px;
	display:inline-block;
	cursor:pointer;
}

.formatted-form .form-button.grey {
	background:#999;
	margin-left:10px;
}

.formatted-form .del-button {
	display:block;
	font-size:90%;
	padding-right:10px;
}

.formatted-form select.multiple {
    height: 135px;
    background-image:none;
}

.formatted-form textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 60%;
	font-size:1.2em;
}

.formatted-form label.error, .formatted-form label.customerror {
	color:#EB1689;
    margin: -10px 0 10px 0;
	padding-left:31%;
}

.formatted-form select.highlight {
	background-color:#fcd9ec;
}

.button {
    background: #67b34e;
	overflow:hidden;
	border:none;
	color:#FFF;
	margin:0 0 15px 0;
	border-radius:6px;
	display:inline-block;
	padding:5px 20px;
	text-align:center;
	font-size:1.1em;
}

.button:Hover {
	color:#FFF;
	text-decoration:none;
	opacity:0.8;
}

table.sessions, .sessions td, .sessions th {
	border-color:#fff;
	text-align:left;
}

.sessions th {
	font-weight:normal;
}

.sessions td span {display:none; }

.newspic {
	max-width:300px;
	float:right;
	margin:0 0 15px 15px;
}

span.quoter {
	display:block;
	margin-top:6px;
	font-family: 'FSAlbert', Verdana, Geneva, sans-serif;
}

.emt img {
	float:right;
	max-width:100px;
	margin:0 0 20px 20px;
}

.right-side-bar input.txtfield::-webkit-input-placeholder {
   font-size:13px;
   line-height:20px;
   color:#969696;
}

.right-side-bar input.txtfield:-moz-placeholder { /* Firefox 18- */
   font-size:13px;
   line-height:20px;
   color:#969696;
}

.right-side-bar input.txtfield::-moz-placeholder {  /* Firefox 19+ */
   font-size:13px;
   line-height:20px;
   color:#969696;
}

.right-side-bar input.txtfield:-ms-input-placeholder {  
   font-size:13px;
   line-height:20px;
   color:#969696;
}