/*!
Theme Name: AJ Developements Theme
Theme URI: http://underscores.me/
Author: Good Design Works
Author URI: http://gooddesignworks.co.uk/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdw-template

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GDW Template is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
.meet-team {
	display:none;
}
*/





html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "VisbyCF-Regular";
	font-size: 14px;
	line-height: 1.5;
   font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
	color:#18213e;
		font-family: "VisbyCF-Bold";
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
}
h3.entry-title {
    border-bottom: 1px solid #18213e;
    padding-bottom: 1em;
    font-size: 1.3em;
    text-transform: none;
    letter-spacing: 0;
}



h4 {
	font-size:1.4em;
}

h5 {
    font-size: 1.4em;
    margin: 10px 0;
}

h6, .custom-h6 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding-bottom: 2em;
	font-size: 0.9em;
	color:#18213e;
}

.custom-h6 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 2em;
	font-size: 0.8em;
margin-top: 3em;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


b, strong {
font-weight: 400;
font-size: 1.4em;
}

.single b, .single strong {
    font-weight: bold;
    font-size: 1.2em;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}


a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #18213e;
	display: inline-block;
    padding: 0.7em 2em;
	margin: 1em 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1em;
	border-radius: 0;
	background:transparent;
	transition:0.5s ease-in-out;
	color:#18213e;
  font-weight: 500;
		font-family: "VisbyCF-Medium";
}

button.light {
	border:1px solid #fff;
	color:#fff;
}

button.light:hover {
	border:1px solid #86d0f3;
	color:#86d0f3;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border:1px solid #86d0f3;
	color:#86d0f3;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #fff !important;
    border: 0 none;
    border-radius: 0;
    padding: 1em;
    background-color: #404555;
	width:100%;
	text-align: center;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height:150px;
}

button,
input,
optgroup,
select,
textarea {

}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */

}

button,
[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 {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0;
	width: 100%;
}
td p {
	margin:0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: inherit;
	transition:0.5s ease-in-out;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}


.single h1 a:hover, .single h1 a:active, .single h1 a:focus {
	color: #86d0f3;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/



.accordion ul {
    margin: 0;
    padding: 0;
}


.accordion ul li {
    list-style: none;
}

.accordion-inner {
border: 0;
padding: 2em 4em;
font-size: 1.15em;
text-align: center;
    max-width: 900px;
    margin: auto;
}

.accordion-inner ul {
    margin: 0 0 0 1.5em;
}

.accordion-inner ul li {
    list-style: inherit;
    padding-bottom: 5px;
}

.accordion-2 {
position: relative;
}


.accordion-2 ul {
    margin: 0;
    padding: 0;
}


.accordion-2 ul li {
    list-style: none;
}

.accordion-2 button::after {
	content: "\f107";
   font-family: FontAwesome;
	color: #ddd;
	top: 0em;
	right: 20px;
   position: absolute;
   font-size: 1em;
}

.accordion-2 button[aria-expanded="true"]::after {
	content: "\f00d";
}

.accordion-2 button:hover::after {
    color: #ddd;
}

.accordion button {
    border: 0;
    width: 100%;
    border-bottom: 2px solid #0364a3;
    color: #0364a3;
    padding-bottom: 20px;
    text-align: left;
    text-transform: none;
    font-size: 1.3em;
    padding: 0 20px 20px;
    letter-spacing: 0;
    font-weight: 400;
}

.accordion button:hover {
    border-bottom: 2px solid #86d0f3;
    color: #86d0f3;
}

.accordion-2 button {
    border: 0;
    width: 100%;
    border-bottom: 2px solid #0364a3;
    color: #0364a3;
    padding-bottom: 20px;
    text-align: left;
    text-transform: none;
    font-size: 1.3em;
    padding: 0 20px 20px;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
}

.accordion-2 button:hover {
    border-bottom: 2px solid #86d0f3;
    color: #86d0f3;
}

.bg-3 .accordion button {
    border-bottom: 1px solid #ddd;
    color: #ddd;
    text-align: center;
}

.bg-3 .accordion i.fas {
    color: #ddd;
}

.bg-3 .accordion-2 button {
    border-bottom: 1px solid #ddd;
    color: #ddd;
    text-align: center;
    position: relative;
}

.single-community-board .bg-3 .accordion-2 button {
    text-align: left;
}

.single-community-board .accordion-inner {
    text-align: left;
    margin: 0;
}

.careaccordion button span {
    color: #86d0f3;
}

.bg-3 .accordion-2 i.fas {
    color: #ddd;
}

.pad-0-3 {
    padding: 0 3em;
}

.foundations .accordion {
margin: 2em 0;
}

.accordion ul li:last-child button {
    border-bottom: 0;
}

.accordion i.fas {
    font-size: 20px;
    color: #0364a3;
    background: transparent;
    margin-right: 20px;
}

.accordion button i.fas {
    transition: 0.3s ease-in-out;
}

.accordion button:hover i.fas {
    color: #86d0f3;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.page-template-page-guidance .modal-header .close {
  font-size: 4rem;
    padding: 0;
    color: #18213e !important;
    opacity: 1 !important;
}

.page-template-page-guidance .modal-content {
  padding: 2em 2em;
}

.caretitle h2 {
    color: #fff;
    font-size: 2.6em;
max-width: 700px;
  margin-bottom: 1.6em;
}

.caretitle h2 strong {
    color: #86d0f3;
    font-size: 1em;
    font-weight: inherit;
}

h4.communityarchive  {
    padding-top: 20px;
    text-align: left;
    width: calc(100% - 50px);
    position: relative;
}


h4.communityarchive::after {
    content: '\f138';
    font-family: "Font Awesome 6 Pro";   
    position: absolute;
    right: -50px;
    top: 15px;
    font-size: 1.3em;
}

.page-id-2 li.grid-3 {
	margin-bottom: 0;
}

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

ul.footer-logos li {
	display: inline-block;
	padding: 15px 15px;
	vertical-align: middle;
}

ul.footer-logos li img {
	height: 50px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-family: "VisbyCF-Medium";
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.8em 1em;
  border: 2px solid #00a0d2 !important;
	background: #00a0d2;
	color: #fff;
}


.applicationnumber {
	font-size: 1.1em;
	font-weight: 500;
	color: #86d0f3;
	margin-bottom: 30px;
	margin-top: -25px;
}

.applicationnumber span {
	font-weight: 300;
	color: #18213e;
}



ul.edgetoedge li {
	text-align: left;
}



.single-news .span_9_of_12 .post-thumbnail {
    margin-bottom: 3em;
}

.single-news li.grid-1:last-child hr {
    display: none;
}

.latest-news h4.entry-title {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.2em;
font-weight: 300;
}


a:hover {
    text-decoration: none;
}


.bg-3 input[type="submit"] {
    color: #fff;
    border: 1px solid #fff;
		margin-left: 65px;
}

.bg-3 input[type="submit"]:hover {
    color: #86d0f3;
    border: 1px solid #86d0f3;
}

.section-form p {
    margin-bottom: 1em;
}


.page-id-10 .text-section {
    padding: 6em 6em 3em;
}

.section-form {
    padding: 4em 0 0;
    text-align: center;
}

.section-form h2 {
    margin-bottom: 2em !important;
    text-align: center;
    color: #fff;
}

.section-form2 {
  padding: 4em 0 0;
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.section-form2 h2 {
    margin-bottom: 2em !important;
    text-align: center;
    color: #fff;
}
.section-form2 p {
    margin-bottom: 1em;
}

.acf-map {
height: 420px !important;
margin-top: 5px;
}
table.contact-deets {
    font-size: 1.4em;
}
table.contact-deets span {
    color: #86d0f3;
    margin-right: 5px;
}

table.contact-deets td {
    padding-bottom: 20px;
}

table.contact-deets .fa, table.contact-deets .far, table.contact-deets .fab {
    font-size: 1em !important;
    background: #18213e;
    padding: 10px;
    color: #fff;
    text-align: center;
    width: 42px;
    height: 42px;
    margin-right: 20px;
}

.site-footer table span {
    color: #86d0f3;
    margin-right: 5px;
    font-size: 0.8em;
}

.page-id-1222 .responsive-tabs-wrapper {
    margin-top: 5em !important;
}

.meet-team h2 {
    text-align: center;
    margin-bottom: 2em;
}

.meet-team {
    margin: 4em auto !important
}

.meet-team button {
    font-size: 0.8em !important;
    margin-top: 15px !important;
}

.header-container {
  position:relative;
  width:100%;
  overflow: hidden;
}


.header-pics {
    height: calc(100vh - 122px);
    background-size: cover;
	 background-position: center;
	 min-height: 600px;
}

.single .header-pics {
    height: 65vh;
}

.header-inner-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-header-inner-container {
		width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
		height: calc(100vh - 122px);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		text-align: center;
		min-height: 600px;
}

.home-header-inner-container h2 {
	color: #fff;
	font-size: 2.4em;
}

.borderright {
	border-right: 1px solid #fff;
}

.home-header-inner-container button.border {
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
}

.home-header-inner-container button.border:hover {
	color: #86d0f3;
	border: 1px solid #86d0f3 !important;
}

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

ul.homelinks li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

ul.homelinks li .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #fff;
	height: 50vh;
	padding: 0 20px;
}

ul.homelinks li:last-child .inner {
		border-right: none;
}


.header-text-container {
    position: absolute;
    bottom: 6em;
    z-index: 100;
    text-align: left;
    max-width: 700px;
    padding: 0 3em 3em;
}

.single .header-text-container {
    bottom: 3em;
}

.top-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}

.header-container .hero {
    font-size: 3em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
			font-family: "VisbyCF-Bold";
}

.header-container .hero span {
    color: #86d0f3;
}

.header-text-container .heading {
    color: #fff;
			font-family: "VisbyCF-Medium";
}

.header-container h1 {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #fff;
    margin: 0 0 30px;
}

.video-container .title {
    color: rgba(255,255,255,1);
    margin-bottom: 0;
    font-size: 4.5em;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

.about-video-text {
    margin-top: 3em;
    padding-right: 50px;
}

.about-video-text img {
    width: 130px;
    margin-top: 15px;
}

.video-container {
  position:relative;
  width:100%;
  overflow: hidden;
}
 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width:100%;
}

.video-inner-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-text-container {
    position: absolute;
    bottom: 0;
    z-index: 100;
    text-align: left;
    max-width: 700px;
    padding: 0 3em 3em;
}

.video-text-container .heading {
    color: #fff;
}

.video-container h1 {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #fff;
    margin: 0 0 30px;
}

.video-container .title {
    color: rgba(255,255,255,1);
    margin-bottom: 0;
    font-size: 4.5em;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}


.video-container .hero {
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}



.video-overlay {
    position: absolute;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(rgba(20,25,41,0.6), rgba(20,25,41,0.7));
	 top: -4px;
	bottom: 0;
}

.video-container .hero {
    font-size: 3.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
}

/*.video-text-container {
    width: 840px;
}*/

.video-container .hero span {
    color: #86d0f3;
}

.video-text-container {
    bottom: 6em;
}

.video-nav-container {
    position: absolute;
    bottom: 7em;
    right: 6em;
    z-index: 100;
    text-align: left;
    max-width: 700px;
    padding: 0 3em 3em;
}

ul.video-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.3em;
    margin-top: 15px;
}

