/******************************************************************

Theme Name: Eight Wire
Theme URI: https://eightwire.uk
Description: Web Design & Development
Author: Eight Wire
Author URI: https://eightwire.uk
Version: 0.0.1
Tags: design, marketing, web development, content management

******************************************************************/

:root {
	--grey: #eaeff2;
	--grey-d: #3c3c3b;
	--blue: #21437a;
	--blue-l: #89a4cc;
	--blue-p: #d3ddf2;
	--green: #8dbb23;
	--green-d: #007f43;
	--violet: #9095b8;
	--admin-bar-offset: 0px;
	--notice-offset: 0px;
}

html {
	scroll-behavior: smooth;
}
html, body {
	margin: 0;
	padding: 0;
	max-width: 100vw;
	color: var(--grey-d);
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.02em;
	overflow-x: hidden;
}
html:has(.hamburger-switch:checked) {
	overflow-y: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 18px;
	color: var(--blue);
	text-transform: none;
	letter-spacing: 1px;
}
h1 {
	font-size: 3.3rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.6rem;
}
h4 {
	font-size: 2rem;
}

p {
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

a, a:link, a:visited, a:hover, a:active {
	outline: none;
	text-decoration: none;
}
a, a:visited {
	color: var(--violet);
}
a:hover {
	color: var(--green);
}

.transition-all, .ta, button, input, textarea,
a,
.ewmodal-btn-open {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
iframe {
	max-width: 100%;
}
textarea {
	min-height: 60px;
	resize: vertical;
}
textarea,
input:not([type="submit"]) {
	border: 1px solid var(--blue);
	border-radius: 8px;
	padding: 6px;
}
address {
	font-style: normal;
}
li {
	font-size: 1.6rem;
}

/* CLEARFIX */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: ' ';
	display: table;
}
.cf:after {
	clear: both;
}

.w {
	max-width: 100%;
	margin: 0 auto;
}
.w[class*="size-"] {
	margin: 0 auto;
}
.w[class*="size-"].m-r {
	margin: 0 auto 0 0;
}
.w[class*="size-"].m-l {
	margin: 0 0 0 auto;
}
.w.size-full {
	max-width: 1920px;
}
.w.size-xx-wide {
	max-width: 1780px;
}
.w.size-x-wide {
	max-width: 1578px;
}
.w.size-wide {
	max-width: 1324px;
}
.w.size-large {
	max-width: 1068px;
}
.w.size-mid {
	max-width: 960px;
}
.w.size-narrow {
	max-width: 720px;
}
.w.size-small {
	max-width: 640px;
}
.w.size-x-small {
	max-width: 480px;
}


/* HEADER */
.notice-banner {
	background: var(--green-d);
	color: #fff;
}

.notice-banner p {
	margin-bottom: 0;
	font-size: 2.2rem;
}

header.header {
	position: relative;
	z-index: 6;
	background: var(--blue);
}
body:has(.banner-slider) header.header {
	position: absolute;
	top: calc(var(--notice-offset) + var(--admin-bar-offset));
	right: 0;
	left: 0;
	background: transparent;
}
body:has(.banner-slider):has(.notice-banner) header.header {
	--notice-offset: 69px;
}
body.admin-bar:has(.banner-slider) header.header {
	--admin-bar-offset: 32px;
}

.contact-search {
	margin-top: -28px;
	gap: 20px;
}

.contact-search svg {
	height: 25px;
	flex-shrink: 0;
}

.contact-search svg path {
	transition: fill 0.18s ease-in-out;
}
.contact-search a:hover svg path {
	fill: var(--green);
}

.search-wrap {
	width: 200px;
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 6px 32px 6px 4px;
	background: #9095b8;
	overflow: hidden;
	transition: width 0.18s ease-in-out, border 0.18s ease-in-out;
}
.search-wrap:has(input:focus) {
	width: 300px;
	border-color: var(--green);
}

.search-wrap input {
	width: 80%;
	width: calc(100% - 25px);
	border: 0;
	padding: 12px !important;
	background: transparent;
	font-size: 1.8rem;
	color: #fff;
	outline: none;
}
.search-wrap input::placeholder {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
}

.search-wrap button {
	border: 0;
	padding: 0;
	background: transparent;
	line-height: 0;
}

.header-logo {
	padding: 36px 18px;
	text-align: center;
}

.header-logo a {
	position: relative;
	display: inline-block;
}
.header-logo a:before {
	content: '';
  background: var(--blue);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  filter: blur(32px);
  border-radius: 32px;
}

header .actions {
	align-self: flex-start;
	text-align: right;
}

header .actions :is(.mycrha, .hamburger) {
	width: 176px;
}

.ewbtn.mycrha.flex {
	display: inline-flex !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 5px 11px;
	background: #fff;
	color: var(--blue);
	font-size: 1.6rem;
	font-weight: 500;
}
.ewbtn.mycrha:hover {
	background: var(--green);
}
.ewbtn.mycrha svg {
	height: 40px;
}


/* MENUS */
.menu, .sub-menu {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

nav.nav {
	text-align: right;
}

.ew-menu li > a {
	display: block;
	border: 0;
	padding: 10px 6px;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-decoration: none;
}

.ew-menu li > a:hover,
.ew-menu li.current-menu-item > a,
.ew-menu .current-menu-ancestor > a,
.ew-menu .current-menu-parent > a {
	text-decoration: none;
}

.footernav .menu li {
	margin-bottom: 1em;
}

nav.ew-menu {
	z-index: 600;
}

nav.ew-menu > .wrap {
	position: relative;
}

.hamburger {
	position: relative;
	display: inline-block;
	margin-top: 18px;
	border-radius: 15px;
	padding: 17px 28px;
	background: var(--green);
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 2000;
	transition: background 0.18s ease-in-out, color 0.18s ease-in-out;
}
.hamburger:hover {
	background: var(--green-d);
}

.hamburger .ham-wrap {
	display: grid;
	padding-left: 16px;
	gap: 5px;
	place-items: center;
	-webkit-tap-highlight-color: transparent;
}

.hamburger .ham-wrap > span {
	display: block;
	width: 25px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	transition: all 0.5s ease-in-out;
	transform-origin: center;
}

.hamburger-switch {
	display: none;
}

.hamburger-switch:checked ~ .hamburger .ham1 {
	transform: rotateZ(45deg) translate(7px, 6px) scaleX(1.2);
}
.hamburger-switch:checked ~ .hamburger .ham2 {
	transform: scale(0);
	opacity: 0;
}
.hamburger-switch:checked ~ .hamburger .ham3 {
	transform: rotateZ(-45deg) translate(7px, -6px) scaleX(1.2);
}

.ew-menu .main-menu-wrap {
	position: fixed;
	display: none;
	top: -100vh;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	overflow-y: auto;
	z-index: 999;
	transition: top 0.3s ease;
}
.hamburger-switch:checked ~ .main-menu-wrap {
	display: block !important;
	top: 0;
	place-content: center;
}

.main-menu {
	position: absolute;
	top: 146px;
	top: calc(146px + var(--notice-offset) + var(--admin-bar-offset));
	right: 12px;
	bottom: auto;
	left: 12px;
	display: grid;
	gap: 10px 100px;
	max-height: 80vh;
	max-height: calc(100vh - 203px);
	margin: 0 12px;
	border-radius: 25px;
	padding: 25px 50px;
	background: var(--blue);
	text-align: left;
	overflow-y: scroll;
	scrollbar-width: none;
}

.main-menu > div {
	padding: 25px 0;
}

.main-menu h2 {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.main-menu .customer-menu ul.menu,
.main-menu .crha-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px 50px;
}

.main-menu li a {
	color: #fff;
	text-transform: none;
}
.main-menu li a:hover {
	color: var(--green);
}

.main-menu ul.menu > li > a,
.main-menu ul.menu > li > div > a {
	color: var(--green);
	font-size: 2rem;
	text-transform: uppercase;
}

.main-menu ul.sub-menu > li:not(.menu-btn) {
	border-bottom: 1px solid var(--green);
}
.main-menu ul.sub-menu > li:not(.menu-btn):has(+ li.menu-btn) {
	margin-bottom: 10px;
	border-bottom: 0;
}

.menu-btn.crha-btn .ewbtn {
	padding: 6px 18px;
}
.menu-btn.crha-btn .ewbtn svg {
	height: 40px;
}

.main-menu .menu-toggle {
	margin-right: 10px;
	border: 0;
	background: none;
	line-height: 0;
}

.main-menu .menu-toggle svg {
	height: 19px;
	transition: transform 0.18s ease-in-out;
}
.main-menu .menu-hidden .menu-toggle svg {
	transform: rotate(180deg);
}

.crha-menu {
	position: relative;
	color: #fff;
}
.crha-menu:before {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	height: 1px;
	background: #fff;
}

.main-menu .crha-menu ul.menu > li:first-child {
	margin-bottom: 22px;
}

.crha-menu .contact-section {
	margin-top: 24px;
}

.crha-menu .contact-section a {
	color: #fff;
}
.crha-menu .contact-section a:hover {
	color: var(--green);
}

.crha-menu .contact-section a svg path {
	fill: var(--green);
}
.crha-menu .contact-section .socials a:hover svg path {
	fill: #fff;
}


/* BANNER */
.banner-slider {
	overflow: hidden;
}

.banner-slider .slides:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	background: linear-gradient(to top, #000 0%, transparent 100%);
	opacity: 0.5;
	z-index: 2;
}
.banner-slider:has(.banner-caption) .slides:after {
	height: 300px;
}

.banner-slide {
	background: var(--blue) url() no-repeat center center / cover;
}

.slick-dots:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 1150px;
	height: 152px;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	z-index: 1;
	filter: blur(20px);
	transform: translate(-50%, 50%);
}

.banner-links {
	position: relative;
	max-width: 100%;
	width: 1160px;
	margin: 0 auto;
	padding: 24px 12px 48px;
	gap: 50px;
	background: var(--blue);
	z-index: 4;
}

.banner-links a {
	max-width: 346px;
	flex-basis: 276px;
}

.banner-links a > div {
	display: grid;
	grid-template-rows: 104px 1fr max-content;
	height: 100%;
	border-radius: 96px 96px 25px 25px;
	padding: 20px 12px 0;
	background: var(--green);
}

.bl-icon {
	margin: 0 auto;
}

.banner-links h3 {
	margin: 16px 0 0;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 400;
}

.banner-links h3 span {
	color: var(--green-d);
	font-weight: 800;
}

.banner-links .ewbtn {
	margin: 12px 0 20px;
	text-transform: uppercase;
}
.banner-links a:hover .ewbtn {
	background: var(--green-d);
}

.banner-caption {
	position: relative;
	padding: 50px 12px;
	background: var(--green);
	color: #fff;
	z-index: 4;
}

.banner-caption h1 {
	color: #fff;
	font-weight: 600;
}

.banner-caption p:last-child {
	margin-bottom: 0;
}


/* FRONT PAGE */
.fp-intro h1 {
	color: var(--blue-l);
	font-weight: 500;
}


/* ARTICLE */
.pad {
	padding: 36px;
}
.pad.pad-more {
	padding: 50px;
}
.pad.pad-mid {
	padding: 24px;
}
.pad.pad-half {
	padding: 18px;
}
.pad.pad-less {
	padding: 12px;
}
.pad-h {
	padding: 0 36px;
}
.pad-h.less {
	padding: 0 12px;
}
.pad-v {
	padding: 36px 0;
}


/* LAYOUTS */
.two-col .col,
.three-two-col .col,
.three-col .col,
.text-with-image-wrapper .text-wrapper,
.text-with-image-wrapper .image-wrapper {
	width: 100%;
}

.two-col .col img,
.three-two-col .col img,
.three-col .col img {
	margin: 0 auto;
}

.slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 3;
}
.slick-dots:not(:has(li:nth-child(2))) {
	display: none;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
	z-index: 2;
}

