/*!
Theme Name: MH Community Reports
Theme URI: http://underscores.me/
Author: Matt Hirsch
Author URI: https://matthirsch.com/
Description: Bricks Theme
Version: 1.0.24
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bricks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Bricks is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
    background-color: #fff;
    /* background-color: #667d8a; */
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    opacity: .25;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	/* color: #4169e1; */
    color: inherit;
}


a:hover,
a:focus,
a:active {
	/* color: #191970; */
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Base Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 889px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


@media screen and (max-width: 888px) {
	
	.main-navigation.toggled .menu-main-navigation-container {
	    width: 100%;
	    height: 100vh;
	    background-color: #ffffff;
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 5;
	    
	}
	
	ul#primary-menu {
	    float: none!important;
	    max-width: 90%;
	    margin: 0 auto;
	    margin-top: 60px;
	    text-align: center;
	}
	
	ul#primary-menu li a{
		color: #243746!important;
	    font-size: 14px!important;
	    padding-bottom: 18px;
	}

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
        position: relative;
    }

    .main-navigation ul ul {
        float: none;
    }

    ul#primary-menu ul li {
        text-align: center!important;
    }

    ul#primary-menu ul li a {
        font-size: 14px !important;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .main-navigation a:before,
    .home .main-navigation a:before {
        display: none;
    }

    ul.sub-menu {
        left: -1px !important;
        text-align: center;
        display: block !important;
        box-shadow: none !important;
        position: relative !important;
    }

    ul.sub-menu li a {
        text-align: center !important;
        width: 100%;
    }

    ul#primary-menu li a {
        padding-bottom: 0px;
    }

    .menu-item-has-children {
        margin-bottom: 10px;
    }

    ul#primary-menu ul li a {
        font-size: 13px !important;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    ul#primary-menu li.btn:last-child {
        padding: 13px 25px 14px;
        margin-top: 20px;
        background-color: #fff;
        border-color: #4DB1AD;
    }
	    
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.menu-toggle .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-toggle .hamRotate.active {
  transform: rotate(45deg);
}
.menu-toggle .hamRotate180.active {
  transform: rotate(180deg);
}
.menu-toggle .line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#243746;
  stroke-width:5.5;
  stroke-linecap:round;
}
.menu-toggle .ham1 .top {
  stroke-dasharray: 40 139;
}
.menu-toggle .ham1 .bottom {
  stroke-dasharray: 40 180;
}
.menu-toggle .ham1.active .top {
  stroke-dashoffset: -98px;
}
.menu-toggle .ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.menu-toggle .active .line {
  stroke: #243746;
}

button.menu-toggle {
    background-color: transparent;
    position: relative;
    border: 0px;
    padding: 0;
    margin: 0;
    width: 55px;
    float: right;
    text-align: right;
    z-index: 9999;
}

button.menu-toggle::focus {
	outline: 0px solid transparent;
	border: 0px solid transparent;
}


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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.site-main {
    /* margin-top: 157px; */
}


/*--------------------------------------------------------------
# Custom Navigation
--------------------------------------------------------------*/
header.site-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

.logo {
    line-height: 1;
}

.logo img {
    max-width: 150px;
}

.stack_navigation_main_menu .row, 
.stack_navigation_eyebrow_menu .row {
    margin-bottom: 0;
    padding-bottom: 0;
}

.stack_navigation_eyebrow_menu {
    padding: 11px 0px;
}

.f-right {
    float: right;
}

.menu-top-header-menu-container {
	float: left;
}

.menu-top-header-menu-container ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    float: left;
    margin-top: 2px;
    margin-right: 12px;
}

ul#menu-top-header-menu li {
	margin-left: 35px;
    padding-top: 5px;
    position: relative;
}

ul#menu-top-header-menu li.menu-btn {
    margin-left: 37px;
}

ul#menu-top-header-menu li a {
    color: #fff;
    font-size: 14px;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: .2s all;
}

ul#menu-top-header-menu li.menu-btn a {
    border-radius: 10px;
    text-decoration: none;
	font-size: 14px;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 5px 20px;
    border: 1px solid #4DB1AD;
    background-color: #4DB1AD;
    transition: .2s all;
}

ul#menu-top-header-menu li.menu-btn a:hover {
    color: #4DB1AD;
    background-color: #ffffff;
    border-color: #4DB1AD;
}

ul#menu-top-header-menu li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #4b5a65;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: -22px;
    border-radius: 50%;
}

ul#menu-top-header-menu li.menu-btn:after {
    display: none;
}


ul#primary-menu {
    float: right;
}

ul#primary-menu li {
    padding-top: 20px;
    margin-left: 20px;
    position: relative;
}

ul#primary-menu li:last-child {
    /*border-right: 1px solid #667d8a;*/
}

ul#primary-menu li:last-child {
    padding: 13px 25px 14px;
    margin-top: 10px;
    background-color: #46166b;
    border-color: #46166b;
}

ul#primary-menu li:last-child a {
    color: #ffffff;
}

ul#primary-menu li:last-child:hover {
    background-color: #ffffff;
}

ul#primary-menu li:last-child:hover a {
    color: #46166b;
}

ul#primary-menu li:last-child a:before {
    display: none;
}




.main-navigation li li a:before {
    display: none;
}

ul#primary-menu li li:last-child {
    padding: 5px 14px;
    margin-top: 0;
    background-color: transparent;
    border-color: transparent;
}

ul#primary-menu li li:last-child a {
    color: #1C1C1E;
}

ul#primary-menu li li:last-child:hover {
    background-color: transparent;
}

ul#primary-menu li li:last-child:hover a {
    color: #4DB1AD;
}

ul#primary-menu li li:last-child a:before {
    display: none;
}

ul#primary-menu li a {
    color: #1C1C1E;
    font-size: 13px;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: .2s all;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul#primary-menu li.menu-item-has-children {
    cursor: default;
}

ul#primary-menu li.menu-item-has-children a:hover {
    /* color: #fff; */
}

ul#primary-menu li.menu-item-has-children:after {
	/* content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0 0 8px 8px;
    height: 0;
    width: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -10px;
    border-color: transparent;
    border-bottom-color: #4DB1AD;
    left: calc(50% - 4px);
    transition: .2s top; */
}

ul#primary-menu li.menu-item-has-children:hover:after {
    top:  -7px;
}

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

ul#primary-menu ul li {
    padding: 5px 14px;
    text-align: center;
}

ul#primary-menu ul li a {
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
}

.main-navigation ul ul {
	display: block;
	background-color: #ffffff;
	/* width: calc(100% + 2px);
	border: 1px solid #667d8a; */
	border-radius: 0px 0px 15px 15px;
    min-width: 200px;
}

ul#primary-menu li li {
    border-left: 0px;
    margin: 0;
}

ul#primary-menu li li:last-child {
    border-right: 0px;
}

ul#primary-menu li li a {
    font-size: 13px;
    font-weight: 300;
}

#primary-menu a:hover,
ul#primary-menu li:hover,
ul#primary-menu li.menu-item-has-children ul li a:hover{
	color: #46166b;
}

.header-icon.icon {
    float: right;
    margin-top: 10px;
}

.header-icon.icon svg{
    transition: .2s fill;
}

.header-icon.icon a:hover svg {
    fill: #46166b;
}