ul.video-nav li a {
    color: #fff;
}

ul.video-nav li a:hover {
    color: #86d0f3;
    text-decoration: none;
}

ul.video-nav li {
    border-bottom: 1px solid #86d0f3;
    padding: 5px 0;
}

ul.video-nav li:last-child {
    border-bottom: 0;
}

.featured {
text-transform: uppercase;
color: #fff;
font-weight: 500;
letter-spacing: 1px;
position: absolute;
bottom: 0px;
left: 0px;
font-size: 0.9em;
background: #86d0f3;
padding: 1.4em 2em;
max-width: 140px;
text-align: center;
}

.grayscale {
  filter: grayscale(0.6);
  -webkit-filter: grayscale(0.6);
  filter: grayscale(60%);
}

.archive li.port .grayscale {
   filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0%);
}

.archive li.port:hover .grayscale {
   filter: grayscale(0.6);
  -webkit-filter: grayscale(0.6);
  filter: grayscale(60%);
}



.post-type-archive-community-board li.port:hover .opposite-overlay {
  opacity: 1;
}

.archive li.port .opposite-overlay button {
    margin: 30px auto 0;
}

.new-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    background: linear-gradient(rgba(20,25,41,0.7), rgba(20,25,41,0.7));
    height: 100%;
    transition: 0.3s ease-in-out;
}

.opposite-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    background: linear-gradient(rgba(20,25,41,0.7), rgba(20,25,41,0.7));
    height: 100%;
    transition: 0.3s ease-in-out;
    display:flex;
	flex-direction: column;
	justify-content: center;
   opacity: 0;
	padding:1em;
}

.opposite-overlay button {
    max-width: 300px;
    margin: 30px auto;
    font-size: 0.8em;
}


.opposite-overlay:hover {
   opacity: 1;
}





.permanent-overlay .opposite-overlay {
    opacity: 1;
}



.permanent-overlay h4.project {
    opacity: 0;
    transition:
    0.3s ease-in-out;
}

.permanent-overlay .opposite-overlay:hover h4.project {
    opacity: 1;
}

.permanent-overlay button.light {
    opacity: 0;
    transition:
    0.3s ease-in-out;
}

.permanent-overlay .opposite-overlay:hover button.light {
    opacity: 1;
}




.permanent-overlay .featured {
    z-index: 999;
}

.permanent-overlay ul.category-grid li.one .grayscale {
      filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}

ul.category-grid li.one .grayscale {
    filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0%);
}

ul.category-grid li.one:hover .grayscale {
      filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}





ul.landing-links li .new-overlay {
    opacity: 0.8;
}

ul.landing-links li .grayscale {
   filter: grayscale(0.6);
  -webkit-filter: grayscale(0.6);
  filter: grayscale(60%);
}



ul.landing-links li:hover .grayscale {
   filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0%);
}


ul.landing-links li:hover .new-overlay {
    opacity: 0;
}










li.feature .custom-thumb {
    height: 500px;
    border: 0;
}

.page-template-land-page li.feature .custom-thumb {
    height: 650px;
}

@media(max-width: 1100px) {
	.page-template-land-page li.feature .custom-thumb {
	    height: 700px;
	}
}

.text-section {
    padding: 8em 6em;
    max-width: 800px;
    margin: auto;
    font-size: 1.15em;
}
.text-section-new {
	    padding: 3em;
	max-width: 900px;
	margin: auto;
	font-size: 1em;
}
.text-section-new2 {
	    padding: 6em 3em 5em;
	max-width: 900px;
	margin: auto;
	font-size: 1em;
}
a.project-title {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 1.5em;
    display: block;
}

.page-template-land-page a.project-title {
	margin-bottom: 0;
	font-size: 1.2em;
}

a.project-title:hover {
    color: #86d0f3
}

.bg-5 button {
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 1.5em 2em;
}

.bg-5 button:hover {
    color: #86d0f3 !important;
    border: 1px solid #86d0f3 !important;
}

.section-hero {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 1em;
    color: #18213e;
			font-family: "VisbyCF-Medium";
}

.section-hero span {
        color: #0364a3;
}

.page-id-2 .custom-thumb {
    border: 0;
}

.bg-5 {
    background: #18213e;
}

.bg-5 h3 {
    color: #fff;
}

.bg-6 {
	background: #f7f7f7;
}

.planpad {
	padding: 4em 2em;
	text-align: center;
}

.category-land-acquired .container {
	padding: 5em 2em 6em;
}

.landlist {
	padding: 2em 0;
}

.landlist h4 {
	text-align: center;
}
.landlist ul {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
}

.landlist ul li {
	border-bottom: 1px solid #86d0f3;
	padding: 25px 0;
}

.landlist ul li:last-child {
	border-bottom: 0;
}

.single .bg-2 .section-hero {
	color: #fff;
}