.slick-dots li button {
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid var(--green);
	border-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 5px;
	background: var(--green);
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	outline: none;
	transition: background 0.2s ease;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
	border-color: #fff;
	background: #fff;
}

.single-column-text-wrapper h2 {
	font-size: 2.6rem;
	font-weight: 600;
}

.text-with-image-wrapper {
	padding: 50px 0 48px;
	background: var(--grey);
}
.text-with-image-wrapper.bg-blue {
	background: var(--blue);
	color: #fff;
}

.text-with-image-wrapper h2,
.two-column-text-wrapper h2 {
	font-size: 2.6rem;
	font-weight: 500;
}
.text-with-image-wrapper.bg-blue h2 {
	color: var(--blue-l);
}

.text-with-image-wrapper .ewbtn {
	margin-top: 30px;
}

.image-wrapper.cover {
	background: url() no-repeat center center / cover;
	align-self: stretch;
}

.text-with-image-wrapper .image-wrapper,
.text-with-image-wrapper .image-wrapper img {
	border-radius: 25px;
	overflow: hidden;
}
.text-with-image-wrapper.img-right .image-wrapper {
	order: 2;
}
.text-with-image-wrapper.img-left .image-wrapper,
.text-with-image-wrapper.img-left  .video-wrapper {
	margin: 0 auto 12px;
}
.text-with-image-wrapper.img-right .image-wrapper,
.text-with-image-wrapper.img-right  .video-wrapper {
	margin: 12px auto 0;
}