.main-navigation a:before,
.main-navigation a:after {
  position: absolute;
	-ms-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.main-navigation a:before {
  bottom: 10px;
  display: block;
  height: 2px;
  height: 1.5px;
  width: 0%;
  content: "";
  background-color: #1C1C1E;
}

.main-navigation a:hover:before,
.main-navigation .current a:before {
  opacity: 1;
  width: 100%;
}

.home .main-navigation a:before {
	background-color: #1C1C1E;
}

.current-menu-item a:before{
	/* width: 100%; */
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.textleft{text-align: left;}
.textright{text-align: right;}
.textcenter{text-align: center;}

/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
.container{margin:0 auto;max-width:1280px;width:90%}
.container.xl{max-width: 1521px; }
@media only screen and (min-width:601px){.container{width:85%}}
@media only screen and (min-width:890px){.container{width:80%}}
.container .row{margin-left:-0.75rem;margin-right:-0.75rem}
.row{margin-left:auto;margin-right:auto;margin-bottom:20px;margin-bottom:0px}
.row:after{content:"";display:table;clear:both}
.row .col{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 2.5rem;min-height:1px}
.row .col[class*=push-],.row .col[class*=pull-]{position:relative}
.container.relative{position: relative;}

/*PHONE - TABLETS*/
.row .col.s1,.row .col.s10,.row .col.s11,.row .col.s12,.row .col.s2,.row .col.s3,.row .col.s4,.row .col.s5,.row .col.s7,.row .col.s8,.row .col.s9{margin-left:auto;left:auto;right:auto}.row .col.s1{width:8.3333333333%}.row .col.s2{width:16.6666666667%}.row .col.s3{width:25%}.row .col.s4{width:33.3333333333%}.row .col.s5{width:41.6666666667%}.row .col.s6{width:50%;margin-left:auto;left:auto;right:auto;padding: 0 15px;}.row .col.s7{width:58.3333333333%}.row .col.s8{width:66.6666666667%}.row .col.s9{width:75%}.row .col.s10{width:83.3333333333%}.row .col.s11{width:91.6666666667%}.row .col.s12{width:100%;padding: 0 15px;}.row .col.offset-s1{margin-left:8.3333333333%}.row .col.pull-s1{right:8.3333333333%}.row .col.push-s1{left:8.3333333333%}.row .col.offset-s2{margin-left:16.6666666667%}.row .col.pull-s2{right:16.6666666667%}.row .col.push-s2{left:16.6666666667%}.row .col.offset-s3{margin-left:25%}.row .col.pull-s3{right:25%}.row .col.push-s3{left:25%}.row .col.offset-s4{margin-left:33.3333333333%}.row .col.pull-s4{right:33.3333333333%}.row .col.push-s4{left:33.3333333333%}.row .col.offset-s5{margin-left:41.6666666667%}.row .col.pull-s5{right:41.6666666667%}.row .col.push-s5{left:41.6666666667%}.row .col.offset-s6{margin-left:50%}.row .col.pull-s6{right:50%}.row .col.push-s6{left:50%}.row .col.offset-s7{margin-left:58.3333333333%}.row .col.pull-s7{right:58.3333333333%}.row .col.push-s7{left:58.3333333333%}.row .col.offset-s8{margin-left:66.6666666667%}.row .col.pull-s8{right:66.6666666667%}.row .col.push-s8{left:66.6666666667%}.row .col.offset-s9{margin-left:75%}.row .col.pull-s9{right:75%}.row .col.push-s9{left:75%}.row .col.offset-s10{margin-left:83.3333333333%}.row .col.pull-s10{right:83.3333333333%}.row .col.push-s10{left:83.3333333333%}.row .col.offset-s11{margin-left:91.6666666667%}.row .col.pull-s11{right:91.6666666667%}.row .col.push-s11{left:91.6666666667%}.row .col.offset-s12{margin-left:100%}.row .col.pull-s12{right:100%}.row .col.push-s12{left:100%}

/*PHONE SPECIFICS*/
@media only screen and (max-width:481px){.row .col.xs12{width:100%} .row .col.offset-xs0{margin-left: 0;} .row .col.push-s6{left:0;} .row .col.pull-s6 {right: 0;}}

/*TABLETS - LAPTOPS*/
@media only screen and (min-width:767px){.row .col.m1,.row .col.m10,.row .col.m11,.row .col.m12,.row .col.m2,.row .col.m3,.row .col.m4,.row .col.m5,.row .col.m7,.row .col.m8,.row .col.m9{margin-left:auto;left:auto;right:auto}.row .col.m1{width:8.3333333333%}.row .col.m2{width:16.6666666667%}.row .col.m3{width:25%}.row .col.m4{width:33.3333333333%}.row .col.m5{width:41.6666666667%}.row .col.m6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.m7{width:58.3333333333%}.row .col.m8{width:66.6666666667%}.row .col.m9{width:75%}.row .col.m10{width:83.3333333333%}.row .col.m11{width:91.6666666667%}.row .col.m12{width:100%}.row .col.offset-m1{margin-left:8.3333333333%}.row .col.pull-m1{right:8.3333333333%}.row .col.push-m1{left:8.3333333333%}.row .col.offset-m2{margin-left:16.6666666667%}.row .col.pull-m2{right:16.6666666667%}.row .col.push-m2{left:16.6666666667%}.row .col.offset-m3{margin-left:25%}.row .col.pull-m3{right:25%}.row .col.push-m3{left:25%}.row .col.offset-m4{margin-left:33.3333333333%}.row .col.pull-m4{right:33.3333333333%}.row .col.push-m4{left:33.3333333333%}.row .col.offset-m5{margin-left:41.6666666667%}.row .col.pull-m5{right:41.6666666667%}.row .col.push-m5{left:41.6666666667%}.row .col.offset-m6{margin-left:50%}.row .col.pull-m6{right:50%}.row .col.push-m6{left:50%}.row .col.offset-m7{margin-left:58.3333333333%}.row .col.pull-m7{right:58.3333333333%}.row .col.push-m7{left:58.3333333333%}.row .col.offset-m8{margin-left:66.6666666667%}.row .col.pull-m8{right:66.6666666667%}.row .col.push-m8{left:66.6666666667%}.row .col.offset-m9{margin-left:75%}.row .col.pull-m9{right:75%}.row .col.push-m9{left:75%}.row .col.offset-m10{margin-left:83.3333333333%}.row .col.pull-m10{right:83.3333333333%}.row .col.push-m10{left:83.3333333333%}.row .col.offset-m11{margin-left:91.6666666667%}.row .col.pull-m11{right:91.6666666667%}.row .col.push-m11{left:91.6666666667%}.row .col.offset-m12{margin-left:100%}.row .col.pull-m12{right:100%}.row .col.push-m12{left:100%}}

/*LG. LAPTOPS - DESKTOPS*/
@media only screen and (min-width:1025px){.row .col.l1,.row .col.l10,.row .col.l11,.row .col.l12,.row .col.l2,.row .col.l3,.row .col.l4,.row .col.l5,.row .col.l7,.row .col.l8,.row .col.l9{margin-left:auto;left:auto;right:auto}.row .col.l1{width:8.3333333333%}.row .col.l2{width:16.6666666667%}.row .col.l3{width:25%}.row .col.l4{width:33.3333333333%}.row .col.l5{width:41.6666666667%}.row .col.l6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.l7{width:58.3333333333%}.row .col.l8{width:66.6666666667%}.row .col.l9{width:75%}.row .col.l10{width:83.3333333333%}.row .col.l11{width:91.6666666667%}.row .col.l12{width:100%}.row .col.offset-l1{margin-left:8.3333333333%}.row .col.pull-l1{right:8.3333333333%}.row .col.push-l1{left:8.3333333333%}.row .col.offset-l2{margin-left:16.6666666667%}.row .col.pull-l2{right:16.6666666667%}.row .col.push-l2{left:16.6666666667%}.row .col.offset-l3{margin-left:25%}.row .col.pull-l3{right:25%}.row .col.push-l3{left:25%}.row .col.offset-l4{margin-left:33.3333333333%}.row .col.pull-l4{right:33.3333333333%}.row .col.push-l4{left:33.3333333333%}.row .col.offset-l5{margin-left:41.6666666667%}.row .col.pull-l5{right:41.6666666667%}.row .col.push-l5{left:41.6666666667%}.row .col.offset-l6{margin-left:50%}.row .col.pull-l6{right:50%}.row .col.push-l6{left:50%}.row .col.offset-l7{margin-left:58.3333333333%}.row .col.pull-l7{right:58.3333333333%}.row .col.push-l7{left:58.3333333333%}.row .col.offset-l8{margin-left:66.6666666667%}.row .col.pull-l8{right:66.6666666667%}.row .col.push-l8{left:66.6666666667%}.row .col.offset-l9{margin-left:75%}.row .col.pull-l9{right:75%}.row .col.push-l9{left:75%}.row .col.offset-l10{margin-left:83.3333333333%}.row .col.pull-l10{right:83.3333333333%}.row .col.push-l10{left:83.3333333333%}.row .col.offset-l11{margin-left:91.6666666667%}.row .col.pull-l11{right:91.6666666667%}.row .col.push-l11{left:91.6666666667%}.row .col.offset-l12{margin-left:100%}.row .col.pull-l12{right:100%}.row .col.push-l12{left:100%}}


/*--------------------------------------------------------------
  MEDIA QUERY CLASSES
--------------------------------------------------------------*/
@media only screen and (max-width:600px){.hide-on-small-and-down,.hide-on-small-only{display:none!important}}@media only screen and (max-width:889px){.hide-on-med-and-down{display:none!important}}@media only screen and (min-width:601px){.hide-on-med-and-up{display:none!important}}@media only screen and (min-width:600px) and (max-width:889px){.hide-on-med-only{display:none!important}}@media only screen and (min-width:890px){.hide-on-large-only{display:none!important}.show-on-large{display:block!important}}@media only screen and (min-width:600px) and (max-width:889px){.show-on-medium{display:block!important}}@media only screen and (min-width:601px){.show-on-medium-and-up{display:block!important}}@media only screen and (max-width:889px){.show-on-medium-and-down{display:block!important}}@media only screen and (max-width:600px){.show-on-small{display:block!important}.center-on-small-only{text-align:center}}

/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/

.btn {
    border-radius: 25px;
    text-decoration: none;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    padding: 13px 25px 14px;
    border: 1px solid #4DB1AD;
    transition: .2s all;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.btn.bg-primary:hover {
    color: #4DB1AD;
    background-color: #ffffff;
    border-color: #4DB1AD;
}

.btn.secondary {
    margin-left: 15px;
}

.btn.bg-dgray {
    color: #ffffff;
    border-color: #243746;
}

.btn.bg-dgray:hover {
    color: #243746;
    background-color: #ffffff;
}

a.btn-arrow {
	position: absolute;
    right: 10px;
    bottom: 6px;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
}

a.btn-arrow:hover{
	color: #4DB1AD;
}

a.btn-arrow:after {
    content: "";
    display: inline-block;
    /* right: 0; */
    /* position: absolute; */
    /* top: 0; */
    border-style: solid;
    border-width: 0 0 6px 6px;
    height: 0;
    width: 0;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    display: inline-block;
    height: 7px;
    position: relative;
    width: 7px;
    top: -1px;
    border-color: transparent;
    border-bottom-color: #4DB1AD;
    left: 4px;
    transition: .2s left;
}

a.btn-arrow:hover:after {
	left: 8px;
}

.btn-block {
    margin-top: 40px;
}

.btn-block,
.btn-holder {
    display: inline-block;
}

/*--------------------------------------------------------------
FONTS
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #243746;
    font-family: scriptorama-markdown-jf, sans-serif;
    font-weight: 600;
    font-style: normal;
}

h1 {
	font-style: normal;
	font-size: 53px;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2 {
    font-style: normal;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 10px;
}

h3 {
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 1.1;
}

h4 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.2;
}

h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
}

p, li {
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 16px;
	color: #243746;
}

p.strong,
b, 
strong {
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.stack ul {
    margin-left: 0;
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    color: #243746;
}


/*--------------------------------------------------------------
HELPERS
--------------------------------------------------------------*/
.br {
    border-radius: 25px;
}

.br-ls {
    border-radius: 25px 0 0 25px;
}

.br-rs {
    border-radius: 0 25px 25px 0;
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-holder {
    padding: 80px 80px 60px;
    padding: 40px 50px 40px;
}

.stack.bg-img,
.stack.bg-clr {
	padding: 100px 0;
    padding: 70px 0 30px;
}

.extraspace-bot {
	margin-bottom: 25px;
}

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

/*--------------------------------------------------------------
STACK SPACES
--------------------------------------------------------------*/

.stack {
    /*margin-bottom: 60px;*/
}

.stack .container{
    /*padding: 80px 0;*/
}

.spacer.space-sm {
    padding: 25px;
}

.spacer.space-lg {
    padding: 50px;
}



/*--------------------------------------------------------------
COLORS
--------------------------------------------------------------*/
.bg-primary{background-color: #4DB1AD;}
.bg-secondary{background-color: #D7E64A;}

.bg-pink{background-color: #46166b;}
.bg-pink h1, .bg-pink h2, .bg-pink h3, .bg-pink h4, .bg-pink h5, .bg-pink h6 {color: #c2d500;}
.bg-pink p {color: #ffffff;}
.bg-pink .btn{background-color: #c2d500; border-color: #c2d500; color: #46166b;}
.bg-pink .btn:hover{background-color: transparent; border-color: #c2d500; color: #c2d500;}

.bg-lgreen{background-color: #D7E64A;}
.bg-lgreen h1, .bg-lgreen h2, .bg-lgreen h3, .bg-lgreen h4, .bg-lgreen h5, .bg-lgreen h6, .bg-lgreen p, .bg-lgreen li{color: #005259;}
.bg-lgreen .btn{background-color: #005259; border-color: #005259; color: #D7E64A;}
.bg-lgreen .btn:hover{background-color: transparent; border-color: #005259; color: #005259;}

.bg-dgreen{background-color: #254D32;}
.bg-dgreen h1, .bg-dgreen h2, .bg-dgreen h3, .bg-dgreen h4, .bg-dgreen h5, .bg-dgreen h6, .bg-dgreen p, .bg-dgreen li{color: #EDCDE5;}
.bg-dgreen .btn{background-color: #EDCDE5; border-color: #EDCDE5; color: #254D32;}
.bg-dgreen .btn:hover{background-color: transparent; border-color: #EDCDE5; color: #EDCDE5;}

.bg-dblue{background-color: #243746;}
.bg-dblue h1, .bg-dblue h2, .bg-dblue h3, .bg-dblue h4, .bg-dblue h5, .bg-dblue h6, .bg-dblue p, .bg-dblue li{color: #c2d500;}
.bg-dblue p {color: #ffffff;}
.bg-dblue .btn{background-color: #D7E64A; border-color: #D7E64A; color: #243746;}
.bg-dblue .btn:hover{background-color: transparent; border-color: #D7E64A; color: #D7E64A;}

.bg-lblue{background-color: #97d1dc;}
.bg-lblue h1, .bg-lblue h2, .bg-lblue h3, .bg-lblue h4, .bg-lblue h5, .bg-lblue h6, .bg-lblue p, .bg-lblue li{color: #243746;}
.bg-lblue .btn{background-color: #243746; border-color: #243746; color: #97d1dc;}
.bg-lblue .btn:hover{background-color: transparent; border-color: #243746; color: #243746;}

.bg-white{background-color: #ffffff;}
.bg-white .btn{background-color: #243746; border-color: #243746; color: #FFFFFF;}
.bg-white .btn:hover{background-color: transparent; border-color: #243746; color: #243746;}


.bg-dgray{background-color: #1C1C1E;}

.bg-owhite{background-color: #F8F5F5;}
.bg-owhite h1, .bg-owhite h2, .bg-owhite h3, .bg-owhite h4, .bg-owhite h5, .bg-owhite h6, .bg-owhite p, .bg-owhite li{color: #1C1C1E;}
.bg-owhite .btn{background-color: #1C1C1E; border-color: #1C1C1E; color: #F8F5F5;}
.bg-owhite .btn:hover{background-color: transparent; border-color: #1C1C1E; color: #1C1C1E;}
.bg-owhite .btn.secondary {background-color: transparent;color: #1C1C1E;}
.bg-owhite .btn.secondary:hover {background-color: #243746;color: #ffffff;}


.bg-lgray{background-color: #F8F5F5;}
.bg-lgray h1, .bg-lgray h2, .bg-lgray h3, .bg-lgray h4, .bg-lgray h5, .bg-lgray h6, .bg-lgray p, .bg-lgray li{color: #1C1C1E;}
.bg-lgray .btn{background-color: #1C1C1E; border-color: #1C1C1E; color: #F8F5F5;}
.bg-lgray .btn:hover{background-color: transparent; border-color: #1C1C1E; color: #1C1C1E;}

.co-white{color: #ffffff;}
.co-dgray{color: #1C1C1E;}
.co-owhite{color: #F8F5F5;}
.co-lgray{color: #F8F5F5;}
.co-primary{color: #4DB1AD;}
.co-secondary{color: #D7E64A;}
.co-pink{color: #EDCDE5;}
.co-lgreen{color: #D7E64A;}
.co-dgreen{color: #254D32;}
.co-dblue{color: #005259;}
.co-lblue{color: #CEF8FF;}








/*************************** STACKS ***************************/



/*--------------------------------------------------------------
Multi Stack Styles
--------------------------------------------------------------*/

.header-cap {
    position: relative;
    padding-bottom: 20px;
}




/*** HERO SECTIONS ***/

/*--------------------------------------------------------------
stack_hero_main_header
--------------------------------------------------------------*/
.stack_hero_main_header h1 {
    margin-top: 60px;
}

.partners-logos {
    align-items: center;
    justify-content: center;
    align-content: center;
    grid-column: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    text-align: center;
    margin-top: 80px;
}

.partners-logos img {
    max-width: 150px;
}

/*--------------------------------------------------------------
stack_hero_slim_header w/ background image (add bg-img to template)
--------------------------------------------------------------*/

.stack.stack_hero.stack_hero_main_header.bg-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

.hero-badge {
    max-width: 490px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

/*--------------------------------------------------------------
stack_hero_slim_header
--------------------------------------------------------------*/
.stack_hero_slim_header {
    background-position: center;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.stack_hero_slim_header h1 {
	padding: 175px 0px 25px;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.stack_hero_slim_header .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .1;
    mix-blend-mode: multiply;
	z-index: 1;
}

/*--------------------------------------------------------------
stack_hero_slider
--------------------------------------------------------------*/

.stack_hero_slider {
    background-position: center;
    background-size: cover;
}

.stack_hero_slider .row{
	padding-top: 30px;
    padding-bottom: 40px;
}

.stack_hero_slider p {
	color: #ffffff;
}


.stack_hero_slider .brick-slide{
	position: relative;
	z-index: 3;
	padding: 240px 0 100px;
}

.container.brick-slide h1,
.container.brick-slide h2,
.container.brick-slide h3,
.container.brick-slide h4,
.container.brick-slide h5,
.container.brick-slide h6,
.container.brick-slide p {
    /* color: #ffffff; */
}

.stack_hero_slider .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    mix-blend-mode: multiply;
    z-index: 1;
}

.stack_hero_slider .image-overlay_image-background{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.brick-slide h1 {
	margin-bottom: 10px;
}

.brick-slide a.btn {
    margin-top: 30px;
}


/*SPLIDE SETTINGS*/
button.splide__arrow {
    background-color: #243746;
    transition: .2s all;
    opacity: 1;
}

button.splide__arrow:hover {
    background-color: #c2d500;
}

.splide__arrow:hover svg {
	fill: #ffffff;
}

.splide__pagination__page.is-active {
	background-color: #c2d500;
	transform: scale(1);
	opacity: 1;
}

.splide__pagination__page.is-active .splide__arrow svg {
	fill: #ffffff;
}

.splide__pagination__page {
	background-color: #c2d500;
	opacity: 1;
}


.splide__pagination li {
    padding: 0 2px;
    opacity: 1;
}

.splide__pagination__page {
    border-radius: 0px;
    height: 4px;
    width: 31px;
    background-color: #fff;
    margin: 20px 0;
    opacity: .5;
}

.splide__pagination__page.is-active {
    background-color: #ffffff;
    transform: scale(1);
    opacity: 1;
}

.splide__pagination li {
    padding: 0;
    opacity: 1;
    padding-right: 10px;
}


button.splide__arrow {
    /* display: none; */
}

.splide__pagination {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 80%;
    max-width: 1280px;
    left: 50%;
	right: 0;
	bottom: 40px;
    transform: translateX(-50%);
}

ul.splide__pagination {
    display: none;
}

@media only screen and (min-width:601px){.splide__pagination{width:85%}}
@media only screen and (min-width:890px){.splide__pagination{width:80%}}

/*** CONTENT SECTIONS ***/



/*--------------------------------------------------------------
stack_content_background_image
--------------------------------------------------------------*/

.stack_content_background_image {
    /* min-height: 85vh; */
    max-height: 600px;
    height: 85vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
stack_content_img_slider
--------------------------------------------------------------*/

.stack.stack_hero.stack_content_img_slider {
    max-height: 600px;
    height: 85vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul#splide01-list {
    max-height: 600px;
    height: 85vh;
}

.image-overlay_image-background.bg-img {
    height: 100%;
}

div#splide01-track {
    padding: 0px !important;
}

/*--------------------------------------------------------------
stack_content_testimonial
--------------------------------------------------------------*/
.stack_content_testimonial .testimonial {
    /* max-width: 80%; */
    margin: 0 auto;
}

.stack_content_testimonial .testimonial p {
    font-size: 24px;
}

.testimonial-attribution {
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #243746;
    margin-top: -15px;
}

/*--------------------------------------------------------------
stack_content_two_col_title
--------------------------------------------------------------*/

.stack_content_two_col_title p {
    /* color: #fff; */
}

.stack_content_two_col_title h2{
	/* font-size: 45px; */
}

/*--------------------------------------------------------------
stack_content_two_col
--------------------------------------------------------------*/
.stack_content_two_col .bond_backgroundcolor_wrap {
    display: flex;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------
stack_content_two_col_video
--------------------------------------------------------------*/
.stack_content_two_col_video {
    position: relative;
    overflow: hidden;
}

.video-holder {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    text-align: center;
}

.bg-bot-half {
    position: absolute;
    bottom: 0;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/*** FEED SECTIONS ***/

/*--------------------------------------------------------------
stack_feed_picked_posts
--------------------------------------------------------------*/
.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-cards.bond-two-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    margin: 10px 0 30px;
}

.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-cards.bond-three-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    margin: 10px 0 30px;
}

.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-cards.bond-four-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    margin: 10px 0 30px;
}

.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-cards a {
    display: grid;
    text-decoration: none;
}

.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-cards .brick-card.bg-lgray {
    display: flex;
    flex-direction: column;
}


.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-card svg {
	transition: .25s all;
	margin-top: auto;
}

.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-card:hover svg {
	stroke: #ffffff;
	margin-left: 10px;
}

.stack_feed_picked_posts.looks-like.stack_card_four_col p {
    margin-bottom: 40px;
}

.stack_feed_picked_posts.looks-like.stack_card_four_col .brick-card {
    padding: 50px 35px 45px;
    border-radius: 10px;
    transition: .25s all;
}


/*--------------------------------------------------------------
stack_feed_recent_posts_careers
--------------------------------------------------------------*/

.stack_feed_recent_posts_careers .brick-cards {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 15px;
    width: 100%;
}

.stack_feed_recent_posts_careers .brick-card {
    border-radius: 10px;
    padding: 35px 50px 33px;    
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    transition: .3s all;
}

.stack_feed_recent_posts_careers .brick-card svg {
	margin-top: 4px;
	transition: .3s all;
}

.stack_feed_recent_posts_careers .brick-card p {
    margin: 0;
}

.stack_feed_recent_posts_careers .brick-card:hover h2,
.stack_feed_recent_posts_careers .brick-card:hover p {
	color: #ffffff;
}

.stack_feed_recent_posts_careers .brick-card:hover svg {
	stroke: #ffffff;
	margin-left: 10px;
}

.stack_feed_recent_posts_careers .brick-card:hover {
	background-color: #4DB1AD;
}



/*** CARD SECTIONS ***/

/*--------------------------------------------------------------
stack_card_full_width
--------------------------------------------------------------*/
.card {
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.card p {
    color:  #ffffff;
    margin: 0;
}

.card .btn {
    margin-top: 20px;
    display: inline-block;
}

a.card-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card .carrot:after {
    content: "";
    display: inline-block;
    /* right: 0; */
    /* position: absolute; */
    /* top: 0; */
    border-style: solid;
    border-width: 0 0 8px 8px;
    height: 0;
    width: 0;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -6px;
    border-color: transparent;
    border-bottom-color: #ebc334;
    left: 8px;
    transition: .2s left;
}

.card:hover .carrot:after {
    left: 12px;
}

.card:hover .btn.bg-primary {
    color: #4DB1AD;
    background-color: #ffffff;
    border-color: #4DB1AD;
}

/*--------------------------------------------------------------
stack_card_side_by_side
--------------------------------------------------------------*/
.card-stack {
    display: inline-flex;
    align-items: stretch;
}

.card1, .card2 {
    height: inherit;
    width: 50%;
    flex: 1;
    display: inline-flex;
    margin-left: 11px;
}

.card1 {
    margin-left: 0;
    margin-right: 20px;
    margin-right: 38px;
}

/*--------------------------------------------------------------
stack_card_four_col
--------------------------------------------------------------*/
.stack_card_four_col .brick-card_icon {
    max-width: 45px;
}

.stack_card_four_col .brick-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 0px;
	margin: 10px 0 30px;
}

.stack_card_four_col .brick-card {
    padding: 50px 35px;
    border-radius: 10px;
    transition: .25s all;
}

.stack_card_four_col .brick-card:hover {
	background-color: #4DB1AD;
}

.stack_card_four_col .brick-card:hover h2,
.stack_card_four_col .brick-card:hover p {
	color: #ffffff;
}

.stack_card_four_col .brick-card:hover .unq-fitline {
	background-color: #ffffff;
}

.stack_card_four_col .brick-card h2,
.stack_card_four_col .brick-card p,
.stack_card_four_col .brick-card .unq-fitline {
	transition: .25s all;
}

/*--------------------------------------------------------------
stack_card_side_by_side_testimonials
--------------------------------------------------------------*/
.stack_card_side_by_side_testimonials .brick-card_icon {
    max-width: 45px;
}

.stack_card_side_by_side_testimonials .brick-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 0px;
	margin: 10px 0 0px;
}

.stack_card_side_by_side_testimonials .brick-card {
    padding: 35px;
    border-radius: 10px;
}

.stack_card_side_by_side_testimonials .btn{
	margin-top: 30px;
}

.stack_card_side_by_side_testimonials p.co-white.brick-card_name-title {
    font-size: 12px;
    margin: 0;
}

.stack_card_side_by_side_testimonials .unq-fitline.bg-white {
    opacity: .5;
    background-color: #ffffff;
}

.stack_card_side_by_side_testimonials .brick-card_testimonial.co-white {
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: "Archivo", sans-serif;
}

.stack_card_side_by_side_testimonials .brick-card.bg-primary {
    display: flex;
    flex-direction: column;
}

.stack_card_side_by_side_testimonials .bottom-anchor {
    margin-top: auto;
}

.stars {
    opacity: .5;
    display: inline-block;
    margin-bottom: 10px;
}

.star {
    display: inline-block;
    width: 20px;
}

/*** COMPONENT SECTIONS ***/

/*--------------------------------------------------------------
stack_component_accordion
--------------------------------------------------------------*/


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  cursor: pointer;
}


.accordion-button:not(.collapsed) {
  /*color: #0c63e4;*/
  background-color: #e7f1ff;
  /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EDCDE5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EDCDE5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}


.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
/*  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
  padding-top: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}


/* UNIQUE ACCORDION STYLES */

.accordion {
	border-top: 1px solid #EDCDE5;
}

.accordion-item {
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid #EDCDE5;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button {
    color: #EDCDE5;
    opacity: 1;
    font-family: halyard-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 1.1;
}

.accordion-item .btn {
	margin-bottom: 1.5em;
}

.accordion-body p:first-of-type{
    margin-top: 0;
}

/*--------------------------------------------------------------
stack_component_two_col_cta
--------------------------------------------------------------*/
.stack_component_two_col_cta {
	position: relative;
}

.stack_component_two_col_cta h2, 
.stack_component_two_col_cta h4,
.stack_component_two_col_cta p {
    color: #ffffff;
}

.stack_component_two_col_cta .unq-fitline {
	background-color: #ffffff;
}

.stack_component_two_col_cta h2 {
	font-size: 55px;
}

.stack_component_two_col_cta .image-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    opacity: .75;
    mix-blend-mode: multiply;
	z-index: 1;
	width: 50%;
}

.stack_component_two_col_cta .col {
    z-index: 2;
    position: relative;
}

.stack_component_two_col_cta h4 {
    margin-top: 35px;
    margin-bottom: -8px;
}

/*--------------------------------------------------------------
stack_component_logo_wall
--------------------------------------------------------------*/

.logo-wall {
    display: flex;
    flex-wrap: wrap;
}

.logo-wall-img {
    max-width: 25%;
    padding: 20px;
}

/*--------------------------------------------------------------
stack_component_icon_wall
--------------------------------------------------------------*/
.stack.stack_component_icon_wall .brick_icons {
    display: flex;
    flex-wrap: wrap;
}

.stack.stack_component_icon_wall .brick_icon {
    flex: 0 0 50%;
    margin-bottom: 30px;
    padding-right: 58px;
}

.stack.stack_component_icon_wall .brick_icon-icon {
    max-width: 85px;
}

/*--------------------------------------------------------------
stack_component_form_event
--------------------------------------------------------------*/
.event-detail {
    margin-bottom: 20px;
    font-size: 15px;
}

/*--------------------------------------------------------------
stack_feed_recent_posts_events
--------------------------------------------------------------*/
.brick-card {
    margin: 0 14px;
}

.stack_feed_recent_posts_events .brick-card.bg-lgray a {
    min-height: 410px;
    text-align: center;
    padding: 40px 25px 40px;
    text-decoration: none;
    display: grid;
    justify-content: center;
    position: relative;
    border: 1px solid;
    border-radius: 25px;
    transition: .2s all;
}

.stack_feed_recent_posts_events .event-card_futton {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 52px;
    text-align: center;
    padding-top: 12px;
    border-top: 1px solid;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    transition: .2s all;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.stack_feed_recent_posts_events .brick-card.bg-lgray a:hover {
    border-color: #4DB1AD;
}

.stack_feed_recent_posts_events .brick-card.bg-lgray a:hover .event-card_futton {
    border-color: #4DB1AD;
    background-color: #4DB1AD;
    color: #ffffff;
}

.stack_feed_recent_posts_events .splide__track {
    margin-left: -6rem;
    padding: 30px 0 35px;
}

.stack_feed_recent_posts_events .splide__arrows.splide__arrows--ltr {
    position: absolute;
    width: 100px;
    top: 23px;
    right: 0;
}

button.splide__arrow {
    background-color: transparent;
    transition: .2s all;
    opacity: 1;
    border: 1px solid #243746;
}

.event-card_icon {
    /* margin-bottom: 30px; */
}

.event-card_icon img {
    max-width: 200px;
    margin: 0;
}

.event-card_details {
    font-size: 16px;
    line-height: 1.1;
}

.event-card {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-items: center;
    align-content: space-evenly;
    row-gap: 0;
    /* justify-content: space-between; */
    justify-content: center;
}

/*--------------------------------------------------------------
stack_email_capture
--------------------------------------------------------------*/
.stack.stack_email_capture,
.stack.stack_email_capture .row {
    text-align: center;
}

#gform_fields_5 {
    max-width: 500px;
    margin: 0 auto;
}

.stack.stack_email_capture {
    padding: 90px 0;
}

.email_capture-form {
    margin-top: 3px;
}

.email_capture-header.co-white {
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}

input#input_5_1 {
    background-color: #ffffff;
    border-radius: 25px !important;
    border: 1px solid #fff;
}

#gform_fields_5 {
    grid-column-gap: 0 !important;
}

input#input_5_1 {
    background-color: #fff;
    border-radius: 25px 0 0 25px !important;
    height: 45px;
}

#gform_submit_button_5 {
    background-color: #243746;
    border-radius: 0 25px 25px 0 !important;
    height: 45px;
    color: #ffffff !important;
    cursor: pointer;
    transition: .2s all;
}

#gform_submit_button_5:hover {
    background-color: #005259;
}

#validation_message_5_1 {
    position: absolute;
    margin: 20px 0;
    padding: 5px !important;
    width: 100%;
    display: none!important;
}

#field_5_1 {
    text-align: left;
}

#field_5_1 label.gfield_label.gform-field-label {
    text-align: left !important;
    margin-left: 20px;
    opacity: .7;
    font-size: 12px !important;
}

#gform_fields_5 .gform_wrapper.gravity-theme .gfield_required {
    font-size: 10px !important;
    position: absolute;
}

div#gform_confirmation_message_5 {
    color: #005259;
    font-weight: 700;
    font-size: 18px;
}


/*--------------------------------------------------------------
gravity forms
--------------------------------------------------------------*/

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0!important;
    margin: 0!important;
}



.gform-body .gform_fields input,
.gform-body .gform_fields textarea {
    padding: 12px 20px!important;
    border-radius: 0px!important;
    font-size: 14px!important;
    font-family: interstate, sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
    color: #243746!important;
    border: 0px;
    background-color: #F8F5F5;
}

.gform-body .gform_fields input::placeholder,
.gform-body .gform_fields textarea::placeholder {
	color: #243746!important;
}

.gform-body .gform_fields input:focus, 
.gform-body .gform_fields textarea:focus {
    outline: 3px solid #4DB1AD;
}


p.gform_required_legend {
    display: none!important;
}

.gform_button,
.gform_next_button,
.gform_previous_button  {
    border-radius: 10px!important;
    text-decoration: none!important;
    cursor: pointer!important;

    border-radius: 10px!important;
    text-decoration: none!important;
    font-family: interstate, sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    line-height: 1!important;
    padding: 11px 21px 11px!important;
    border: 1px solid #4DB1AD!important;
    transition: .2s all!important;
    display: inline-block!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    font-size: 10px!important;

    background-color: #4DB1AD!important;
    color: #ffffff!important;

    border-radius: 25px!important;
    text-decoration: none!important;
    font-family: interstate, sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
    line-height: 1!important;
    padding: 13px 25px 14px!important;
    border: 1px solid #4DB1AD!important;
    transition: .2s all!important;
    display: inline-block!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    font-size: 14px!important;
}

.gform_button:hover,
.gform_next_button:hover,
.gform_previous_button:hover {
    color: #4DB1AD!important;
    background-color: #ffffff!important;
    border-color: #4DB1AD!important;
}

.gform_button,
.gform_next_button,
.gform_previous_button  {
    margin-top: 25px!important;
}

.gform_next_button {
    float:right!important;
}

.gform_previous_button {
    color: #4DB1AD!important;
    background-color: #ffffff!important;
    border-color: #4DB1AD!important;
}

.gform_previous_button:hover {
    background-color: #4DB1AD!important;
    color: #ffffff!important;
    border-color: #4DB1AD!important;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px!important;
    font-family: interstate, sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
    color: #243746!important;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: #243746!important;
}

span#gfield_upload_rules_3_11 {
    font-size: 13px!important;
    font-family: interstate, sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
    color: #243746!important;
    padding: 0!important;
    opacity: .7!important;
}

/*--------------------------------------------------------------
stack_footer
--------------------------------------------------------------*/
.stack.stack_footer,
.stack.stack_footer .row {
    margin: 0;
}

.stack.stack_footer {
    padding: 70px 0 20px;
    position: relative;
}

.footer-logo img {
    width: 180px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-icon {
    display: flex;
}

.footer-icon .icon, 
.footer-icon .icon-text {
    display: inline-block;
}

.footer-icon .icon-text {
    font-size: 14px;
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-left: 10px;
}

.footer-icon .icon-text a{
    color: inherit;
    text-decoration: none;
    transition: .2s color;
}

.footer-icon a:hover {
    color: #ebc334;
    opacity: 1;
}

.footer-icon.footer-copy .icon-text {
    margin-left: 0;
    color: #aeb6bb;
}

.footer-icon.footer-copy .icon-text a {
    color: #ebc334;
    text-decoration: none;
}

.footer-icon svg {
    transition: .2s fill;
}

.footer-icon a:hover svg {
    fill: #4DB1AD;
}

.footer-stacks {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer-stacks .footer-stack {
    display: flex;
    flex-direction: column;
    min-height: 157px;
}

.footer-stacks .footer-stack .footer_bottom-anchor {
    margin-top: auto;
}

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

.footer-menu ul li {
	padding-bottom: 11px;
    line-height: 1;
}

.footer-menu.time ul li {
    color: #F8F5F5;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    opacity: .5;
    padding-bottom: 5px;
}

.footer-menu ul li a {
    color: #F8F5F5;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    opacity: .7;
    transition: .2s all;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer_bottom-anchor,
.footer-copy {
    font-size: 11px;
    color: #fff;
    font-family: interstate, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.footer-copy-sm {
    font-size: 10px;
    opacity: .7;
}

a.co-white.footer-copy:hover {
    color: inherit;
}


.footer-icon.footer-social .icon {
	margin-right: 12px;
    opacity: .7;
    transition: .2s all;
}

.footer-icon.footer-social .icon.faded {
    max-width: 38px;
    opacity: .7;
    margin-right: 20px;
}

.footer-icon.footer-social .icon:hover {
    opacity: 1;
}

.icon-text.co-lgray {
    opacity: .7;
}


.stack_footer h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
}

.stack_footer hr {
    opacity: .7;
}

.footer-stack a.btn.co-white {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 10px;
    background-color: #D7E64A;
    border-color: #D7E64A;
    color: #243746;
}

.footer-stack a.btn.co-white:hover {
background-color: transparent; border-color: #D7E64A; color: #D7E64A;
}

/*--------------------------------------------------------------
.index.php // Blog Page
--------------------------------------------------------------*/
.full-blog-feed {
	display: flex;
    flex-wrap: wrap;
}

.full-blog-feed .col {
    margin-bottom: 50px;
}


/*--------------------------------------------------------------
Client Uniques
--------------------------------------------------------------*/

.stack_navigation_main_menu {
    margin-bottom: -45px;
    z-index: 2;
    position: fixed;
    padding: 15px 0;
    width: 100%;
    border-bottom: 2px solid #97d1dc;
}


.unq-fitline {
    display: block;
    height: 4px;
    width: 55px;
    background-color: #4DB1AD;
    margin: 20px 0;
}

.stack.stack_hero {
    /*margin-top: -79px;*/
}

.stack_navigation_eyebrow_menu .site-callout {
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-size: 16px;
    padding-top: 15px;
}

.stack_navigation_eyebrow_menu .btn {
	margin: 5px 0;
}

.stack.stack_hero.stack_hero_slim_header.bg-img {
    background-position: center;
    min-height: 400px;
}

.stack.stack_content.stack_content_three_col.bg-pink {
    text-align: center;
}


/*--------------------------------------------------------------
EVENTS
--------------------------------------------------------------*/

#tribe-events-pg-template {
    padding-top: 190px;
}

.tribe-events-event-image img {
    max-width: 140px;
}


.tribe-common-l-container.tribe-events-l-container {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}

.tribe-common a, .tribe-common abbr, .tribe-common acronym, .tribe-common address, .tribe-common applet, .tribe-common article, .tribe-common aside, .tribe-common audio, .tribe-common b, .tribe-common big, .tribe-common blockquote, .tribe-common canvas, .tribe-common caption, .tribe-common center, .tribe-common cite, .tribe-common code, .tribe-common dd, .tribe-common del, .tribe-common details, .tribe-common dfn, .tribe-common div, .tribe-common dl, .tribe-common dt, .tribe-common em, .tribe-common embed, .tribe-common fieldset, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common form, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common header, .tribe-common i, .tribe-common iframe, .tribe-common img, .tribe-common ins, .tribe-common kbd, .tribe-common label, .tribe-common legend, .tribe-common li, .tribe-common main, .tribe-common mark, .tribe-common menu, .tribe-common nav, .tribe-common object, .tribe-common ol, .tribe-common output, .tribe-common p, .tribe-common pre, .tribe-common q, .tribe-common ruby, .tribe-common s, .tribe-common samp, .tribe-common section, .tribe-common small, .tribe-common span, .tribe-common strike, .tribe-common strong, .tribe-common sub, .tribe-common summary, .tribe-common sup, .tribe-common table, .tribe-common tbody, .tribe-common td, .tribe-common tfoot, .tribe-common th, .tribe-common thead, .tribe-common time, .tribe-common tr, .tribe-common tt, .tribe-common u, .tribe-common ul, .tribe-common var, .tribe-common video {
    font-family: interstate, sans-serif !important;
}

span.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    font-family: scriptorama-markdown-jf, sans-serif !important;
}

address.tribe-events-calendar-list__event-venue.tribe-common-b2 {
    opacity: .75;
    font-size: 12px !important;
}

span.tribe-events-calendar-list__event-date-tag-weekday {
    font-weight: 600 !important;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
    margin: 10px 0 10px !important;
}

.tribe_event_series-template-default article.tribe_event_series {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    max-width: 1280px;
}

.tribe_event_series-template-default nav.navigation.post-navigation {
    display: none !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
    border-color: #4DB1AD !important;
    color: #4DB1AD !important;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #4DB1AD !important;
} 

.tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:focus, .tribe-common a.tribe-common-c-btn-border:hover {
    background-color: #4DB1AD !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #4DB1AD !important;
    color: #ffffff !important;
} 

.tribe-events .tribe-events-calendar-series-archive__link:focus .tribe-events-series-archive__icon, .tribe-events .tribe-events-calendar-series-archive__link:hover .tribe-events-series-archive__icon {
    color: #4DB1AD !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #4DB1AD !important;
}

.tribe-events-meta-group a {
    color: #4DB1AD !important;
}

.tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover {
    color: #4DB1AD !important;
}

.tribe-common .tribe-common-c-svgicon {
    color: #4DB1AD !important;
}

.tribe-common .tribe-common-anchor-thin-alt {
    border-color: #4DB1AD !important;
}

.tribe-events .tribe-events-c-messages__message {
    background-color: #F8F5F5 !important;
}

.tribe-common.tribe-events.tribe-events-view.tribe-events-view--day.alignwide.tribe-common--breakpoint-xsmall.tribe-common--breakpoint-medium.tribe-common--breakpoint-full {
    padding-top: 200px;
    width: 80%;
    margin: 0 auto;
    max-width: 1280px;
}

.tribe-events-view--day .tribe-events-header__events-bar {
    display: none !important;
}

.tribe-common.tribe-events.tribe-events-view.tribe-events-view--month.alignwide.tribe-common--breakpoint-xsmall.tribe-common--breakpoint-medium.tribe-common--breakpoint-full {
    /* padding-top: 200px; */
    width: 80%;
    margin: 0 auto;
    max-width: 1280px;
}

.tribe-related-events .tribe-related-event-info {
    padding: 0px 20px 20px !important;
}


/*--------------------------------------------------------------
Community Report 2024 Styles
--------------------------------------------------------------*/

.stack {
    overflow: hidden;
}

.circle {
    position: absolute;
    margin: 20px;
    height: 260px;
    width: 260px;
    background-color: transparent;
    border-radius: 50%;
  }

  .circle.big {
    height: 520px;
    width: 520px;
  }
  
  .circle:before {
    position: absolute;
    content: '';
    height: calc(100% + 10px); 
    width: calc(100% + 10px); 
    border: 1px dashed #c2d500;
    border-radius: inherit;
    animation: spin 250s linear infinite;
    /* z-index: -1; */
  }
  
  @keyframes spin { 
    100% { 
      transform: rotateZ(360deg); 
    }
  }

  .circle.up-ri {
    right: -150px;
    top: -80px;
  }
  .circle.up-le {
    left: -150px;
    left: -200px;
    top: -80px;
  }
  .circle.bo-ri {
    right: -150px;
    bottom: -170px;
  }
  .circle.bo-le {
    left: -150px;
    bottom: -80px;
  }
  .circle.big.up-ri {
    right: -150px;
    top: -80px;
  }
  .circle.big.up-le {
    left: -260px;
    top: -250px;
    z-index: -1;
    opacity: .5;
  }
  .circle.big.bo-ri {
    right: -250px;
    bottom: -210px;
    opacity: .75;
  }
  .circle.big.bo-le {
    left: -150px;
    bottom: -80px;
  }

.circle.mid {
    width: 340px;
    height: 340px;
}

.circle.mid.up-ri {
    right: -200px;
    top: -80px;
}

.circle.c-lblue:before {
    border-color: #97d1dc;
}

.circle.c-purple:before {
    border-color: #47166b;
}

.circle.c-dblue:before {
    border-color: #243746;
}


.inline-people {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.inline-person {
    display: inline-block;
    width: 49.7%;
    text-align: center;
}

.inline-person img {
    max-width: 100px;
}

.stack.stack_content.stack_content_two_col.bg-pink ul {
    padding: 0;
  }

.stack.stack_content.stack_content_two_col.bg-pink li {
    color: #fff;
    list-style: none; 
}

.stack.stack_content.stack_content_two_col.bg-pink li::before {
    content: '';
    display: inline-block;
    height: 11px;
    width: 12px;
    background-image: url(/wp-content/uploads/2025/06/heart-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
  }

  img.rounded-img {
    border-radius: 50%;
    display: block;
}

.circular-border {
    position: relative;
    display: inline-block;
    margin: 20px;
}

.circular-border:before {
    content: '';
    position: absolute;
    top: -2%;
    left: -2%;
    right: 0px;
    bottom: 0;
    height: 104%;
    width: 104%;
    border: 1px dashed #c2d500;
    border-radius: 50%;
    animation: spin 250s linear infinite;
}

.grid-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 25px;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .grid-responsive {
        grid-template-columns: 1fr; /* Single column on mobile */
        min-height: auto;
    }
}

.stack.stack_content.stack_content_three_col h2 {
    margin-bottom: 5px;
    font-size: 50px;
}

.stack.stack_content.stack_content_three_col p {
    font-size: 14px;
    margin-top: 0;
}

.stack.stack_content.stack_content_three_col h1 {
    margin-bottom: 0;
}

.side-carousel img {
    margin-bottom: 20px;
}

.side-carousel p {
    font-size: 15px;
}

.splide__arrow--prev {
    left: -3em;
}

.splide__arrow--next {
    right: -3em;
}

p.carousel-subhead {
    margin-top: 4px;
    font-size: 14px;
}

.stack_unique_map  {
    position: relative;
}

.unique-map-bgcolor {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 290px;
    background-color: #47166b;
    z-index: 0;
}

.stack_unique_map img {
    position: relative;
    z-index: 1;
    max-height: 550px;
}

.stack.stack_content.stack_unique_map.bg-white {
    text-align: center;
}

.cta.textcenter {
    margin-top: 40px;
}

/*--------------------------------------------------------------
Hours Section
--------------------------------------------------------------*/

.stack_open_hours {
    padding: 80px 0;
}

.stack_open_hours .footer-menu.time ul li {
    color: #F8F5F5;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
    opacity: 1;
    padding-bottom: 7px;
}


.footer-stacks.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    grid-auto-flow: column;
    align-items: end;
    grid-auto-rows: 1fr;
}

.stack_open_hours h2.email_capture-header.co-dblue.textcenter {
    margin-bottom: -60px;
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

/* for desktops */
@media only screen and (max-width: 1200px) { 

}

@media only screen and (max-width: 1100px) { 
    .content-holder {
        padding: 50px 40px 30px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 36px;
    }

    p, li {
        font-size: 15px;
    }


    .btn {
        font-size: 13px;
    }

    ul#primary-menu li a {
        font-size: 12px;
        letter-spacing: 0px;
    }

}

/* for laptops */
@media only screen and (max-width: 1044px) { 

	.btn.secondary {
        margin-left: 0;
    }

    .btn-block,
    .btn-holder {
        display: block;
    }

    .btn-holder {
        margin-bottom: 15px;
    }

}

/* for laptops */
@media only screen and (max-width: 1024px) { 

	.stack .row.recent-posts {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	}

	.stack .col.s12.m6.l4.recent-post {
	    margin-bottom: 40px;
	    width: 100%;
	}

    .footer-stacks .footer-menu {
        margin-bottom: 30px;
    }

    ul#primary-menu li {
        margin-left: 13px;
    }

}

@media only screen and (max-width: 983px) { 
    .tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col img {
        max-width: 175px;
    }

    .tribe-common-g-row.tribe-events-calendar-list__event-row {
        margin: 10px 0 60px !important;
    }

    ul#primary-menu li a {
        font-size: 10px;
        letter-spacing: 0px;
    }
}

/* for large tablets */
@media only screen and (max-width: 924px) { 

    .stack_content_background_image {
        max-height: 550px;
    }

    ul#primary-menu li a,
    ul#primary-menu li li a {
        /* font-size: 12px; */
    }

    .btn {
        font-size: 12px;
    }

    

}

@media only screen and (max-width: 900px) { 

	.stack_card_side_by_side .card-stack {
	    display: block;
	}

	.stack_card_side_by_side .card1, 
	.stack_card_side_by_side .card2 {
	    width: 100%;
	    margin: 0;
	    margin-left: 0px;
	    margin-bottom: 50px;
	}

    .partners-logos img {
        max-width: 150px;
        margin-top: 20px;
    }

    .partners-logos {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* for smaller tablets */
@media only screen and (max-width: 766px) { 

	ul#primary-menu {
	    text-align: center;
	}

	ul#primary-menu li.menu-item-has-children:after {
		left: 0%;
	}

	ul#primary-menu li a {
		font-size: 14px;
	}

	.site-branding {
	    text-align: left;
	}

	.btn {
		/* margin-bottom: 40px; */
	}

	.card .btn {
		margin-bottom: 0;
	}

	.stack_navigation_eyebrow_menu.bg-lgray .menu-top-header-menu-container,
	.stack_navigation_eyebrow_menu.bg-lgray .header-icon.icon {
		display: none;
	}

	ul#primary-menu li.menu-item-has-children:after {
		left: 0%;
		left: 5px;
		transform: rotate(315deg);
		top: 4px;
		display: none;
	}

    .stack_navigation_eyebrow_menu .site-callout {
        text-align: center;
        padding-top: 0;
    }
    .stack_navigation_eyebrow_menu .f-right {
        float: none;
        text-align: center;
    }

    .btn {
        padding: 8px 20px 9px;
    }

    nav#site-navigation {
        /* display: none; */
    }

    .stack_hero_main_header h1 {
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .stack_content_background_image {
        max-height: 500px;
    }

    .spacer.space-lg {
        padding: 40px;
    }

    .stack.stack_content.stack_content_two_col .bg-img {
        min-height: 500px;
        border-radius: 25px 25px 0 0;
    }

}

/* for cellphones */
@media only screen and (max-width: 720px) { 

    .stack_feed_recent_posts_events .brick-card.bg-lgray a {
        min-height: 490px;
    }

    .footer-stacks.grid {
        display: block;
    }

    .stack_open_hours h2.email_capture-header.co-dblue.textcenter {
        margin-bottom: 10px;
        text-align: left;
    }


}

/* for cellphones */
@media only screen and (max-width: 640px) { 
    input#input_5_1 {
        border-radius: 25px !important;
    }

    #gform_submit_button_5 {
        border-radius: 25px !important;
        max-width: fit-content;
        line-height: 1;
    }

    .side-carousel {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* for cellphones */
@media only screen and (max-width: 600px) { 
	#primary-menu {
		float: none;
	}

	ul#primary-menu li {
		/* border-left: 0px solid #667d8a; */
		position: relative;
	}

	ul#primary-menu li a {
		font-size: 17px;
	}

	ul#primary-menu {
		/* text-align: left; */
	}

	.menu-main-navigation-container {
		padding: 30px 0;
	}

	.stack .row.recent-posts {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.stack_feed_recent_posts .blog-thumb {
		height: 270px;
	}

	.main-navigation ul ul {
		display: block;
		background-color: #ffffff;
		/* width: calc(100% + 2px); */
		border: 0px;
		border-radius: 0px;
		padding: 0px;
		box-shadow: none;
	}

	ul#primary-menu ul li a {
		font-size: 14px;
		padding-top: 5px;
		padding-left: 0;
		margin-left: -4px;
	}

    .content-holder {
        padding: 30px 20px 15px;
        padding: 30px 0px 15px;
    }

    .unique-map-bgcolor {
        height: 110px;
    }
    
    .stack.stack_content.stack_content_three_col.bg-pink {
        margin-top: -1px;
    }
    

    .stack_content_background_image {
        max-height: 400px;
    }
    
    .inline-person {
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }


}

/* for cellphones */
@media only screen and (max-width: 480px) { 

    .partners-logos img {
        max-width: 110px;
    }

    .partners-logos {
        margin-top: 40px;
        margin-bottom: -25px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    .stack_navigation_eyebrow_menu .site-callout {
        font-size: 14px;
    }

    .stack_feed_recent_posts_events .brick-card.bg-lgray a {
        min-height: 420px;
    }

    .video-holder {
        padding: 0px 0;
    }

    .stack_content_background_image {
        height: 420px;
        background-attachment: initial;
        position: relative;
    }

}

/* for cellphones */
@media only screen and (max-width: 320px) { 

}

