/*
Theme Name: Perino's Home & Garden
Author: Aubrey Strother & Allison Steele
Author URI: https://www.craftedbyaubrey.com
Description: A custom WordPress theme for Perino's Home & Garden.
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #f2f2f2;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #f2f2f2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #0f182f;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #97c697;
	border: 0;
	height: 2px;
	margin: 1em 0;
	max-width: 60px;
}

/* Text elements */
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;
}
ul li, ol li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #0f182f;
}
ol { 
	list-style-type: decimal-leading-zero;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
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: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	color: #fff;
	background: #d663a8;
	padding: 0.75em 2.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #cc3e99;
	outline: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.85em;
	color: #5c616b;
	border-radius: 0;
	border: 1px solid #0f182f;
	outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #0f182f;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 8px 12px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 6px 12px !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.searchform {
	max-width: 500px;
}
.searchform input[type="search"] {
	display: inline-block;
	vertical-align: middle;
	width: 78%;
}
.searchform input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 18px 9.5px !important;
	background: url('img/search-icon.png') no-repeat center center #fff;
	background-size: 12px;
	border: none;
	border-top: 1px solid #0f182f;
	border-right: 1px solid #0f182f;
	border-bottom: 1px solid #0f182f;
	margin-left: -6px;
	text-indent: -9999px;
	width: 11%;
}
form label, form legend {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #0f182f;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #0f182f;
	line-height: 1.65;
	margin-bottom: 1.65em;
}
p.page-intro {
	font-size: 1.5em;
}
a, a:visited {
	color: #0f182f;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
a.button {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	color: #fff;
	background: #d663a8;
	padding: 0.75em 2.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.button:hover, a.button:focus, a.button:active {
	background: #cc3e99;
	outline: none;
}
a.button.outline {
	color: #0f182f;
	border: 2px solid #0f182f;
	background: transparent;
}
a.button.outline-white {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}
a.button.outline:hover, a.button.outline:focus, a.button.outline:active {
	background: #0f182f;
	color: #fff;
	outline: none;
}
a.button.outline-white:hover, a.button.outline-whit:focus, a.button.outline-whit:active {
	background: #fff;
	color: #0f182f;
	outline: none;
}
a.text-link {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	color: #0f182f;
	padding: 0 0.25em 0.25em;
	border-bottom: 2px solid #0f182f;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.white-text-link {
	color: #fff;
	border-color: #fff;
}
h1 {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 4.625em;
	color: #0f182f;
	line-height: 0.9;
	margin-bottom: 0.5em;
}
h2 {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 3.625em;
	color: #0f182f;
	line-height: 1.1;
	margin-bottom: 0.5em;
}
h3 {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 2.875em;
	color: #0f182f;
	line-height: 1.1;
	margin-bottom: 0.5em;
}
h4 {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 1.75em;
	color: #0f182f;
	line-height: 1.25;
	margin-bottom: 1em;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #0f182f;
	line-height: 1.25;
	margin-bottom: 1.5em;
}
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	color: #0f182f;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.25;
	margin-bottom: 1.5em;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #0f182f;
	text-decoration: none;
}
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active,
h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
	opacity: 0.6;
	outline: none;
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.white {
	color: #fff;
}
.whiteBG {
	background: #fff;
}
.gray {
	color: #5c616b;
}
.grayBG {
	background: #f2f2f2;
}
.darkGrayBG {
	background: #5c616b;
}
.navy {
	color: #0f182f;
}
.navyBG {
	background: #0f182f;
}
.teal {
	color: #15847c;
}
.tealBG {
	background: #15847c;
}
.green {
	color: #97c697;
}
.greenBG {
	background: #97c697;
}
.darkGreen {
	color: #0e3a3d;
}
.darkGreenBG {
	background: #0e3a3d;
}
.pink {
	color: #d663a8;
}
.pinkBG {
	background: #d663a8;
}
.center {
	text-align: center;
}
.lower {
	text-transform: lowercase;
}
.upper {
	text-transform: uppercase;
}
.serif {
	font-family: mrs-eaves-xl-serif, serif;
}
.italic {
	font-style: italic;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gap {
	gap: 20px;
}
.index-wrap {
	position: relative;
	z-index: 3;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient( to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	z-index: 2;
}
.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.border {
	border: 2px solid #0f182f;
}
.gray-border {
	border: 2px solid #dbdbdb;
}
.white-border {
	border: 2px solid #fff;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-container {
	position: relative;
	padding-bottom: 100%; /* 16:9 */
	height: 0;
	border: 1.5px solid #dbdbdb;
}
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 75%;
	height: 100vh;
	padding: 6em 4em;
	z-index: 99;
	overflow: scroll;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu.active {
	right: 0;
}
.close {
	position: absolute;
	top: 2.5em;
	right: 2em;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 4px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
.mobile-menu img.logo {
	max-width: 240px;
	margin-bottom: 4em;
}
ul.social {
	margin: 0;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
ul.social li img {
	max-width: 28px;
	background: #15847c;
	border-radius: 50%;
	padding: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social li:hover img {
	background: #0e3a3d;
}
.mobile-menu ul.social li:hover img {
	background: #97c697;
}
nav.mobile ul {
	margin: 0;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	display: block;
}
nav.mobile ul li a {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	opacity: 0.6;
}
nav.mobile ul li.menu-item-has-children a:after {
	content: ' +';
}
nav.mobile ul li.active a:after {
	content: ' -';
}
nav.mobile ul li ul.sub-menu {
	display: none;
	margin-bottom: 1em;
	margin-left: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.mobile ul li.active ul.sub-menu {
	display: block;
}
nav.mobile ul li ul.sub-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav.mobile ul li ul.sub-menu li a:after {
	display: none;
}
nav.mobile-sub {
	margin: 1em 0 4em;
}
nav.mobile-sub ul {
	margin: 0;
}
nav.mobile-sub ul li {
	position: relative;
	list-style: none;
	display: block;
}
nav.mobile-sub ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	color: #15847c;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
nav.mobile-sub ul li a:hover {
	color: #97c697;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 1em 0;
	z-index: 98;
}
.site-header.has-bar {
	height: 145px;
	padding-top: 0;
}
.announcement {
	padding: 0 2em;
	margin-bottom: 1em;
}
.announcement p {
	margin: 0;
}
.announcement a {
	color: #fff;
}
.header-logo {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	padding-right: 2em;
	margin-top: -5px;
}
.nav-wrap {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 330px);
	text-align: right;
}
nav.sub {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	text-align: right;
}
nav.sub.button-nav {
	margin-top: -2px;
}
nav.sub ul {
	margin: 0;
}
nav.sub ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
nav.sub ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #d663a8;
	text-decoration: none;
	margin-right: 2em;
}
/* Temporary Styles for Holiday */
nav.sub.button-nav ul li a {
	font-weight: 700;
	font-size: 0.75em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0.55em 1em;
	background: #d663a8;
	margin-right: 1em;
}
nav.sub.button-nav ul li a:hover {
	background: #cc3e99;
	color: #fff;
}
nav.sub ul li a:hover {
	color: #5c616b;
}
.nav-wrap .searchform {
	display: inline-block;
	vertical-align: middle;
	width: calc(40% - 5px);
}
nav.main ul {
	margin: 1.25em 0 0;
}
nav.main ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
	padding-bottom: 0.25em;
}
nav.main ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 49.5%;
	width: 0;
	height: 2px;
	background: #d663a8;
	transform: translate(-50%,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li:hover:after, nav.main ul li.current-menu-item:after {
	width: 105%;
}
nav.main ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding-bottom: 3em;
}
nav.main ul li ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: left;
	z-index: 99;
	left: 50%;
	transform: translate(-50%,0);
}
nav.main ul li ul.sub-menu:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #15847c;
}
nav.main ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	min-width: 18em;
	background: #15847c;
	padding: 1em 2em;
	text-align: center;
	overflow: visible;
}
nav.main ul li ul.sub-menu li {
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1.2;
	margin: 0.5em 0;
	padding: 0;
}
nav.main ul li ul.sub-menu li:after, nav.main ul li ul.sub-menu li a:before {
	display: none;
}
nav.main ul li ul.sub-menu li a, nav.main ul li.current-menu-item ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	padding: 0;
}
nav.main ul li ul.sub-menu li a:hover, nav.main ul li.current-menu-item ul li a:hover {
	opacity: 0.6;
}
.nav-button {
	display: none;
	position: absolute;
	top: calc(50% - 22.5px);
	right: 2em;
	height: 44px;
	width: 45px;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	left: 10px;
	width: 25px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first {
	top: 15px;
}
.nav-button .second {
	top: 21px;
}
.nav-button .third {
	bottom: 15px;
}


/*********************************
	Banner Styles
*********************************/
.countdown {
	position: fixed;
	top: 12em;
	right: 0;
	z-index: 94;
	padding: 1.5em 1em 1em;
	text-align: center;
	border-top: 2px solid #dbdbdb;
	border-left: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
}
.countdown span.h1 {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 3.5em;
	color: #fff;
	line-height: 1;	
}
.countdown-count span {
	margin: 0 4px;
	padding: 0 8px;
	border-radius: 4px;
}
.countdown h6 {
	font-weight: bold;
	margin: 1em 0 0;
}
.countdown span.h4 {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 1.75em;
	color: #0f182f;
	line-height: 1;
}
.home-banner {
	position: relative;
	z-index: 1;
}
.vid-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}
.vid-container video {
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.home-banner .slick-track {
	display: flex !important;
}
.home-banner .slick-slide {
	height: inherit !important;
}
ul.banner-slides {
	margin: 0;
}
ul.banner-slides li.slide {
	list-style: none;
	position: relative;
	padding: 12em 0;
	overflow: hidden;
}
ul.banner-slides.has-video li.slide {
	padding-bottom: calc(6em + 280px);
}
.banner-content {
	max-width: 850px;
	margin: 0 auto;
}
.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6,
.banner-content p, .banner-content ul li, .banner-content ol li, .banner-content a {
	color: #fff;
}
.banner-content a.button {
	background: #fff;
	color: #12192f;
}
.banner-content a.button.outline {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.banner-content a.button.outline:hover {
	background: #fff;
	color: #12192f;
}
.blog-banner {
	padding: 0.75em 2em;
}
ul.blog-cats {
	margin: 0;
}
ul.blog-cats li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em;
}
ul.blog-cats li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}
ul.blog-cats li.current-cat a, ul.blog-cats li a:hover {
	color: #0f182f;
}
.post-banner {
	position: relative;
}
.post-banner .post-image {
	position: relative;
	display: block;
	height: 650px;
	z-index: 1;
}
.post-banner .post-info {
	max-width: 1154px;
	margin: -8em auto 0;
	padding: 2em;
}
.page-cats {
	margin: 0;
	padding: 0.75em 2em;
	text-align: center;
}
.page-cats li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em;
}
.page-cats li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}
.page-cats li.current_page_item a, ul.page-cats li a:hover {
	color: #0f182f;
}
.page-banner {
	position: relative;
	padding: 4em 0;
}
.page-banner .banner-text {
	padding: 4em 0;
}
.page-banner .banner-image {
	width: 40%;
	padding: 20px;
}