.single-column-image-wrapper img {
	margin: 0 auto;
}

.two-column-image-wrapper .col:first-child,
.three-column-image-wrapper .col:not(:last-child) {
	margin-bottom: 12px;
}

.col-content-wrapper.grid {
	padding: 50px 12px;
	gap: 24px;
}

.col-content-wrapper .col {
	border-radius: 25px;
	background: var(--green);
	overflow: hidden;
}
.col-content-wrapper .col:nth-child(2n) {
	background: var(--blue);
	color: #fff;
}

.col-content-wrapper .col-image,
.tab-img {
	background: url() no-repeat center center / cover;
}

.col-content-wrapper .col h3,
.tab-txt h3 {
	font-weight: 400;
}
.col-content-wrapper .col:nth-child(2n) h3 {
	color: var(--green);
}

.cta-wrapper {
	background: var(--blue);
	color: #fff;
}

.cta-wrapper .flex {
	gap: 26px;
}

.cta-img {
	width: 35%;
	background: url() no-repeat center center / cover;
	flex-shrink: 0;
}

.cta-txt {
	padding: 50px 0 50px 24px;
}

.cta-wrapper h2 {
	color: var(--green);
	font-weight: 600;
}

.cta-txt .ewbtn {
	margin-top: 18px;
}

.two-col-ctas-wrapper {
	padding: 48px 0 50px;
	background: var(--green-d);
}

.two-col-ctas-wrapper .grid {
	gap: 50px;
}

.tcc-cta {
	border-radius: 25px;
	padding: 35px 24px 50px;
	background: var(--green);
	text-align: center;
}
.tcc-cta:nth-child(2) {
	background: var(--blue);
	color: #fff;
}

.tcc-cta img {
	margin-bottom: 16px;
}

.tcc-cta h2 {
	margin-bottom: 6px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 400;
}
.tcc-cta h2 span {
	color: var(--green-d);
	font-weight: 800;
}
.tcc-cta:nth-child(2) h2 span {
	color: var(--green);
}

