@charset "utf-8";
/* CSS Document */

body {
    font-family: 'BlissPro-Bold';
}
section,div,span,h1,h2,h3,h4,h5,h6,p,i,ul,ol,li{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div {
    margin: 0px;
    padding: 0px;
}
.container {
    width: 794px;
    margin: 0px auto;
}
.intro-tilte ol {
    list-style: decimal;
    padding-left: 21px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.gutter {
    margin-bottom:60px;
}
.red-text,
.red-text *{
	color:red!important;
}
.z {
    border: 1px solid red;
}
.inner-content ul li:before {
    content: '\e806';
    font-family: "vw-icons";
    font-size: 12px;
    color: #062f5f;
    padding: 0px 2px;
}
.vwf {
    font-family: "vw-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
label {
    font-family: 'BlissPro-Bold';
    font-size: 18px;
    color: #333333;
    display: block;
    margin-bottom: 5px;
	margin-top:15px;
}
input[type="text"],
input[type="email"],
input[type="password"],
.textbox,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
    border: 1px solid #676767;
    padding: 9px 5px;
    font-family: 'BlissPro-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 90%;
    width: calc(100% - 26px);
    margin-bottom: 12px;
}
select {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
    border: 1px solid #676767;
    padding: 9px 5px;
    font-family: 'BlissPro-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 100%;
	background-color:white;
    height: 37px;
}
select.cat_dropdown_smaller {
    width:50%;
	display:inline-block;
}
textarea {
    min-height: 92px;
	resize:vertical;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input::-webkit-input-placeholder {
    color: #989898;
}
input:-moz-placeholder {
    color: #989898;
}
/* FF 4-18 */

input::-moz-placeholder {
    color: #989898;
}
/* FF 19+ */

input:-ms-input-placeholder {
    color: #989898;
}
/* IE 10+ */

input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    color: #333333;
    font-family: 'BlissPro-Bold';
    font-size: 15px;
    display: inline-block;
    margin: 16px 0px;
    margin-right: 38px;
    text-transform: inherit;
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
}
input[type="checkbox"]:checked + label span {
    background: url(../images/check_radio_sheet.png) -20px top no-repeat;
}
input[type="radio"] {
    display: none;


}
input[type="radio"] + label {
    color: #333333;
    font-family: 'BlissPro-Bold';
    font-size: 15px;
    display: inline-block;
    margin: 16px 0px;
    margin-right: 38px;
    text-transform: inherit;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) -40px top no-repeat;
    cursor: pointer;
}
input[type="radio"]:checked + label span {
    background: url(../images/check_radio_sheet.png) -60px top no-repeat;
}
.captchaimg img{
    margin-right: 0!important;
    margin-top: 0!important;
    border-radius: 0!important;
    height: auto!important;
	width:172px!important;
}

.captchaimg{
	margin-right:5px;
}
h1 {
    font-family: 'BlissPro-Bold';
    font-size: 65px;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2 {
    font-family: 'BlissPro-Bold';
    font-size: 49px;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 30px;
}


h3 {
    font-family: 'Corbel-Italic';
    font-size: 33px;
    color: #707070;
    padding-bottom: 25px;
}

h4 {
    font-family: 'BlissPro-Bold';
    font-size: 30px;
    color: #252525;
    line-height: 35px;
    padding-bottom: 20px;
}
h5 {
    font-family: 'BlissPro-Bold';
    font-size: 24px;
    color: #252525;
    padding-bottom: 15px;
}
h6 {
    font-family: 'BlissPro-Bold';
    font-size: 14.46px;
    padding-bottom: 10px;
}
p, ul, ol {
    font-family: 'BlissPro-Bold';
    font-size: 17px;
    color: #555555;
    line-height: 23px;
    padding-bottom: 10px;
}
ul li,
ol li {
    font-family: 'BlissPro-Bold';
    font-size: 17px;
    color: #555555;
    line-height: 23px;
    padding-bottom: 4px;
}
.inner-content ul li:first-child:before {
    content: '';
    font-family: "vw-icons";
    font-size: 0px;
    color: #062f5f;
    padding: 0px 2px;
}
a {
    font-family: 'BlissPro-Bold';
    /*font-size: 17px;*/
    color: #062f5f;
    /*line-height: 23px;*/
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover {
    color: #7ea931;
}
a.more {
    position: absolute;
    top: 98px;
    right: 0;
    text-transform: uppercase;
}
a.more .vwf {
    font-size: 15px;
    margin-left: 5px;
}
.header-dash {
    border-bottom: 5px solid #bcbdc0;
    display: block;
    padding-bottom: 23px;
    width: 130px;
    height: 5px;
    text-align: center;
    margin: 0 auto;
}
span {
    font-family: 'BlissPro-Bold';
    font-size: 17px;
}
.text-center {
    text-align: center;
}
.common-div {
    width: 232px;
    float: left;
    margin-right: 49px;
    margin-bottom: 49px;
}
.common-div.news-item:nth-of-type(3n) {
    margin-right: 0;
}
.common-div.news-item:nth-of-type(3n+1) {
    clear:both;
}
.pagination.webapp{
	float:left;
}
.overlay-green {
    background: rgba(125, 167, 48, 0.8);
    min-height: 311px;
    padding: 100px 0px 77px 0px;
}
.overlay-blue {
    background: rgba(12, 52, 96, 0.8);
    min-height: 311px;
    padding: 100px 0px 77px 0px;
}
.blue-btn,
form .blue-btn,
input[type="submit"],
.button {
    color: #fff;
	font-size:15px;
    text-transform: uppercase;
    background: #062f5f;
    padding: 16px 45px;
    text-align: center;
    display: inline-block;
    font-family: 'BlissPro-Bold';
	margin-top:17px;
    box-sizing: inherit;
    border-radius:0;
}
.blue-btn:hover,
form .blue-btn:hover,
input[type="submit"]:hover {
    color: #062f5f;
    background: #fff;
	cursor:pointer;
}






.green-btn,
form .green-btn {
    color: #fff;
    text-transform: uppercase;
    background: #7ea931;
    padding: 16px 45px;
    text-align: center;
    display: inline-block;
    font-family: 'BlissPro-Bold';
}
.green-btn:hover,
form .green-btn:hover {
    color: #062f5f;
    background: #fff;
	cursor:pointer;
}
.green-swirlicon {
    background: url(../images/green-swirl.jpg) no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.green-swirlicon p {
    font-size: 24.3px !important;
    color: #062f5f !important;
}
.blue_right-swirlicon {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 0 !important;
}
.trigger {
    padding: 10px;
    color: #424242;
    font-size: 15px;
    width: 72%;
    background: transparent url(../images/Dropdown-icon.png) no-repeat 98% 16px;
    border: 1px solid #676767;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    margin: 16px 0px;
}
.trigger:hover {
    color: #000;
    background: transparent url(../images/Dropdown-icon.png) no-repeat 98% 16px;
}
.activetrigger {
    color: #424242;
    padding: 10px;
    font-size: 15px;
    width: 72%;
    background: transparent url(../images/Dropdown-icon.png) no-repeat 98% 16px;
    display: inline-block;
    border: 1px solid #676767;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-bottom: none;
    margin-top: 16px;
}
.activetrigger:hover {
    background: transparent url(../images/Dropdown-icon.png) no-repeat 98% 16px;
    color: #424242;
}
.activetrigger:active {
    background: transparent url(../images/Dropdown-icon.png) no-repeat 98% 16px;
    color: #424242;
}
.dropcontainer ul {
    font-size: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 593px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-top: none;
}
.dropdownvisible li:before {
    display: none;
}
.dropcontainer ul li {
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #ebebeb;
    border-top: 1px solid #ccc;
}
.dropcontainer ul li a {
    color: #666666;
    font-size: 15px;
}
.dropcontainer ul li:hover {
    background: #999999;
}
.dropcontainer ul li:hover > a {
    color: #fff;
}
.dropdownhidden {
    display: none;
}
.dropdownvisible {
    height: auto;
}
.icon-full-icon-set-19:before {
    content: '\e832';
    position: absolute;
    top: -64%;
    z-index: 0;
}
.swirlicon {
    display: block;
    font-size: 862px;
    position: relative;
    overflow: hidden;
}
.green.swirlicon {
    background: #7bb312;
    color: #81b71e;
}
.blue.swirlicon {
    background: #1d426c;
    color: #2d4f77;
}
/*========================= MENU ==========================*/
.icon-home-help{
    background-image: url('/images/hhelp_green.png'); 
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center top; 
}
.icon-training{
  background-image: url('/images/training_green.png'); 
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center top;
}
.icon-kindy{
  background-image: url('/images/kindy_green.png');  
    background-repeat:no-repeat;
    background-size:contain;
    background-position: center top;
}
.icon-home-help:before,
.icon-training:before,
.icon-kindy:before{
    display: none !important;
}
.icon-home-help,
.icon-training,
.icon-kindy{
   /* outline: red 1px solid ;*/
}
.slide-nav {} 
#main-nav {
    background: #5d5d5e;
    position: fixed;
    top: 0;
    left: -296px;
    /*padding-left: 26px;*/
    
    padding-top: 80px;
    width: 296px;
    /*-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;*/
}
#main-nav ul ul li a img {
    display: none;
}
#main-nav ul {
    padding-bottom: 0;
} 
#main-nav ul li {
    position: relative;
    list-style: none;
    /*float: left;*/
    padding-bottom: 0;    
    display: block;
}
/* Links */

