/*
Main Blue: #003478
Main Green: #919C00
Accent Blue: #7482a8
Dark Navy: #091842
Gray: #858585

Font: 
'Barlow Condensed', sans-serif;
'Manrope', sans-serif;

*/

#et-boc {
	overflow-x:hidden;	
}

body, p {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	color: #767676;
	font-size: 16px;
	line-height: 28px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    line-height: 1.1;
}

h1,
.et_pb_slide_description h1.et_pb_slide_title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 82px;
	line-height: 84px;
	letter-spacing: 1px;
	color: #fff;
}

.et_pb_title_container h1 {
	font-family: 'Manrope', sans-serif;
    font-weight: 800;
	font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.25px;
    color: #000;
}

.et_pb_post_content p {
	margin-bottom: 15px;
}

h2 {
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 80px;
	letter-spacing: -.25px;
	color: #003478;
}

h2.small {
	font-size: 24px;
	line-height: 24px;
}

h3 {
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -.25px;
	color: #003478;
}

h4, h5, h6 {
	font-family: 'Manrope', sans-serif;
}

@media (max-width: 767px) {
	h1,
	.et_pb_slide_description h1.et_pb_slide_title {
		font-size: 42px;
		line-height: 48px;
	}
	
	h2,
	h3 {
		font-size: 30px;
		line-height: 42px;
	}
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

a.skip-to-main {
    background: #003478;
    color: #fff;
    display: block;
	font-family: 'Manrope', sans-serif;
    font-weight: bold;
    height: 50px;
    margin: -50px 0 0;
    outline: none;
    padding: 12px 20px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
	z-index: 4;
}

a.skip-to-main:focus {
    margin-top: 0;
}

a.skip-to-main:focus:hover {
	background: #000;
	color: #fff;
}

@media (max-width: 980px) {
	.et_pb_row.reorder-2-col {
		display: flex;
		flex-direction: column;
	}

	.et_pb_row.reorder-2-col > .et_pb_column:first-child {
		order: 2;
	}
}

p a,
p a:hover,
p a:focus {
	color: #003478;
	text-decoration: underline;
}

/* force mobile menu early */
.desktop-hide,
.et_pb_row.et_pb_equal_columns.desktop-hide {
	display: none;
}
@media (max-width: 1180px) {
	.desktop-hide {
		display: block;
	}
	
	.et_pb_row.et_pb_equal_columns.desktop-hide {
		display: flex;
	}
	
	.desktop-only,
	.et_pb_row.et_pb_equal_columns.desktop-only {
		display: none;
	}
}

/* START Green Bordered Element */
.offset-bordered-element .et_pb_image_wrap:after,
.offset-bordered-element .et_pb_code_inner:after {
	content: '';
    height: calc(100% + 60px);
    width: 100%;
    border: 6px solid #919C00;
    position: absolute;
    left: 5%;
    top: -35px;
    z-index: -1;
}

/* START Social Icons */
.social_icon:before {
    font-size: 18px;
    color: #fff;
    font-family: 'ETModules';
    background: #919C00;
    padding: 12px;
    border-radius: 50%;
    font-weight: 500;
}

.social_facebook:before {
    content: "\e093";
}

.social_instagram:before {
    content: "\e09a";
}

.social_twitter:before {
    content: "\e094";
}

.social_linkedin:before {
    content: "\e09d";
}

a:hover .social_icon:before,
a:focus .social_icon:before {
	background: #fff;
	color: #919C00;
}

.entry-content .header-social-icon .et_pb_text_inner .social_instagram {
	padding-left: 30px;
	vertical-align: text-top;
}

.entry-content .header-social-icon .et_pb_text_inner a {
	font-size: 100%;
}

.entry-content .header-social-icon .et_pb_text_inner a:after {
	display: none;
}

.entry-content .header-social-icon .et_pb_text_inner a:hover .social_icon:before,
.entry-content .header-social-icon .et_pb_text_inner a:focus .social_icon:before {
	background: #003478;
	color: #fff;
}
/* END Social Icons */

/* START Link Styling */
.entry-content .et_pb_text_inner a {
	font-size: 18px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 0 1px;
	transition: color ease 0.3s;
	text-transform: uppercase;
	color: #003478;
	font-weight: 700;
	letter-spacing: 1px;
}

.entry-content .light-link .et_pb_text_inner a {
	color: #fff;
}

.entry-content .et_pb_text_inner a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #919C00;
    transition: all ease 0.3s;
}

.entry-content .alt-link .et_pb_text_inner a:after {
    background-color: #003478;
}
  
.entry-content .et_pb_text_inner a:hover,
.entry-content .et_pb_text_inner a:focus {
    color: white;
}    

.entry-content .et_pb_text_inner a:hover:after,
.entry-content .et_pb_text_inner a:focus:after {
      height: 100%;
}