.tcc-text {
	margin: 0 auto 30px;
	max-width: 555px;
	width: 100%;
}

.tcc-text p:last-child {
	margin-bottom: 0;
}

.layout-divider {
	max-width: 100%;
	width: 554px;
	margin: 0 auto;
	border-color: var(--blue);
	border-style: solid;
	background: var(--blue);
	color: var(--blue);
}

.layout-spacer {
	height: 18px;
}
.layout-spacer.med {
	height: 36px;
}
.layout-spacer.large {
	height: 60px;
}

.gallery-outer {
	line-height: 0;
}

.gallery-wrapper .grid.grid-5 {
	grid-template-columns: 1fr 1fr;
}

.gallery-wrapper .grid > div {
	border-radius: 25px;
	overflow: hidden;
}
.gallery-wrapper .grid > div:nth-child(n+11) {
	display: none;
}

.gallery-wrapper .grid > div a {
	display: block;
}
.gallery-wrapper .grid > div img {
	border-radius: 25px;
	overflow: hidden;
}

.gallery-wrapper .btn-wrap {
	padding: 30px 12px 0;
}

.gallery-wrapper .gal-expand {
	margin: 0 auto;
}

.pad-default {
	padding: 50px 12px;
}

.faqs-wrapper h2,
.downloads-wrapper h2 {
	font-weight: 600;
}

.faq {
	border-radius: 15px;
	padding: 7px;
	background: var(--grey);
}
.faq.open {
	background: var(--blue);
	color: #fff;
}
.faq:not(:last-child) {
	margin-bottom: 16px;
}

.faq-question {
	cursor: pointer;
}

.faq-question p {
	font-weight: 600;
}

.faq button {
	position: relative;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 10px;
	background: var(--green);
	cursor: pointer;
	flex-shrink: 0;
}
.faq button:before,
.faq button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 5px;
	border-radius: 3px;
	background: #fff;
	transform: translate(-50%, -50%);
}
.faq button:after {
	transform: translate(-50%, -50%) rotateZ(90deg);
	transition: transform 0.18s ease-in-out;
}
.faq.open button:after {
	transform: translate(-50%, -50%) rotateZ(180deg);
}

.faq-answer {
	display: none;
	padding: 0 23px 24px 53px;
}

.faq dt,
ul.downloads li span {
	padding: 10px 23px 10px 15px;
}

.faq dd {
	margin-left: 0;
	padding-top: 12px;
}

.faq p:last-child {
	margin-bottom: 0;
}

ul.downloads {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.downloads li {
	border-radius: 15px;
	padding: 7px;
	background: var(--green);
	transition: background 0.18s ease-in-out;
}
ul.downloads li:not(:last-child) {
	margin-bottom: 21px;
}
ul.downloads li:has(a:hover) {
	background: var(--blue);
}

ul.downloads li a {
	color: var(--blue);
	font-weight: 600;
	align-items: flex-start;
}
ul.downloads li a:hover {
	color: #fff;
}

ul.downloads li svg {
	width: 40px;
	flex-shrink: 0;
}

.tabbed-content-wrapper {
	padding: 50px 0;
	background: var(--grey);
}

.tab-btns {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid var(--blue);
	list-style: none;
	overflow-y: scroll;
	scrollbar-width: none;
}

.tab-btns li {
	display: inline-block;
	min-width: 145px;
	padding: 14px 18px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: var(--blue);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.18s ease-in-out;
}
.tab-btns li:not(:last-child) {
	margin-right: 6px;
}
.tab-btns li.active {
	background: var(--green);
}
.tab-btns li:not(.active):hover {
	background: var(--green-d);
}

.tab-btns li svg {
	height: 23px;
	margin-left: 18px;
	flex-shrink: 0;
}

.tab-btns li:not(.active) svg path {
	fill: var(--green);
}

.tab-container {
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	background: #fff;
	overflow: hidden;
}

.tab-img {
	width: 50%;
	flex-shrink: 0;
}

.tab-txt p:last-child {
	margin-bottom: 0;
}

.links-signpost-wrapper {
	padding: 50px 0;
	background: var(--grey);
}

.links-signpost-wrapper > .flex {
	align-items: flex-start;
	gap: 50px;
}

.ls-txt {
	padding-top: 50px;
}

.ls-links {
	max-width: 100%;
	width: 554px;
	border-radius: 25px;
	padding: 50px 50px 0;
	background: var(--blue-p);
	flex-shrink: 0;
	gap: 13px;
}

.lsl-content {
	padding-bottom: 50px;
}

.ls-links h4 {
	font-weight: 500;
}

.ls-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ls-links li:not(:last-child) {
	margin-bottom: 20px;
}

.lsl-bg {
	width: 190px;
	align-self: flex-end;
	overflow: hidden;
	line-height: 0;
}

.lsl-bg svg {
	width: 190px;
}

.slider-slides-wrap {
	position: relative;
	width: 80%;
	width: calc(100% - 260px);
	border-radius: 25px;
	overflow: hidden;
}

.slider-prev,
.slider-next {
	border: 0;
	border-radius: 0;
	background: 0;
}

.slider-prev svg,
.slider-next svg {
	width: 28px;
}

.slider-prev svg path,
.slider-next svg path {
	fill: var(--blue);
}

.slider-slides div {
	border-radius: 25px;
}

.slider-wrapper img {
	margin: 0 auto;
}

.slider-wrapper .slick-dots li:not(.slick-active) button {
	border-color: var(--green);
	background: var(--green);
}

.logos-slider-wrap {
	position: relative;
	width: 90%;
	width: calc(100% - 140px);
	overflow: hidden;
}

.logos-slider-wrap .size-wide {
	margin-bottom: 30px;
}

.logos-slider-wrap .slick-track {
	display: flex !important;
	align-items: center;
}

.logos-slides div.flex {
	display: flex !important;
	padding: 0 12px;
}


/* CONTACT PAGE & FORM */
.gform_wrapper.gravity-theme .gfield_label {
	color: var(--blue);
	font-weight: 500 !important;
}

.housing-application-form_wrapper.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select,
.gravity-theme.ui-datepicker .ui-datepicker-calendar td,
.gravity-theme.ui-datepicker .ui-datepicker-calendar th span,
.gform_wrapper.gravity-theme .gfield--input-type-consent label.gform-field-label {
	font-size: 12px !important;
}

.gform_wrapper.gravity-theme .gform_previous_button.button {
	background-color: var(--violet) !important;
	color: #fff !important;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:hover {
	background-color: var(--blue-l) !important;
}

.housing-application-form .gsection h3 {
	margin-bottom: 0;
}

.housing-application-form_wrapper .gform_required_legend {
	display: none !important;
}

.housing-application-form_wrapper.gform_wrapper.gravity-theme :is(.gfield_checkbox, .gfield_radio) {
	grid-row-gap: 12px;
}

.housing-application-form .gfield label + .gfield_description {
	padding-top: 0;
}

.gform_wrapper.gravity-theme .gfield_consent_description {
	font-size: 16px !important;
	font-weight: 400;
}

.gfield_description + .ginput_container_consent {
	margin-top: 6px;
}

.housing-application-form .gform_wrapper.gravity-theme .gfield_consent_description {
	max-height: none !important;
}

.housing-application-form_wrapper.gform_wrapper.gravity-theme .gf_progressbar_title {
	color: var(--green);
	font-size: 20px;
}

.housing-application-form_wrapper.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: var(--green-d);
}