#main-nav ul li a {
    display: block;
    padding: 0 26px 0 14px;
    line-height: 45px;
    text-decoration: none;
    border-left: 12px solid transparent;
    font-family: 'BlissLight';
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#main-nav ul li a:hover,
#main-nav ul li.selected > a {
    background: #a7a9ac;
    border-left: 12px solid #7ea931;
}
#main-nav .icon-home-bold-1:before {     
    font-size: 41px;
    margin: 0 14px;
}

#main-nav .icon-home-2:before{
    font-size: 37px;
    margin-left: 18px;
    margin-right: 17px;
}

#main-nav ul li a i{


}
#main-nav ul li a .icon-home-help{
    background-image: url('/images/hhelp_white.png');
    width: 32px;
    height: 30px;
    margin-left: 20px;
    margin-right: 17px;
}
#main-nav ul li a .icon-training{
    background-image: url('/images/training_white.png');
    width: 26px;
    height: 30px;
    margin-left: 20px;
    margin-right: 17px;
}
#main-nav ul li a .icon-kindy{
    background-image: url('/images/kindy_white.png');
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 17px;
}
/* Sub menu01 */

#main-nav ul ul {
    position: absolute;
    top: 0px;
    left: 296px;
    z-index: 99;
    height: auto;
    opacity: 0;
	display:none;
    background-color: #5d5d5d;
    background-color: #777;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
#main-nav ul ul li:hover ul {
    z-index: 999;
}
#main-nav ul li:hover > ul {
    opacity: 1;
	display:block;
}
#main-nav ul ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
#main-nav ul li:hover > ul li {
    height: 40px;
    overflow: visible;
    padding: 0;
}
#main-nav ul ul li a {
    width: 244px;
    /*padding: 4px;*/
    
    margin: 0;
    font-size: 18px;
    line-height: 40px;
}
/* Sub menu Level 3 */

#main-nav ul ul ul {
    position: absolute;
    top: 0px;
    left: 296px;
    opacity: 0;
    background-color: #999;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