.single .bg-2 .section-hero span {
	color: #86d0f3;
}



h4.project {
    color: #fff;
    text-align: center;
    font-size: 2.4em;
    text-transform: none !important;
    letter-spacing: 0;
    font-weight: 300 !important;
}

.page-id-2 ul.grid li {
    margin-top: 0;
}

.page-id-2 button.view-all-right {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 30px;
}

.page-id-2 h3.entry-title {
    border-bottom: 1px solid #18213e;
    padding-bottom: 1em;
    font-size: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.page-id-2 .entry-content button {
    margin-top: 20px;
}

.ec-counter-items-wrap {
    padding: 0;
}

.ec-shortcode-outer-wrap.ec-template5 {
    background: transparent;
}

.counter {

    max-width: 485px;
    margin: auto;
}

.ec-shortcode-outer-wrap.ec-template5 .ec-count-number {
    font-size: 46px;
	font-family: "VisbyCF-Regular";
}

.ec-shortcode-outer-wrap.ec-template5 .ec-count-title {
	font-family: "VisbyCF-Regular";
        text-transform: uppercase;
letter-spacing: 1px;
}

.ec-shortcode-outer-wrap.ec-template5 .ec-count-content::after {
    background: #86d0f3;
}

.ec-counter-item-1 {
border-right: 2px solid #86d0f3;
padding-right: 5em;
margin-right: 5em;
}

.ec-template5 .ec-counter-items-wrap.ec-column-3 .ec-counter-item {
    width: 230px;
}

@media (max-width: 1102px) {
    .counter {
    margin-left: 0;
}
.ec-template5 .ec-counter-items-wrap.ec-column-3 .ec-counter-item {
    width: 200px;
}
}


.counter-text-nudge{
    margin-top: 20px;
}


@media (max-width: 1102px) {
.counter-text-nudge{
    margin-top: 0px;
}
}

.ec-shortcode-outer-wrap.ec-template3 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template4 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template5 .ec-counter-item {
    padding: 30px;
}

/*
.counter {
    width: 400px;
position: absolute;
right: 4em;
bottom: 3em;
}

.ec-counter-items-wrap.ec-column-3 .ec-counter-item {
    width: 48%;
}

.ec-shortcode-outer-wrap.ec-template4 .ec-item-wrap {
    padding-left: 0;
}

.ec-template3 .ec-counter-items-wrap.ec-column-3 .ec-counter-item, .ec-template3 .ec-counter-items-wrap.ec-column-2 .ec-counter-item, .ec-template3 .ec-counter-items-wrap.ec-column-1 .ec-counter-item, .ec-template4 .ec-counter-items-wrap.ec-column-3 .ec-counter-item, .ec-template4 .ec-counter-items-wrap.ec-column-2 .ec-counter-item, .ec-template4 .ec-counter-items-wrap.ec-column-1 .ec-counter-item, .ec-template5 .ec-counter-items-wrap.ec-column-3 .ec-counter-item, .ec-template5 .ec-counter-items-wrap.ec-column-2 .ec-counter-item, .ec-template5 .ec-counter-items-wrap.ec-column-1 .ec-counter-item {
    max-width: 120px;
}

.ec-counter-items-wrap.ec-column-3 .ec-counter-item {
    width: 48%;
    background: #18213e;
    border-radius: 100%;
}

.ec-shortcode-outer-wrap.ec-template4 .ec-item-wrap {
    text-align: center;
}

.ec-shortcode-outer-wrap.ec-template4 .ec-count-number {
    line-height: 1em;
    margin-top: 10px;
    display: block;
}

.ec-shortcode-outer-wrap.ec-template4 .ec-count-title {
    margin-bottom: 5px;
    margin-top: -5px;
}*/


ul.logos {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.logos li {
  display: inline-block;
  padding: 20px 20px;
}

ul.logos li img {
    max-height: 45px;
}



li.mega-partnerships ul.mega-sub-menu {
    max-width: 500px !important;
    margin: auto !important;
}

li.mega-newhomes ul.mega-sub-menu {
    max-width: 1000px !important;
    margin: auto !important;
}


.divider-image-section {
        position: relative;
}

.divider-image-section .container {
    height: 400px;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.divider-image-section .container h2 {
    color: #fff;
    font-size: 2em;
}

.divider-image-section .background-image {
    height: 400px;
}

.divider-left {
    padding: 3em 3em 3em 5em;
    border-left: 2px solid #86d0f3;
}

.divider-left-left {
    padding: 40px 1.8em 0 0;
    text-align: right;
}

.bigger-text {
    font-size: 1.15em;
}

.page-id-1449 .background-image {
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-id-1449 .ajc-overlay {
    background: linear-gradient(rgba(20,25,41,0.7), rgba(20,25,41,0.7));
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

.page-id-1449 .title .container {
    padding: 9em 4em;
}


.page-id-1449 .bg-1 {
    background-image: linear-gradient(to right bottom, #005288, #10416e, #133155, #10223c, #0b1326);
    background-attachment: fixed;
    color: #fff;
}

.page-id-1449 .custom-row {
    display: table-row;
}

.page-id-1449 .custom-wrapper {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page-id-1449 .title h2 {
    color: #fff;
    text-align: center;
    font-size: 3.5em;
}

.page-id-1449 .container-sm {
    max-width: 700px;
    margin: 0 auto;
}

.page-id-1449 .featured {
    font-size: 1em;
    text-align: center;
}

.page-id-1449 .corporate h4 {
    margin: 0em 0 5px 0;
}

.page-id-1449 .bg-1 h4 {
    color: #fff;
}

.page-id-1449 .container-med {
    padding-bottom: 0;
}

.offset {
    margin-top: -25px;
}

.page-id-1449 .bg-grey {
    background: #eee;
}

.corporate .communication .fa {
    color: #fff;
    text-align: left;
    display: inline-block !important;
}

.skew-container-right .skewed-image, .head .skew-container .skewed-image {
    transform: skew(10deg);
    background-size: cover;
    background-position: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: -4em;
}

.skew-container-right, .head .skew-container {
    transform: skew(-10deg);
    width: 50%;
    overflow: hidden;
    right: -4em;
    position: relative;
    display: table-cell;
}

.skew-container-left {
    transform: skew(-10deg);
    width: 50%;
    overflow: hidden;
    left: -4em;
    position: relative;
    display: table-cell;
}

.skew-container-left .skewed-image {
    transform: skew(10deg);
    background-size: cover;
    background-position: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: -4em;
}

.skew-text {
    padding: 5em;
    max-width: 700px;
}

.left-text .skew-text {
    float: right;
}






button.view-all-right {
    float: right;
    margin: 0;
}

.bg-1 {
    background: #ddd;
}

.bg-2 {
    background: #18213e;
    color: #fff;
}

.bg-2 button {
    border: 1px solid #fff;
    color: #fff;
}

.bg-2 button:hover  {
    border: 1px solid #86d0f3;
    color: #86d0f3;
}

.bg-3 {
    background: #141929;
    color: #fff;
}

.home .container-med {
    padding-bottom: 2em;
    padding-top: 2em;
    max-width: 700px;
}

.home .container-med .hero {
    max-width: 600px;
    margin: auto;
}



ul.landing-links {
list-style: none;
margin:  0;
padding: 0;
font-size: 0;
}

ul.landing-links li {
    display:inline-block;
    width: 33.33333333%;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}

ul.landing-links li:nth-child(2) {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
    background: linear-gradient(rgba(20,25,41,0.7), rgba(20,25,41,0.7));
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  z-index: 1;
}


ul.landing-links li:hover .overlay {
  height: 140px;
}

.text {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
    letter-spacing: 0.1em;
}

span.quote {
    font-size: 0.5em;
    font-style: italic;
    color: #18213e;
}

ul.landing-links li h2 {
    color: #fff;
    font-size: 2.7em;
}

ul.landing-links .slider-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height:100%;
    z-index: 100;
}

ul.landing-links .slider-text {
    position: relative;
    max-width: 700px;
    padding: 0 3em 15vh;
    margin-top: 0;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}



/*To change entire website to narrow use .site*/
.site {
}

.absolute-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}


header.site-header {
    position: relative;
    z-index: 1000;
	width:100%;
   color: #fff;
    background-color: #fff;
}


header.site-header .container {
    padding: 0 3em;
}

header.site-header .social {
    margin-bottom: 10px;
}


header.site-header span.contact {
    padding: 0;
}

.site-header .container {
        max-width: 2400px;
}

.site-branding {
    display: block;
    max-width: 280px;
    width: 30%;
    float: left;
}
.site-branding img {
	max-width: 220px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
.custom-add {
    display: block;
    width: calc(100% - 280px);
    float: right;
    text-align: right;
    margin-top: 0;
}
.social {
    position: relative;
    text-align: right;
    padding-top: 5px;
}
.fa, .far, .fab {
    font-size: 1em !important;
    background: #18213e;
    padding: .5em;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    margin-left: .5em;
}
header.site-header .fa, header.site-header .far, header.site-header .fab {
    height: 21px;
}

.container {
	width:100%;
	margin:0 auto;
	max-width:1280px;
	padding:5em 2em;
	position:relative;
}
.container-sml {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4em;
	 padding-left:2em;
	 padding-right:2em;
}

.container-med {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4em;
    font-size: 1.2em;
}

.container-med-new {
    max-width: 1000px;
    margin: 0 auto;
}

.little-pad-left {
    padding-left: 2em;
}

.little-pad-right {
    padding-right: 2em;
}

.pad-4-0 {
    padding: 4em 0;
}

.pad-5-0-4 {
    padding: 5em 0 4em;
}

.pad-7-0-5 {
    padding: 7em 0 5em;
}

.pad-7-2-5 {
    padding: 7em 2em 5em;
}

.container-feature {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 5em 2em;
    font-size: 1.9em;
    font-weight: 300;
}

.bg-2 .container-feature {
    color: #fff;
}

.container-med .hero {
	font-size:1.8em;
	padding-bottom:1em;
}

.page-id-8 strong {
	font-size:1.8em;
    font-weight: 300;
    color: #18213e;
        line-height: 1.3em;
}

.feature-strong strong {
    font-size: 1.4em;
    font-weight: 400;
    color: #18213e;
    line-height: 1.3em;
}

.bg-2 .feature-strong strong {
    color: #fff;
}

.container-med .introduction {
	width:100%:
}

.menu-bg {
	background-color:#fff;
   clear: both;
}
.menu-bg .container {
	padding: 0 2em !important;
}
.image-snip {
	height: 500px;
	background-size: cover;
}


.simpleheader {
    background: #18213e;
    padding: 7em 0;
}

.simple-header-text-container {
    max-width: 700px;
    padding: 0 2em;
}

.simpleheader h2 {
    color: #fff;
    font-family: "VisbyCF-Regular";
    font-weight: 400;
    font-size: 1.5em;
}

.simpleheader h1 {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.single-community-board .header-text-container {
    max-width: 590px;
}

.single-community-board .header-text-container .communitylocation {
    color: #fff;
    font-family: "VisbyCF-Regular";
    font-weight: 400;
    font-size: 1.5em;
}

.single-community-board .header-text-container h1 {
  text-transform: none;
  letter-spacing: 0;
}


.single-community-board .header-text-container h1 span {
    color: #86d0f3;
}


.single-community-board .header-text-container i {
    color: #fff;
    font-size: 1em;
    margin-right: 12px;
}

h3.heading {
    text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-size: 0.9em;
  font-weight: bold;
    margin-bottom: 10px;
}


h3.heading a:hover {
 color: #86d0f3;
}

.container-sm {
    max-width: 700px;
    margin: auto;
}

.bgimage {
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
}

.bglogo {
    height: 300px;
    border: 1px solid #ddd;
    padding: 40px;
background-size: 60% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bglogo img {
    max-height: 200px;
    widows: auto;
}

.wrapper {
    padding: 25px 0 0;
}

.wrapper button {
    display: block;
}





.modal-content {
    padding: 5em 3em;
    border: 0;
    border-radius: 0;

}

.modal-content h4 {
    margin-bottom: 1em;
    font-size: 2em;
}



.modal-content button {
    margin-bottom: 0;
}


.modal-dialog {
  max-width: 900px;
}

.modal-dialog-slideout .modal-content h4 {
    color: #fff;
    width: calc(100% - 100px);
}

.modal-dialog-slideout .modal-content button {
    color: #fff;
    border: 1px solid #fff;
}

.modal-dialog-slideout .modal-content button:hover {
border: 1px solid #86d0f3;
  color: #86d0f3;
}


.modal-dialog-slideout .modal-content .slick-gallery button {
    border: 0;
}

.modal-dialog-slideout .modal-content .slick-gallery .slick-prev {
right: 40px !important;
}

.modal-dialog-slideout .modal-content {
    background: #141929;
    color: #fff;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;

}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0)scale(1);
  transform: translate(100%, 0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}
.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
  height: 4rem;
  display: block;
}

i.mymodalclose {
    font-size: 2em;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.3s ease-in-out;
}

i.mymodalclose:hover {
    color: #86d0f3;
    cursor: pointer;
}

h2.sectiontitle {
    margin-bottom: 1em;
    width: calc(100% - 100px);
}

.verticalnav {
    padding: 0 3em;
    border-bottom: 1px solid #ddd;
}

.verticalnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    margin: auto;
    font-weight: 600;
}

.verticalnav ul li {
    display: inline-block;
}

.verticalnav ul li a {
    padding: 12px 25px;
    display: block;
    color: #192533;
}

.verticalnav ul li a:hover {
    color: #86d0f3;
}

.sectionpadtopbottom {
    padding-top: 4em;
    padding-bottom: 4em;
}

.buttonlink a {
    display: block;
border: 1px solid #18213e;
  display: inline-block;
  padding: 0.7em 2em;
  margin: 1em 0;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 0;
  background: transparent;
  transition: 0.5s ease-in-out;
  color: #18213e;
  font-weight: 500;
  font-family: "VisbyCF-Medium";
}


.buttonlink a:hover {
    border: 1px solid #86d0f3;
  color: #86d0f3;
}


.bg-3 .buttonlink a {
    border: 1px solid #fff;
    color: #fff;
}

.bg-3 .buttonlink a:hover {
        border: 1px solid #86d0f3;
    color: #86d0f3;
}

.accordion-2.buttonlink a {
    font-size: 0.9em;
}

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/


.container-gallery {
    padding-right:60px !important;
}
.slick-gallery img {
    max-height: 400px;
}

.slick-gallery .slick-slide {
    margin-right: 20px;
}

.slick-boxlinks .slick-next,
.slick-gallery .slick-next {
  right: 0px !important;
}

.simple-slick-slider-testimonial .slick-next {
  right: 0px !important;
}

.slick-arrows li:only-child,
.slick-dots li:only-child {
        display: none;
}
.slick-boxlinks .slick-slide {
    margin:0 20px 0 0;
}


.text-slider .slick-prev::before, .text-slider .slick-next::before {
    color: #fff !important;
    font-size: 35px !important;
}
.slick-boxlinks .wrap {
    padding: 1.5em 0 0;
max-width: 300px;
}
.slick-prev {
  left: unset !important;
  top: -40px !important;
  right: 75px !important;
}
.slick-next {
  right: 40px !important;;
  top: -40px !important;;
}


.slick-slide {
  margin: 0;
}



.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 0 !important;
}

.slick-prev, .slick-next {
        z-index: 100;
    font-weight: 300;
    width: 25px !important;
    height: 25px !important;
}
.slick-prev::before, .slick-next::before {
    color: #0b68a8 !important;
    -webkit-font-smoothing: antialiased;
     font-family:'Font Awesome 6 Pro' !important;
    opacity: 1 !important;
    font-weight: 500;
    font-size: 25px !important;
}


.container-slick {
    padding: 0 0 0 4em;
}

.slicksectionpad {
    padding: 5em 0;
}

.slick-posts-inner {
    margin-right: 40px;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.modal-body .slick-gallery {
    margin-bottom: 50px;
    margin-top: 80px;
}

.modal-body .slick-gallery .slick-next {
    border: 0;
}

.custom-table .container-slick {
    padding: 4em 0 4em 8em;
}

.custom-table .slick-posts-inner {
    max-width: 500px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: none;
    display: block;
    float: right;
    width: calc(100% - 280px);
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	justify-content: space-between;
}

.main-navigation li {
	display:inline-block;
    position: relative;
	padding: 0 1em;
}

.main-navigation li.current-menu-item a, .main-navigation li.current-post-parent a {
	border-bottom: 4px solid #18213e;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    font-size: 0.8em;
    color: inherit;
	padding: 1.4em 0 1em 0;
	border-bottom: 4px solid #fff;
}

.main-navigation li:hover a {
	border-bottom: 4px solid #2b3e6d;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menu-toggle .main-navigation ul {
	display:none;
}

.c-hamburger {
  display:none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:right;
  background:transparent !important;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 12px;
  right: 12px;
  height: 6px;
  background:#18213e;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color:#18213e;
  content: "";
}

.c-hamburger span::before {
  top: -15px;
}

.c-hamburger span::after {
  bottom: -15px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#secondary {
	display:none;
}

.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color:rgba(20,25,41,1);
	color:#fff;
}

.site-footer a:hover {
    color: #86d0f3;
}

.site-footer .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1480px;
    padding: 4em 2em;
    position: relative;
}
.site-info {
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 0;
	background-color:#0d111b;
    color: #fff;
}
.site-info .container {
	padding:0 2em;
	opacity: 0.3;
}

.site-info a {
	color:#ddd;
}

.site-info a:hover {
	opacity: 0.6;
}
.site-footer ul.menu {
	padding:0;
	margin:0;
}
.site-footer ul.menu li {
	display: block;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1em;
	margin: 0.4em 0;
	font-weight: 400;
}

img.footer-logo {
	max-width: 160px;
   margin-top: 15px;
}
.site-footer .fa, .site-footer .far {
    background: #fff;
    color: #fff;
    margin-right: 1.5em;
    line-height: 16px;
}
.site-footer table {
    font-size: 1.2em;
    font-weight: 400;
}
.site-footer td {
	padding: 5px 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9em;
}

img.associations {
    height: 50px;
    display: block;
    margin-bottom: 20px;
}

img.nhbc {
    height: 80px;
}

img.chas {
    margin-top: 30px;
}

.site-footer .social {
    text-align: left;
    font-size: 1.6em;
margin-top: 5px;
}

.site-footer .social .fa, .site-footer .social .far, .site-footer .social .fab {
    margin-left: 0;
}

.site-footer .fa, .site-footer .far, .site-footer .fab {
    background: transparent;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/





.pad-right {
    padding-right: 4em;
}

.pad-left {
    padding-left: 4em;
}


.pad-2 {
	padding:2em;
}

.pad-3 {
	padding:3em;
}

.pad-4 {
	padding:4em 2em;
}

.pad-5 {
	padding:5em 2em;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content {
}

.entry-content {

}

.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
span.contact {
    display: block;
    padding: 5px 0 0;
    letter-spacing: 0.1em;
    font-size: 0.9em;
    text-align: right;
}

span.contact p {
	margin:0;
}
.custom-header {
	position:relative;
}
.header-image {
	height: 600px;
	background-size: cover;
	background-position: center;
}
.home .header-image {
    display: none;
}
.page-id-8 .header-image {
	background-position: top;
}
.single .header-image {
    height: 500px;
}
.single .header-overlay {
    max-width: none;
	background: linear-gradient(rgba(20,25,41,0.7), rgba(20,25,41,0.7));
	height: 100%;
}
.custom-header .container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
}
.header-text {
	display: inline-block;
    vertical-align: bottom;
    width: 59%;
    padding-bottom: 2em;

}
.header-text h2 {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #fff;
    margin: 0;
}
.header-overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
    height: 50%;
}
.introduction {
    padding: 2em 3em;
    display: inline-block;
    width: 40%;
    font-size: 1.4em;
	color:#fff;
}
.introduction p {
	margin: 0;
}
.searchandfilter ul {
	padding:0;
	margin:0;
}
.searchandfilter ul li {
    display: inline-block;
}
label.sf-label-radio {
	    cursor:pointer;
    -webkit-appearance: button;
    /* WebKit */
    -moz-appearance: button;
    /* Mozilla */
    -o-appearance: button;
    /* Opera */
    -ms-appearance: button;
    /* Internet Explorer */
    appearance: button;
    /* CSS3 */
}
.searchandfilter li[data-sf-field-input-type="checkbox"] label, .searchandfilter li[data-sf-field-input-type="radio"] label, .searchandfilter li[data-sf-field-input-type="range-radio"] label, .searchandfilter li[data-sf-field-input-type="range-checkbox"] label {
    border-radius: 0 !important;
    padding: .6em 1em;
    width: 100%;
    text-align: left;
    transition: 0.5s ease-in-out;
    font-size: 1.1em;
		-webkit-appearance:none !important;
}

.searchandfilter li.sf-option-active label, .searchandfilter li label:hover {
    background: #18213e;
	color:#fff;
}

.searchandfilter li [type="radio"] {
    display: none;
}

li.sf-item-0 {
	display: none !important;
}

.novo-map_infobox_style_default {
	width: 150px !important;
	background-color: #2b3e6d !important;
	padding: 0 !important;
	text-align: center !important;
	height: auto !important;
}

.novo-map_infobox_style_default .title {
    font-size: 14px !important;
    font-weight: normal !important;
padding: 1em 10px 4px;
	display:block;
	margin-top: 12px !important;
    color: #fff !important;
    transition: 0.3s ease-in-out;
}

.novo-map_infobox_style_default .description {
    display: none !important;
}

.novo-map_infobox_style_default .infobox-content img {
    float: none !important;
    margin: 0 auto !important;
    	width: 150px !important;
}

.novo-map_infobox_style_default img:first-child {
    float: none !important;
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
}

.novo-map_infobox_style_default a:hover {
  color: #ddd !important;
  text-decoration: none !important;
}

.novo-map_infobox_style_default a:hover .title {
    color: #ddd !important;
  
}


.test {
	font-size:1.3em;
	text-align: center;
}
.name {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}
.test p {
	margin:0 0 20px;
}
.speech {
    max-width: 40px;
    margin: 0 auto 1.4em;
}

li.grid-1-test hr {
    background-color: #18213e;
    border: 0;
    height: 5px;
    margin-bottom: 1.5em;
    width: 90px;
    margin-top: 2em;
    display: block;
}

/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/

ul.slides {
	display:table;
	width:100%;
	padding:0;
	margin:0;
}

.landing-image {
	height:350px;
	background-size:cover;
	background-position:center center;
	background-attachment: fixed;
	position:relative;
}

.landing-text {
    position: absolute;
    top: 40%;
    left: 3em;
    font-size: 2em;
    max-width: 780px;
    color: #fff;
    line-height: 1.4;
}
.flexslider .slider-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    right: 0;
    padding: 0;
    background:linear-gradient(rgba(20,25,41,0.7), rgba(20,25,41,0.7));
	height:100%;
}

.slider-inner-container {
    max-width: 1280px;
    margin: auto;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-id-1446 .flex-control-nav, .page-id-1449 .flex-control-nav, .page-id-46 .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 2em;
    text-align: right;
    z-index: 10;
    right: 2em;
}

.page-id-1446 .flex-control-paging li a, .page-id-1446 .flex-control-paging li a.flex-active, .page-id-1449 .flex-control-paging li a, .page-id-1449 .flex-control-paging li a.flex-active, .page-id-46 .flex-control-paging li a, .page-id-46 .flex-control-paging li a.flex-active {
    background: #fff none repeat scroll 0 0 !important;
}

.page-id-1449 .slider-text .hero, .page-id-46 .slider-text .hero {
    font-size: 1.4em;
}

.slider-text h1 {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #fff;
    margin: 0 0 30px;
}

.slider-text .hero {
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.slider-text {
    position: absolute;
    max-width: 700px;
    padding: 0 3em 3em;
    margin-top: 25%;
    color: #fff;
    bottom: 0;
}

.hero {
	font-size: 3.5em;
    line-height: 1.2;
    color: #18213e;
}

.hero p {
	margin:10px 0;
}

.hero-link {
    font-size: 1.2em;
    padding-top: 1em;
}

.heading {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size:0.9em;
	font-weight: bold;
}

h1.heading {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size:0.9em;
	font-weight: bold;
   margin-bottom: 1em;
}


.flexslider a:hover {
    color: #ddd;
}

ul.flex-direction-nav {
	display:none;
}

.slider-image {
    min-height: 550px;
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.flexslider {
    border: none !important;
	margin:0 !important;
	background:#fff !important;
   z-index: 0;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -3em;
    text-align: left;
    z-index: 10;
}

.flex-control-nav {
    bottom: 1em;
    text-align: right;
    max-width: 1200px;
    margin: auto;
    left: 0;
    right: 2em;
	 padding-right: 3em;
}

.home .flex-control-paging li a, .home .flex-control-paging li a.flex-active {
    background: #fff none repeat scroll 0 0 !important;
	color:transparent;
}

.ajcheader .flex-control-paging li a, .ajcheader .flex-control-paging li a.flex-active {
    background: #fff none repeat scroll 0 0 !important;
	color:transparent;
}

.ajcheader .flex-control-nav {
    bottom: 6em;
}


.ajcheader .portfolio-break .flex-control-nav {
    bottom: 2em;
		padding-right: 2em;
}

.flex-control-paging li a {
    background: #fff;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 1em !important;
    box-shadow: none !important;
    width: 15px !important;
    height: 15px !important;
}

.flex-control-paging li a.flex-active {
    background: #fff !important;
}

.flex-control-paging li a, .flex-control-paging li a.flex-active {
    background: #18213e none repeat scroll 0 0 !important;
    border-radius: 0 !important;
		color:transparent;
}

.site-header .flex-control-paging li a,
.site-header .flex-control-paging li a.flex-active {
    background: #18213e none repeat scroll 0 0 !important;
    border-radius: 0 !important;
		color:transparent;
}

.flex-control-paging li a {
    height: 20px !important;
    width: 20px !important;
	opacity:0.6 !important;
}
.flex-control-paging li a.flex-active {
	opacity:1 !important;
}
.gallery-image {
	height:500px;
	background-size:cover;
	background-position: center;
	border: 1px solid #ddd;
}

.ajc {
	margin-top: 2em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2em;
}

.ajc a {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

.ajc .span_9_of_12 {
	border-left: 3px solid #0368a9;
	padding-left: 2em;
}

.pad-4-4 {
    padding: 4em;
}


.card {
  background-color: #141929;
  border: 0 none;
  border-radius: 0.25rem;
  color: #fff;
    justify-content: center;
    transition:0.5s ease-in-out;
}

.card:hover {
    background-color:#113657;
}
.card h5 {
color: #fff;
    font-size: 17px !important;
}
.card i {
color:#86d0f3; 
    margin-left: 15px;
}
/*--------------------------------------------------------------
## Custom Table
--------------------------------------------------------------*/

.custom-table {
	display:table;
	width:100%;
	padding:0;
	margin:0;
}

.custom-row {
	display:table-row;
}

.custom-col {
	display:table-cell;
	vertical-align: middle;
	background-size:cover;
	background-position:center;
}

.col-1-2 {
	width:50%;
}

.col-1-3 {
	width:33.3%;
}

.col-2-3 {
	width:66.6%;
}

.col-1-4 {
	width:25%;
}

.col-3-4 {
	width:75%;
}


/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: table;
}

.tab-link {
    display: inline-block;
    background: #f5f5f5;
    padding: 15px;
    cursor: pointer;
    font-size: 1em;
    margin: 0 1em 1em 0;
}
.tab-link.current{
	background: #e1e1e1;
}

.tab-content {
    display: none;
    background: #fff;
    padding: 0;
    width: 100%;
}

.tab-content.current{
	display: inherit;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
	margin-top:0;
}

.portfolio-table {
	width:100%;
	position: relative;
}

.single-team h4 {
    margin-bottom: 2em;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

ul.standard-pdf {
	display:table;
	width:100%;
	margin:0;
	padding: 0 0 2em;
}
ul.standard-pdf li {
	display:block;
	padding:2em 2em 0em 0;
}

ul.standard-pdf li .fa {
    font-size: 1.8em !important;
    width: 50px;
    height: 50px;
    margin-left: 0;
    float: left;
}

ul.standard-pdf li h4 {
    font-size: 1em;
    padding-top: 1em;
	 padding-left: 2em;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}

ul.triple-pdf {
	display:block;
	width:100%;
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.triple-pdf li {
	width: 24%;
	margin-top: 2em;
	display: inline-block;
	vertical-align: top;
}

ul.triple-pdf li h4 {
	padding-left: 0;
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 1em;
}

ul.triple-pdf li .fa {
    font-size: 1.8em !important;
    width: 50px;
    height: 50px;
    margin-left: 0;
}

ul.category-grid, ul.grid {
	display:table;
	width:100%;
	margin:0;
	padding:0;
   font-size: 0;
}

ul.standard {
	display:table;
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
}
ul.standard li {
	display:inline-block;
	width:32.3%;
	vertical-align: top;
	padding:1em;
}
.image-class {
	background-size: cover;
	background-position: center;
}
.image-class:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


ul.category-grid li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin: 1% 1% 0 1%;
    font-size: 13px;
}

ul.category-grid li:nth-child(odd) {
    margin: 1% 1% 0% 0;
}

ul.category-grid li:nth-child(even) {
    margin: 1% 0 0% 0%;
}

ul.category-grid li p {
	margin:3px 0;
}

ul.category-grid li.one {
    margin: 0;
    width: 100%;
    position: relative;
}

li.grid-1 {
	display:block;
	width:100%;
   font-size: 14px;
}

li.grid-1-test {
	display:block;
	width:100%;
	max-width:900px;
	margin:auto;
	padding:3em;
	text-align:center;
   font-size: 14px;
}

li.grid-3 {
	width:29%;
	display:inline-block;
	margin:3%;
	vertical-align: top;
	position: relative;
	text-align: left;
   font-size: 14px;
}

ul li.grid-3:nth-child(3n+1) {
    margin-left: 0;
}

ul li.grid-3:nth-child(3n+3) {
    margin-right: 0;
}

.custom-thumb {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;

}

ul.tight {
    font-size: 0 !important;
}
ul.tight li {
    margin: 0 !important;
    width: 50% !important;
    font-size: 13px !important;
}

.permanent-overlay ul.category-grid li {
    position: relative;
}

.permanent-overlay ul.category-grid li h4.project {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    right: 40px;
    opacity: 1;
    font-size: 1.8em;
    text-align: right;
    border-top: 1px solid #86d0f3;
    padding-top: 10px;
    opacity: 0;
}

.permanent-overlay ul.category-grid li:hover h4.project {
    color: #86d0f3;
}

.permanent-overlay ul.category-grid li.land-featured h4.project {
    color: #fff;
    text-align: center;
    font-size: 2.4em;
    text-transform: none !important;
    letter-spacing: 0;
    font-weight: 300 !important;
    position: relative;
    border-top: 0;
        bottom: 0px;
    right: 0px;
}

.permanent-overlay ul.category-grid li.land-featured:hover h4.project {
    color: #fff;
}



.permanent-overlay ul.category-grid li .opposite-overlay {
    background: linear-gradient(rgba(20,25,41,1), rgba(20,25,41,1));
    opacity: 0.5;

}

.permanent-overlay ul.category-grid li:hover .opposite-overlay {
    opacity: 0.9;
}

.lblue-bar {
    background: #86d0f3;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

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

.lblue-bar ul li {
margin-right: 30px;
border-right: 1px solid #fff;
padding-right: 30px;
display: inline-block;
}
.lblue-bar ul li:last-child {
    border-right: 0;
}


.custom-thumb-news {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}
.custom-thumb-home {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
	border: 1px solid #ddd;
}
header.entry-header-home {
    color: #fff;
    position: absolute;
    z-index: 100;
	bottom:0;
}

header.entry-header-home h4 {
    color: #fff;
    font-size: 2em;
    text-transform: none;
    letter-spacing: 0;
    padding: 0 1em;
    line-height: 1.1em;
}
a.moretag {
    display: block;
    margin-top: 10px;
}
.image-overlay {
	background-color:rgba(20,25,41,0.7);
	opacity: 0;
	position: absolute;
	top:0;
	bottom:0;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	transition:0.5s ease-in-out
}
.image-overlay:hover, .image-overlay-home:hover {
	opacity: 1;
}
.image-overlay button {
	max-width: 300px;
	margin: 0 auto;
	font-size: 1em;
}
.image-overlay-home {
	background-color: rgba(24,33,62,0.9);
	opacity: 0.8;
	position: absolute;
	top:0;
	bottom:0;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	transition:0.5s ease-in-out
}

h4.entry-title {
	font-size: 0.9em;
	text-align: left;
	letter-spacing: 0.2em;
}

.archive h4.entry-title {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 1.4em;
    margin-top: 10px;
}

.entry-fixed {
    bottom: 0;
    padding: 0 1em 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    text-align: center;
}
.entry-fixed h4 {
	margin:0;
	color:#fff;
}
li.grid-team {
	width:25%;
	display:block;
	float:left;
	position: relative;
}
li.grid-team .custom-thumb {
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 8px solid #fff;
    filter: grayscale(100%);
}
.view {
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8em;
    padding: 1em 0;
}

.responsive-tabs .responsive-tabs__panel {
    border: 0 none !important;
}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    border-color: transparent !important;
}
.responsive-tabs ul.responsive-tabs__list {
    text-align: center;
    display: table;
    width: 100%;
	margin: 0 !important;
}
.responsive-tabs .responsive-tabs__list__item {
	float:none !important;
	background: #f5f5f5 !important;
	padding:15px !important;
	color: #404040 !important;
	font-size: 16px !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;

}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #e1e1e1 !important;
}



/*--------------------------------------------------------------
## Responsive Grid
--------------------------------------------------------------*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.41%;
}
.span_10_of_12 {
  	width: 82.83%;
}

.span_9_of_12 {
  	width: 74.25%;
}

.span_8_of_12 {
  	width: 65.66%;
}

.span_7_of_12 {
  	width: 57.08%;
}

.span_6_of_12 {
  	width: 48.5%;
}

.span_5_of_12 {
  	width: 39.91%;
}

.span_4_of_12 {
  	width: 31.33%;
}

.span_3_of_12 {
  	width: 22.75%;
}

.span_2_of_12 {
  	width: 14.16%;
}

.span_1_of_12 {
  	width: 5.583%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 710px) {
	.col {  margin: 1% 0 1% 0%; }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%;
	}
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.4%;
}
.span_3_of_5 {
	width: 58.8%;
}
.span_2_of_5 {
	width: 38.2%;
}
.span_1_of_5 {
	width: 17.6%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 710px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


.news-section {
	position: relative;
}
.news-left {
	float:left;
}
.news-right {
	float:right;
}


/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/
@media (max-width:1140px) {
ul.footer-logos li img {
	height: 40px;
}
    .bglogo {
background-size: 75% !important;
}
    
}


@media (max-width:1100px) {
	.video-text-container {
    bottom: 1em;
}
.home .video-text-container {
    bottom: 4em;
}
.text-section {
    padding: 6em 4em;
}
.slider-image {
    height: auto;
}
ul.landing-links li h2 {
    font-size: 2em;
}
}

@media (max-width:1040px) {
li.grid-team {
	width: 33.3%;
}}

@media (max-width:1030px) {
.mobile-cut {
	display: none;
}
.site-footer .span_3_of_12 {
    width: 47.75%;
}
.site-footer .col:nth-child(2) {
    margin-left: 0;
}}

@media (max-width:957px) {
ul.category-grid li {
    width: 49.2%;
}
.site-footer table span {
    display: block;
}
}

@media (max-width:925px) {
header.site-header .container {
  padding: 0 1em;
}
}


@media (max-width:900px) { /*Width site goes responsive*/
.c-hamburger {
	display: block;
}
.main-navigation ul {
    display: none;
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
.main-navigation {
    clear: none;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
	width: 100%;
}
.main-navigation a {
	padding: 0;
}
.main-navigation li {
    border-bottom: 1px solid #fff;
    float: left;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
    background: rgba(24,33,62,0.9);
	transition:0.5s ease-in-out;
}
.main-navigation li:hover {
    background: rgba(24,33,62,1);
}
.main-navigation li a {
	color:#fff;
	border-bottom: 0 none !important;
}
.main-navigation li.current-menu-item a, .main-navigation li.current-post-parent a {
    border-bottom: 0 none !important;
}
span.contact {
    display: inline-block;
	padding: 5px 0 0;
	vertical-align: top;
}
span.contact .fa, span.contact .far {
	float:left;
	margin-left: 1em;
	margin-right: 1em;
}
.social {
    position: relative;
    text-align: right;
    padding-top: 5px;
    display: inline-block;
	vertical-align: top;
}
.menu-bg {
    background-color: transparent;
    margin-top: -60px;
}
header.site-header .col {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}
.grayscale {
    height: 100%;
}
.video-container {
    height: 500px;
	 overflow: hidden;
	 min-height: 0;
}
#myVideo {
	width:auto;
	height:100%;
}
.video-overlay {
    top: 0;
}
.site-branding {
	display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: 32px !important;
}
ul.mega-menu ul.mega-sub-menu {
	padding-left: 10px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle img {
  max-width: 220px;
}
}

@media (max-width:880px) {
.video-container .hero {
    font-size: 2.7em;
}
.section-hero {
    font-size: 1.7em;
}}

@media (max-width:870px) {
h5 {
    font-size: 0.9em;
}
.introduction {
    padding: 2em 2em;
    font-size: 1.2em;
}
li.grid-team .custom-thumb {
    height: 220px;
}
.ec-counter-items-wrap .ec-counter-item {
	margin: auto !important;
    float: none;
}
.ec-counter-item-1 {
    border-right: 0 none;
}}

@media (max-width:850px) {
ul.landing-links li h2 {
    font-size: 1.5em;
}
ul.triple-pdf li {
  width: 32%;
}
}


@media (max-width:820px) {
.custom-thumb {
    height: 300px;
}}

@media (max-width:810px) {
	.portfolio-page-links .span_4_of_12 {
    width: 100%;
	margin: 1% 0;
}
table.contact-deets {
    font-size: 1.1em;
}
}

@media (max-width:800px) {
.custom-thumb {
    height: 300px;
}
.portfolio-break .span_4_of_12, .portfolio-break .span_8_of_12 {
    width: 100%;
    margin: 1% 0;
}}

@media (max-width:767px) {
.responsive-tabs ul.responsive-tabs__list {
    display: none;
}
h2.tabtitle {
    letter-spacing: 0;
}
    .verticalnav ul {
        text-align: left;
    }
    .verticalnav ul li a {
        padding: 10px 15px;
    }    
    .verticalnav ul li:first-child a {
        padding-left: 0;
    }

}

@media (max-width:760px) {
	ul.landing-links li {
    width: 100%;
}
.slider-image {
    min-height: 250px;
}
}

@media (max-width:750px) {
.introduction {
    display: block;
    width: 100%;
    padding: 2em 0;
}
.header-text {
    width: 100%;
	padding: 1em 0;
}
li.grid-3 {
    width: 100%;
	margin:1% 0;
}
h4.project {
font-size: 1.8em;
}
.page-id-10 .col-1-3, .page-id-10 .col-2-3 {
    width: 50%;
	 float:left;
}
.page-id-10 .text-section {
    padding: 5em 2em 3em;
}
}


@media (max-width:710px) {
header.site-header .col {
    text-align: left;
}
header.site-header .container {
    padding: .5em 1em;
}
.menu-bg {
    background-color: transparent;
    margin-top: -75px;
    position: absolute;
    right: 0;
}
.site-branding {
    max-width: 200px;
    width: 100%;
    position: relative;
    z-index: 100000;
}
.custom-add {
    width: calc(100% - 130px);
}
.site-footer .span_3_of_12 {
    width: 100%;
}
.site-footer .col:nth-child(2n) {
    margin-left: 0;
}
.site-footer .fa, .site-footer .far {
    margin-left: 0;
}
.little-pad-left {
    padding-left: 0;
}
.pad-right {
    padding-right: 0;
}
.divider-left-left {
    padding: 0;
}
.divider-left {
    padding: 1em 2em 1em 3em;
}
.latest-news {
	margin-top:4em;
}
.divider-left-left {
    text-align: left;
}
.divider-left {
    padding: 0;
    border-left: 0;
}
ul.footer-logos li:first-child {
	padding-left: 0;
}
}

@media (max-width:700px) {
.text-section {
    padding: 4em;
}
.col-1-2 {
    width: auto;
}
table.contact-deets span {
    display: block;
}
.home-header-inner-container h2 {
  font-size: 2em;
}
}

@media (max-width:680px) {
header .social {
	display:none;
}
.entry-fixed h4 {
    font-size: 1.2em;
}
li.grid-team .image-overlay button {
    padding: .5em 1em;
}
.mobile-full {
    width:100% !important;
	 padding-bottom: 2em !important;
}
.site-footer ul.menu li {
    display: inline-block;
    vertical-align: top;
	 padding: 0 1em;
}
.site-footer ul.menu {
    text-align: center;
}

}

@media (max-width:650px) {
.custom-thumb {
    height: 250px;
}
.header-container .hero {
    font-size: 2.6em;
}
.col-1-3, .col-2-3 {
    width: 100%;
    display: block;
}
ul.category-grid li {
    width: 49.1%;
}
.meet-team {
    margin: 0em auto !important;
}

.landport .section-hero {
	margin-bottom: 0;
}
.planpad {
    padding: 0;
	}
	.landlist h4 {
    text-align: left;
	}
	.landlist .col {
		padding: 0 !important;
	}
}


@media (max-width:610px) {
ul.homelinks li {
  width: 100%;
	border-right: 0;
	padding: 12px;
	margin: 12px 0;
}
ul.homelinks li .inner {
	height: auto;
	display: block;
	border-right: 0;
}
.home-header-inner-container button.border {
	margin-top: 10px;
}
}


@media (max-width:590px) {
	.page-id-10 .col-1-3, .page-id-10 .col-2-3 {
    width: 100%;
    float: left;
}
}


@media (max-width:580px) {
header span.contact {
	display:none;
}
.menu-bg {
    margin-top: -90px;
}
ul.category-grid li {
    width: 100%;
    margin: 1% 0;
}
.menu-bg .container {
    padding: 0 1em !important;
}
.main-navigation li:first-child {
	margin-top: 30px;
}
li.grid-team {
    width: 50%;
}}

@media (max-width:560px) {
ul.standard li {
    display: inline-block;
	}
	ul.triple-pdf li {
	  width: 48%;
		text-align: center;
	}
	ul.triple-pdf {
		text-align: left;
	}
}

@media (max-width:550px) {
.video-container .hero {
    font-size: 2em;
}
.flex-control-nav {
    text-align: left;
    right: 0;
    padding-left: 2.5em;
	 left:0;
	position: relative;
}
.page-id-1446 .flex-control-nav, .page-id-1449 .flex-control-nav, .page-id-46 .flex-control-nav {
    width: 100%;
    bottom: 6em;
    text-align: left;
    z-index: 10;
    right: 0;
    left: 0;
}
.ajcheader .portfolio-break .flex-control-nav {
  bottom: 4em;
  padding-right: 1em;
  padding-left: 1em;
}
.ajcheader .portfolio-break .flex-control-nav li {
  margin: 3px 6px;
}
}



@media (max-width:540px) {
.site-info {
	text-align: center;
}
.gallery-image {
    height: 300px;
}
.image-snip {
    height: 250px;
}
.slider-text {
    bottom: 2em;
}
.header-container .hero {
    font-size: 2.3em;
}
.col-1-2 {
    width: 100%;
    display: block;
}
.ec-counter-items-wrap .ec-counter-item {
    display: inline-block;
}
.ec-shortcode-outer-wrap.ec-template3 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template4 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template5 .ec-counter-item {
    padding: 4em 10px;
}
.counter {
    margin-left: auto;
}
.text-section, .container, .pad-7-2-5 {
    padding: 4em 2em;
}
.ajc {
    margin-top: 0em;
    padding: 1em 0;
}
.container-feature {
    padding: 2em 2em;
    font-size: 1.6em;
}
.custom-h6 {
    margin-top: 0;
}
.accordion-inner {
    padding: 2em 1em;
}
    .container-slick {
  padding: 0 0 0 2em;
}
    .slick-next {
  right: 10px !important;
    }
    .slick-prev {
  right: 45px !important;
}
    .modal-content {
  padding: 4em 1em;
    }
    .slick-gallery img {
  max-height: 260px;
}
    .verticalnav {
        padding: 0 2em;
    } 
    .single-community-board .header-text-container {
        padding: 0 2em 3em;
    }    
}

@media (max-width:506px) {
/*ul.category-grid li {
    width: 49%;
}*/
ul.category-grid li .custom-thumb {
	height: 300px;
}
ul.logos li {
    width: 100%;
    margin-bottom: 20px;
}
ul.logos li:last-child {
    margin-bottom: 0;
}
ul.logos {
    display: block;
}

	ul.standard li {
    width: 100%;
	}
    .verticalnav ul li {
        display: block;
    }
    .verticalnav ul li a {
        padding: 4px 0;
    }  
    .verticalnav ul {
        padding: 15px 0;
    }
}
}

@media (max-width:480px) {
.hero {
    font-size: 2.3em;
}
.slider-text {
    padding: 0 2em 3em;
}
li.grid-team .custom-thumb {
    height: 180px;
}
}


@media (max-width:450px) {
.header-image {
    height: 500px;
}
.header-text h2, .header-container .hero {
    font-size: 2em;
}
.introduction {
    padding: 1em 0 2em;
    font-size: 1.1em;
}
li.grid-1-test {
    padding: 0 0 4em;
}
.site-footer .span_3_of_12 {
    width: 100%;
		text-align: center;
}
.site-footer i.fa, .site-footer i.far {
	display: none;
}
img.associations {
    margin: 0 auto 30px;
}
.counter {
	padding:4em 2em;
}
.ec-shortcode-outer-wrap.ec-template5 .ec-count-title {
    font-size: 13px;
}
.ec-template5 .ec-counter-items-wrap.ec-column-3 .ec-counter-item {
    width: 175px;
}
.ec-shortcode-outer-wrap.ec-template3 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template4 .ec-counter-item, .ec-shortcode-outer-wrap.ec-template5 .ec-counter-item {
    padding: 0 15px;
}
.site-branding img {
    max-width: 210px;
}
span.menu {
    display: none;
}
.news-section {
    text-align: center;
}
.news-left, .news-right {
    float: none;
    margin: auto;
}
.news-right button.view-all-right {
	margin-top:10px;
    float: none;
}
.home .video-text-container {
    bottom: 2em;
}
.site-footer table span {
    display: inline;
}
ul.footer-logos {
	text-align: center;
	margin-bottom: 30px;
}
}

@media (max-width:350px) {
.video-container .hero {
    font-size: 2em;
}
.accordion button {
    padding: 0 0 20px;
}
ul.triple-pdf li {
	width: 100%;
}
}
@media (max-width:320px) {
.video-text-container {
    padding: 0 1em 3em;
}
.video-container .hero {
    font-size: 1.5em;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 a img, #mega-menu-wrap-menu-1 .mega-menu-toggle #mega-toggle-block-1 a img {
  max-height: 60% !important;
}
}


@media (max-height:570px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0 20px;
    }
}

@media (max-height:520px) {
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    top: 0;
}
ul#mega-menu-menu-1 {
    padding-top: 10px !important;
}
}

.portfolio-break a {
	display: none;
}