/* BLOG */
.post-thumbnail {
	margin-bottom: 18px;
}

.post-feed-post {
	border-radius: 30px;
	background: var(--green);
	color: var(--grey-d);
	overflow: hidden;
}

.pfp-content {
	padding: 24px 50px 50px;
}

.post-title {
	margin-bottom: 10px;
	color: var(--blue);
	font-size: 2.6rem;
	font-weight: 500;
}

.post-date {
	margin-bottom: 26px;
	color: #fff;
}

.post-date p {
	font-size: 1.2rem;
	font-weight: 500;
}

.pfp-btn-wrap {
	margin-top: 22px;
}

.pagination {
	padding: 36px 0 0;
	font-size: 1.6rem;
}

.pagination a {
	color: var(--grey-d);
	text-decoration: none;
}
.pagination a:hover,
.pagination .page-numbers.current {
	color: var(--green);
}

.pagination > a,
.pagination > span,
ul.page-numbers a,
ul.page-numbers span {
	padding: 6px;
}

.pagination a i.icon,
.pagination a > span {
	display: inline-block;
	vertical-align: middle;
}
.pagination a i.icon:before {
	font-size: 2.2rem;
}


/* TESTIMONIALS */
.testimonials-wrapper {
	background: var(--green) url('assets/images/bg-leaf.png') no-repeat 66% top;
	background-position-x: calc(66% + 175px);
}

.testimonials-wrapper h2 {
	color: #fff;
}

.testimonials-slider {
  position: relative;
  width: 80%;
  width: calc(100% - 84px);
}
.testimonials-slider:before,
.testimonials-slider:after {
	content: '';
	position: absolute;
	top: 0;
	left: 200px;
	width: 46px;
	height: 34px;
	background: url('assets/images/quote-open.png') no-repeat center center / contain;
	z-index: 1;
}
.testimonials-slider:after {
	top: auto;
	right: 200px;
	bottom: 50px;
	left: auto;
	background-image: url('assets/images/quote-close.png');
}

.testimonials-slider-slides {
	z-index: 2;
}

.testimonials-slider-slides-slide {
	padding: 0 36px;
}

.testimonial-text p {
	color: var(--blue);
	font-size: 1.9rem;
	font-weight: 400;
	font-style: italic;
}

.testimonial-attribution {
	margin-top: 36px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: normal;
}

.testimonials-wrapper .slick-arrow svg path {
	fill: #fff;
}


/* SEARCH */
.search-query {
	color: var(--green);
	text-decoration: underline;
}

.search-results .pagination.pad {
	padding-bottom: 50px;
}

.search-result {
	margin-top: 30px;
}

.search-result h2 a {
	color: var(--blue);
}
.search-result h2 a:hover {
	color: var(--green);
}