#main-nav ul li .vwf {
    font-size: 70px;
    vertical-align: middle;
}
#main-nav ul ul li:hover > ul ul {
    opacity: 1;
}
#main-nav ul ul ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
#main-nav ul ul li:hover > ul ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}
#main-nav ul ul ul li a {
    width: 244px;
    /*padding: 4px;*/
    
    margin: 0;
    /*border: none;*/
}
#main-nav ul ul ul li:last-child > a {
    border-bottom: none;
}
/*====================================================================*/

header {
    position: absolute;
    z-index: 99999;
}
.fixed-r-hdr {
    position: fixed;
    top: 0px;
    right: 0px;
}
.logo {
    width: 201px;
    height: 75px;
    /*background: url(../images/logo-bg.png);*/
	background-color:white;
    moz-box-shadow: 0px 0 8px 0px #c3c4c3;
    -webkit-box-shadow: 0px 0 8px 0px #c3c4c3;
    box-shadow: 0px 0 8px 0px #c3c4c3;
    -moz-box-sizing: border-box;
    border-bottom-left-radius: 40px;
}

.logo.simple {
	margin-top: -16px;
	
}
#logo {
    width: 170px;
    margin: 12px;
}
.logo img {
    margin: 7px 0px 0px 26px;
}
.logo span {
    position: relative;
    top: 22px;
    left: -89px;
}
.logo span img {
    margin: 0px;
}
#menu-icon-d {
    float: left;
    position: fixed;
    z-index: 99;
    margin-left: 26px;
    margin-top: 24px;
    cursor: pointer;
}
#menu-icon-d .vwf {
    font-size: 35px;
    color: #062e5f;	
    padding: 4px 8px;
    background-color: rgb(126, 169, 49);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#main-nav ul li a img {
    position: relative;
    top: 6px;
    padding-right: 18px;
    padding-left: 33px;
}
#main-nav ul li.last-nv > a {
    background: #cf150a;
}
.fixed-r-hdr {
    width: 603px;
}
.right-nav {
    float: left;
    background: #062f5f;
    position: relative;
    left: 12px;
    padding-right: 9px;
}
.right-nav ul li {
    float: left;
    width: 56px;
	padding-bottom:0;
}
.right-nav ul li {
} 
.right-nav ul li a {
    font-family: 'BlissPro-Bold';
    font-size: 8px;
    color: #7ea931;
    text-transform: uppercase;
    line-height: 8px;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 56px;
    padding-top: 8px;
}
.right-nav ul li a:hover {
    background: #7ea931;
    color: #062f5f;
   /* -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
}
.right-nav ul li a:hover span path {
    fill: #062f5f;
}
.right-nav ul li a span {
    display: block;
    height: 25px;
    font-size: 60px;
    margin-top: 10px;
}

.right-nav ul li a span.vwf.icon-full-icon-set-03 {
    font-size: 83px;
}
.right-nav ul li a .icon-home-help{
    height: 28px;
    margin: 0 auto 7px;
}
.right-nav ul li a:hover .icon-home-help{
    background-image: url('/images/hhelp_blue.png');
}
.right-nav ul li a .icon-training{
    height: 26px;
    margin: 1px auto 9px;
}
.right-nav ul li a:hover .icon-training{
    background-image: url('/images/training_blue.png');
}

.right-nav ul li a .icon-kindy{
    height: 26px;
    margin: 1px auto 9px;
}
.right-nav ul li a:hover .icon-kindy{
    background-image: url('/images/kindy_blue.png');
}


.right-nav ul li a img {} .logo {
    float: right;
    position: relative;
    z-index: 9;
}
.logo .vwf {
    font-size: 60px;
    width: 165px;
    margin-top: 22px;
    margin-left: -20px;
}
/* ---------------  slider ---------- */

.full-slider-wrap {
    position: relative;
}
.full-slider-wrap ul li {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,.1)!important;
    background-blend-mode: overlay;
	transition:none;
        height: 100vh;
}
.full-slider .caption {
    width: 222px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 23px;
    background: rgba(0, 0, 0, 0.58);
    padding: 18px;
}
.full-slider .caption.Video{
	display:none;
}
.full-slider .video_caption.image_caption{
	display:none;
}
.full-slider .video_caption{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
}

.full-slider .video_caption .playbtn .iframe{
	font-size: 170px;
}
.full-slider .caption h6 {
    color: #fff;
    line-height: 28px;
    font-size: 25px;
}
.full-slider .caption p {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-family: 'BlissLight';
}
.full-slider .caption p a {
    font-family: 'BlissLight';
    text-decoration: none;
	color:#7ea931;
}
.full-slider-wrap .homescroll{
    padding:0
}
.full-slider-wrap .homescroll a {
    position: absolute;
    width: 50px;
    height: 0px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #062f5f;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    z-index: 999;
    cursor: pointer;
    color: #7ea931;
    font-size: 32px;
    padding: 25px 0px;
    line-height: 0px;
}
.full-slider-wrap .homescroll a:hover {
    background: #7ea931;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    z-index: 999;
    cursor: pointer;
    color: #fff;
}
.search-form {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 26px;
    margin-top: 130px;
     -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.search-form h3 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 41px;
    font-family: 'BlissPro-Bold';
    text-shadow: 0px 0px 1px rgba(80, 80, 80, 1);
}
.search-form input[type="text"] {
    width: 86%;
    background: #fff;
    padding: 9px 40px 9px 15px;
    float: left;
    border: none;
    font-size: 17px;
    height: 20px;
    /* color: #bebebe; */
    outline: 1px #7ea931 solid;
}
.search-form .vwf {
    right: 0;
    position: absolute;
    top: 66px;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
}
.search-form input[type="submit"] {
    background: #7ea931 url(../images/search-btn.png) no-repeat 10px 10px;
    border: none;
    font-size: 0px;
    width: 39px;
    height: 36px;
    position: absolute;
    right: 0;
    margin-right: -12px;
    cursor: pointer;
    margin-top: 0px;
    padding:1px 1px;
}
.search-form input[type="text"]:focus{
	    outline-offset: 0px;
}
.search-form input[type="submit"]:hover {
    background: #1b315d url(../images/search-btn.png) no-repeat 10px 10px;
    ;
}
/* --------- home content ------------ */

