/*
	Theme Name: Metlifecare Theme
	Description: A custom child theme built for the Genesis Framework.
	Author: Orchid
	Author URI:
	Template: genesis
	Version: 1.0.0
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

a { outline: none; }

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #dedede;
	background-color:#fff;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #a18458;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #ba9765;
	height:1px;
	clear: both;
	margin: 1em 0;
}


b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'HalisGR-Bold';
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 20px;
	font-size: 2.0rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #a18458;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform:uppercase;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #1F3E7C;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
	width: 100%;
	word-break: break-word;
	font-size:16px;
	font-size:1.6rem;
	border:1px solid #a18458;
}

tbody {
	border-bottom: 1px solid #a18458;
}

td,
th {
	text-align: left;
	padding:10px 20px;
	line-height:1;
}

td {
	border-top: 1px solid #a18458;
}

th {
	font-weight: 400;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap,
.site-container {
	margin: 0 auto;
	max-width: 1150px;
}

.wrap {
	padding:0 25px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding:40px 25px;
	word-wrap: break-word;
	background-color:#fff;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
@media only screen and (min-width: 1023px){
	.mobile.sidebar{
		display: none;
	}

	.mobile.sidebar .widget.more-village-stories{
		display: block;
	}
}
@media only screen and (max-width: 1022px){
	/*.sidebar{
		display: none;
	}*/
	.mobile.sidebar{
		display: block;
	}

	.mobile.sidebar .widget.more-village-stories{
		display: none;
	}
}

/* ### Content */

.content {
	float: right;
	width: 880px;
	width:730px;
	width: 65.81196581196582%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 345px;
	width: 31.623931623931625%;
}

.sidebar-mobile {
	clear:both;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 25px;
	padding: 0;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	font-weight:400;
	color:#1f3e7c;
	text-transform:uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */


input[type="search"] {
    padding: 2px 6px;
	font-size: 16px;
	appearance:none;
	-webkit-appearance:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.search-form {
	overflow: hidden;
	margin-top: 4px;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "Agenda-Bold";
	/* font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular'; */
	text-transform:uppercase;
	color:#1f3e7c;
	margin-bottom:30px;
	line-height:1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 25px;
	text-transform:uppercase;
	line-height:1;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
	margin-bottom:0;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 30px;
	margin-bottom:26px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 25px 10px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.header-image .title-area {
	margin: 0;
	max-width: 200px;
	padding: 0;
	float: left;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .widget-area .widget {
	display:inline-block;
	width:auto;
}

.site-header .widget-area .widget:last-of-type {
	display:block;
}

.site-header .widget-area .widget,
.site-header .widget-area h3 {
	margin-bottom:0;
}

.site-header .widget-area h3 {
	font-size:25px;
	font-size:2.5rem;
	font-family: 'HalisGR-Bold';
	font-family: 'halis_grbold';
	margin-top:15px;
	line-height:1;
}

.site-header .widget-area .widget .social-media {
	color:#aaa;
	margin-left:20px;
	display:inline-block;
	line-height:1;
}

.site-header .widget-area .widget .social-media:hover {
	color:#1f3e7c;
}

.site-header .widget-area .html-scrapper,
.site-header .widget-area .html-scrapper .ws-result h1,
.content-sidebar-wrap .html-scrapper,
.content-sidebar-wrap .html-scrapper .ws-result h1 {
	font-size:16px;
	font-size:1.6rem;
	color:#3e3e3e;
}

.content-sidebar-wrap .html-scrapper {
	float:right;
}

.page-id-9 .site-inner {
	padding-top:26px;
	padding-top:13px;
}

.content-sidebar-wrap > .widget-area {
	margin-bottom:13px;
}


.site-header .widget-area .html-scrapper .ws-result,
.content-sidebar-wrap .html-scrapper .ws-result {
	display:inline;
	color:#092f87;
}

.site-header .widget-area .html-scrapper .ws-result h1,
.content-sidebar-wrap .html-scrapper .ws-result h1 {
	margin:0;
	display:inline-block;
	color:#092f87;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-family: 'HalisGR-Bold';
	/* font-size: 16px;
	font-size: 1.6rem; */
	/* font-weight: 400; */
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 14px;
}

.genesis-nav-menu > .menu-item > a:hover,
.genesis-nav-menu > .menu-item > a:focus,
.genesis-nav-menu >.current-menu-item > a {
	color: #a18458;
	color:#fff;
	text-decoration: none;
}

.genesis-nav-menu a > span {
	position:relative;
}

.genesis-nav-menu  > .menu-item > a:hover > span:after,
.genesis-nav-menu  > .menu-item > a:focus > span:after,
.genesis-nav-menu  > .current-menu-item > a > span:after,
.genesis-nav-menu >.current-menu-parent > a > span:after {
	height:5px;
	background-color:#a18458;
	width:100%;
	position:absolute;
	bottom:-7px;
	left:0;
	display:block;
	content:'';
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu .sub-menu,
.genesis-nav-menu .sub-menu .sub-menu a {
	width:300px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #1f3e7c;
	border: 1px solid #fff;
	border-top:none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 14px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	color:#fff;
}

.genesis-nav-menu .sub-menu a > span > span {
	font-size:12px;
	font-size:1.2rem;
	font-family: 'HalisGR-LightItalic';
	font-family: 'halis_grlight_italic';
}

.genesis-nav-menu .sub-menu a:hover {
	background-color:#a18458;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -37px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #1f3e7c;
}

.nav-primary .wrap {
	padding:0 25px;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
	padding:0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 0;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	font-size:16px;
	font-size:1.6rem;
}

.entry-content ul ol {
	margin-left:30px;
}

.open-days-page .entry-content ul {
	margin-left:28px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom:10px;
}

.entry-content ul > li {
	list-style-type: disc;
	list-style-type:none;
	position:relative;
	padding-left:15px;
	margin-bottom:10px;
}

.entry-content ul > li:before {
	font-family:'FontAwesome';
	content:'\F04B';
	color:#1f3e7c;
	font-size:12px;
	font-size:1.2rem;
	position:absolute;
	left:0;
	display:block;
	line-height:1;
	top:5px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

.entry-content p {
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	font-size:16px;
	font-size:1.6rem;
}

.entry-content h2 {
	color:#092f87;
	margin-bottom:15px;
}

.entry-content ul li h2 {
	display:inline-block;
}

.has-feature-box .entry-content p,
.has-feature-box .entry-content h1,
.has-feature-box .entry-content h2,
.has-feature-box .entry-content h3,
.has-feature-box .entry-content h4,
.has-feature-box .entry-content h5,
.has-feature-box .entry-content h6,
.has-feature-box .entry-content ul li,
.has-feature-box .entry-content ol li {
	overflow:hidden;
}

.feature-box {
	max-width:215px;
	margin-left:15px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #123589;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px 25px;
}
/* Gravity form Widget */
.widget .formpage {
	display: none !important;
}

#execphp-2,
.sidebar .widget.free-info-pack-form {
	background-color: #1f3e7c;
    color: #fff;
	margin-bottom: 20px;
}

.page-id-1088 .sidebar .widget.free-info-pack-form {
	margin-top:20px;
}

#execphp-2 input[type=submit]:hover,
.sidebar .widget.free-info-pack-form input[type=submit]:hover {
	background-color: #fff;
    color: #1f3e7c;
}

#execphp-2 .gform_heading,
.sidebar .widget.free-info-pack-form .gform_heading {
	display: none;
}

#execphp-2 select, #execphp-2 input,
.sidebar .widget.free-info-pack-form select,
.free-info-pack-form input {
	width: 100% !important;
	padding: 9px 6px;
    font-size: 14px;
}

.sidebar .widget.free-info-pack-form li#field_8_11,
.sidebar .widget.free-info-pack-form li#field_8_12,
.form-page .entry-content .gform_wrapper ul.gform_fields li.gfield#field_8_11,
.form-page .entry-content .gform_wrapper ul.gform_fields li.gfield#field_8_12 {
	display:none;
}


#execphp-2 .gfield,
.sidebar .widget.free-info-pack-form .gfield {
	padding: 0 !important;
}


#execphp-2 .gf_placeholder,
.sidebar .widget.free-info-pack-form .gf_placeholder {
	color: #ccc !important;
}

#execphp-2 #field_8_10,
.sidebar .widget.free-info-pack-form #field_8_10 {
	margin-top: -20px;
}


#execphp-2 #field_8_11 .gfield_label,
#execphp-2 #field_8_12 .gfield_label,
#execphp-2 #field_8_1 .gfield_label,
#execphp-2 #field_8_2 .gfield_label,
#execphp-2 #field_8_3 .gfield_label,
.sidebar .widget.free-info-pack-form #field_8_11 .gfield_label,
.sidebar .widget.free-info-pack-form #field_8_12 .gfield_label,
.sidebar .widget.free-info-pack-form #field_8_1 .gfield_label,
.sidebar .widget.free-info-pack-form #field_8_2 .gfield_label,
.sidebar .widget.free-info-pack-form #field_8_3 .gfield_label,
.sidebar .widget.free-info-pack-form #field_15_1 .gfield_label,
.sidebar .widget.free-info-pack-form #field_15_2 .gfield_label,
.sidebar .widget.free-info-pack-form #field_15_3 .gfield_label {
	display: none;
}

.sidebar .widget.free-info-pack-form .gform_wrapper .gsection {
	margin-right:0;
}

#genesis-content .formsidebar {
	display: none;
}

/* Gravity form Widget end */

.sidebar .widget#nav_menu-2,
.sidebar .widget#nav_menu-5,
.sidebar #widget-1 {
	background-color:#a18458;
	color:#fff;
}

.sidebar .widget#nav_menu-2 .menu a,
.sidebar .widget#nav_menu-5 .menu a,
.sidebar #widget-1 .menu a {
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
}