/* FOOTER */
footer.footer {
	position: relative;
	background: #fff;
	color: var(--blue);
	font-size: 1.4rem;
	z-index: 2;
}

footer a {
	color: #fff !important;
}
footer a:hover {
	color: var(--green) !important;
}

footer .top {
	background: var(--blue);
	color: #fff;
}

footer .top .grid {
	padding: 42px 0 26px;
}

footer h4 {
	margin-bottom: 14px;
	color: #fff;
	font-size: 1.8rem;
}

footer .top .menu {
	margin-left: 13px;
	list-style: disc;
}

footer li {
	font-size: 1.4rem;
}

footer .contact h4 {
	margin-left: 42px;
}

.contact-section p {
	font-size: 1.8rem;
}

.contact-section .icon-wrap {
	width: 42px;
	line-height: 0;
}

.contact-section svg {
	height: 25px;
}

.contact-section svg path {
	transition: fill 0.18s ease-in-out;
}
.contact-section a:hover svg path {
	fill: var(--green);
}

.contact-section .socials {
	margin-top: 26px;
}

.contact-section .socials a:not(:last-child) {
	margin-right: 21px;
}

.contact-section .socials svg {
	height: 26px;
}

footer address {
	line-height: 2;
}

footer .hashtags {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

footer .hashtags li {
	margin-bottom: 8px;
}

footer .hashtags a {
	position: relative;
	display: inline-block;
	color: var(--green) !important;
	font-size: 1.8rem;
	font-weight: 600;
}
footer .hashtags a:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #fff;
	transform-origin: center center;
	transition: transform 0.18s ease-in-out;
	transform: scaleX(0);
}
footer .hashtags a:hover:after {
	transform: scaleX(1);
}

footer .utils .ewbtn {
	display: flex;
	border-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding: 5px 11px;
	background: var(--violet);
	font-size: 1.6rem;
	text-transform: uppercase;
	transform: translateY(1px);
}
footer .utils .ewbtn:hover {
	background: var(--green);
	color: #fff !important;
}

footer .utils .ewbtn svg {
	height: 40px;
}

.ew-scroll-top span {
	padding: 0 6px 12px;
	font-weight: 500;
	line-height: 1.8rem;
}

.ew-scroll-top svg {
	height: 53px;
	transform: translateY(5px);
}

.ew-scroll-top svg .hover {
	fill: var(--green);
	transform-origin: bottom center;
	transform: scaleY(0);
	transition: transform 0.18s ease-in;
}
.ew-scroll-top:hover svg .hover {
	transform: scaleY(1);
}

footer .mid {
	position: relative;
	padding: 30px 0;
	background: var(--violet);
	color: #fff;
	text-align: center;
	z-index: 2;
}

footer .mid .menu li {
	display: inline-block;
	font-weight: 500;
}
footer .mid li:not(:last-child):after {
	content: '•';
	display: inline-block;
	padding: 0 5px 0 10px;
}

footer .mid a:hover {
	color: var(--blue) !important;
}

footer .bottom {
	padding: 30px 12px;
}

footer .bottom p {
	font-size: 1.4rem;
}

footer .bottom a {
	color: var(--blue) !important;
}

footer .bottom .accreditations {
	gap: 12px;
}


/* MODAL */
html.locked {
	overflow: hidden;
}

.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.4s ease;
	z-index: 9999;
}
.modal-bg.active {
	visibility: visible;
	opacity: 1;
}

.modal-window {
	background: #fff;
	position: fixed;
	top: -100vh;
	left: 50%;
	bottom: auto;
	width: 80%;
	height: 80%;
	padding-top: 60px !important;
	transition: visibility 0.2s ease, top 0.4s ease;
	transform: translate(-50%, -50%);
	z-index: 99999;
	overflow-y: scroll;
}
.modal-window.active {
	top: 50%;
	visibility: visible;
}

.ewmodal-btn-open {
	cursor: pointer;
}

.ewmodal-btn-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px;
	color: var(--green);
	text-align: center;
	cursor: pointer;
	transition: color 0.2s ease;
}
.ewmodal-btn-close:hover {
	color: #000;
}

.ewmodal-btn-close i.icon:before {
	font-size: 2.4rem;
}

button.modal-open {
	margin-bottom: 10px;
	border-radius: 3px;
}


/* MISC */
a.button,
a.ewbtn,
.ewbtn,
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.main-menu li.menu-btn a,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
	display: inline-block;
	margin: 0;
	border: 0;
	border-radius: 15px;
	padding: 12px 30px;
	background: var(--blue);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	transition: all 0.2s ease;
}
a.button:hover,
a.ewbtn:hover,
.ewbtn:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background: var(--green-d);
	color: #fff;
}
a.ewbtn.alt,
.ewbtn.alt,
.main-menu li.menu-btn a {
	background: var(--green);
}
a.ewbtn.alt:hover,
.ewbtn.alt:hover,
.main-menu li.menu-btn a:hover {
	background: var(--green-d);
}

.ewbtn.margin {
	margin: 12px;
}
.ewbtn.flex {
	display: flex !important;
}
.ewbtn.inline-flex {
	display: inline-flex !important;
}