.transform-lives {
    background: url(../images/Lives-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 130%;
    text-align: center;
}
.transform-lives .tranform-text {
    width: 792px;
    margin: 0 auto;
}
.transform-lives h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 14px;
    font-size: 41px;
    font-family: 'BlissPro-Bold';
}
.transform-lives h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.transform-lives p {
    font-size: 28.2px;
    color: #062f5f;
    margin-top: 40px;
    line-height: 32px;
}
.transform-lives a {
    font-size: 22.6px;
    margin-top: 30px;
    display: inline-block;
}
.latest {
    padding: 80px 0px 45px 0px;
    position: relative;
}
.latest .news-item {
    position: relative;
}
.latest .news-item .playbtn {
    background-position: 0 0;
    cursor: pointer;
    left: 22%;
    left: calc(50% - 65px);
    margin: 0px 0 0 0px;
    position: absolute;
    top: 50px;
    display: none;
    opacity: 0.6;
}
.latest .news-item .playbtn .vwf {
    font-size: 149px;
    position: absolute;
    color: #fff;
}
.latest .news-item:hover img {
    opacity: 0.6;
}
.latest .news-item .playbtn a {
    border: none;
}
.news {
    clear: both;
    margin-top: 40px;
}
.news-item:hover > .playbtn {
    display: inline-block;
}
.news .news-item:nth-child(3n) {
    margin-right: 0px;
}
.news-item:hover > a span {
    background: #749e37;
}
.news-item img {
    width: 100%;
    margin-bottom: 35px;
}
.news-item span.date, 
.news-item span.time {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #1d426d;
    padding: 6px 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-item span.date .vwf,
.news-item span.time .vwf {
    font-size: 42px;
    line-height: 13px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -14px;
    width: 23px;
	color:#7ea931;
}
.news-item h5 {
    color: #464646;
    min-height: 48px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.news-item p {
    color: #939393;
    font-size: 20px;
}
.news-item a.blue-border,
a.blue-border {
    font-size: 20px;
    border: 2px solid #062f5f;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    padding: 6px 14px;
}
.news-item:hover > a.blue-border,
a.blue-border:hover {
    border: 2px solid #89af43;
    color: #89af43;
	cursor:pointer;
}
.news-item:hover > span {
    background: #89af43;
}
/*.want-to-support {
	background:url(../images/swirl.jpg) no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	text-align:center;
    padding-top: 85px;
	min-height: 215px;
	display: block;
}*/

.want-to-support {
    background: #1d426c;
    display: block;
    font-size: 862px;
    text-align: left;
    color: #284b74;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    padding-top: 85px;
}
.want-to-support h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.want-to-support p {
    font-size: 24.3px;
    color: #89af43;
}
.want-to-support a.green-btn {
    background: #cf150a;
    padding: 18px 35px;
    font-size: 32px;
    margin-top: 30px;
    display: inline-block;
}
.want-to-support a:hover {
    background: #fff;
    color: #062f5f;
}
.want-to-support .support-sec {
    position: relative;
    text-align: center;
}
.want-to-support.icon-full-icon-set-19:before {
    position: absolute;
    top: -64%;
    z-index: 0;
    left: 4%;
}
.Cta {
    margin: 45px 0px;
}
.Cta .cta-btn {
    border: 5px solid #89af3d;
    text-align: center;
    width: 222px;
    padding: 18px 0 10px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 0;
}
.Cta .cta-btn:nth-child(3n) {
    margin-right: 0;
}
.Cta .cta-btn span.vwf {
    font-size: 190px;
    margin: 50px 0px 15px 0px;
    min-height: 70px;
    color: #89af3d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	line-height: 40px;
}
.Cta .cta-btn .icon-home-help{
    width: 100px;
    height: 55px;
    margin-bottom: 12px !important;
    margin-top: 10px !important;
}
.Cta .cta-btn:hover .icon-home-help{
    background-image: url('/images/hhelp_blue.png');
}
.Cta .cta-btn .icon-training{
    width:100px;
    height: 55px;
    margin-bottom: 12px !important;
    margin-top: 10px !important;

}
.Cta .cta-btn:hover .icon-training{
    background-image: url('/images/training_blue.png');
}
.Cta .cta-btn:hover > a span {
    color: #062e5f;
}
.Cta .cta-btn p {
    color: #599900;
    font-size: 18px;
    text-transform: uppercase;
}
.Cta .block-img {
    width: 111px;
    margin: 0 auto;
}
.Cta .block-img img {
    margin-bottom: 22px;
    min-height: 103px;
}
.Cta .cta-btn:hover {
    /*border: 5px solid #fff;*/
	border: 5px solid #062e5f;
}
.Cta .cta-btn:hover > a p {
    color: #062e5f;
}
.Cta .cta-btn:hover:hover span path {
    fill: #062f5f;
}
.Signup {
    background: url(../images/sign-up-bg.jpg) no-repeat center center;
  /*  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  */
    margin-top: 30px;
     height: 488px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.Signup .lhs-box {
    width: 337px;
    float: left;
    background: #e6efd7;
    padding: 36px 25px;
}
.Signup .lhs-box h5 {
    color: #000000;
    margin-bottom: 5px;
    font-size: 25px;
}
.Signup .lhs-box p {
    color: #000;
    font-family: 'BlissLight';
}
.Signup .lhs-box ul li {
    display: inline-block;
}
.Signup .lhs-box ul li a {
    width: 31px;
    height: 30px;
    display: inline-block;
    margin-top: 21px;
    margin-right: 6px;
    font-size: 24px;
    color: #cfd6df;
    background: #000;
    border-radius: 15px;
    line-height: 30px;
}
.home-content .Signup .lhs-box ul li a {
    color: #e6efd7;
}
.Signup .lhs-box ul li a:hover {
    background: #89af3d;
}
.Signup .rhs-signup-form {
    width: 375px;
    float: right;
}
.rhs-signup-form .captchaimg {
    float: left;
    margin-right: 10px;
}
.Signup .rhs-signup-form h5 {
    color: #fff;
    font-size: 25.31px;
    margin-bottom: 25px;
}
.Signup .rhs-signup-form input[type="text"],
.Signup .rhs-signup-form input[type="email"] {
    width: 89%;
    padding: 10px 20px;
    margin-bottom: 12px;
    border: none;
    font-family: 'BlissLight';
}
.Signup .rhs-signup-form input[type="submit"] {
    font-size: 15px;
    border: none;
    float: right;
    margin-top: 17px;
    border-radius: 0;
}
.Get-help-with {
    padding: 92px 0px 82px 0px;
}
.Get-help-with h1 {
    font-size: 52.44px;
}
.get-icons {
    padding-top: 72px;

}
.get-icons .icons {
    background: #062f5f;
    text-align: center;
    width: 222px;
    min-height: 208px;
    padding: 45px 10px 22px 0;
    margin-bottom: 44px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.get-icons .icons .vwf {
    font-size: 227px;
    margin: 34px 0px 28px 0px;
    min-height: 70px;
    color: #89af3d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 40px;
}
.get-icons .icons:nth-child(3n) {
    margin-right: 0;
}
.get-icons .icons .icon-kindy{
    background-image: url('/images/kindy_green.png');
    height: 100px;
    width: 100px;
    margin-top: 0;
}
.get-icons .icons:hover .icon-kindy{
    background-image: url('/images/kindy_blue.png');
}
.get-icons .icons .icon-training{
    height: 95px;
    width: 100px;
    margin-top: 7px;
}
.get-icons .icons:hover .icon-training{
    background-image: url('/images/training_blue.png');
}
.get-icons .icons .icon-home-help{
    height: 95px;
    width: 100px;
    margin-top: 7px;
}
.get-icons .icons:hover .icon-home-help{
    background-image: url('/images/hhelp_blue.png');
}
.get-icons .icons p {
    color: #599900;
    font-size: 19px;
    text-transform: uppercase;
    min-height: 46px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.get-icons .block-img {
    width: 111px;
    margin: 0 auto;
}
.get-icons .block-img img {
    margin-bottom: 22px;
    min-height: 103px;
}
.get-icons .icons:hover {
    background: #7ea931;
}
.get-icons .icons:hover > a span {
    color: #062f5f;
}
.get-icons .icons img {
    width: 84px;
    height: 84px;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.get-icons .icons:hover > a p {
    color: #062f5f;
}
.get-icons .icons:hover:hover span path {
    fill: #062f5f;
}


/*logos*/

.logo-container {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
}

.logo-items {
	flex: 1;
	width: 18%;

}

.logo-items img {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	.logo-container {
		display: block;
	}
	
	.logo-items {
		width: 60%;
		margin: 0 auto;
	}

}


/* ------------- inner content -------------- */

.inner-content {
    margin-top: 28px;
}
.inner-content > .container {
    margin-bottom: 60px;
}
.banner,
#banner {
    display: block;
    min-height: 370px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: 0px 25% !important;
}
.banner img,
#banner img {
    display: none !important;
    position: relative;
    width: 100%;
}

#banner .container{
	position:relative;
}
/*.banner .pagetitle-box {
    position: absolute;
    bottom: 0;
    z-index: 99;
    left:0;
    background: #7ea931;
    padding: 8px 10px;
    width: 388px;;
    text-align: center;
}*/

/*  .banner .pagetitle-box,
#banner .pagetitle-box {
    position: absolute;
    bottom: -522px;
	bottom:0;
    z-index: 99;
    left: 0;
    background: #7ea931;
    padding: 8px 24px;
    width: auto;
    text-align: center;
    padding-left: 44px;
}
*/

.banner .pagetitle-box, #banner .pagetitle-box {
    position: absolute;
    bottom: -370px;
    z-index: 99;
    left: 0;
    background: #7ea931;
    padding: 8px 24px;
    width: auto;
    text-align: center;
    padding-left: 44px;
}
.banner .pagetitle-box h3,
#banner .pagetitle-box h3 {
    font-size: 36px;
    color: #062f5f;
    text-transform: uppercase;
    line-height: 42px;
    margin-left: 35px;
    font-family: 'BlissPro-Bold';
    text-align: left;
    padding-bottom: 0;
}
.banner .pagetitle-box h3 span.vwf,
#banner .pagetitle-box h3 span.vwf {
    font-size: 88px;
    vertical-align: middle;
    margin-top: -8px;
    width: 70px;
    margin-left: -28px;
    position: absolute;
    left: 25px;
    top: 16px;
}
#banner .pagetitle-box h3 .icon-home-help {
    /*outline: red 1px solid;*/
    background-image: url('/images/hhelp_blue.png');
    height: 45px;
    width: 45px !important;
    margin-left: -10px !important;
}
#banner .pagetitle-box h3 .icon-training {
    /*outline: red 1px solid;*/
    background-image: url('/images/training_blue.png');
    height: 45px;
    width: 29px !important;
    margin-left: 0px !important;
}
#banner .pagetitle-box h3 .icon-kindy {
    /*outline: red 1px solid;*/
    background-image: url('/images/kindy_blue.png');
    height: 45px;
    width: 45px !important;
    margin-left: -10px !important;
}
/* Breadcrumbs */
.breacumbs {
	text-transform:uppercase;
    font-family: 'BlissPro-Bold';
    font-size: 17px;
    color: #062f5f;
}
.breacumbs .ft {
    font-size: 12px;
    margin: 0px;
	margin-right: 20px;
}
.breacumbs a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5px;
}
.breacumbs a:before {
    content: '\e806';
    font-family: "vw-icons";
    font-size: 12px;
    color: #062f5f;
    padding: 0 11px 0 0;
    top: -1px;
    position: relative;
}
.breacumbs a:first-of-type:before {
    content: '\e81b';

}
.intro-tilte .title {
    /*float: left;*/    
    padding-top: 50px;
    display: inline-block;
}
.intro-tilte .title h1 {
    padding-bottom:0;
}
.intro-tilte .header-dash {
    padding-bottom: 24px;
    width: 87%;
    margin: inherit;
    margin-bottom: 34px;
} 
.intro-tilte img.hero-photo, 
.intro-tilte img:first-of-type {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-right: 0px;
    float: none;
}
.inner-content section.intro-tilte ul li:before {
    font-size: 14px;
    color: #3e3b3c;
    margin-right: 7px;
    content: '\e806';
    font-family: "vw-icons";
}
section.intro-tilte h3 {
    padding-bottom: 40px;
    padding-top: 32px;
    clear: both;
}
section.intro-tilte h4 {
    margin-bottom: 10px;
}
section.intro-tilte h5 {
    margin-top: 30px;
}
section.intro-tilte ul {
    margin-top: 10px;
}
section.intro-tilte img {
    float: left;
    margin-right: 46px;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*.about-us .article{
	float: right;
    width: 506px;
}
.about-us .article h4{
	line-height: 20px;
	margin-bottom:18px;
}*/

.about-us ul li .ft {
    font-size: 14px;
    color: #252525;
    margin-right: 3px;
}
.inner-content ul.social-icon li:before {
    display: none;
}
.want-to-support.green-swirlicon .blue-btn {
    margin-top: 30px;
}
.Signup .overlay-blue .lhs-box {
    background: #cfd6df;
}
.pullquote,
.pullquote2 {
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 60px 0px;
    margin-top: 40px;
}
.pullquote p,
.pullquote2 p,
.pullquote span,
.pullquote2 span {
    font-size: 26px;
    font-style: italic;
    color: #707070;
    line-height: 32px;
    font-family: 'Corbel-Italic';
}
.pullquote span,
.pullquote2 span {
    margin-top: 15px;
    display: block;
}
.pullquote2 img {
    width: 190px;
    height: 190px;
    border-radius: 100px;
}
.pullquote2 h5 {
    padding: 32px 0px;
}
.pullquote2 a {
    font-size: 20px;
    border: 2px solid #062f5f;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    padding: 6px 14px;
}
.pullquote2 a:hover {
    border: 2px solid #89af43;
}
.gallery {
    margin-top: 86px;
    margin-bottom: 100PX;
}
.gallery h1 {
    font-size: 53px;
}
.gallery a {
    position: relative;
    display: inline-block;
}
.gallery .vwf {
    background: #1f446f;
    color: #fff;
    position: absolute;
    right: 2px;
    font-size: 24px;
    width: 32px;
    line-height: 32px;
}
.gallery .vwf:hover {
    background: #89af43;
}
.gallery .icon-link-ext:hover {
    background: #749f37;
}
.Cta.blue_right-swirlicon .cta-btn {
    width: 168px;
    margin-right: 130px;
}
.Cta.blue_right-swirlicon .cta-btn p {
    font-size: 13px;
    min-height: 45px;
}
.Cta.blue_right-swirlicon .cta-btn:nth-child(3n) {
    margin-right: 0px;
}
.Cta.blue_right-swirlicon .cta-btn a span {
    font-size: 170px;
    margin: 26px 0px 0px 0px;
}
.Cta.blue_right-swirlicon .cta-btn a span.icon-calendar {
    font-size: 80px;
}
.Cta.blue_right-swirlicon .cta-btn a span.icon-koru-icon {
    font-size: 92px;
}
.want-to-support.green.swirlicon p {
    color: #062f5f;
}
.want-to-support.green.swirlicon a {
    margin-top: 30px;
}
.team_listing {
    padding: 30px 0px 82px 0px;
    text-align: center;
}
.team_listing h1 {
    font-size: 52px;
}
/*.team_listing .team1:hover img {
    opacity: 0.6;
}*/
.team_listing .team1 h5 {
	margin-top:0;
	padding-top:10px;
	padding-bottom:8px;
	margin-bottom:0;
}
.teams {
    clear: both;
    padding-top: 96px;
}
.teams:first-of-type {    
    padding-top: 0px;
}
.team1.common-div {
    margin-bottom: 40px;

}
.team1:nth-child(3n) {
    margin-right: 0px;
}
.team1:nth-child(3n+1) {
    clear: both;
}
.team1:hover > a span {
    background: #749e37;
}
.team1 img {
    width: 100%;
    margin-bottom: 35px;
    border-radius: 122px;
}
.team1 h5 {
    color: #252525;
    min-height: 25px;
    font-size: 21px;
    margin-bottom: 8px;
}
.team1 p {
    color: #939393;
    font-size: 20px;
}
.team1 a.blue-border {
    font-size: 20px;
    border: 2px solid #062f5f;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    padding: 6px 14px;
}
.team1:hover > a.blue-border {
    border: 2px solid #89af43;
    color: #89af43;
}
.blog h1 {
    font-size: 54px;
}
.contact-us {
    margin-top: 92px;
}
.contact-us form {
    margin-top: 50px;
}
.contact-us .form-group {
    margin-bottom: 22px;
}
.contact-us .form-group input[type="text"],
.contact-us .form-group input[type="email"],
.contact-us .form-group textarea {
    width: 72%;
}
.contact-us .form-group input[type="text"]:focus,
.contact-us .form-group input[type="email"]:focus {
    border-color: #b7b7b7;
}
.contact-us input[type="submit"] {
    font-size: 18px;
    border: 2px solid #062f5f;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
    padding: 6px 14px;
    background: none;
    color: #062f5f;
    line-height: 23px;
    font-family: 'BlissPro-Bold';
    border-radius: 0;
}
.contact-us input[type="submit"]:hover {
    border: 2px solid #89af43;
    color: #89af43;
}
.payment-method {
    margin-top: 55px;
    margin-bottom: 68px;
}
.payment-method h2 {
    margin-bottom: 32px;
}
/* ------------  footer -------------- */

footer li {
	padding-bottom:0;
	
}

footer .f-column1 {
    width: 176px;
    float: left;
    margin-right: 30px;
    text-align: left;
    position: relative;
}
footer .footer-top.icon-full-icon-set-19:before {
    right: 0;
}
footer .f-column1 h6 {
    margin-bottom: 6px;
}
footer .f-column1:nth-child(4n) {
    margin-right: 0px;
    width: 126px;
    float: right;
}
footer .footer-top {
    padding: 40px 0px;
    background: #4b4b4b;
    display: block;
    font-size: 862px;
    text-align: right;
    color: #545454;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
footer .footer-top .f-column1 ul ul ,
footer .footer-top .f-column1 ul li i,
footer .footer-top .f-column1 ul ul ul li {
    display: none;
	opacity:0;
}
footer .blue_right-swirlicon {
    background: url(../images/blue_right-swirl.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0px;
}
footer .f-column1 h6,
footer .f-column1 h6 a {
    font-size: 12px;
    color: #7bb312;
    text-transform: uppercase;
    font-family: 'BlissPro-Bold';
}

footer .f-column1 h6 a:hover {
    color: #fff;
}
footer .f-column1 a,
footer .f-column1 p {
    font-size: 14px;
    color: #fff;
    font-family: 'BlissLight';
    line-height: 18px;
}
footer .f-column1 .vwf {
    display: inline-block;
    color: #7ea931;
    font-size: 24px;
    margin-top: 18px;
    margin-right: 12px;
}
footer .f-column1 a .icon-right-open {
    color: #fff;
    font-size: 10px;
    margin: 0px 0px 0px 5px;
}
footer .f-column1 a:hover .icon-right-open {
    color: #7ea931;
}
footer .f-column1 .vwf:hover {
    color: #fff;
}
footer .f-column1 .btn {
    border: 2px solid #fff;
    font-family: 'BlissPro-Bold';
    padding: 5px 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 12px;
}
footer .f-column1 .btn:hover {
    color: #7bb312;
    border: 2px solid #7bb312;
}
.footer-bottom {
    background: #7bb312;
    padding: 12px 0px;
}
.footer-bottom ul {
    float: left;
}
.footer-bottom ul li {
    display: inline-block;
    line-height: 11px;
}
.footer-bottom ul li a {
    text-transform: uppercase;
    font-size: 11.75px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0px 6px;
    font-family: 'BlissLight';
}
.footer-bottom ul li:last-child a {
    border: none;
}
.footer-bottom ul li a:hover {
    color: #062f5f;
}
.footer-bottom p {
    float: right;
    font-size: 11.75px;
    color: #fff;
    font-family: 'BlissLight';
    text-transform: uppercase;
}
.footer-bottom p a {
    font-family: 'BlissPro-Bold';
    font-size: 11.75px;
    color: #fff;
}
.footer-bottom p a:hover {
    color: #062f5f;
}
.socialicon span {
    float: left;
}
.mobo-read,
.static-more {
    display: none !important;
}
.latest-banner > img {
    display: none;
}
footer .f-column1 a:hover {
    color: #7bb312;
}
.banner .container {
    position: relative;
}
.home-content .Cta .cta-btn:hover {
    border: 5px solid #062f5f;
}
.home-content .Cta .cta-btn:hover > a p {
    color: #062f5f;
}
.home-content .Cta .cta-btn:hover > a span {
    color: #062f5f;
}
.literature-container {
    clear: both;
}

/* ========= home search autocomplete ==========  */




.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }


.autocomplete-suggestions {
    position: relative;
    width: 318px!important;
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 6px 2px;
    margin-top: 1px;
}
.autocomplete-suggestions .autocomplete-suggestion {
    position: relative;
    float: left;
    width: 33%;
    cursor: pointer;
    border-right: 1px solid black;
    color: #062f5f;
    font-family: 'BlissLight';
    font-size: 15px;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child{
	 border-right: none;
}

.autocomplete-suggestions .autocomplete-suggestion strong{
  color: #062f5f;
   font-weight: bold;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected strong{
  color: #7ea931;
   font-weight: bold;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    color: #7ea931;
}

#display_box {
    background: #fff;
    margin-top: 55px;
    width: 104%;
}

#display_box li {
    background-color: inherit !important;
    padding: 14px 0px;
    border-top: 2px solid #e5e5e5;
  
}
#display_box li a .title:after {
    content: '\e806';
    font-family: "vw-icons";
    font-size: 20px;
    vertical-align: middle;
    margin: 2px 5px 0px 5px;
}

#Accommodation li a .title:before, #Care li a .title:before, #Elderly li a .title:before, #Disabled li a .title:before, #Respite li a .title:before {
    content: '\e826';
    font-family: "vw-icons";
    font-size: 70px;
    vertical-align: middle;
    margin-left: -12px;
}