.sidebar .widget#nav_menu-2 .menu li,
.sidebar .widget#nav_menu-5 .menu li,
.sidebar #widget-1 .menu li {
	line-height:1;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}

.sidebar .widget#nav_menu-2 .menu li:last-child,
.sidebar .widget#nav_menu-5 .menu li:last-child,
.sidebar #widget-1 .menu li:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.sidebar .widget#nav_menu-3,
.sidebar .widget#nav_menu-6,
.simon-gault-page .sidebar .widget_nav_menu {
	background-color:#ddd;
	color:#fff;
}

.sidebar .widget#nav_menu-3 .menu a,
.sidebar .widget#nav_menu-6 .menu a,
.simon-gault-page .sidebar .widget_nav_menu .menu a {
	text-transform:uppercase;
	color:#fff;
	background-color:#1f3e7c;
	display:block;
	padding:15px;
	text-align:center;
	line-height:1;
}

.sidebar .widget#nav_menu-3 .menu a:hover,
.sidebar .widget#nav_menu-3 .menu a:focus,
.sidebar .widget#nav_menu-6 .menu a:hover,
.sidebar .widget#nav_menu-6 .menu a:focus,
.simon-gault-page .sidebar .widget_nav_menu .menu a:hover,
.simon-gault-page .sidebar .widget_nav_menu .menu a:focus {
	opacity:0.8;
}

.sidebar .widget#nav_menu-3 .menu li,
.sidebar .widget#nav_menu-6 .menu li,
.simon-gault-page .sidebar .widget_nav_menu .menu li {
	margin-bottom:5px;
	padding-bottom:5px;
}

.sidebar .widget#nav_menu-3 .menu li:last-child,
.sidebar .widget#nav_menu-6 .menu li:last-child,
.simon-gault-page .sidebar .widget_nav_menu .menu li:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

.sidebar .widget#nav_menu-3 .menu li:nth-child(2) a,
.sidebar .widget#nav_menu-6 .menu li:nth-child(2) a,
.simon-gault-page .sidebar .widget_nav_menu .menu li:nth-child(2) a {
	background-color:#1b75bc;
}

.sidebar .widget#nav_menu-3 .menu li:nth-child(3) a,
.sidebar .widget#nav_menu-6 .menu li:nth-child(3) a,
.simon-gault-page .sidebar .widget_nav_menu .menu li:nth-child(3) a {
	background-color:#6e6f71;
}

#text-4{
	display: none !important;
}

.sidebar .widget#text-4,
.sidebar .widget.widget_text,
.sidebar .featurebox-widget {
	background-color:#1f3e7c;
	color:#fff;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	text-align:center;
	line-height:1.2;
}

.sidebar .widget#text-4 .widget-title,
.sidebar .widget.widget_text .widget-title {
	margin-bottom:10px;
}

.has-feature-box .sidebar .widget#text-4,
.has-feature-box .sidebar .widget.widget_text {
	display:none;
}

.sidebar .widget#text-4,
.sidebar .widget.widget_text {
	padding-top:17px;
	padding-bottom:17px;
	max-height:139px;
}

.sidebar .widget#text-4 a,
.sidebar .widget.widget_text a {
	text-decoration:underline;
	color:#fff;
}

.sidebar .featurebox-widget {
	text-align:left;
	margin-bottom:20px;
}

.sidebar .featurebox-widget img {
	width:100%;
	display:block;
}

.sidebar .featurebox-widget .textBox {
	padding:25px;
}

.video-page-v2 .sidebar .button {
	margin-top:26px;
	display:block;
	background-color:#1f3e7c;
	text-align:center;
}

.video-page-v2 .sidebar .button:hover {
	opacity:0.8;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #eee;
	font-size: 16px;
	font-size: 1.6rem;
	clear: both;
	padding: 0;
	text-align:center;
}

.footer-widgets .menu li {
	display:table-cell;
	width:1%;
	margin-bottom:0;
	padding-bottom:0;
}

.footer-widgets .menu li a {
	color:#1f3e7c;
	padding:15px 0;
	line-height:1;
	display:inline-block;
}

.footer-widgets .menu li a:hover {
	text-decoration:underline;
}

/* Responsive Menu */
.tab-bar {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #185199;
	color: #fff;
	height: 2.8125rem;
	height:40px;
	line-height: 2.8125rem;
	position: relative;
	display:none;
}

.left-small {
	width: 2.8125rem;
	height: 40px;
	position: absolute;
	top: 0;
	border-right: solid 1px #0c284d;
	left: 0;
}

.right-small {
	width: 2.8125rem;
	height: 40px;
	position: absolute;
	top: 0;
	border-left: solid 1px #0c284d;
	right: 0;
}

