/* Imports */

/*Font Path*/

@import url("https://use.typekit.net/jzp1dhm.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Font Attributes*/

.fa {
  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;
}

h1, h2, h3 {
	font-family: stolzl;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

h4, h5, h6, h7, h8 {
	font-family: stolzl;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

p, ol, ul, li, a, input, button {
	font-family: stolzl;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 28px;
}

a {
	color: #43B02A;
}

a:hover {
	color: #43B02A;
}

/* Nav CSS */

.nav-section {
	background-color: #FFFFFF;
	margin-bottom: -1px;
}

nav {
	min-height: 113px;
	align-items: center;
}

.nav-search {
	min-height: 113px;
    display: flex;
    justify-content: space-between;
	background-color: #129BDB;
}

.nav-search input {
    width: calc(100% - 88px);
    padding: 20px;
    border: 0;
    background-color: transparent;
	color: white;
	font-size: 14px;
}

.nav-search button {
	width: 88px;
	border: 0;
    background-color: #129BDB;
    color: white;
	font-size: 14px;
}

.nav-search input::placeholder {
	color: white;
	line-height: 40px;
	border-bottom: 1px solid white !important;
}

.nav-search input:focus-visible {
	outline-width: 0;
}

.nav-search input::-webkit-search-cancel-button {
	color: white;
	background: #222;

}

.nav-search i, .acc-btn i {
	font-size: 26px;
	display: block;
	margin-bottom: 10px;
}

.acc-btn {
	width: calc( 100% - 113px );
	background-color: #161739;
	padding: 0;
	border: 0;
	height: 113px;
	color: white;
	font-size: 14px;
	z-index: 2;
}

.search-btn img, .acc-btn img {
    width: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
}

.site-branding {
    height: 113px;
    display: flex;
    align-items: center;
}

.navbar-nav {
	flex-direction: row;
}

#main-menu li {
	margin-right: 4%;
}
/* changed */

.menu-wrapper {
    height: 113px;
    display: flex;
    align-items: center;
	width: calc(100% - 88px);
}

.dropdown-menu {
    border: 0;
    background-color: gainsboro;
    border-radius: 0;
}

.nav-link {
	font-weight: 400;
	color: #161739;
}

.open-search-btn {
    width: 88px;
    border: 0;
    background-color: #129BDB;
    color: white;
	font-size: 14px;
	z-index: 2;
}

.open-search-btn img {
    width: 30px;
    margin-bottom: 10px;
}

.search-form {
	display: none;
}

.close {
	position: absolute;
	background-color: white;
	padding: 0 5px 5px 5px;
	line-height: 20px;
	font-size: 20px;
}

.close:hover {
	cursor: pointer;
}

.burger-menu {
    width: 113px;
	height: 113px;
	padding: 0;
    border: 0;
    background-color: #43B02A;
    color: white;
	font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 2;
}

.burger-menu img {
	margin-bottom: 10px;
}

.dropMenu {
    background-color: #43B02A;
    height: auto;
	z-index: 1;
	display: none;
}

.burger-menu-close {
    background-color: #43B02A;
	padding: 0;
    border: 0;
    height: 113px;
    width: 113px;
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
}

@media only screen and (max-width: 992px) {
	.full-area {
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.btn-text {
		display: none;
	}
	.btn-menu img {
		margin-bottom: 0;
	}
	#main-menu li {
    	margin-right: 6%;
		font-size: 14px;
}
}

@media only screen and (max-width: 767px) {
	#mobile-shift {
		display: none !important;
	}
	.site-branding {
    justify-content: space-between;
	}
	.full-area {
		padding: 0;
	}
	#go-mob {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 768px) {
	.shift {
		display: none !important;
	}
}

.nav-section button  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#secondary-wrapper .row, #secondary-wrapper ul li {
	list-style: none;
}

#dropMenu .row {
	margin: 0 !important;
	max-width: 100% !important;
}

#secondary-wrapper ul, #secondary-wrapper ul li, #dropMenu, #secondary-wrapper {
	padding: 0;
}

#menu-secondary-menu {
	padding: 15px !important;
}

#secondary-wrapper ul li a {
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
	#secondary-wrapper ul li a {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1400px) {
	#secondary-wrapper ul li a {
		font-size: 40px;
	}
}

#secondary-wrapper .sub-menu li a {
	font-size: 18px !important;
	font-weight: normal;
}

#secondary-wrapper .sub-menu {
	margin: 20px 0;
}

#secondary-wrapper {
	margin: 40px 0;
}

#secondary-wrapper .sub-menu li {
	max-width: 100%;
}

.dropMenu {
	position: absolute;
	z-index: 99;
	top: 111px;
	max-width: 100%;
}

/*Footer CSS*/

#wrapper-footer {
	background-color: #129BDB;
	position: relative;
}

.footer-bump {
	top: -40px;
    position: absolute;
    width: 148px;
	z-index: 3;
}