#Practical li a .title:before {
   content: '\e825';
    font-family: "vw-icons";
    font-size: 70px;
    vertical-align: middle;
    margin-left: -12px;
}

#Counselling li a .title:before {
    content: '\e823';
    font-family: "vw-icons";
    font-size: 70px;
    vertical-align: middle;
    margin-left: -12px;
}
#outputbox ul{
	display:none;
}
.home-signup-form{
    
}
.home-signup-form h5{
    color:#fff; 
}
.home-signup-form input[type="text"],.home-signup-form input[type="email"]{
    border: none;
        margin: 14px 0;
        font-family: 'BlissLight';
        padding: 10px 13px;
}
.home-signup-form input[type="text"]#FirstName{ 
        width: 44%;
    display: inline-block;
    margin-right: 5%;
}
.home-signup-form input[type="text"]#LastName{
    width: 44%;
    display: inline-block;
} 
.home-signup-form .submit_btn{
        text-align: right;
}
.home-signup-form input[type="submit"]{
    border: none;
}

/* ========= Sleepless in September Custom Styling ==========  */
/*
@media only screen and (max-width: 480px) {
	.h3-mobile {
		margin-left: 150px !important;
	}
}
*/

.page-subtitle {
    padding: 0 !important;
    clear: both;
	font-family: 'Corbel-Italic';
    font-size: 40px !important;
    color: #707070 !important;
    margin: 0 !important;
	text-transform: capitalize;
	
}