.tab-bar .menu-icon {
	text-indent: 2.1875rem;
	width: 2.8125rem;
	height: 2.8125rem;
	display: block;
	line-height: 2.0625rem;
	padding: 0;
	color: #fff;
	position: relative;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon:hover,
.tab-bar .menu-icon:focus,
.tab-bar .menu-icon:active {
	border:none;
	outline:none;
}

.tab-bar .menu-icon span {
	position: absolute;
	display: block;
	height: 0;
	width: 1rem;
	line-height: 1;
	top: 0.9375rem;
	left: 0.90625rem;
	box-shadow: 0 0px 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
	-moz-box-shadow: 0 0px 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
	-webkit-box-shadow: 0 0px 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
}

 .right-small .menu-icon > span:first-child {
	 text-indent:-99999px;
 }

.tab-bar .right-small .menu-icon span.menu-village {
	position: absolute;
	left: -105px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.left-off-canvas-menu {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 15.625rem;
	width:18rem;
	top: 0;
	bottom: 0;
	position: absolute;
	overflow-y: auto;
	overflow-y:hidden;
	background: #333;
	z-index: 1001;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
	display:none;
}

.left-off-canvas-menu .down-arrow {
	float:right;
	padding:10px 15px;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	display:block;
	cursor:pointer;
	transition: transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
}

.left-off-canvas-menu .down-arrow.rotate {
	transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transition: transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
}

.left-off-canvas-menu .sub-menu {
	display:none;
}

.right-off-canvas-menu  {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 15.625rem;
	top: 0;
	bottom: 0;
	position: absolute;
	overflow-y: auto;
	background: #333;
	z-index: 1001;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-ms-transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	right: 0;
	display:none;
}

.left-off-canvas-menu * {
	-webkit-backface-visibility: hidden;
}

ul.off-canvas-list li a {
	display: block;
	padding: 10px;
	font-size:16px;
	font-size:1.6rem;
	color:#fff;
	position:relative;
	border-bottom: 1px solid #262626;
	transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-webkit-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
}

ul.off-canvas-list li label {
	padding: 0.3rem 0.9375rem;
	color: #999;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'HalisGR-Bold';
	font-family: 'halis_grbold';
	background: #444;
	border-top: 1px solid #5e5e5e;
	border-bottom: none;
	margin: 0;
	font-size:14px;
	font-size:1.4rem;
	display:inline-block;
}

.site-container {
	overflow:hidden;
	webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.move-right > .off-canvas-wrap {
	-ms-transform: translate(18rem, 0);
	-webkit-transform: translate3d(18rem, 0, 0);
	-moz-transform: translate3d(18rem, 0, 0);
	-ms-transform: translate3d(18rem, 0, 0);
	-o-transform: translate3d(18rem, 0, 0);
	transform: translate3d(18rem, 0, 0);
	webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.move-left > .off-canvas-wrap {
	-ms-transform: translate(-15.625rem, 0);
	-webkit-transform: translate3d(-15.625rem, 0, 0);
	-moz-transform: translate3d(-15.625rem, 0, 0);
	-ms-transform: translate3d(-15.625rem, 0, 0);
	-o-transform: translate3d(-15.625rem, 0, 0);
	transform: translate3d(-15.625rem, 0, 0);
	webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}

.off-canvas-wrap {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	*zoom: 1;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-webkit-transition: -webkit-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #6d6e71;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
	padding: 18px 0;
	text-align: left;
	color:#fff;
	line-height:1;
}

.site-footer a {
	color:#fff;
}

.site-footer a:hover {
	text-decoration:underline;
}

.site-footer p {
	margin-bottom: 0;
}


.before-footer {
	text-align:right;
	background-color:#fff;
	border-top:2px solid #1f3e7c;
}

.before-footer .wrap {
	padding-top:15px;
	padding-bottom:15px;
}

/*.before-footer span {
	font-size:14px;
	font-size:1.4rem;
	color:#05318A;
	font-weight:700;
	display:inline-block;
	vertical-align: top;
	padding-top: 26px;
	line-height: 1;
	margin-right: 5px;
}

.before-footer img {
	max-width:144px;
	display:inline-block;
	vertical-align:text-bottom;
}*/

.button_gold {
	background-color:#a18458;
	color:#fff;
	padding:5px 15px;
	line-height:1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.accordion .tabs {
	display:none;
}

.entry-content .accordion ul {
	margin-bottom:0;
}

/* Front page */
.homeslider,
.village-slider {
	position:relative;
}

.homeslider {
	height:576px;
}

.village-slider {
	margin-bottom:35px;
}

.single-village .village-slider:after {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1;
	width:110px;
	height:148px;
	display:block;
	background-repeat:no-repeat;
	background-position:0px 0px;
	/*background:url('images/slider-village-logo.png') no-repeat 0px 0px;*/
	content:'';
}

.homeslider img,
.village-slider img {
	width:100%;
}

.entry-content ul.slick-dots,
.slick-slider ul.slick-dots {
	margin:0;
	position: absolute;
	bottom: 35px;
	bottom:45px;
	width: 100%;
	text-align: center;
	line-height:1;
}

.homeslider.slick-slider ul.slick-dots {
	bottom:0;
	right:5%;
	width:auto;
}

.entry-content ul.slick-dots > li,
.slick-slider ul.slick-dots > li {
	list-style-type:none;
	display:inline-block;
	margin:0 5px;
	padding-left:0;
}

.slick-slider ul.slick-dots > li button {
	width:12px;
	height:12px;
	background-color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:0;
	text-indent:-9999999px;
	text-align:left;
}

.slick-slider ul.slick-dots > li button:focus,
.slick-slider ul.slick-dots > li button:active {
	outline:none;
}

.slick-slider ul.slick-dots > li.slick-active button {
	background-color:#092f87;
}

.slick-slider ul.slick-dots > li:before,
#cboxClose {
	display:none;
}

.slick-slider .slick-arrow {
	position:absolute;
	margin-top:-20px;
	top:50%;
	left:0;
	display:block;
	background-color:#344771;
	color:#fff;
	line-height:1;
	padding:10px;
	z-index:99;
	cursor:pointer;
}

.slick-slider .slick-arrow.slick-next {
	left:auto;
	right:0;
}

.front-page .feature-posts,
.category .row,
.related-stories .row,
.our-stories-page .row,
.board-of-directors .row,
.investor-after-entry .row,
#morevid .row,
.maker-movement-page .row {
	clear: none;
    overflow: visible;
}

.front-page .feature-posts .featured-video,
.village-slider .video-holder {
	position:relative;
}

.front-page .feature-posts .featured-video iframe {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}

.front-page .feature-posts .featured-video .video-overlay,
.village-slider .video-holder .video-overlay {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:99;
}

.front-page .feature-posts .featured-video .video-overlay,
.village-slider .video-holder .video-overlay {
	background:url('images/play_button.png') no-repeat 50% 50%;
	background-size:25% auto;
}

.front-page .feature-posts .featured-video .video-overlay {

}

.village-slider .video-slide {
	position:relative;
}

.village-slider .video-slide iframe,
.page-video-holder a {
	width:100%;
	position:absolute;
	height:438px;
}

.front-page .feature-posts .one-third:first-child,
.front-page .feature-posts .one-third:nth-child(3n+1),
.our-stories-page .one-third:first-child,
.our-stories-page .one-half:first-child,
.board-of-directors .one-fourth:first-child,
.board-of-directors .one-fourth:nth-child(4n+1),
.investor-after-entry .one-half:first-child,
.investor-after-entry .one-third:first-child  {
	margin-left:0;
}

.front-page .feature-posts .one-third:nth-child(3) {
	clear:left;
	margin-left:0;
}

.front-page .feature-posts .entry,
.category .entry,
.our-stories-page .row .entry,
.maker-movement-page .row .entry,
.front-page .featured-video {
	position:relative;
	margin-bottom:35px;
	overflow:hidden;
}

.front-page .feature-posts .entry img.wp-post-image,
.category .entry img.wp-post-image,
.our-stories-page .row .entry img.wp-post-image,
.video-page-v2 .video-wrap img,
.maker-movement-page .row .entry img.wp-post-image,
.front-page .featured-video img.wp-post-image {
	display:block;
	width:100%;
	transition:transform 0.2s ease;
	-moz-transition:-moz-transform 0.2s ease;
	-webkit-transition:-webkit-transform 0.2s ease;
	-ms-transition:-ms-transform 0.2s ease;
	-o-transition:-o-transform 0.2s ease;
}

.front-page .feature-posts .entry .feature-thumbnail-overlay,
.category .entry .feature-thumbnail-overlay,
.our-stories-page .feature-post .feature-thumbnail-overlay,
.our-stories-page .feature-thumbnail-overlay,
.maker-movement-page .feature-thumbnail-overlay {
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 100px;
	height: 100px;
	z-index: 1;
}

@media only screen and (min-width: 1024px) {
	#execphp-2, .free-info-pack-form {
		min-height: 830px;
	}


	.front-page .feature-posts .one-third:nth-child(3) {
		margin-left: 0;
		margin-right: 2.564102564102564%;
	}


	.front-page .feature-posts .one-third:nth-child(5),
	.front-page .feature-posts .one-third:nth-child(8),
	.front-page .feature-posts .one-third:nth-child(6),
	.front-page .feature-posts .one-third:nth-child(9)
	{
		margin-left: 0;
		margin-right: 2.564102564102564%;
	}
}


.our-stories-page .feature-post .feature-thumbnail-overlay {
	width:150px;
	top:131px;
}

.our-stories-page .feature-thumbnail-overlay {
	width:100px;
	top:131px;
}

.front-page .feature-posts .entry:hover img.wp-post-image,
.category .entry:hover img.wp-post-image,
.our-stories-page .row .entry:hover img.wp-post-image,
.video-page-v2 .video-wrap:hover img,
.maker-movement-page .row .entry:hover img.wp-post-image,
.front-page .featured-video a:hover img.wp-post-image {
	transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	transition:transform 0.2s ease;
	-moz-transition:-moz-transform 0.2s ease;
	-webkit-transition:-webkit-transform 0.2s ease;
	-ms-transition:-ms-transform 0.2s ease;
	-o-transition:-o-transform 0.2s ease;
}

.front-page .feature-posts .entry-header,
.category .entry .entry-header,
.our-stories-page .entry .entry-header,
.video-page-v2 .video-wrap .entry-header,
.maker-movement-page .entry .entry-header {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	z-index:2;
}

.front-page .feature-posts .entry-header h2,
.category .entry .entry-header h2,
.our-stories-page .entry .entry-header h2,
.video-page-v2 .video-wrap .entry-header h2,
.maker-movement-page .entry .entry-header h2 {
	font-size:20px;
	font-size:2.0rem;
	margin-bottom:0;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	padding:20px;
	min-height:88px;
	background-color:#fff;
	background-color:rgba(255,255,255,0.75);
	display:block;
	color:#1f3e7c;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
}

.our-stories-page .feature-post .entry .entry-header h2 {
	min-height:0;
}

.front-page .feature-posts .entry:hover .entry-header h2,
.front-page .feature-posts .featured-video:hover .entry-header h2,
.category .entry:hover .entry-header h2,
.our-stories-page .entry:hover .entry-header h2,
.video-page-v2 .video-wrap:hover .entry-header h2,
.maker-movement-page .entry:hover .entry-header h2 {
	background-color:#1f3e7c;
	background-color:rgba(31,62,124,0.75);
	color:#fff;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
}


/* Single Village */
.single-village .sidebar,
.category .sidebar,
.single-post .sidebar,
.our-stories-page .sidebar,
.board-of-directors .sidebar {
	max-width:310px;
}

.single-village .sidebar .widget#widget-1 {
	padding:25px;
	background-color:#a18458;
	color:#fff;
}

.single-village .sidebar .widget#widget-1 .menu li {
	line-height: 1;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.single-village .sidebar .widget#widget-1 .menu a,
.single-village .sidebar .widget#widget-2 .menu a {
	color:#fff;
}

.single-village .sidebar .widget#widget-1 .menu li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.single-village .sidebar .widget,
.our-stories-page .sidebar .widget {
	padding:0;
}

.single-village .sidebar .widget.free-info-pack-form {
	padding:40px 25px;
}

.single-village .sidebar .widget#widget-2 {
	background-color:#fff;
}

.single-village .sidebar .widget#widget-2 .menu li {
	margin-bottom:15px;
	padding-bottom:15px;
}

.single-village .sidebar .widget#widget-2 .menu li a {
	background-color: #1f3e7c;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 15px;
	text-align: center;
	line-height: 1;
}

.single-village .sidebar .widget#widget-2 .menu li:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

.single-village .sidebar .widget#widget-2 .menu li:nth-child(2) a {
	background-color:#a18458;
}

.single-village .sidebar .widget#widget-2 .menu li a:hover {
	background-color:#1B75BC !important;
}

.single-village .sidebar .widget.social-media-buttons {
	background-color:#fff;
}

/* Social Media widget */
.social-media-buttons {
	text-align:left !important;
}

.social-media-buttons ul li {
	display:inline-block;
	line-height:1;
	margin-bottom:0;
	padding-bottom:0;
}

.social-media-buttons ul li a {
	color:#aaa;
	display:block;
	padding:0 10px;
	font-size:20px;
	font-size:2.0rem;
}

.social-media-buttons ul li:first-child a {
	padding-left:0;
}

.social-media-buttons ul li a:hover {
	color:#1f3e7c;
}

.single-village .sidebar p.widget-title,
.single-post .sidebar p.widget-title,
.category .sidebar p.widget-title,
.our-stories-page .sidebar p.widget-title,
.simon-gault-page .sidebar p.widget-title {
	color:#1f3e7c;
	text-transform:uppercase;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	margin-bottom:15px;
	font-size:15px;
	font-size:1.5rem;
}