.ewbtn svg {
	height: 23px;
	margin-left: 10px;
}

.centred {
	text-align: center;
}

.social svg {
	height: 26px;
}

i.icon {
	font-size: 0;
}
i.icon:before {
	font-size: 3.8rem;
}

.responsive-embed {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}
.nodisplay {
	display: none;
}


/* WOOCOMMERCE */


/* WORDPRESS CORE */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  max-width: 98.5%;
	width: auto;
	height: auto;
	margin: 0;
	border: 0 none;
  padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
  padding: 0 4px 5px;
  font-size: 1.1rem;
  line-height: 17px;
}

.screen-reader-text {
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	background-color: #eee;
	padding: 15px 23px 14px;
	clip: auto !important;
	clip-path: none;
	color: #444;
	font-size: 1em;
	line-height: normal;
	text-decoration: none;
	z-index: 100000;
}


/* Media Queries */
@media screen and (min-width: 500px) {
	.main-menu {
		right: 32px;
		left: 32px;
	}

	.pad-h.less {
		padding: 0 32px;
	}

	.col-content-wrapper.grid,
	.pad-default,
	.banner-caption {
		padding: 50px 32px;
	}

	footer .bottom {
		padding: 30px 32px;
	}
}

@media screen and (min-width: 600px) {
	.grid-4,
	.grid-3-2,
	.grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	.gallery-wrapper .grid.grid-5 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.pfp-content {
		padding: 24px 18px;
	}
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.two-col-ctas-wrapper .grid {
		gap: 24px;
	}

	.col-content-wrapper .col-text.pad,
	.tab-txt.pad.pad-more,
	.tcc-cta {
		padding: 24px 18px;
	}
}

@media screen and (min-width: 720px) {
	textarea,
	input:not([type="submit"]) {
		padding: 12px;
	}

	.two-col .col,
	.three-two-col .col {
		width: 47%;
		width: calc(50% - 24px);
	}

	.text-with-image-wrapper .image-wrapper {
		width: 50%;
		margin: 0 auto !important;
	}

	.text-with-image-wrapper .video-wrapper {
		margin: 0;
	}

	.text-with-image-wrapper .text-wrapper {
		width: 50%;
	}
	.text-with-image-wrapper.img-left .text-wrapper {
		padding-left: 48px;
	}
	.text-with-image-wrapper.img-right .text-wrapper {
		padding-right: 48px;
	}

	.text-with-video-wrapper .text-wrapper {
		padding-top: 42px;
	}

	.two-column-image-wrapper .col:first-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 840px) {
	.three-col .col {
		width: 31%;
		width: calc(33.3% - 12px);
	}

	.grid-3-2 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.three-column-image-wrapper .col {
		margin-bottom: 0 !important;
	}

	.content-with-sidebar .content-sidebar {
		width: 29%;
	}

	.content-with-sidebar .content-main {
		width: 67%;
	}

	.tab-img {
		width: 38%;
	}

	.tab-txt.pad.pad-more {
		padding: 50px;
	}
}