a.external-link {
	display: inline-block;
}

a.external-link i {
	content: '';
	margin-left: 10px;
	background-image: url('/wp-content/uploads/2020/08/external-link.svg');
	width: 13px;
	height: 13px;
	display: inline-block;
}

a.more-link,
a.back-link,
a.external-link,
a.slide-link-color,
#pdf-download input[type="submit"] {
	color: #003478;
	font-size: 18px;
	text-decoration: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1) !important;
	background-image: linear-gradient(
    	to right,
	    #919C00,
	    #919C00 50%,
	    #003478 50%);
	    background-size: 200% 100%;
	    background-position: 100%;
}

#pdf-download input[type="submit"] {
	color: #003478;
	border: none;
	margin-right: 15px;
	font-weight: 700;
    font-size: 16px;
    line-height: 21px;
	-webkit-text-fill-color: unset;
}

#pdf-download input[type="submit"]:hover {
	color: #919C00;
	cursor: pointer;
}

#pdf-download .loading {
  position: relative;
  padding-left: 24px;
}

#pdf-download .loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #003478;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

#pdf-download .loading input[type="submit"],
#pdf-download .loading input[type="submit"]:hover {
  color: #bbb;
  cursor: wait;
}

@keyframes button-loading-spinner {
  from {
      transform: rotate(0turn);
  }

  to {
      transform: rotate(1turn);
  }
}

a.back-link {
	display: inline-block;
	position: relative;
	padding-left: 70px;
}

a.back-link::before {
	height: 2px;
    width: 55px;
    background-color: #003478;
    position: absolute;
    bottom: 12px;
    left: 0;
    color: #919C00;
    content: '';
}

a.back-link::after {
	content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #003478;
    border-left: 2px solid #003478;
    transform: rotate(45deg);
    left: 0;
    bottom: 8px;
    position: absolute;
}

a.arrow-link {
	position: relative;
	padding-right: 65px;
	font-weight: bold;
}

a.more-link::before,
header .slide-in-menu ul.menu a:hover:before,
.ticker-button a:before,
.property-more-filters a:before,
.et_pb_slider .et-pb-arrow-prev:before,
.et_pb_slider .et-pb-arrow-next:before,
.greenspace-list a.arrow-link:before ,
a.arrow-link:before {
/* .page .page-sidebar-menu ul.menu a:hover:before { */
    height: 2px;
    width: 55px;
    background-color: #003478;
    position: absolute;
    bottom: 12px;
    right: 0;
    color: #919C00;
    content: '';
}

a.more-link::after,
header .slide-in-menu ul.menu a:hover:after,
.ticker-button a:after,
.property-more-filters a:after,
.et_pb_slider .et-pb-arrow-prev:after,
.et_pb_slider .et-pb-arrow-next:after,
.greenspace-list a.arrow-link:after,
a.arrow-link:after {
/* .page .page-sidebar-menu ul.menu a:hover:after { */
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #003478;
    border-right: 2px solid #003478;
    transform: rotate(45deg);
    right: 0;
    bottom: 8px;
    position: absolute;
}

button.button,
.homepage-slider .et_pb_button.et_pb_more_button {
	color: #fff;
	border: none;
	background-color: #003478;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
	font-size: 22px;
	padding: 15px 20px;
	font-family: 'Manrope', sans-serif;
}

button.button:hover,
.homepage-slider .et_pb_button.et_pb_more_button:hover,
.homepage-slider .et_pb_button.et_pb_more_button:focus {
	cursor: pointer;
	background-color: #919C00;
}

button.button.active,
.homepage-slider .et_pb_button.et_pb_more_button.active {
	background-color: #919C00;
}

header .slide-in-menu ul.menu a:hover:before {
	background-color: #919C00;
}

header .slide-in-menu ul.menu a:hover:after {
	border-color: #919C00;
}

a:hover,
a:focus,
#pdf-download input[type="submit"]:hover {
	/* transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1); */
	background-position: 0%;
}


/* END Link Styling */

/* START Divi Slider Module */
.hero-slider .et_pb_slides .et_pb_container {
	margin-left: 0px;
}

.hero-slider .et_pb_slide {
	padding: 0 120px;
}

.entry-content .et-pb-slider-arrows a.et-pb-arrow-prev,
.entry-content .et-pb-slider-arrows a.et-pb-arrow-next {
	color: #fff;
	border-bottom: 0px solid;
}

.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev:before,
.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:before{
	height: 3px;
	background-color: #fff;
	bottom: 14px;
	left: 0;
	right: unset;
}

.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
	left: unset;
	right: 0;
}

.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev:after {
	width: 13px;
    height: 13px;
	border-top: 0px solid;
	border-right: 0px solid;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
	left: 0;
	right: unset;
}