.simon-gault-page .sidebar .social-media-buttons,
.maker-movement-page .sidebar .social-media-buttons {
	padding:0 0 25px;
}

.single-village .sidebar .village-map p.widget-title a {
	color:#1f3e7c;
}

.village-map .village-address {
	text-transform:uppercase;
}

.village-map .image-map p {
	margin-bottom:10px;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	font-size:15px;
	font-size:1.5rem;
	line-height:1.2;
}

.village-map .image-map p.village-address a {
	color:#000;
}

.single-village .sidebar .village-events {
	padding:20px ;
	background-color:#eee;
	line-height:1;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	font-size:15px;
	font-size:1.5rem;
}

.village-events span {
	display:inline-block;
}

.village-events .open-day {
	display:inline-block;
	margin-right:10px;
	margin-right:0;
}

.single-village .sidebar .village-contact {
	background-color:#eee;
}

.single-village .sidebar .village-contact .village-contact-info {
	padding:10px;
	background-color:#eee;
	text-align:center;
	overflow:hidden;
	border-bottom:2px solid #1f3e7c;
}

.single-village .sidebar .village-contact .village-contact-info > div {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}

.single-village .sidebar .village-contact .village-contact-info > div:last-child {
	margin-bottom:0;
}

.single-village .sidebar .village-contact .village-contact-info img {
	float:left;
	max-width:80px;
}

.single-village .sidebar .village-contact .village-contact-info p {
	line-height:1.2;
	font-size:14px;
	font-size:1.4rem;
	color:#010101;
	text-transform:uppercase;
	overflow:hidden;
}

.single-village .sidebar .village-contact .village-contact-info p .sales-number {
	display:inline-block;
	font-size:15px;
	font-size:1.5rem;
}

.single-village .sidebar .village-contact .village-contact-info  span.care-specialist-email {
	font-size:12px;
	font-size:1.2rem;
}

.single-village .sidebar .village-contact .village-contact-info img + p {
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	font-size:13px;
	font-size:1.3rem;
	margin-bottom:10px;
	line-height:1;
	color:#1f3e7c;
}

.single-village .sidebar .village-contact p.widget-title,
.our-stories-page .sidebar .stories-subscription p.widget-title {
	background-color:#1f3e7c;
	color:#fff;
	display:block;
	padding:10px;
	margin:0;
}

.single-village .sidebar .village-contact .gform_wrapper {
	background-color:#eee;
	padding:10px;
	margin-bottom:15px;
}

.single-village .sidebar .village-contact .gform_wrapper .gform_body {
	width:100%;
}

.single-village .sidebar .village-contact .gform_wrapper ul li.gfield {
	margin-top:20px;
	margin-bottom:0;
	padding-bottom:0;
	padding-right:0;
}

.single-village .sidebar .village-contact .gform_wrapper .top_label div.ginput_container {
	margin-top:15px;
}

.single-village .sidebar .village-contact  .gform_wrapper .top_label .gfield_label {
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	font-size:15px;
	font-size:1.5rem;
	font-weight:400;
	color:#000;
	line-height:1;
}

.single-village .sidebar .village-contact .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height:25px;
	font-size:15px;
	font-size:1.5rem;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	border:1px solid #898989;
	background-color:#eee;
}

.single-village .sidebar .village-contact .gform_wrapper .top_label input.medium {
	width:100%;
}

.single-village .sidebar .village-contact .gform_wrapper textarea.medium {
	background-color:#eee;
	font-size:15px;
	font-size:1.5rem;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	border:1px solid #898989;
	resize:none;
	height:105px;
}

.single-village .sidebar .village-contact .gform_wrapper .gform_footer {
	margin-top:15px;
	padding:0;
}

.single-village .sidebar .village-contact .gform_wrapper .gform_footer input.button {
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	text-transform:uppercase;
	background-color:#1f3e7c;
	padding:8px 15px;
	font-weight:400;
	line-height:1;
}

/* Village facilities */
.single-village .sidebar .village-facilities {
	padding:30px;
	border:1px solid #1f3e7c;
}

.single-village .sidebar .village-facilities p.widget-title  {
	font-size:16px;
	font-size:1.6rem;
}

.single-village .sidebar .village-facilities .sidebar-content {
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
}

.single-village .sidebar .village-facilities ul li {
	margin-bottom:0;
	padding-bottom:0;
	list-style-type:disc;
}

.single-village .sidebar .village-facilities ul {
	margin-left:15px;
}

/*  Single post */
.single-village .entry-content ul  {
	margin-left:15px;
}

.single-village .entry-content ul > li {
	list-style-type:disc;
	padding-left:0;
}

.single-village .entry-content ul > li:before {
	display:none;
}

.single-post .sidebar .widget,
.category .sidebar .widget,
.our-stories-page .sidebar .widget {
	background-color:#fff !important;
	padding:0 !important;
}

.our-stories-page .sidebar .stories-subscription {
	background-color:#eee !important;
}

.single-post .sidebar .widget:first-of-type .menu a,
.category .sidebar .widget:first-of-type .menu a,
.our-stories-page .sidebar .widget:first-of-type .menu a {
	display:block;
	background-color:#1f3e7c;
	padding:15px;
	line-height:1;
	color:#fff;
	text-transform:uppercase;
}

.single-post .sidebar .widget:first-of-type .menu a:hover,
.category .sidebar .widget:first-of-type .menu a:hover,
.our-stories-page .sidebar .widget:first-of-type .menu a:hover {
	background-color:#1B75BC;
}

.single-post .sidebar .more-village-stories ul li,
.our-stories-page .sidebar .more-village-stories ul li {
	padding-bottom:0;
}

.single-post .sidebar .more-village-stories ul li a,
.our-stories-page .sidebar .more-village-stories ul li a {
	color:#000;
}

.single-post .sidebar .more-village-stories ul li a:hover,
.our-stories-page .sidebar .more-village-stories ul li a:hover {
	color:#a18458;
}

.single-post .sidebar .village-stories form > div,
.category .sidebar .village-stories form > div,
.our-stories-page .sidebar .village-stories form > div {
	position:relative;
}

.single-post .sidebar .village-stories form > div:after,
.category .sidebar .village-stories form > div:after,
.our-stories-page .sidebar .village-stories form > div:after {
	display:block;
	padding:5px 10px;
	line-height:1;
	font-family:'FontAwesome';
	content:'\F078';
	pointer-events:none;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	height:30px;
	background-color:#1f3e7c;
	color:#fff;
}

.single-post .sidebar .village-stories select,
.category .sidebar .village-stories select,
.our-stories-page .sidebar .village-stories select {
	font-size:16px;
	font-size:1.6rem;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	color:#b3b3b3;
	padding:5px;
	background-color:#f3f3f3;
	border:none;
	height:30px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

.single-post .sidebar .village-stories select:hover,
.single-post .sidebar .village-stories select:focus,
.single-post .sidebar .village-stories select:active,
.category .sidebar .village-stories select:hover,
.category .sidebar .village-stories select:focus,
.category .sidebar .village-stories select:active,
.our-stories-page .sidebar .village-stories select:hover,
.our-stories-page .sidebar .village-stories select:focus,
.our-stories-page .sidebar .village-stories select:active  {
	border:none;
	outline:none;
}

.footer-links {
	overflow:hidden;
	background-color:#fff;
	padding:25px 0;
	border-top:1px solid #6e6f71;
}

.footer-links a {
	color:#6d6e71;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
}

.footer-links a:hover {
	color:#1f3e7c;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.footer-button .button {
	padding:15px;
	line-height:1;
	background-color:#1b75bc;
	width:300px;
	display:block;
	text-align:center;
	opacity:1;
}

.footer-button .button:hover {
	opacity:0.8;
}

.footer-button .button:first-child {
	background-color:#1f3e7c;
	margin-right:20px;
}

/* Category */
.row:before,
.row:after {
	content:'';
	clear:both;
	display:table;
}

.category .row .one-half:first-child,
.related-stories .one-third:first-child  {
	margin-left:0;
}

.related-stories {
	background-color:#fff;
	clear:both;
	padding:0 25px 75px;
}

.related-stories > h2 {
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	font-weight:400;
	font-size:20px;
	font-size:2.0rem;
	text-transform:uppercase;
	color:#1f3e7c;
	margin-bottom:35px;
	line-height:1;
}

/* Our stories page */
/*.our-stories-page .feature-post .entry {
	width:100%;
}

.our-stories-page .feature-post .entry-header h2 {
	min-height:0;
	background-color:rgba(31,62,124,0.75);
	color:#fff;
}*/


.our-stories-page .after-content {
	padding:0 0 50px;
	clear:both;
}

.our-stories-page .sidebar p.widget-title {
	text-align:left;
}

.our-stories-page .sidebar .stories-subscription .sidebar-content {
	padding:15px 25px 25px;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	color:#000;
	text-align:center;
	line-height:1.2;
	text-align:center;
}

.our-stories-page .stories-subscription .gform_wrapper,
.sidebar .gform_wrapper {
	margin:0;
}

.our-stories-page .stories-subscription .gform_body,
.sidebar .gform_wrapper .gform_body {
	width:100%;
}

.our-stories-page .stories-subscription .gform_wrapper .top_label .gfield_label,
.board-of-directors .investor-updates .gform_wrapper .top_label .gfield_label,
.default-page .investor-updates .gform_wrapper .top_label .gfield_label {
	display:none;
}

.our-stories-page .stories-subscription .gform_wrapper .top_label #field_14_1 div.ginput_container,
.our-stories-page .stories-subscription .gform_wrapper .gform_footer {
	display:inline-block;
}

.our-stories-page .stories-subscription .gform_wrapper .top_label #field_14_1 div.ginput_container {
	width:78%;
}