/*********************************
	Content Styles
*********************************/
.site-main {
	margin-top: 120px;
}
.site-main.has-bar {
	margin-top: 145px;
}
.site-content {
	position: relative;
	z-index: 2;
}
.site-content-wrap {
	padding: 4em 0 6em;
}
.video-container-wrap {
	margin-top: -280px;
	border: 15px solid #f2f2f2;
}
.content-left {
	display: inline-block;
	vertical-align: bottom;
	width: calc(55% - 3px);
	padding-right: 1em;
}
.content-left h2 {
	margin-bottom: 0;
}
.content-right {
	display: inline-block;
	vertical-align: bottom;
	width: calc(45% - 3px);
	padding-left: 1em;
}
.content-right p {
	margin-bottom: 0.5em;
}
.flower {
	position: absolute;
	bottom: -100px;
	right: -100px;
	width: 500px;
	opacity: 0.06;
	z-index: 1;
}
.blog-content {
	padding: 20px 0 0;
}
ul.posts {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.posts li.post {
	position: relative;
	list-style: none;
	width: calc(50% - 10px);
	padding: 22em 4em 4em;
	background: #15847c;
}
ul.posts li.post:nth-child(3n+2) {
	background: #d663a8;
}
ul.posts li.post:nth-child(3n+3) {
	background: #97c697;
}
ul.posts li.post .background-image {
	height: 75%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.posts li.post .background-image {
	height: 75%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.posts li.post .background-image:hover {
	-webkit-filter: brightness(75%);
}
ul.posts li.post .post-info { 
	padding: 2em;
}
ul.posts li.post .post-info h3 {
	max-width: 500px;
	margin: 0 auto 0.75em;
}
.pagination {
	text-align: center;
	padding: 20px 0 16px;
}
.pagination ul {
	margin: 0;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	color: #0f182f;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
.pagination li {
	display: inline;
	line-height: 1;
}
.pagination li.prev, 
.pagination li.next a {
	display: inline-block;
}
.pagination li a,
.pagination li.disabled {
	cursor: pointer;
	opacity: 0.5;
	padding: 0.5em;
}
.pagination li a:hover,
.pagination li.active a {
	opacity: 1;
}
.post-content {
	padding: 0 0 6em; 
}
.wp-video {
	width: 100% !important;
}
.mejs-container {
	position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 */
    height: 0 !important;
}
.mejs-mediaelement video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.post-content-wrap {
	padding: 4em;
}
.post-content-wrap img {
	width: 100%;
}
.wp-caption {
	max-width: 100%;
}
.post-content ol li {
	position: relative;
	padding-bottom: 1.5em;
}
.post-content ol li::marker {
	font-size: 1.5em;
	font-weight: 700;
	color: #15847c;
}
.post-content ol li:nth-child(3n+2)::marker {
	color: #d663a8;
}
.post-content ol li:nth-child(3n+3)::marker {
	color: #97c697;
}
.post-content ol li ul li {
	list-style: initial;
	padding: 0;
	margin: 0;
}
.post-content ol li ul li::marker {
	font-weight: normal;
	font-size: 1em;
	color: #0f182f !important;
}
.post-content ol li h6 {
	margin-bottom: 0;
}
.error-content, .search-content {
	position: relative;
	padding: 6em 0;
}
.error-content .searchform {
	margin: 0 auto; 
}
ul.search-posts {
	margin: 2em 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.search-posts li {
	position: relative;
	list-style: none;
	width: calc(50% - 10px);
	padding:4em 2em;
}
.page-content {
	padding-bottom: 0;
}
.page-content .banner-content-wrap {
	padding: 6em 6em 4.5em;
	margin-top: -6em;
}


/*********************************
	Module Styles
*********************************/
.module {
	position: relative;
}
.basic-content {
	padding: 6em 0 4.5em;
}
.category-collage {
	padding: 20px 0;
}
ul.categories {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
}
ul.categories.rows-2 {
	grid-template-rows: 1fr 1fr 1fr 1fr;
}
ul.categories.rows-3 {
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}
ul.categories.rows-4 {
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
ul.categories.rows-5 {
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
ul.categories li {
	position: relative;
	list-style: none;
	min-height: 360px;
	overflow: hidden;
}
ul.categories li .background-image {
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.categories li:hover .background-image {
	transform: scale(1.025);
}
ul.categories li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
ul.categories li h4 {
	padding: 1.5em;
}
ul.categories li.cat-1 {
	grid-column: 1 / span 1;
	grid-row: 1 / span 2;
}
ul.categories li.cat-6 {
	grid-column: 2 / span 1;
	grid-row: 3 / span 2;
}
ul.categories li.cat-7 {
	grid-column: 1 / span 1;
	grid-row: 5 / span 2;
}
ul.categories li.cat-12 {
	grid-column: 2 / span 1;
	grid-row: 7 / span 2;
}
ul.categories li.cat-13 {
	grid-column: 1 / span 1;
	grid-row: 9 / span 2;
}
ul.categories.even-rows li {
	grid-row: span 1 !important;
	min-height: 550px;
}
.overlap-image-cta {
	padding: 4em 0;
}
.overlap-image-cta .overlay-content {
	position: relative;
	width: 50%;
	z-index: 2;
	padding: 4em;
	margin:  6em 0;
}
.overlap-image-cta .overlay-content h3 {
	margin: 1em 0;
}
.overlap-image-cta .overlay-image {
	width: 60%;
	margin-left: -10%;
	z-index: 1;
}
.resource-grid {
	padding: 3em 0 6em;
}
ul.resources {
	margin: 2em 0 0;
}
ul.resources li {
	position: relative;
	list-style: none;
	width: calc(50% - 10px);
}
ul.resources li .resource-image {
	position: relative;
	width: 35%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
} 
ul.resources li .resource-image:hover {
	-webkit-filter: brightness(75%);
}
ul.resources li .resource-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.resources li .resource-info {
	position: relative;
	width: 65%;
	padding: 3em 3em 6em;
}
ul.resources li .resource-info h6 a {
	color: #15847c;
}
ul.resources li .resource-info h4 {
	margin-bottom: 2em;
}
ul.resources li .resource-info a.button {
	position: absolute;
	bottom: 3em;
	left: 3em;
	background: #15847c;
}
ul.resources li .resource-info a.button:hover {
	background: #0e3a3d;
}
.content-image {
	padding: 6em 0;
}
.small-flower {
	position: absolute;
	width: 150px;
	top: -75px;
	right: 2em;
}
.content-image .image-image {
	width: 40%;
}
.content-image .content-content {
	width: 60%;
	padding: 2em 4em 0;
	direction: ltr;
}
.content-image .content-content h1, .content-image .content-content h2, .content-image .content-content h3, .content-image .content-content h4, .content-image .content-content h5, .content-image .content-content h6,
.content-image .content-content p, .content-image .content-content ul li, .content-image .content-content ol li, .content-image .content-content a {
	color: #fff;
}
.content-image .content-content p {
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	font-size: 1.15em;
	color: #fff;
}
.sector-cta {
	padding: 6em 0;
}
.sector-cta .cta-content {
	width: 35%;
	padding: 6em 4em 4em;
}
.sector-cta .cta-content img {
	display: block;
	margin: 0 auto 4em;
	max-width: 180px;
}
.sector-cta .cta-content p {
	margin-bottom: 4em;
}
.sector-cta .cta-image {
	width: 65%;
}
.cta {
	padding: 6em 0;
}
.cta-wrap {
	padding: 6em 2em;
}
.cta-wrap h2 {
	margin-bottom: 0.15em;
}
ul.grid-cats {
	margin: 0;
	text-align: center;
	padding: 4em 2em 3em;
}
ul.grid-cats li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0.75em 2em;
	margin-bottom: 5px; 
	background: #15847c;
	color: #fff;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}
ul.grid-cats li.active, ul.grid-cats li:hover {
	background: #d663a8;
}
ul.grid-cats li.title {
	background: none;
	color: #0f182f;
}
.product-cat {
	display: none;
	padding-bottom: 20px;
}
.product-cat.active {
	display: block;
}
.product-cat .description {
	margin-bottom: 20px;
	padding: 2em;
	text-align: center;
}
.product-cat .description p {
	max-width: 800px;
	margin: 0 auto;
}
ul.grid-items {
	margin: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 20px;
}
ul.grid-items li {
	position: relative;
	list-style: none;
	margin-bottom: 20px;
}
ul.grid-items li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
ul.grid-items li img {
	width: 100%;
}
ul.grid-items li h4 {
	position: absolute;
	top: 2em;
	left: 2em;
	z-index: 3;
}
.logo-slides {
	padding: 3em 60px;
}
.logo-slides ul {
	margin: 1em 0 0;
	padding: 0 1em;
}
.logo-slides ul li {
	position: relative;
	display: inline-block !important;
	vertical-align: middle !important;
	padding: 0 2em;
	text-align: center;
	float: none !important;
}
.logo-slides ul li img {
	display: inline-block;
	max-height: 120px;
	width: auto;
}
.numbered-list {
	padding: 4em 0;
}
.numbered-list ul {
	margin: 3em 0 0;
	padding-left: 2em;
}
.numbered-list ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 2em;
}
.numbered-list ul li p {
	font-size: 1.25em;
	line-height: 1.25;
}
.image-content-slider {
	padding-bottom: 6em;
}
.image-content-slider .slick-list {
	overflow: visible;
}
.image-content-slider ul.slides {
	margin: 0;
}
.image-content-slider ul.slides li {
	position: relative;
	list-style: none;
}
.image-content-slider .slide-image {
	display: block;
	height: 800px;
}
.image-content-slider .slide-content {
	position: absolute;
	bottom: -3em;
	left: 4em;
	padding: 4em;
	max-width: 600px;
}
.image-content-slider .slide-content h4 {
	font-size: 2.25em;
}
.timeline-slides {
	padding: 4em 0 6em;
	overflow: hidden;
}
.timeline-slides .module-intro {
	max-width: 750px;
	margin: 0 auto 2em;
}
.slides-intro {
	text-align: left;
	padding-left: 1.5em;
}
.timeline-slides .slick-list {
	overflow: visible;
}
.timeline-slides ul.slides {
	position: relative;
	margin: 0;
	border-top: 2px solid #d663a8;
	padding: 0 12em 0 6em;
	z-index: 2;
}
.timeline-slides ul.slides li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 5px);
	padding: 1.5em 0 0 0;
	text-align: left;
}
.timeline-slides ul.slides li .dot {
	position: absolute;
	top: -6px;
	left: 30px;
	width: 10px;
	height: 10px;
	background: #d663a8;
	border-radius: 50%;
}
.timeline-slides ul.slides li h5 {
	font-size: 2em;
	margin-bottom: 0.5em;
}
.timeline-slides ul.slides li p {
	max-width: 280px;
}
.timeline-slides ul.slides li img {
	max-width: 300px;
	border: 10px solid #fff;
}
ul.blocks {
	margin: 0;
}
ul.blocks li {
	position: relative;
	list-style: none;
	width: 100%;
}
ul.blocks li:nth-child(2n+2) {
	background: #fff;
	direction: rtl;
}
ul.blocks li .block-image, ul.blocks li .block-content {
	width: 50%;
}
ul.blocks li .block-content {
	padding: 8em 6em 6em;
	direction: ltr;
}
ul.blocks li .block-content p {
	max-width: 450px;
	margin: 0 auto 3em;
}
.content-links {
	padding: 8em 0 6em;
}
.links-wrap {
	gap: 80px;
}
.links-wrap.links-left {
	direction: ltr;
}
.links-wrap.links-right {
	direction: rtl;
}
.links-wrap .links {
	width: calc(25% - 40px);
	direction: ltr;
}
.links-wrap.links-left .links {
	text-align: right;
}
.links-wrap .links ul.link-items {
	margin: 0;
}
.links-wrap .links ul.link-items li {
	position: relative;
	list-style: none;
	display: block;
	line-height: 1.15;
	margin-bottom: 1em;
}
.links-wrap .links ul.link-items li a {
	font-family: mrs-eaves-xl-serif, serif;
	font-size: 1.25em;
	text-decoration: none;
}
.links-wrap .content-content {
	width: calc(75% - 40px);
	direction: ltr;
}
.content-columns {
	padding: 4em 0 6em;
}
ul.columns {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.columns li {
	position: relative;
	list-style: none;
	text-align: left;
	padding: 0 2.5em;
	border-right: 2px solid #dbdbdb;
}
ul.columns li:last-child {
	border: none;
}
ul.columns li p {
	font-size: 1.25em;
	line-height: 1.25;
}
.filters {
	position: relative;
	padding: 2em 0;
	z-index: 2;
}
.filters ul.sort {
	width: calc(33% - 13.33px);
	background-image: url('img/white-dropdown.png');
	background-repeat: no-repeat;
	background-position: 96% 18px;
	background-size: 10px;
}
.filters ul {
	margin: 0;
	text-align: left;
}
.filters ul li {
	position: relative;
	display: block;
	color: #fff;
	padding: 0.5em 1em;
}
.filters ul li a {
	color: #fff;
	text-decoration: none;
}
.filters ul li ul.sub {
	display: none;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 350px;
	overflow: scroll;
	padding: 0.5em 0 1em;
}
.filters ul li:hover ul.sub {
	display: block;
}
.filters ul.schools-sort ul.sub {
	background: #15847c;
}
.filters ul.city-sort ul.sub {
	background: #d663a8;
}
.filters ul.parish-sort ul.sub {
	background: #97c697;
}
.filters ul li ul.sub li {
	padding: 0.15em 1em;
}
.filters ul li ul.sub li a:hover {
	opacity: 0.6;
}
.participants {
	padding: 6em 0;
}
ul.participant-items {
	margin: 0;
}
ul.participant-items li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 13.33px);
	padding: 2em 2em 1em;
}
ul.participant-items li img {
	max-width: 120px;
	margin-bottom: 1em;
}
.image-carousel {
	position: relative;
	padding: 20px 0;
	background: #fff;
}
.image-carousel .slick-list {
	overflow: visible;
}
.image-carousel ul {
	position: relative;
	margin: 0;
	padding: 0 17.47%;
	z-index: 2;
}
.image-carousel ul li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
}
.image-carousel ul li img {
	max-height: 500px;
	min-height: 500px;
	padding: 0 10px;
	width: auto;
	height: auto;
}
.masonry-gallery {
	padding: 6em 0 3em;
}
ul.gallery-photo-grid {
	margin: 20px 0;
	/*display: flex;
	flex-wrap: wrap;
	gap: 20px;*/
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	column-gap: 20px;
}
ul.gallery-photo-grid li {
	position: relative;
	list-style: none;
	/*width: calc(33.33% - 13.33px);*/
	cursor: pointer;
	margin: 0 0 20px;
}
ul.gallery-photo-grid li img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.gallery-photo-grid li img:hover {
	-webkit-filter: brightness(75%);
}
ul.gallery-photo-grid li h4 {
	position: absolute;
	top: 2em;
	left: 2em;
	z-index: 3;
	text-align: left;
}
.pop-gallery-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pop-gallery-wrap.active {
	opacity: 1;
	z-index: 99;
}
.pop-gallery-wrap .slick-track {
	align-items: center;
}
ul.pop-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 600px;
	margin: 0;
	transform: translate(-50%,-50%);
}
ul.pop-gallery li {
	position: relative;
	list-style: none;
	text-align: center;
	display: inline-block !important;
	vertical-align: middle !important;
	float: none !important;
	background: #fff;
	padding: 20px;
}
ul.pop-gallery li img {
	width: 100%;
}
.pop-gallery-wrap .close {
	position: absolute;
	top: 2.5em;
	right: 2em;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.pop-gallery-wrap .close .left, .close .right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 4px;
	z-index: 999;
}
.pop-gallery-wrap .close .left {
	left: 0;
	transform: rotate(45deg);
}
.pop-gallery-wrap .close .right {
	right: 0;
	transform: rotate(-45deg);
}
.team-grid {
	padding: 4em 0 6em;
}
ul.team-members {
	margin: 2em 0 0;
}
ul.team-members li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 13.33px);
}
ul.team-members li img, ul.team-members li .headshot-placeholder {
	width: 100%;
}
 ul.team-members li .headshot-placeholder {
	display: block;
	padding-bottom: 100%;
}
ul.team-members li .member-info {
	padding: 2em 2em 1em;
}
ul.team-members li h4 {
	margin-bottom: 0.15em;
}
ul.team-members li p {
	font-size: 0.875em;
}
.buttons {
	padding: 2em;
	
}