.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:after {
	width: 13px;
    height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.et_pb_slider .et-pb-controllers {
	padding: 0 120px;
	text-align: left;
}

.et_pb_slider .et-pb-controllers a {
	width: 18px;
	height: 18px;
	opacity: 1;
    border: 3px solid #fff;
	border-radius: 50%;
}

.et_pb_slider .et-pb-controllers a:not(.et-pb-active-control) {
	background-color: transparent;
}

/* Homepage Slider */

.homepage-slider .et_pb_module.et_pb_slider {
	overflow: visible;
}

.homepage-slider .et_pb_slider_container_inner {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.homepage-slider .et_pb_slider_container_inner .et_pb_slide_description {
	margin-left: 0;
	padding-right: 10% !important;
    flex-basis: 60%;
    width: 60%;
}

.homepage-slider .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button.et_pb_more_button {
	display: none !important;
}

.homepage-slider .et_pb_slider_container_inner .et_pb_slide_image {
    flex-basis: 35%;
    width: 35%;
    margin-right: 30px;
    margin-top: 40px !important;
    margin-bottom: 40px;
	position: relative;
}

.homepage-slider .et_pb_slider_container_inner .et_pb_slide_image img {
	max-height: unset !important;
    width: 100%;
}

.homepage-slider .et_pb_slider_container_inner .et_pb_slide_image .et_pb_button.et_pb_more_button {
	border-radius: 0;
    margin-top: 0;
	width: 100%;
}

.homepage-slider .et_pb_slider_container_inner .et_pb_slide_image::before {
	border: 6px solid #919C00;
    content: "";
	height: calc(100% + 46px);
    position: absolute;
    right: -30px;
    top: -30px;
    width: calc(100% - 12px);
	z-index: -1;
}

.homepage-slider .et_pb_slide_description,
.homepage-slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 0;
}

.homepage-slider .et_pb_button.et_pb_more_button {
	font-size: 16px;
	padding-right: 35px;
	padding-left: 35px;
}

.fs-slider-nav {
	display: inline-block;
	margin: 0 120px;
	position: relative;
    transform: translateY(50px);
}

.fs-slider-nav .et-pb-slider-arrows {
    position: absolute;
    top: 25px;
    left: 0;
    display: flex;
    justify-content: space-between;
	width: 100%;
}

.fs-slider-nav .et-pb-controllers {
	width: auto;
    position: static;
}

.fs-slider-nav .et-pb-arrow-prev,
.fs-slider-nav .et-pb-arrow-next {
	opacity: 1;
	position: static;
	top: unset;
}

@media (max-width: 1200px) {
	
	.homepage-slider .et_pb_slide {
		padding: 80px 80px 0;
	}
	
	.homepage-slider h1, 
	.homepage-slider .et_pb_slide_description h1.et_pb_slide_title {
		font-size: 72px;
		line-height: 1;
	}
	
	.homepage-slider .et_pb_slider_container_inner .et_pb_slide_description {
		padding-right: 5% !important;
	}
	
	.homepage-slider.et_pb_section.et_pb_with_background {
		padding-top: 80px;
		padding-bottom: 0;
	}
	
	.fs-slider-nav {
		transform: translateY(-80px);
		margin: 0 80px;
		z-index: 10;
	}
}

@media (max-width: 980px) {
	
	.homepage-slider .et_pb_slide {
		padding: 20px 0 0;
	}
	
	.homepage-slider .et_pb_slider_container_inner .et_pb_slide_description {
		padding-right: 3% !important;
	}
	
	.homepage-slider .et_pb_slider_container_inner .et_pb_slide_image {
		flex-basis: 37%;
		width: 37%;
	}
	
	.homepage-slider h1, 
	.homepage-slider .et_pb_slide_description h1.et_pb_slide_title {
		font-size: 56px;
	}
	
	.homepage-slider.et_pb_section.et_pb_with_background {
		padding-top: 100px;
	}
	
	.fs-slider-nav {
		margin: 0;
		transform: translateY(0);
	}
	
}

@media (max-width: 767px) {
	
	.homepage-slider .et_pb_slide {
		padding: 0 30px;
	}
	
	.et_pb_slider .et-pb-slider-arrows {
		display: none
	}
	
	.et_pb_slider .et-pb-controllers {
		padding: 0 30px;
	}
	
	.homepage-slider .et_pb_slider_container_inner .et_pb_slide_description {
		flex-basis: 100%;
		padding-right: 0 !important;
		width: 100%;
	}
	
	.homepage-slider .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button.et_pb_more_button {
		display: inline-block !important;
	}
	
	.homepage-slider .et_pb_slider_container_inner .et_pb_slide_image .et_pb_button.et_pb_more_button {
		display: none;
	}
	
	.homepage-slider h1, 
	.homepage-slider .et_pb_slide_description h1.et_pb_slide_title {
		font-size: 42px;
	}
	
	.fs-slider-nav {
		margin-top: 30px;
	}
}
/* END Divi Slider Module */

/* START Blog Module */
[class*='et_pb_blog'].et_pb_module.et_pb_posts .et_pb_ajax_pagination_container {
	height: 100%;
}

[class*='et_pb_blog'].et_pb_module.et_pb_posts article {
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
	height: 100%;
}

[class*='et_pb_blog'].et_pb_module.et_pb_posts article h2.entry-title,
.et_pb_blog_grid article.et_pb_post h2.entry-title {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.25px;
	color: #000;
	order: 2;
}

[class*='et_pb_blog'].et_pb_module.et_pb_posts article .post-meta,
.et_pb_blog_grid article.et_pb_post .post-meta {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #6c6c6c;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	order: 1;
}

[class*='et_pb_blog'].et_pb_module.et_pb_posts article .post-content,
.et_pb_blog_grid article.et_pb_post .post-content {
	position: relative;
	width: fit-content;
	margin-top: auto;
	padding-right: 70px;
	padding-top: 30px;
	order: 3;
}

[class*='et_pb_blog'].et_pb_module.et_pb_posts article .post-content a,
.et_pb_blog_grid article.et_pb_post .post-content a {
	color: #003478;
	font-weight: 700;
	text-transform: capitalize;
}

.et_pb_blog_grid article.et_pb_post {
	border-width: 0px 0px 6px 0px;
    border-bottom-color: #919C00;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
	box-shadow: 0px 10px 40px 0px rgba(106,106,106,0.17);
	display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    height: 100%;
	min-height: 430px;
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .pagination a {
	font-size: 18px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 0 1px;
    transition: color ease 0.3s;
    text-transform: uppercase;
    color: #003478;
    font-weight: 700;
    letter-spacing: 1px;
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .pagination a:after {
	content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #919C00;
    transition: all ease 0.3s;
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .pagination a:hover {
	color: #fff;
}

.et_pb_blog_grid_wrapper .et_pb_blog_grid .pagination a:hover:after {
	height: 100%;
}

@media (max-width: 767px) {
	[class*='et_pb_blog'].et_pb_module.et_pb_posts article h2.entry-title {
		font-size: 20px;
		line-height: 32px;
	}
}

/* END Blog Module */

/* START Instagram Feed */
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	margin-bottom: 10px !important;
	overflow: visible;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap{
    transition: margin-top .3s;
	box-shadow: 0 10px 40px 0px rgba(0,0,0,.45);
}

#sb_instagram:not(.sbi_moderation_mode) .sbi_item .sbi_photo_wrap:hover .sbi_photo {
	transform: initial;
	opacity: 1 !important;
}

@media (min-width: 481px) {
	/* 480px is when the plugin switches to mobile layout */

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: calc(33.33% - 10px);
		/*padding: 10px !important;*/
	}
	
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item:hover .sbi_photo_wrap {
    	margin-top: -20px;
	}
	
	#sb_instagram #sbi_images {
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
}

@media (min-width: 767px) {
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: calc(33.33% - 20px);
		/*padding: 20px !important;*/
	}
}

/* END Instagram Feed */


/* START Search Results */
.blog-search-results article {
	padding-bottom: 40px;	
}

.blog-search-results article .post-content a.more-link:before {
	right: auto;
	left: 110px;
}

.blog-search-results article .post-content a.more-link:after {
	right: auto;
	left: 156px;
}
/* END Search Results */

.acf-field {
	background: blue;
}

.acf-field[data-name="spaces"] .acf-input {
	overflow: hidden;
}

.acf-field[data-name="spaces"] .acf-repeater {
	overflow: scroll;
	width: 3000px;
}

.acf-field[data-name="spaces"] .acf-repeater .acf-table {
	width: 3000px;
	overflow-x: scroll;
}

/* START Divi Team Member */
.et_pb_team_member {
	transition: all 0.2s ease-in-out;
	border-radius: 4px;
}

.et_pb_team_member .et_pb_team_member_description {
	padding: 10px;
	min-height: 100px;
}

.et_pb_team_member .et_pb_module_header {
	margin-bottom: 5px;
	font-weight: 600;
}

.et_pb_team_member .et_pb_member_position {
	line-height: 18px;
}

.et_pb_team_member:hover {
	transform: scale(1.05);
	box-shadow:	0 2px 21px 4px rgba(0,0,0,0.15)
}

.et_pb_team_member .et_pb_team_member_image {
	padding: 10px;
}

.et_pb_team_member .et_pb_team_member_image img {
	box-shadow: 0px 10px 40px 0px rgba(106,106,106,0.17);
}

.et_pb_team_member .et_pb_member_position {
	color: #767676;
}

/* END Divi Team Member */