.our-stories-page .stories-subscription .gform_wrapper .gform_footer {
	padding:0;
	margin:0;
}

.our-stories-page .stories-subscription .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height:30px;
	padding:5px;
}

.our-stories-page .stories-subscription .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0;
	margin-bottom:0;
	margin-top:0;
}

.our-stories-page .stories-subscription .gform_wrapper .top_label input.medium {
	width:100%;
	border:none;
}

.our-stories-page .stories-subscription .gform_wrapper .gform_footer input.button {
	margin:0;
	padding:5px 8px;
	line-height:1;
	height:30px;
	background-color:#1f3e7c;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	font-weight:400;
	text-transform:uppercase;

}

.our-stories-page .after-content .button {
	display:block;
	margin:0 auto;
	clear:both;
	padding:10px 0;
	text-align:center;
	max-width:225px;
	line-height:1;
}

/* Board of directors */
.board-of-directors .entry-title,
.default-page .entry-title {
	text-transform:capitalize;
}

.board-of-directors .row .entry-header {
	text-align:center;
}

.board-of-directors .entry-header h5 {
	color:#1f3e7c;
	line-height:1;
	margin-bottom:5px;
}

.board-of-directors .entry-header p {
	font-size:16px;
	font-size:1.6rem;
	font-family: 'HalisGR-LightItalic';
	font-family: 'halis_grlight';
	margin-bottom:5px;
}

.board-of-directors .sidebar .investor-updates,
.default-page .sidebar .investor-updates  {
	background-color:#1f3e7c;
	color:#fff;
}

.board-of-directors .sidebar .investor-updates .gform_wrapper span.gform_description,
.default-page .sidebar .investor-updates .gform_wrapper span.gform_description {
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	margin-bottom:15px;
	width:auto;
}

.board-of-directors .sidebar .investor-updates .gform_wrapper ul.gform_fields li.gfield,
.default-page .sidebar .investor-updates .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0;
	margin-bottom:5px;
	padding-bottom:0;
	margin-top:0;
}

.board-of-directors .sidebar .investor-updates .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.default-page .sidebar .investor-updates .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding:5px;
	font-size:14px;
	font-size:1.4rem;
}

.board-of-directors .sidebar .investor-updates .gform_wrapper .top_label input.medium,
.default-page .sidebar .investor-updates .gform_wrapper .top_label input.medium {
	width:100%;
	height:30px;
}

.board-of-directors .sidebar .investor-updates .gform_wrapper .top_label input.medium::-moz-placeholder,
.default-page .sidebar .investor-updates .gform_wrapper .top_label input.medium::-moz-placeholder {
	color:#ccc;
	opacity:1;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
}

.board-of-directors .sidebar .investor-updates .gform_wrapper .top_label input.medium::-webkit-input-placeholder,
.default-page .sidebar .investor-updates .gform_wrapper .top_label input.medium:-webkit-input-placeholder {
	color:#6e6f71;
	opacity:1;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
}

.board-of-directors .sidebar .investor-updates .gform_wrapper .gform_footer,
.default-page .sidebar .investor-updates .gform_wrapper .gform_footer {
	padding:0;
	margin:25px 0 0;
}

.board-of-directors .sidebar .investor-updates .gform_wrapper .gform_footer input.button,
.default-page .sidebar .investor-updates .gform_wrapper .gform_footer input.button {
	background-color:#d16a7a;
	height:30px;
	padding:5px;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'HalisGR-Light';
	font-family: 'halis_grlight';
	text-transform:capitalize;
}

.board-of-directors .sidebar .widget:nth-of-type(3),
.default-page .sidebar .widget:nth-of-type(3) {
	padding:0;
	background:#fff;
}

.board-of-directors .row img {
	/*width:100%;*/
}

.individual-board-page .profile-image {
	float:right;
	margin:0 0 24px 24px;
}

.individual-board-page .profile-image img {
	max-width:350px;
}

.individual-board-page .profile-image h5 {
	font-size:16px;
	font-size:1.6rem;
	color:#1f3e7c;
	line-height:1;
	margin-bottom:5px;
}

.individual-board-page .profile-image p {
	color:#a18458;
	font-size:14px;
	font-size:1.4rem;
}

.individual-board-page .entry-header {
	clear:none;
	overflow:hidden;
}

.individual-board-page .entry-header p {
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:30px;
	color:#a18458;
}

.individual-board-page .entry-title {
	margin-bottom:5px;
	overflow:visible;
}

.individual-board-page .entry-content {
	overflow:hidden;
	overflow:visible;
	padding-right:25px;
}

.investors-page .divider {
	margin-top: 60px;
    border-bottom: 1px solid #8F9FBD;
}

.investors-page .sidebar .widget {
	padding: 0;
}

.investors-page .sidebar .widget .widget-title,
.investors-page .sidebar .widget .widget-box {
	margin-bottom: 0;
    padding: 25px 35px;
    line-height: 1;
    background-color: #1f3e7c;
    color: #fff;
	font-size: 16px;
	text-transform: unset;
}

.investors-page .sidebar .widget .widget-box .d-flex {
	align-items: center;
}

.investors-page .sidebar .widget .widget-box .d-flex .img-wrapper {
	width: 71px;
}

.investors-page .sidebar .widget .widget-box .d-flex .content-right {
	float: right;
	display: flex;
    align-items: center;
}

.investors-page .sidebar .widget .widget-box .d-flex .content-right h2 {
	color: #3CA7B2;
	margin: 0;
	margin-right: 10px;
	font-weight: 600;
}

.investors-page .sidebar .widget .widget-box .d-flex .content-right h1 {
	margin: 0;
}

.investors-page .sidebar .widget .widget-title:after {
	content: '';
	background: url(./images/arrow_after.png) no-repeat;
    display: inline-block;
	background-size: contain;
	float: right;
    width: 14px;
    height: 14px;
}

.investors-page .sidebar .widget a:hover {
	text-decoration: none;
}

.investor-after-entry {
	margin-bottom:25px;
	padding-bottom:25px;
	padding-top:20px;
	display: inline-block;
    width: 100%;
    float: left;
}

.investor-after-entry h2 {
	font-size:24px;
	font-size:2.4rem;
	line-height:1;
	margin-bottom:30px;
}

.investor-after-entry h2 a {
	color:#092f87;
}

.investor-after-entry:last-child,
.investor-after-entry:last-of-type {
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
}

.investor-after-entry .img-wrapper {
	display: flex;
    margin-bottom: 20px;
}

.investor-after-entry img {
	max-height:307px;
}

.entry-content ul.bsk-special-pdfs-container > li,
.entry-content .year-presentations ul > li  {
	list-style-type:none;
	line-height:1.2;
	margin-bottom:10px;
	padding-top: 0;
}


.entry-content ul.bsk-special-pdfs-container > li:before,
.entry-content .year-presentations ul > li:before {
	font-family:'FontAwesome';
	content:'\F04B';
	color:#1f3e7c;
	font-size:12px;
	font-size:1.2rem;
	margin-right:10px;
	top: 5px;
}

.form-page #contact-info .one-third:first-child {
	margin-left:0;
}

.form-page .entry-content .gform_wrapper ul.gform_fields li.gfield {
	padding-left:0;
}


.form-page .entry-content .gform_wrapper ul.gform_fields li.gfield:before,
.entry-content ul#resources li:before {
	display:none;
}

#field_4_17,
#field_4_16,
#field_8_16,
#gform_wrapper_8 .gchoice_8_27_3,
#gform_wrapper_8 .gchoice_8_27_2,
.gform_wrapper ul li#field_8_29.gfield,
.gform_wrapper ul li#field_8_4.gfield,
.gform_wrapper ul li#field_8_14.gfield,
#field_8_17 .gfield_label,
#field_8_17 .ginput_container {
	display:none;
}

.entry-content ul#resources li {
	padding-left:0;
}

#resources li {
	clear: both;
	border-top: 1px solid #1F3E7C;
	padding: 30px 0 0 0;
}

#resources img {
	float: left;
	display: block;
	clear: both;
	margin: 0 30px 30px 0;
}

#resources li  .button {
	padding: 5px 10px;
}

.postid-47 #menu-item-2693,
.postid-64 #menu-item-2693,
.postid-48 #menu-item-2693,
.postid-66 #menu-item-2693,
.postid-68 #menu-item-2693,
.postid-70 #menu-item-2693,
.postid-75 #menu-item-2693,
.postid-76 #menu-item-2693,
.page-id-14402 .sidebar #nav_menu-2.widget,
.page-id-14402 .sidebar #text-4.widget,
.page-id-14467 .social-media-buttons,
.page-id-14467 .sidebar #nav_menu-2.widget,
.page-id-14467 .sidebar #text-4.widget
/*.open-days-page .region-12 li:first-child,
.open-days-page .region-12 li:nth-child(2),
.open-days-page .region-12 li:nth-child(3)*/  {
	display:none;
}

/*.open-days-page .region-12 li:first-child,
.open-days-page .region-12 li:nth-child(2),
.open-days-page .region-12 li:nth-child(3),*/
#field_6_13 {
	display:none;
}