/*********************************
	Footer Styles
*********************************/
.instagram-feed {
	margin-bottom: -9px;
}
.footer-form {
	padding: 2em 0;
}
.site-footer {
	position: relative;
	padding: 4em 0;
}
.site-footer a {
	text-decoration: none;
}
.footer-nav {
	padding-top: 1.5em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 20px; 
}
nav.footer ul {
	margin: 0;
}
nav.footer ul li {
	position: relative;
	display: block;
	margin-bottom: 1.5em;
	break-inside: avoid;
	line-height: 1.25;
}
nav.footer ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	color: #0f182f;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
nav.footer ul li a:hover {
	opacity: 0.6;
}
nav.footer ul li ul {
	break-inside: avoid;
	margin-top: 0.25em;
}
nav.footer ul li ul li {
	margin-bottom: 0.25em;
}
nav.footer ul li ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #0f182f;
	text-transform: none;
	letter-spacing: 0;
}
.footer-info {
	padding-top: 1em;
}
.footer-info img {
	margin-bottom: 4em;
	max-width: 240px;
}
.footer-info h6 {
	margin-bottom: 0; 
}
.footer-info h4 {
	margin: 1em 0;  
}
.footer-info h4 a {
	color: #d663a8;
}
.copyright {
	font-size: 0.75em;
	margin: 0;
	padding: 10px 2em;
}
.copyright a {
	color: #5c616b;
}