@media screen and (min-width: 960px) {
	.grid-4,
	.gallery-wrapper .grid.grid-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.tab-btns li {
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 1080px) {
	.banner-caption {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		background: transparent;
		z-index: 3;
	}

	.main-menu {
		grid-template-columns: 1fr 1fr;
	}

	.crha-menu:before {
		top: 0;
		bottom: 0;
		right: auto;
		left: -50px;
		width: 1px;
		height: auto;
	}

	.col-content-wrapper.grid {
		gap: 50px;
	}

	.col-content-wrapper .col {
		display: flex;
	}

	.col-content-wrapper .col-image {
		width: 40%;
		flex-shrink: 0;
	}

	.col-content-wrapper .col-text.pad {
		padding: 24px 18px;
		text-align: left;
	}

	.pfp-content {
		padding: 24px 50px 50px;
	}
}

@media screen and (min-width: 1160px) {
	.banner-links {
		position: absolute;
		right: 0;
		bottom: 8px;
		left: 0;
		background: transparent;
	}

	.banner-links .ewbtn {
		margin: 0;
		transform: translateY(50%);
	}

	.gallery-wrapper .grid.grid-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 1280px) {
	.testimonials-slider:before {
		left: 10px;
	}
	.testimonials-slider:after {
		right: 10px;
	}
}

@media screen and (min-width: 1330px) {
	.col-content-wrapper .col-text.pad {
		padding: 50px;
	}
}

@media screen and (min-width: 1600px) {
	.banner-caption {
		bottom: 40px;
	}
}

@media screen and (min-width: 1700px) {
	.testimonials-slider:before {
		left: 200px;
	}
	.testimonials-slider:after {
		right: 200px;
	}
}

@media screen and (min-width: 1800px) {
	.banner-links {
		bottom: 55px;
	}
}

@media screen and (max-width: 1279px) {
	.contact-search {
		order: 1;
		flex-shrink: 0;
	}

	header .actions {
		order: 2;
		flex: 0;
	}

	.header-logo {
		width: 100%;
		order: 3;
	}

	.ls-txt {
		padding-top: 0;
	}

	.testimonials-slider:before {
		left: 0;
	}
	.testimonials-slider:after {
		right: 0;
		bottom: 0;
	}

	.testimonials-slider .w.size-large {
		max-width: 720px;
	}
}

@media screen and (max-width: 1079px) {
	.links-signpost-wrapper > .flex {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
}

@media screen and (max-width: 960px) {
	.testimonials-slider .w.size-large {
		max-width: 600px;
	}
}

@media screen and (max-width: 839px) {
	.testimonials-slider:before,
	.testimonials-slider:after {
		content: none;
	}

	footer .accreditations {
		grid-column: span all;
		justify-content: center;
		gap: 30px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar:has(.banner-slider) header.header {
		--admin-bar-offset: 46px;
	}
}

@media screen and (max-width: 719px) {
	body:has(.banner-slider) header.header {
		position: relative;
		background: var(--blue);
	}
	body.admin-bar:has(.banner-slider) header.header,
	body:has(.banner-slider):has(.notice-banner) header.header {
		top: 0 !important;
	}

	.contact-search {
		margin-top: 30px;
	}

	.contact-search a {
		order: 2;
	}

	.search-wrap {
		position: relative;
		width: auto;
		padding: 14px;
		order: 1;
		overflow: visible;
	}
	.search-wrap:has(input:focus) {
		width: auto;
	}
	.search-wrap.active:after {
		content: '';
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.75);
		z-index: 2010;
	}

	.search-wrap input {
		display: none;
	}

	.search-wrap.active input {
		position: absolute;
		display: block;
		top: 120%;
		top: calc(100% + 12px);
		left: 0;
		width: 90vw;
		width: calc(100vw - 64px);
		border: 1px solid #fff;
		background: #9095b8;
		z-index: 2020;
	}
	.search-wrap input:focus {
		border-color: var(--green);
	}

	header .actions > div:first-child {
		display: none;
	}

	.hamburger {
		margin-top: 30px;
	}

	.main-menu {
		top: 108px;
		top: calc(108px + var(--notice-offset) + var(--admin-bar-offset));
	}

	.cta-wrapper .flex {
		flex-direction: column;
	}

	.cta-img {
		width: 100%;
	}

	.cta-txt {
		padding: 0 0 50px;
	}
}

@media screen and (max-width: 600px) {
	.main-menu .customer-menu ul.menu,
	.main-menu .crha-menu {
		grid-template-columns: 1fr;
	}

	.pad,
	.pad.pad-more {
		padding: 18px;
	}
	.pad-h {
		padding: 0 18px;
	}

	.tab-container {
		flex-direction: column;
	}

	.tab-img {
		width: 100%;
	}

	.ls-links {
		padding: 24px 18px 0;
	}

	.testimonials-slider,
	.slider-slides-wrap {
		width: 100%;
	}

	.testimonials-slider-slides-slide {
		padding: 0;
	}

	.slider-wrapper .slick-arrow,
	.testimonials-wrapper .slick-arrow {
		display: none !important;
	}

	footer .w > section {
		flex-basis: 100%;
		border: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	.main-menu {
		padding: 0 25px;
	}

	.modal-window {
		width: 95%;
	}

	.faq dt {
		padding: 10px 0 10px 11px;
	}

	.faq-answer {
		padding: 0 12px 18px;
	}

	.faq dd {
		padding: 12px 0 0 4px;
	}

	.lsl-content {
		padding-bottom: 24px;
	}

	.lsl-bg {
		display: none;
	}

	footer .utils .ewbtn {
		padding: 5px 6px;
		font-size: 1.2rem;
	}

	footer .utils .ewbtn svg {
		height: 22px;
	}

	.ew-scroll-top span {
		padding-bottom: 6px;
		font-size: 1.1rem;
	}

	.ew-scroll-top svg {
		height: 43px;
	}
}
@media screen and (max-width: 499px) {
	.search-wrap.active input {
		width: 90vw;
		width: calc(100vw - 24px);
	}
}

@media screen and (max-width: 400px) {
	.contact-search {
		gap: 12px;
	}

	.search-wrap {
		padding: 8px;
	}

	.hamburger {
		width: auto !important;
		padding: 12px 18px;
	}

	.main-menu {
		top: 98px;
		top: calc(98px + var(--notice-offset) + var(--admin-bar-offset));
	}

	.faq p {
		font-size: 1.5rem;
	}
}


/* GRID */
.grid {
	display: grid;
	gap: 30px;
}


/* FLEX - No styles below this */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flexcol {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flexrow {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexdirection {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
}
.flexdirectionreverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	box-direction: reverse;
}
.flexstretch {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: stretch;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexorder {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 0;
	box-ordinal-group:0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}
.flexi {
	-webkit-box-flex: 1;
	-moz-box-flex: 1 0 auto;
	box-flex:1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	word-wrap:break-word;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.flexone {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1 1 auto;
}
.flexzero {
	-webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1 1 0;
}
.flexiq {
  flex: 1 0 25%;
}
.flexistretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.flexcenter {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.flexend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.flexvcenter {
	-webkit-align-items: center;
	align-items: center;
}
.flexvend {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

@media print {
  #modalWindow,
  #modalbg {
    display: none !important;
  }
}