.red-btn-whitebg,
form .red-btn-whitebg {
    color: #fff;
    text-transform: uppercase;
    background: #cf150a;
    padding: 16px 90px;
    text-align: center;
    display: inline-block;
    font-family: 'BlissPro-Bold';
	border: 2px solid #cf150a;
	margin-bottom: 15px;
}
.red-btn-whitebg:hover,
form .red-btn-whitebg:hover {
    color: #cf150a;
    background: #fff;
	cursor:pointer;
	border: 2px solid #cf150a;
}



.green-btn-whitebg,
form .green-btn-whitebg {
    color: #fff;
    text-transform: uppercase;
    background: #7ea931;
    padding: 16px 45px;
    text-align: center;
    display: inline-block;
    font-family: 'BlissPro-Bold';
	border: 2px solid #7ea931;
	margin-bottom: 15px;
}
.green-btn-whitebg:hover,
form .green-btn-whitebg:hover {
    color: #7ea931;
    background: #fff;
	cursor:pointer;
	border: 2px solid #7ea931;
}

.green-btn-sleepless {
    color: #fff;
	font-size:15px;
    text-transform: uppercase;
    background: #7ea931;
    padding: 16px 45px;
    text-align: center;
    display: inline-block;
    font-family: 'BlissPro-Bold';
    box-sizing: inherit;
    border-radius:0;
	position: absolute;
    display: block;
    bottom: 0;
    left: 149px;
    margin: 0 auto;
    z-index: 999;
    cursor: pointer;
}
.green-btn-sleepless:hover {
    color: #7ea931;
    background: #fff;
	cursor:pointer;
}