footer p {
	color: white;
}

#footer-wrapper a {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

#menu-menu-right, #menu-menu-middle {
	list-style: none;
	padding: 0;
	flex-direction: column;
}

#menu-menu-right li, #menu-menu-middle li {
	margin-bottom: 10px;
}

/* Button CSS */
.section-btn {
	border: 0;
	color: white;
	font-size: 14px;
	padding: 12px 27px;
	border-radius: 10px;
	transition: .3s transform;
}
.section-btn:hover {
	transform: scale(1.1);
}

#content {
	padding: 0 73px;
}

.widget_search {
	margin-bottom: 20px;
}

.home .train {
	display: block !important;
}

.train {
    position: absolute;
    width: 480px;
    height: 96px;
    top: -95px;
}

/* Search Result Page */

.search-results article p, .search-results #right-sidebar {
	display: none;
}

.search-results article a {
    color: black;
    font-size: 18px;
}

@media only screen and (min-width: 1201px) {
	.container {
		max-width: 100%;
	}
}

.navbar-nav {
	justify-content: flex-end;
}

.limit-cont {
	max-width: 1200px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu {
    background-color: #43B02A;
}

.dropdown-menu a {
    color: white;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.post-bump {
    bottom: 0;
    position: absolute;
    width: 162px;
    z-index: 3;
}

.post-heading-section {
	background-color: #DD265D;
	color: white;
}

.post-heading-section time {
    font-size: 18px;
    line-height: 42px;
    font-family: 'stolzl';
}

.post-heading-section h1 {
    font-size: 48px;
    line-height: 54px;
    font-family: 'stolzl';
	font-weight: 800;
	max-width: 856px;
}

.post-content-section h2 {
	width:100%;
    font-size: 48px;
    line-height: 54px;
    font-family: 'stolzl';
	font-weight: 800;
	max-width: 696px;
	margin-bottom: 30px;
}

.post-content-section p {
	width:100%;
    font-size: 18px;
    line-height: 28px;
    font-family: 'stolzl';
	font-weight: 400;
	max-width: 696px;
	margin-bottom: 30px;
}

.post-content-section ul {
	width:100%;
	max-width: 696px;
}

.post-content-section img {
    border-radius: 25px;
}

/* Hide the Train */
.train-container {
	display: none;
}

.post-content-section .widget-wrapper {
	padding: 14px 27px;
	border-radius: 10px;
	max-width: 340px;
	margin: 0 auto 10px;
}

.post-content-section .info-icon {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.post-content-section .info-line {
	display: flex;
	align-items: center;
}

.post-content-section .info-text {
    color: white;
    font-family: 'stolzl';
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
}

.post-content-section .info-text-big {
    color: white;
    font-family: 'stolzl';
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.post-content-section a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.h-header h2, .banner-t2 h2, .post-content-section h2 {
    	font-size: 30px;
    	line-height: 36px;
	}
	.key2-logo {
		width: 150px;
		margin: 0 auto 30px;
	}
	.h-header .title-wrapper {
    	height: 150px;
	}
}

.horizon-editor h2 {
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
	margin-bottom: 40px;
}

.dropdown-menu {
	margin-top: 0 !important;
}

ul {
	list-style-image: url('/wp-content/themes/visions/images/gbullet.svg');
	text-align: left;
}

ul.bullet-white {
	list-style-image: url('/wp-content/themes/visions/images/bullet.svg');
	text-align: left;
}


.policies-col {
	max-height: 0;
	transition: max-height 0.5s ease-out;
	overflow: hidden;

}

.policies-col.active {
	max-height: 1000px;
	transition: max-height 0.5s ease-in;
	margin:40px 0 0 0;
}
.parents-col.active{
	margin:40px 0 0 0;
}
.policy-icons, .info-line img {
	border-radius: 0 !important;
}
.main-content-school{
	margin-top:40px;
}
.info-line {
	padding: 10px;
}

.policy-btn-wrapper {
    border: 1px solid #161739;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
    margin: 3px auto;
    height: 40px;

}

.policy-name {
    width: 80%;
    font-size: 12px;
	line-height: 14px;
    font-weight: bold;
    font-family: 'stolzl';
}

.policy-pdf {
	max-width: 14px;
	margin: auto;
}

.policy-dl {
	max-width: 15px;
	margin: auto;
}

.policy-wrapper a {
	color: #161739;
}

.sc-btn:hover {
	cursor: pointer;
}

a.nav-link:hover {
    color: #43B02A !important;
}

.dropdown-menu {
	border-radius: 15px !important;
}

.navbar-nav .nav-link {
    padding: 20px 0;
	font-size: 16px;
}

.dropdown-menu:before {
   content:url(/wp-content/themes/visions/images/menu-bump.svg);
	top: -18px;
    left: 26px;
    position: absolute;
}

body {
	color: #16173B;
	position: relative;
}

.home-img-wrapper {
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 767px) {
.img-df, .home-img-wrapper {
    height: 400px !important;
}
}

.single-homes .slick-dots, .single-accommodations .slick-dots, .single-schools .slick-dots {
    list-style-image: none;
    list-style-type: none;
    padding: 0;
    display: flex;
    background-color: #43B02A;
    width: 91px;
    height: 22px;
    margin: auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.single-homes .home-dots, .single-accommodations .home-dots, .single-schools .home-dots {
    border: 1px solid white;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 1px;
}

.single-homes .home-dots:hover, .single-accommodations .home-dots:hover, .single-schools .home-dots:hover {
	cursor: pointer;
}

.slick-active .home-dots {
	background-color: black;
}

.search-cont footer {
	display: none !important;
}

.search-cont h2 {
    padding-left: 25px;
    background-image: url(/wp-content/themes/visions/images/gbullet.svg);
    background-repeat: no-repeat;
    background-position-y: 13px;
}

/**
 * Accessibilty
 */

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
	right: 0;
	z-index: -1;
	opacity: 0;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
	z-index: 10;
	opacity: 1;
}

#pojo-a11y-toolbar {
	width: 70%;
	background-color: #161739;
}

body #pojo-a11y-toolbar {
	position: absolute;
}

@media only screen and (min-width: 768px) {
	#pojo-a11y-toolbar {
	    width: calc(25% + 88px);
    }
}