/* Video page */
.vidlinks {
	float: right;
	width: 158px;
	margin: 0 0 20px 20px;
}

.btnshare {
	float: right;
	margin: 0 0 10px 0;
	height: 20px;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
	float:right;
	margin:0 0 0 10px;
}

.fb_iframe_widget > span {
	vertical-align:top !important;
}

.postid-5581 h2 span.lp,
.single-video  .entry-title span.lp,
.page-id-5511 h4 span.ivp,
.page-id-5511 .entry-title span.ivp,
.single-video  h4 span.lp {
	display: none;
}

#morevid {
	clear:both;
}

#morevid .entry-content > h3 {
	font-size:24px;
	font-size:2.4rem;
	font-family: 'HalisGR-Regular';
	font-family: 'halis_gr_regularregular';
	text-transform: uppercase;
	color:#1f3e7c;
}

#morevid h4 {
	font-size:18px;
	font-size:1.8rem;
	color:#1f3e7c;
	line-height:1;
}

#morevid .one-third:first-child {
	margin-left:0;
}

.facilities {
	color:#1f3e7c;
}

.page-id-277 .entry-content ul,
.page-id-277 .entry-content ul h2 {
	margin-bottom:0;
}

.page-id-277 .entry-content .pane {
	margin-bottom:25px;
}

.village-child .entry-title {
	margin-bottom:0;
}

.village-child .entry-header a {
	margin-bottom:20px;
	line-height:1;
	display:inline-block;
	color:#717171;
	font-size:16px;
	font-size:1.6rem;
}

.village-child .entry-header a:hover {
	text-decoration:underline;
}

.video-page-v2 .entry iframe,
.video-page-v2 .video-player iframe {
	max-height:495px;
}

.video-page-v2 .feature-posts {
	clear:both;
	overflow:hidden;
}

.video-page-v2 .feature-posts iframe {
	max-height:347px;
}

.video-page-v2 .feature-posts .video-wrap {
	position:relative;
	margin-bottom:35px;
	overflow:hidden;
}

.video-page-v2 .feature-posts .video-player-overlay {
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	z-index:9;
	display:block;
}

.video-page-v2 .feature-posts + .button {
	clear:both;
}

.nvillage_images .nvillage_logo {
	max-width:115px;
	margin:0 auto;
	display:block;
}

.village-map-list .village-wrap,
.omanu-sponsorship-page .village-map-list .village-wrap {
	position:relative;
	margin-bottom:25px;
	overflow:hidden;
}

.entry-content .village-map-list .village-wrap > a,
.village-map-list .village-wrap > a,
.omanu-sponsorship-page .village-map-list .village-wrap > a {
	color:#333;
}

.village-map-list .village-wrap > a > img,
.omanu-sponsorship-page .village-map-list .village-wrap > a > img {
	display:block;
	width:100%;
}

.village-map-list .village-details,
.omanu-sponsorship-page .village-map-list .village-details {
	position:absolute;
	left:-999999px;
	top:0;
	z-index:100;
	opacity:0;
	background-color:#1f3e7c;
	color:#fff;
	padding:160px 5% 5%;
	width:100%;
	height:100%;
	transition:opacity 0.2s ease;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	-o-transition:opacity 0.2s ease;
	-ms-transition:opacity 0.2s ease;
}

.village-map-list .village-wrap:hover .village-details,
.omanu-sponsorship-page .village-map-list .village-wrap:hover .village-details {
	left:0;
	opacity:1;
	transition:opacity 0.2s ease;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	-o-transition:opacity 0.2s ease;
	-ms-transition:opacity 0.2s ease;
}

.village-map-list .village-floating-logo,
.omanu-sponsorship-page .village-floating-logo {
	position:absolute;
	z-index:101;
	top:0;
	left:0;
	left:5%;
	background-color:#fff;
	width:100%;
	max-width:110px;
	padding:5%;
}

.village-map-list .village-floating-logo img,
.omanu-sponsorship-page .village-map-list .village-floating-logo img {
	display:block;
}

.village-map-list .village-description,
.omanu-sponsorship-page .village-map-list .village-description {
	position:absolute;
	bottom:0;
	left:0;
	z-index:99;
	padding:5%;
	color:#fff;
	font-weight:700;
	text-shadow:1px 1px 1px #333;
	text-shadow:none;
	background-color:rgba(255,255,255,0.75);
	color:#1f3e7c;
}

.entry-content .village-map-list p,
.omanu-sponsorship-page .village-map-list p {
	font-size:14px;
	font-size:1.4rem;
	font-family: 'halis_grlight';
}

.entry-content .village-map-list p:last-child,
.entry-content .village-map-list p:empty,
.omanu-sponsorship-page .village-map-list p:last-child,
.omanu-sponsorship-page .village-map-list p:empty {
	margin-bottom:0;
}

.small-font h2,
.entry-content .small-font h2 {
	font-size:18px;
	font-size:1.8rem;
}

.small-font ul,
.entry-content .small-font ul,
.small-font p,
.entry-content .small-font p {
	font-size:14px;
	font-size:1.4rem;
}

#care-facility {
	padding-top:20px;
}


.page-id-16003 .sidebar .widget#nav_menu-2 {
	display:none;
}

.error404 .container .content form.search-form,
 .error404 .container aside {
	display: none;
}

.error404 .site-inner {
	margin-top: 120px;
	padding: 60px 0;
}

/*Virtual village page*/
.virtual-village-container {
    padding-bottom: 500px;
    background: url('https://www.metlifecare.co.nz/wp-content/uploads/2020/04/vv-bottom.png') no-repeat center bottom;
}

.wcs-modal__close img {
	display: none;
}

.wcs-timetable__week .wsc-day {font-size:1.6rem;}

.wcs-timetable__week .wcs-timetable__classes .wcs-class__time {display:none;}

.virtual-village-container .wcs-timetable--7.wcs-timetable__container {
    color: black;
    font-size: 1.4rem;
}
.wcs-timetable--style-3 .wcs-navigation .wcs-btn {
    font-family: HalisGR-Bold;
    height: 43px;
    border-radius: 7px;
        background-color: #1f3e7c;
    font-size: 1.7rem;
}
}


.wcs-timetable--7 .wcs-timetable__week .wcs-day__title {
    background-color: #1b75bc;
    color: rgba( 255,255,255,1);
}

.wcs-timetable--7 .wcs-timetable--week .wcs-day--1 .wcs-class, .wcs-timetable--7 .wcs-timetable--week .wcs-day--2 .wcs-class, .wcs-timetable--7 .wcs-timetable--week .wcs-day--3 .wcs-class, .wcs-timetable--7 .wcs-timetable--week .wcs-day--4 .wcs-class, .wcs-timetable--7 .wcs-timetable--week .wcs-day--5 .wcs-class, .wcs-timetable--7 .wcs-timetable--week .wcs-day--6 .wcs-class, .wcs-timetable--7 .wcs-timetable--week .wcs-day--0 .wcs-class {
    background-color: #ebebeb;
    color: #ebebeb;
    font-size: 1.4rem;
}

@media only screen and (min-width : 992px) {
 	.virtual-village-container {
 		padding-left:9rem;
 		padding-right:9rem;
 	}
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1044px) {
	.single-village .sidebar #widget-2.widget .menu li:nth-child(2) a {
		font-size: 14px;
		font-size:1.4rem;
	}
}