.red-btn-sleepless {
    color: #fff;
	font-size:15px;
    text-transform: uppercase;
    background: #cf150a;
    padding: 16px 45px;
    text-align: center;
    display: inline-block;
    font-family: 'BlissPro-Bold';
    box-sizing: inherit;
    border-radius:0;
	position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    cursor: pointer;
}
.red-btn-sleepless:hover {
    color: #cf150a;
    background: #fff;
	cursor:pointer;
}



@media only screen and (max-width: 480px) {
		.red-btn-whitebg,
	form .red-btn-whitebg {
		width: 70% !important;
		margin-right: 0 !important;
		padding: 16px 45px;
	}
	.red-btn-whitebg:hover,
	form .red-btn-whitebg:hover {
		width: 70% !important;
	}
	
	.green-btn-whitebg,
form .green-btn-whitebg {
		width: 70% !important;
	}
.green-btn-whitebg:hover,
form .green-btn-whitebg:hover {
		width: 70% !important;
	}
}

.cta-banner-homepage {
	position: absolute;
    display: inline-block;
    bottom: 70px;
/*    left: 70px;*/
	left: 500px;
    right: 300px;
    margin: 0 auto;
    z-index: 999;
    cursor: pointer;
}

.cta-banner-homepage-mobile {
	position: absolute;
    display: block;
    bottom: 47px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    cursor: pointer;
}