@media only screen and (min-width: 993px) {
	#pojo-a11y-toolbar {
	    width: calc((100% - 74px) * 0.25 + 88px);
    }
}

.pojo-a11y-toolbar-toggle {
	display: none;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	background: transparent;
    width: 100%;
    border: none;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a,
body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
	color: #fff;
}

.post-list-t7 .col-wrap .item-wrapper { background: #161739 !important}








@media only screen and (min-width: 768px) {
	#burgerMenu, #burgerClose {
		position: fixed;
		top: 0;
		right: 0;
	}

	#burgerMenu {
		z-index: 101;
	}

	#burgerClose {
		z-index: 100;
	}

	#dropMenu {
		position: fixed;
	}

	#dropMenu.top {
		top: 0;
	}

	#dropMenu #secondary-wrapper {
		padding-right: 60px !important;
	}
}

@media only screen and (min-width: 1024px) {
	#dropMenu #secondary-wrapper {
		padding-right: 100px !important;
	}
}

.form-wrapper{
	justify-content: center;
}

.wpcf7-form-control-wrap .vacancy-form-textarea {
	background-color: #e7f5fb;
	border-radius: 12px;
	border: none;
	padding: 0.5rem 1rem;
	height: 177px;
}
#apply-form .apply-btn {
	background-color: #43B02A;
	color: white;
	font-size: 12px;
	border: none;
	padding: 0.3rem 2rem;
	border-radius: 10px;
	font-weight: normal !important;
	margin-top: 1rem;
}

.vacancy-apply .wpcf7{
	max-width:1195px;
}
#actual-btn{
	display:none;
}
.form-group, .wpcf7 .wpcf7-form p{
	margin-bottom: 0.5rem
}
.upload-btn{
	width: fit-content !important;
}

#emailfield{
	display:none;
}

.parents-col{
	max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}
.parents-col.active{
	max-height: 1000px;
    transition: max-height 0.5s ease-in;
}
.col-md-6.new a{
	display:flex;
	justify-content:start;
}
.col-md-6.new a .widget-wrapper{
	margin-left:0;
	min-width:233px;
}
.col-md-6.new{
	display:flex;
}
@media (min-width:768px){
	.col-md-6.new a{
	display:flex;
		width:100%;
	justify-content:start;
}
.col-md-6.new a .widget-wrapper{
	margin-left:0;
	min-width:323px;
}
.col-md-6.new{
	display:flex;
	justify-content:start;
}
	.col-md-6.new:nth-of-type(1){
	display:flex;
	justify-content:end;

}
	.col-md-6.new .widget-wrapper{
		margin-right:0;
		margin-left:0;
		width:100%;
	}
}
@media(min-width:1024px){
	.col-md-6.new .widget-wrapper{
		min-width:323px;
		margin-left:auto;
	}
	.col-md-6.new a .widget-wrapper{
	min-width:323px;
		margin-right:auto;
}
}



@media only screen and (max-width: 1450px){

	.navbar-nav .nav-link{
		font-size: 15px;
	}
	
}

@media only screen and (max-width: 1250px){
	.navbar-nav .nav-link{
		font-size: 14px;
	}
	
	div#go-mob {
    	padding-left: 10px;
	}
	
	#main-menu li {
		margin-right: 3%;
	}
	
}

@media only screen and (max-width: 1024px){
		.navbar-nav .nav-link{
		font-size: 12px;
	}
}