@media only screen and (max-width: 1024px) {

	.site-container,
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}


	.front-page .feature-posts .entry-header h2,
	.category .entry .entry-header h2,
	.our-stories-page .entry .entry-header h2 {
		min-height:112px;
		min-height:0;
		font-size:18px;
		font-size:1.8rem;
	}

	.our-stories-page .stories-subscription .gform_wrapper .top_label #field_14_1 div.ginput_container {
		width: 100%;
		margin-bottom:15px;
	}

	.homeslider {
		height:auto;
	}

	.village-map-list .village-floating-logo {
		width:100%;
		max-width:20%;
	}

	.village-map-list .village-details {
		padding-top:32%;
	}

	.entry-content .village-map-list p,
	.omanu-sponsorship-page .village-map-list p {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	.footer-button .button {
		max-width:285px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-container,
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.header-image .title-area {
		margin:0 auto;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.footer-widgets .menu li a {
		vertical-align:top;
	}

	.front-page .feature-posts .entry-header h2,
	.category .entry .entry-header h2,
	.our-stories-page .entry .entry-header h2 {
		font-size:18px;
		font-size:1.8rem;
	}

	.single-village .sidebar,
	.category .sidebar, .single-post .sidebar,
	.our-stories-page .sidebar,
	.board-of-directors .sidebar {
		max-width: 100%;
	}

	.single-village .sidebar #widget-2.widget .menu li:nth-child(2) a {
		font-size: 16px;
		font-size:1.6rem;
	}

	.entry-content .village-map-list p,
	.omanu-sponsorship-page .village-map-list p {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.front-page .feature-posts .one-third:nth-child(3) {
		margin-left:2.564102564102564%;
		clear:none;
	}
}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.investor-after-entry .one-half {
		width: 48.717948717948715%;
		margin-left: 2.564102564102564%;
	}

	.investor-after-entry .one-third {
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
	}

	.investor-after-entry .one-third:first-child {
		margin-left:0;
	}

	.front-page .feature-posts .entry .feature-thumbnail-overlay,
	.category .entry .feature-thumbnail-overlay,
	.our-stories-page .feature-post .feature-thumbnail-overlay,
	.our-stories-page .feature-thumbnail-overlay {
		width:300px;
	}

	.front-page .feature-posts .one-third:nth-child(3) {
		margin-left:0;
	}


	.front-page .feature-posts .featured-video {
		margin-bottom:35px;
	}

	.front-page .feature-posts .featured-video iframe {
		width:100%;
	}

	.our-stories-page .feature-thumbnail-overlay {
		top:50%;
		margin-top:-150px;
	}

	.our-stories-page .feature-post .feature-thumbnail-overlay {
		top:8%;
		margin-top:0;
	}

	.board-of-directors .row .one-fourth {
		text-align:center;
	}

	.nvillage_images .nvillage_logo {
		margin:0;
	}

	.village-map-list .one-half {
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.village-map-list .one-half.first {
		margin-left:0;
	}

	.entry-content .village-map-list p,
	.omanu-sponsorship-page .village-map-list p {
		font-size: 14px;
		font-size: 1.4rem;
	}


}

@media only screen and (max-width: 767px) {
	.nav-primary {
		display:none;
	}

	.tab-bar,
	.left-off-canvas-menu,
	.right-off-canvas-menu {
		display:block;
	}

	.entry-content .village-map-list p,
	.omanu-sponsorship-page .village-map-list p {
		font-size: 11px;
		font-size: 1.1rem;
		margin-bottom:10px;
	}

	.village-map-list .village-floating-logo {
		max-width:30%;
	}

	.footer-button .button {
		margin-bottom:25px;
	}
}

@media only screen and (max-width: 480px) {

	.entry,
	.archive-description,
	.related-stories {
		padding:0;
	}

	.individual-board-page .profile-image {
		float:none;
	}

	.individual-board-page .profile-image h5,
	.individual-board-page .profile-image p {
		display:none;
	}

	.footer-widgets .menu li {
		display: block;
		width: 100%;
	}

	.site-footer {
		text-align:center;
	}

	.board-of-directors .one-fourth .entry {
		text-align:center;
	}

	.investor-after-entry .one-half,
	.investor-after-entry .one-third {
		width: 100%;
		margin-left: 0;
		margin-bottom:25px;
	}

	.investor-after-entry .img-wrapper {
		display: unset;
	}

	.investor-after-entry img {
		max-height:none;
		width:100%;
	}

	.our-stories-page .feature-post .feature-thumbnail-overlay,
	.our-stories-page .feature-thumbnail-overlay	{
		width: 100px;
		top: 31%;
		height: 80px;
	}

	.our-stories-page .feature-thumbnail-overlay {
		margin-top:0;
	}

	.front-page .feature-posts .entry .feature-thumbnail-overlay,
	.category .entry .feature-thumbnail-overlay {
		width:200px;
	}

	.sidebar .widget#text-4,
	.sidebar .widget.widget_text {
		max-height:none;
	}

	.individual-board-page .profile-image {
		margin-left:0;
	}

	.individual-board-page .profile-image img {
		max-width:100%;
	}

	.village-map-list .one-half {
		width:100%;
		margin-left:0;
	}

	.village-map-list .village-floating-logo {
		padding:2%;
	}

}

@media only screen and (max-width: 479px) {
	.front-page .feature-posts .entry .feature-thumbnail-overlay,
	.category .entry .feature-thumbnail-overlay {
		width:100px;
	}

	.nvillage_images .nvillage_logo {
		margin:0 auto;
	}

	.nvillage_images .nvillage_image {
		margin:0 auto;
		display:block;
	}

	.entry-content .village-map-list p,
	.omanu-sponsorship-page .village-map-list p {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.footer-button .button {
		width:100%;
		margin-right:0;
	}
}

@media only screen and (max-width: 359px) {
	.entry-content .village-map-list p,
	.omanu-sponsorship-page .village-map-list p {
		font-size: 11px;
		font-size: 1.1rem;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* New Styles */
button.outline-none.flex.items-center.border.rounded-full.py-2.px-10.font-bold.border-blue-600.text-blue-600 {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    height: 50px;
    background: #fff;
    border: 2px solid #1F3E7C !important;
    color: #1F3E7C !important;
	font-family: 'HalisGR-Medium';
}

button.outline-none.flex.items-center.border.rounded-full.py-2.px-10.font-bold.border-blue-800.text-white.bg-blue-800 {
    color: #fff;
    width: 100%;
    max-width: 300px;
    justify-content: center;
    height: 50px;
    background: #1F3E7C !important;
    border: 2px solid #1F3E7C !important;
	font-family: 'HalisGR-Medium';
}

.uppercase.font-bold.text-blue-800.my-2 {
	font-family: 'HalisGR-Medium';
}

.flex.flex-wrap.flex-col.h-24.justify-start {
    justify-content: start;
    flex-direction: row;
    width: 100%;
    height: auto;
}

label.custom-label.flex.mr-5.my-1 {
    width: 28%;
    display: flex;
    align-items: center !important;
    align-content: center;
	margin-bottom: 10px !important;
}

label.custom-label.flex.mr-5.my-2 {
	width: 100%;
    display: flex;
    align-items: center !important;
    align-content: center;
	margin-bottom: 12px !important;
}

.flex.flex-col.w-full.text-left div.flex div {
    width: 100%;
}

label.custom-label.flex.mr-5.my-1 .bg-white.border.w-6.h-6.p-1.flex.justify-center.items-center.mr-2.border-blue-700,
.bg-white.border.w-6.h-6.p-1.flex.justify-center.items-center.mr-2.border-blue-700{
    height: 30px !important;
    width: 30px !important;
    margin-right: 20px !important;
	border: 1px solid #2b6cb0 !important;
}

.bg-white.border.w-6.h-6.p-1.flex.justify-center.items-center.mr-2.border-grey-700 {
	height: 30px !important;
    width: 30px !important;
    margin-right: 20px !important;
}

.select-none {
    margin-top: 5px;
	color: #000 !important;
}

svg.hidden.w-4.h-4.text-blue-700.pointer-events-none {
    width: 100% !important;
    height: 100% !important;
}

svg.w-4.h-4.mx-2.fill-current {
    width: 20px !important;
    height: 20px !important;
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}
@media only screen and (max-width: 1024px) {
	label.custom-label.flex.mr-5.my-1 {
		width: 42%;
	}
}

@media only screen and (max-width: 768px) {
	label.custom-label.flex.mr-5.my-1 {
		width: 100% !important;
	}

	.flex.flex-col.w-full.text-left div.flex {
		flex-wrap: wrap !important;
	}

	.flex.flex-col.w-full.text-left div.flex div {
		width: 100%;
	}
}

.custom-sub-header {
	background: #1b75bc;
	width: 100vw;
	position: relative;
	left: -15px;
	height: 100px;
	color: white;
}
.custom-sub-header .container {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.custom-sub-header .container h1 {
	font-size: 30px;
	font-family: 'HalisGR-Bold';
	font-weight: 500;
	letter-spacing: -0.025em;
}
.custom-sub-header .container a {
	font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
	line-height: 18px;
	color: white;
	text-decoration: none;
}
.custom-sub-header .container a:hover,
.custom-sub-header .container a:focus {
	color: white;
	opacity: 0.8;
}
.custom-sub-header .container img {
	filter: invert(1);
	position: relative;
	top: -1px;
}
#find-a-village {
	padding-top: 50px;
	padding-bottom: 70px;
}
.regions-sidebar {
	font-family: 'HalisGR-Bold';
	font-weight: 500;
	letter-spacing: -0.035em;
}
.custom-sidebar-head {
	font-family: 'HalisGR-Bold';
	font-weight: 500;
	letter-spacing: -0.035em;
	font-size: 22px;
	line-height: 28px;
	color: #1B75BC;
	padding-bottom: 14px;
	border-bottom: 1px solid #97979740;
}
.region-side-list {
	display: flex;
	flex-direction: column;
}
.region-side-list .region-item a {
	font-size: 18px;
	color: #1F3D7B;
}
.region-side-list .region-item {
	padding-top: 12px;
	padding-left: 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid #97979740;
	position: relative;
}
.region-subs {
	padding-top: 5px;
	padding-left: 22px;
	display: flex;
	flex-direction: column;
	display: block;
}
.region-sub-item {
	padding-top: 4px;
	padding-bottom: 4px;
}
.region-desc,
.region-desc p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	white-space: pre-line;
	font-family: Arial;
	color: #1F3D7B;
}
.region-desc.living-types {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.region-desc a {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	outline: none;
}
.region-desc > p > a {
	display: inline;
	color: #1F3D7B;
	margin: 0;
	text-decoration: underline;
}
.region-desc a span {
	color: #1F3D7B;
	text-decoration: none;
	margin-top: 1px;
	margin-left: 4px;
}
.new-map {
	max-width: 410px;
	margin-left: auto;
	position: relative;
}
.new-map img {
	width: 100%;
}
.bubble {
	transition: none !important;
	cursor: pointer;
	margin: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 90px;
	background-color: #D3EAF8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	outline: none;
	text-decoration: none !important;
}
.bubble::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	bottom: 0;
	border: 13px solid;
}
.bubble:hover {
	background-color: #1b75bc;
}
.bubble:hover .talktext p,
.bubble:hover .talktext span {
	color: white;
}
.bubble .talktext p {
	font-family: 'HalisGR-Bold';
	font-weight: 500;
	letter-spacing: -0.035em;
	font-size: 18px;
	margin: 0;
	text-align: center;
	color: #1F3D7B;
	margin-top: -5px;
}
.bubble .talktext span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	font-family: Arial;
	color: #1F3D7B;
	text-align: center;
}
.bubble.northland {
	top: 33px;
	left: -166px;
}
.bubble.northland::after {
	right: -24px;
	top: 30px;
	border-color: transparent transparent transparent #D3EAF8;
}
.bubble.auckland {
	top: 151px;
	left: -102px;
}
.bubble.auckland::after {
	right: -24px;
	top: 17px;
	border-color: transparent transparent transparent #D3EAF8;
}
.bubble.waikato {
	top: 263px;
	left: -80px;
}
.bubble.waikato::after {
	right: -24px;
	top: 25px;
	border-color: transparent transparent transparent #D3EAF8;
}
.bubble.lower-north {
	top: 430px;
	left: -65px;
}
.bubble.lower-north::after {
	right: -24px;
	top: 47px;
	border-color: transparent transparent transparent #D3EAF8;
}
.bubble.bay-plenty {
	top: 166px;
	right: -9px;
}
.bubble.bay-plenty::after {
	right: 0;
	left: 54px;
	bottom: -24px;
	border-color: #D3EAF8 transparent transparent;
}
.bubble.northland:hover::after,
.bubble.waikato:hover::after,
.bubble.auckland:hover::after,
.bubble.lower-north:hover::after {
	border-color: transparent transparent transparent #1b75bc;
}
.bubble.bay-plenty:hover::after {
	border-color: #1b75bc transparent transparent;
}
.region-details-container {
	background: #F6F6F6;
	margin-top: -50px;
	margin-right: -100%;
	max-width: unset !important;
	flex: 1 !important;
	padding-top: 50px;
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.sidebar-container {
	padding-right: 25px !important;
}
.region-info-head {
	border-bottom: 1px solid #97979740;
	padding-bottom: 15px;
	padding-top: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.region-info-head a {
	text-decoration: none !important;
}
.region-info-head span {
	font-size: 16px;
	line-height: 22px;
	margin-left: -4px;
	letter-spacing: 0.02em;
	font-family: Arial;
	color: #1F3D7B !important;
}
.region-info-head span:hover {
	text-decoration: underline;
}
.region-info-head h1 {
	font-family: 'HalisGR-Bold';
	font-weight: 500;
	letter-spacing: -0.035em;
	margin: 0;
	font-size: 22px;
	color: #1F3D7B;
	margin-top: -5px;
}
.region-village-container.under-development {
	display: none;
}
.region-village-container.under-development.show {
	display: block;
	order: -1;
}
.region-village-container {
	border-bottom: 1px solid #97979740;
}
.region-village-container:last-child {
	border: none;
}
.region-list {
	margin-bottom: 40px;
	display: grid;
}
.region-village {
	background: white;
	border-radius: 8px;
	margin-top: 24px;
	margin-bottom: 24px;
	display: flex;
}
.region-village a.img-link {
	position: relative;
	width: 350px;
	min-width: 350px;
	height: auto;
	outline: none !important;
}
.region-village a.img-link span {
	transition: opacity 0.15s ease;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #1F3D7B;
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 13px;
}
.region-village a.img-link:hover span,
.region-village a.img-link span:hover {
	opacity: 0.85;
}
.region-village a.img-link .dev {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #F8D3CC;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 45px;
}
.region-village a.img-link .dev h3 {
	font-family: 'HalisGR-Bold';
	font-weight: 600;
	letter-spacing: -0.03em;
	font-size: 14px;
	margin: 0;
	color: #1F3D7B;
}
.region-village img.first-img {
	max-width: 350px;
	object-fit: cover;
	border-radius: 8px;
	min-height: 305px;
}
.under-development .region-village img.village-logo {
	top: 45px;
	border-top-left-radius: 0;
}
.region-village img.village-logo {
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 8px;
}
.village-info {
	padding: 25px 28px;
}
.village-info h2 {
	font-family: 'HalisGR-Bold';
	font-weight: 600;
	letter-spacing: -0.03em;
	margin: 0;
	font-size: 22px;
	color: #1F3D7B;
	text-transform: uppercase;
}
.village-info .location {
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 20px;
	min-height: 27px;
	text-decoration: none;
	outline: none;
}
.village-info .location:hover {
	opacity: 0.8;
}
.village-info .location img {
	height: 27px;
	object-fit: contain;
	margin-left: -4px;
}
.village-info .location p {
	font-size: 14px;
	line-height: 20px;
	margin-left: 2px;
	letter-spacing: 0.02em;
	white-space: pre-line;
	font-family: Arial;
	color: #1F3D7B;
}
.village-info .accomodation-types {
	display: flex;
}
.village-info .accomodation-types img {
	position: relative;
}
.village-info .accomodation-types img.inde {
	bottom: -1px;
}
.village-info .accomodation-types img.care {
	bottom: -4px;
}
.village-info .subheader {
	font-family: 'HalisGR-Bold';
	font-weight: 600;
	letter-spacing: -0.03em;
	margin-bottom: 5px;
	font-size: 16px;
	color: #1F3D7B;
}
.village-info .highlights {
	margin-bottom: 20px;
}
.village-info .highlights p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	white-space: pre-line;
	font-family: Arial;
	color: #1F3D7B;
}
.accomodation-item {
	position: relative;
}
.accomodation-item:hover .white-bubble{
	display: flex;
}
.white-bubble {
	display: none;
	transition: none !important;
	margin: 12px;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: auto;
	background-color: white;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	position: absolute;
	outline: none;
	text-decoration: none !important;
	padding: 10px 0;
	padding-bottom: 11px;
	bottom: 30px;
	left: -96px;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.21);
}
.white-bubble::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border: 13px solid;
	right: 0;
	left: 88px;
	bottom: -24px;
	border-color: white transparent transparent;
	-webkit-filter: drop-shadow(0px 5px 4px rgba(0,0,0,.14));
	filter: drop-shadow(0px 5px 4px rgba(0,0,0,.14));
}
.white-bubble span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.02em;
	font-family: Arial;
	color: #1F3D7B;
	text-align: center;
}
#auckland-toggle {
	display: none;
}
.development-checkbox {
	padding-top: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #97979740;
}
.container-checkbox {
	display: flex;
	align-items: center;
	height: 22px;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container-checkbox p {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #60717B;
	margin: 0;
}
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark-custom {
	position: absolute;
	border-radius: 5px;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: white;
	border: 2px solid #D7D7D7;
}
.container-checkbox:hover input ~ .checkmark-custom {
	background-color: #eee;
}
.checkmark-custom:after {
	content: "";
	position: absolute;
	display: none;
}
.container-checkbox input:checked ~ .checkmark-custom:after {
	display: block;
}
.container-checkbox .checkmark-custom:after {
	border-radius: 3px;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	background: #1B75BC;
}
.col.region-details {
	max-width: 888px !important;
}
@media(min-width: 1200px) {
	.container.village-container {
		max-width: 1170px;
	}
}
@media(max-width: 1199px) {
	.col.region-details {
		max-width: 737px !important;
	}
}
@media(max-width: 991px) {
	.map-container {
		right: -35px;
	}
	.region-details-container {
		margin-right: -19%;
	}
	.village-region-container .development-checkbox {
    display: flex;
    justify-content: center;
	}
	.village-region-container .sidebar-container {
		text-align: center;
		flex: 1;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.village-region-container > .row {
		display: block;
	}
	.region-details-container {
		margin-top: 0;
    width: 100vw !important;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 50px;
    padding-left: 15px !important;
	}
	.container.village-container {
		max-width: 100%;
	}
	.col.region-details {
		max-width: 100% !important;
	}
	.map-container {
		display: none;
	}
	.sidebar-container {
		max-width: 100% !important;
		flex: 1 !important;
		padding-right: 15px !important;
	}
	.regions-sidebar,
	.custom-sidebar-head {
		text-align: center;
	}
	.region-item, .region-subs {
		padding-left: 0;
	}
	.region-desc {
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.region-desc.living-types {
		margin-top: 30px;
		margin-bottom: 30px;
		align-items: center;
	}
	.custom-sub-header .container {
		flex-direction: column;
		justify-content: center;
	}
	.custom-sub-header {
		height: 140px;
	}
	.custom-sub-header .container h1{
		margin-bottom: 15px;
	}
	.region-subs {
		display: none;
	}
	#auckland-toggle {
		display: block;
		position: absolute;
    top: 10px;
		right: 4%;
		cursor: pointer;
	}
	#auckland-toggle span {
		font-size: 20px;
		font-weight: 300;
		color: #1F3D7B;
	}
	.village-container > .row {
		display: block;
	}
	.region-village-container,
	.region-info-head {
		border: none;
	}
	.region-village {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.region-village-container:first-child .region-village {
		margin-top: 5px;
	}
}
@media(max-width: 767px) {
	.region-village {
		flex-direction: column;
	}
	.region-village a.img-link {
		width: 100%;
	}
	.region-village img.first-img {
		width: 100%;
		max-width: 100%;
		min-height: unset;
	}
	.village-info {
		padding: 24px 20px;
	}
	.white-bubble {
		left: -20px;
	}
	.white-bubble::after {
		left: 12px;
	}
	.region-info-head {
		flex-direction: column;
		padding-bottom: 40px;
	}
	.region-info-head h1{
		margin-bottom: 15px;
	}
}
/* New Styles */