.cta-banner-homepage img {
	width: 80%;
	max-width: 800px;
}

@media only screen and (max-width: 1555px) and (min-width:1270px) {  
	.cta-banner-homepage img {
/*		width: 70%;*/
	}
	
	.cta-banner-homepage {
/*		bottom: 150px;*/
		left: 70px;
	}
}

@media only screen and (max-width: 1270px) and (min-width:1025px) {  
	.cta-banner-homepage img {
		width: 90%;
	}
	
	.cta-banner-homepage {
		bottom: 70px;
		left: 70px;
	}
}

@media only screen and (max-width: 1025px) {  
	.cta-banner-homepage img {
		display: none;
	}
}

.cta-banner-homepage-mobile img {
	width: 320px;
}

@media only screen and (min-width: 1025px) {  
	.cta-banner-homepage-mobile img, .green-btn-sleepless, .red-btn-sleepless {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	.cta-banner-homepage-mobile img {
		width: 200px;
		float: right;
	}
}

@media only screen and (max-width: 479px) {
	.banner-sleepless {
		margin-left: -20% !important;
	}
}

/*christmas campaign */

.cta-banner-homepage-christmas-appeal {
	position: absolute;
    display: inline-block;
    top: 100px;
    right: 20px;
    margin: 0 auto;
    z-index: 999;
    cursor: pointer;
}

.cta-banner-homepage-christmas-transform {
	position: absolute;
    display: inline-block;
    top: 280px;
    right: 20px;
    margin: 0 auto;
    z-index: 999;
    cursor: pointer;
}

.cta-banner-homepage-christmas-appeal img,
.cta-banner-homepage-christmas-transform img {
	width: 80%;
	max-width: 800px;
}

@media only screen and (max-width: 1025px) {  
	.cta-banner-homepage-christmas-appeal img, 
	.cta-banner-homepage-christmas-transform img {
		display: none;
	}
}