/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1385px) {
	.site-header .container_16, .page-banner, ul.banner-slides li.slide .banner-content, .overlap-image-cta, .resource-grid, .content-image,
	.sector-cta, .cta, .timeline-slides .module-title, .timeline-slides .module-intro, .filters, .participants, .team-grid, .site-footer { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1300px) {
	nav.main ul li { margin-left: 1em; }
}
@media all and (max-width: 1250px) {
	nav.main ul li { margin-left: 0.5em; }
}
@media all and (max-width: 1205px) {
	nav.main ul li a { font-size: 0.8em; }
	
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1140px) {
	nav.main, .nav-top, .footer-nav, .page-banner .banner-image, .links-wrap .links, .page-cats, .blog-banner, .countdown { display: none !important; }
	.nav-button { display: block; }
	.site-header { height: 110px; }
	.site-header.has-bar { height: 125px; }
	.site-header.has-bar .nav-button { top: 40%; }
	.site-main { margin-top: 110px; }
	.site-main.has-bar { margin-top: 125px; }
	.site-content-wrap { padding: 4em 0 3.5em; }
	.content-left, .content-right { width: 100%; }
	.content-right { padding: 2em 0 0; }
	.sector-cta { padding: 2em; }
	.footer-info, .footer-map { width: 100% !important; margin: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
	.footer-info img { margin-bottom: 2em; }
	.footer-map .map-container { padding-bottom: 56.25%; }
	.page-banner .banner-text { width: 100% !important; padding: 0 !important; text-align: center; }
	ul.blocks li .block-content { padding: 6em 4em 4em; }
	.links-wrap .content-content { width: 100%; }
	.content-links { padding: 4em 0 2.5em;}
	ul.posts li.post { padding: 14em 2em 2em; }
	ul.posts li.post .background-image { height: 55%; }
	ul.columns li { width: 50% !important; border: none; }
	.content-columns { padding-bottom: 2em; }
	.participants { padding: 4em 2em; }
	.image-carousel ul li img { max-height: 350px; min-height: 350px; }
	ul.gallery-photo-grid { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
	ul.gallery-photo-grid li h4 { top: 1em; left: 1em; }
	
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.small-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 950px) {
	.overlap-image-cta .overlay-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }
	.overlap-image-cta .overlay-content { width: 100%; margin: 0; text-align: center; }
	ul.resources li .resource-image { display: block; width: 100%; height: 250px; }
	ul.resources li .resource-info { width: 100%;  }
	.content-image, .resource-grid, .cta { padding: 4em 2em; }
	.content-image .image-image { width: 100%; min-height: 350px; }
	.content-image .content-content { width: 100%;  padding: 2em 0 0; }
	.sector-cta .cta-content { width: 100%; }
	.page-content .banner-content-wrap { padding: 4em 2em 2.5em; }
	ul.grid-cats li.title { width: 100%; }
	.numbered-list ul li { width: calc(50% - 5px) !important; }
	.image-content-slider { padding-bottom: 4em; }
	.image-content-slider .slide-image { height: 550px; }
	.image-content-slider .slide-content { position: relative; bottom: auto; left: 2em; margin-top: -2em; max-width: calc(100% - 4em); }
	.timeline-slides ul.slides { padding: 0 8em 0 4em; }
	ul.blocks li .block-image { display: block; width: 100%; height: 350px; }
	ul.blocks li .block-content { width: 100%; }
	ul.blocks li .block-content { padding: 4em 2em 2em; }
	.post-banner .post-image { height: 450px; }
	.post-banner .post-info { margin: -2em 2em 0; }
	ul.participant-items li { width: calc(50% - 10px); }
	ul.team-members li { width: calc(50% - 10px); }
	
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.flower, .spacer { display: none !important; }
	.header-logo { width: 240px; }
	.mobile-menu { width: 100%; }
	ul.banner-slides li.slide { padding-top: 6em; }
	ul.banner-slides.has-video li.slide { padding-bottom: calc(4em + 220px); }
	.video-container-wrap { margin-top: -220px; }
	ul.banner-slider.has-video .slick-dots { bottom: 260px !important; }
	.category-collage { padding: 2em 0 20px; }
	ul.categories { display: block; margin }
	ul.categories li { display: block; width: 100%; height: 250px; margin-bottom: 20px; }
	.resource-grid { text-align: center; padding-bottom: 2em; }
	.resource-grid ul li { width: 100%; }
	ul.resources li .resource-info, .cta { padding: 2em; }
	ul.resources li .resource-info a.button { position: relative; display: block; bottom: auto; left: auto;  }
	.numbered-list ul li { width: 100% !important; }
	.timeline-slides ul.slides { padding: 0 3em 0 2em; }
	.page-banner h1 { font-size: 2.875em !important; }
	ul.posts li.post { width: 100%; }
	ul.posts li.post .background-image { height: 55%; }
	ul.columns li { width: 100% !important; }
	.filters ul.sort, ul.participant-items li { width: 100%; }
	.image-carousel ul li img { max-height: 250px; min-height: 250px; }
	.overlap-image-cta .overlay-content { padding: 4em 2em; }
	ul.team-members li { width: 100%; }
	.masonry-gallery { padding: 20px 0; }
	ul.gallery-photo-grid { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.post-content-wrap { padding: 4em 2em; }
	
	h1 { font-size: 3.875em; }
	h2 { font-size: 3em; }
	h3 { font-size: 2.25em; }
	p.page-intro { font-size: 1.25em; }
	.two-column, ul.grid-items { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}
@media all and (max-width: 600px) {
	.announcement, .mobile-menu .logo { display: none !important; }
	.site-header { position: relative; height: auto !important; padding: 1em 0 !important; }
	.site-main { margin-top: 0  !important; }
	.nav-button { top: 50% !important; transform: translate(0,-50%); }
	nav.mobile ul li a { font-size: 1.5em; }
}

