/*
Theme Name: Wormser Casey
Author: 2nd Street Creative
Author URI: https://www.2ndcreative.com
Description: A custom WordPress theme for Wormser Casey.
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: #343c42;
	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: #343c42;
	font-family: arboria, 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: #848689;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* 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: arboria, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #848689;
}
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: arboria, sans-serif;
	font-weight: 900;
	font-size: 0.75em;
	color: #7f9392;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
	outline: none;
	text-decoration: none;
	padding-left: 3em;
	background: url('img/button-arrow-light.png') no-repeat left center;
	background-size: 18px;
	-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 {
	outline: none;
	margin-left: 0.5em;
}
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="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	font-family: arboria, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #848689;
	border: none;
	background: none;
	border-bottom: 1px solid #58595b;
}
input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 15px 0 !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 15px 0 !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
select {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-bottom: 1px solid #58595b;
	padding: 15px 0 !important;
	background: url('img/select-arrow.png') no-repeat right center;
	background-size: 20px;
	font-family: arboria, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #848689;
}
form {
	font-family: arboria, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #848689;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-gap: 25px !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin-top: 2em !important;
}

/* 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;
}
.flex-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.index-wrap {
	position: relative;
	z-index: 2;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 1;
}
.darkest-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41,47,51,.9);
	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;
}
.site-main {
	background: #fff;
}

/*********************************
	Global Styles
*********************************/
p {
	font-family: arboria, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #848689;
	line-height: 1.75;
	margin-bottom: 1.5em;
}
p.page-intro {
	font-weight: 300;
	font-size: 2em;
	line-height: 1.25;
	color: #414042;
}
a, a:visited {
	font-family: arboria, sans-serif;
	font-weight: 400;
	color: #6b7362;
	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 {
	outline: none;
	text-decoration: none;
}
a.button {
	display: inline-block;
	font-family: arboria, sans-serif;
	font-weight: 900;
	font-size: 0.75em;
	color: #7f9392;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
	outline: none;
	text-decoration: none;
	padding-left: 3em;
	background: url('img/button-arrow-light.png') no-repeat left center;
	background-size: 18px;
	-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 {
	outline: none;
	margin-left: 0.5em;
}
a.button.light {
	background: url('img/button-arrow-light.png') no-repeat left center;
	background-size: 18px;
}
h1, span.h1 {
	font-family: arboria, sans-serif;
	font-weight: 700;
	font-size: 4.25em;
	color: #343c42;
	line-height: 1;
	margin-bottom: 0.25em;
}
h2, span.h2 {
	font-family: arboria, sans-serif;
	font-weight: 700;
	font-size: 3.4em;
	color: #343c42;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h3, span.h3 {
	font-family: arboria, sans-serif;
	font-weight: 500;
	font-size: 2.875em;
	color: #343c42;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h4, span.h4 {
	font-family: arboria, sans-serif;
	font-weight: 500;
	font-size: 1.875em;
	color: #343c42;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h5, span.h5 {
	font-family: arboria, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #343c42;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h6, span.h6 {
	font-family: arboria, sans-serif;
	font-weight: 900;
	font-size: 0.75em;
	color: #7f9392;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
	display: block;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
span.h1 span, span.h2 span, span.h3 span, span.h4 span, span.h5 span, span.h6 span {
	color: #7f9392;
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.two-column li {
	break-inside: avoid;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100vh;
	padding: 8em 4em 4em;
	z-index: 98;
	background: #7f9392;
	-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;
}
nav.mobile ul {
	margin: 0 0 3em;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	display: block;
	padding-bottom: 0.75em;
	margin-bottom: 0.75em;
	border-bottom: 1px solid rgba(62,70,79,0.25);
}
nav.mobile ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
nav.mobile ul li a {
	font-family: arboria, sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: #262c30;
	line-height: 1;
	text-decoration: none;
}
nav.mobile ul li a:hover, nav.mobile ul li.current-menu-item a:hover {
	color: #fff;
}
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-top: 1em;
	margin-left: 1em;
	margin-bottom: 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.mobile ul li.active ul.sub-menu {
	display: block;
}
nav.mobile ul li ul.sub-menu li {
	padding-bottom: 0;
	margin-bottom: 0.5em;
	border-bottom: none;
}
nav.mobile ul li ul.sub-menu li a:after {
	display: none;
}
nav.mobile ul li ul.sub-menu li a {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.mobile-menu p.contact-info {
	font-size: 0.75em;
}
.mobile-menu p.contact-info a {
	color: #fff;
	text-decoration: none;
}
ul.social {
	margin: 2em 0 0;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
ul.social li img {
	max-width: 32px;
	background: #202528;
	border-radius: 50%;
	padding: 4px;
	-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: #3e464f;
}
.nav-button {
	position: absolute;
	top: 25px;
	right: 2em;
	height: 8px;
	width: 22px;
	margin: 0;
	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: 0;
	width: 100%;
	height: 2px;
	background: #7f9392;
	border-radius: 4px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first {
	top: 0;
}
.nav-button .second {
	bottom: 0;
}
.nav-button.active .first {
	transform: rotate(-45deg);
	transform-origin: center;
	top: 50%;
}
.nav-button.active .second {
	transform: rotate(45deg);
	transform-origin: center;
	top: 50%;
}
.nav-button span {
	position: absolute;
	left: -38px;
	top: -2px;
	font-family: arboria, sans-serif;
	font-weight: 700;
	font-size: 0.6em;
	color: #3e464f;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
}
.sticky-header {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	padding: 0.75em 2em;
	background: #ededed;
	z-index: 99;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.sticky-header.active {
	top: 0;
}
.sticky-header img.logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 215px;
}
.sticky-header .nav-button {
	display: none;
}
.sticky-header nav.main {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 220px);
	text-align: right;
}
.sticky-header a {
	text-decoration: none;
}
.site-header {
	position: relative;
	background: #ededed;
	width: 100%;
	z-index: 6;
}
.full-header {
	width: 100%;
	align-items: center;
}
.full-header .logo {
	width: 22%;
	padding: 2em 2em 0;
	border-right: 1px solid rgba(62,70,79,0.25);	
	text-align: center;
}
.full-header .logo img {
	max-width: 198px;
}
.full-header .header-nav {
	width: 78%;
	border-top: 1px solid rgba(62,70,79,0.25);	
	border-bottom: 1px solid rgba(62,70,79,0.25);	
}
.full-header nav.main ul {
	margin: 0.5em 0 0.5em 4em;
}
nav.main ul {
	margin: 0;
}
nav.main ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	padding-right: 1.5em;
	margin-right: 1.5em;
	border-right: 1px solid rgba(62,70,79,0.25);
}
nav.main ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
nav.main ul li.home {
	display: none !important;
}
nav.main ul li a {
	font-family: arboria, sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	color: #262c30;
	line-height: 1;
	text-decoration: none;
	padding-bottom: 1.5em;
}
nav.main ul li a:hover, nav.main ul li.current-menu-item a {
	color: #7f9392;
}
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 #7f9392;
}
nav.main ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	min-width: 12em;
	background: #7f9392;
	padding: 0.75em;
	text-align: center;
	overflow: visible;
}
nav.main ul li ul.sub-menu li {
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1;
	margin: 0.5em 0;
	padding: 0;
	border: none;
}
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 {
	color: #efeeed;
	padding: 0;
	margin-right: 0;
	border: none;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 1px;
}
nav.main ul li ul.sub-menu li a:hover, nav.main ul li.current-menu-item ul li a:hover, nav.main ul li ul li.current-menu-item a {
	color: #262c30;
}
span.date {
	position: absolute;
	top: 10px;
	right: 2em;
	font-family: arboria, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #848689;
	line-height: 1;
}
.mini-header {
	padding: 12px 2em;
}
.mini-header .logo {
	width: 40%;
}
.mini-header .logo img {
	max-width: 215px;
}
.mini-header .header-nav {
	width: 60%;
	text-align: right;
}


/*********************************
	Banner Styles
*********************************/
.full-banner {
	position: relative;
	background: #ededed;
	z-index: 1;
	border-bottom: 1px solid rgba(62,70,79,0.25);
}
.full-banner .banner-wrap {
	margin-left: calc(22% - 1px);
	border-left: 1px solid rgba(62,70,79,0.25);
	padding: 0 25% 4em 4em;
}
.full-banner h1 {
	font-weight: 500;
}
.full-banner img {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 48px;
}
.full-banner ul.banner-details {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 10em 1em 2em;
	width: 25%;
}
.full-banner ul.banner-details:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(62,70,79,0.25);	
}
.full-banner ul.banner-details li {
	position: relative;
	list-style: none;
	display: block;
}
.full-banner ul.banner-details li span.h6 {
	margin-bottom: 1.25em;
}
.full-banner ul.banner-details li p {
	font-size: 0.875em;
	color: #58595b;
}
.mini-banner {
	position: relative;
	background: #292f33;
}
.mini-banner h1 {
	color: #fff;
}
.mini-banner .banner-wrap {
	position: relative;
	padding: 12em 0;
	max-width: 1276px;
	margin: 0 auto;
}
.mini-banner h6 {
	position: absolute;
	bottom: 2em;
	left: 0;
}
.mini-banner h6 {
	color: #fff;
}
.mini-banner ul.banner-details {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: right;
	transform: translate(0,-50%);
}
.mini-banner ul.banner-details li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 2em;
}
.mini-banner ul.banner-details li:last-child {
	margin-bottom: 0;
}
.mini-banner ul.banner-details li span.h6 {
	margin-bottom: 0;
	line-height: 1.75;
	color: #fff;
}
.mini-banner ul.banner-details li span.h6 span {
	color: #6b7362;
	font-weight: 700;
	font-size: 0.75em;
}


/*********************************
	Module Styles
*********************************/
.content-image {
	position: relative;
	padding: 6em 0;
}
.content-image .image-image, .content-image .content-list {
	float: left;
	width: 50%;
}
.content-image .image-image {
	height: 650px;
}
.content-image.no-tabs .image-image {
	float: none;
	height: auto;
}
.content-image .content-list {
	padding: 5em;
}
.content-image .content-list ul {
	position: relative;
	margin: 4em 0 0;
	width: 50%;
}
.content-image.no-tabs .content-list {
	float: none;
	padding: 2em 0 0 5em;
}
.content-image .content-list ul.expanded-list-items {
	width: 100%; 
	margin-top: 2em;
}
.content-image .content-list ul li {
	position: relative;
	list-style: none;
	display: block;
}
.content-image .content-list ul.expanded-list-items li {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid rgba(62,70,79,0.25);
}
.content-image .content-list ul.expanded-list-items li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.content-image .content-list ul.expanded-list-items li p {
	font-size: 0.875em;
}
.content-image .content-list ul.list-nav li {
	cursor: pointer;
}
.content-image .content-list ul.list-nav li span.h6 {
	position: relative;
	color: #343c42;
	font-size: 0.75em;
	opacity: 0.4;
	letter-spacing: 2px;
	display: inline-block;
	padding-bottom: 4px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.content-image .content-list ul.list-nav li.active span.h6,
.content-image .content-list ul.list-nav li:hover span.h6 {
	opacity: 1;
}
.content-image .content-list ul.list-nav li span.h6:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 0;
	transform: translate(-50%,0);
	background: #343c42;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.content-image .content-list ul.list-nav li.active span.h6:after,
.content-image .content-list ul.list-nav li:hover span.h6:after {
	width: 100%;
}
.content-image .content-list ul.list-items li {
	display: none;
}
.content-image .content-list ul.list-items li.active {
	display: block;
}
.messaging-overlay {
	position: relative;
	padding: 16em 0;
}
.messaging-overlay span.h3 {
	font-size: 3.3125em;
	color: #fff;
	margin-bottom: 0.75em;
}
.featured-video {
	position: relative;
	text-align: center;
	padding: 16em 0;
}
.featured-video img.play, .featured-video span.h6 {
	display: inline-block;
	vertical-align: middle;
}
.featured-video img.play {
	width: 80px;
	margin-right: 1em;
	border-right: 1px solid #fff;
	padding-right: 1em;
	cursor: pointer;
}
.featured-video span.h6 {
	color: #fff;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0;
}
.featured-video span.h6 span {
	font-weight: 400;
	color: #fff;
	display: block;
}
.video-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.video-pop.active {
	opacity: 1;
	z-index: 999;
}
.video-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}
.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%;
}
.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);
}
.basic-content {
	position: relative;
	padding: 6em 0;
}
.content-sidebar {
	position: relative;
	padding: 6em 0 4.5em;
}
.content-sidebar span.h3 {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(62,70,79,0.25);
}
.content-sidebar .sidebar {
	float: left;
	width: 15%;
	padding-right: 2em;
}
.content-sidebar .sidebar ul.list-items {
	margin: 0;
}
.content-sidebar .sidebar ul.list-items li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 2em;
}
.content-sidebar .sidebar ul.list-items li:last-child {
	margin-bottom: 0;
}
.content-sidebar .sidebar ul.list-items li span.h6 {
	margin-bottom: 0;
	line-height: 1.75;
	color: #343c42;
}
.content-sidebar .sidebar ul.list-items li span.h6 span {
	display: block;
	color: #7f9392;
	font-weight: 700;
	font-size: 0.75em;
	opacity: 0.4;
}
.content-sidebar .content-content {
	float: left;
	width: 85%;
}
.testimonials {
	position: relative;
	padding: 6em 0;
}
.testimonials span.h6 {
	margin-bottom: 3em;
	color: #3e464f;
}
.testimonials ul {
	margin: 0;
}
.testimonials ul li {
	position: relative;
	list-style: none;
	float: none;
	height: auto;
	display: flex !important;
}
.testimonials ul li .test-image {
	width: 50%;
}
.testimonials ul li .test-content {
	width: 50%;
	padding: 4em 0 4em 8em;
}
.testimonials ul li .test-content p {
	position: relative;
	margin: 0;
}
.testimonials ul li .test-content p span.count {
	position: absolute;
	top: 6px;
	left: -80px;
	font-size: 0.75em;
	color: #7f9392;
}
.testimonials ul li .test-content p span.count:after {
	position: absolute;
	top: 10px;
	right: -50px;
	width: 40px;
	height: 1px;
	background: #7f9392;
}
.testimonials .slick-track {
	display: flex;
	flex-wrap: wrap;
}
.content-list.module {
	position: relative;
	padding: 8em 0 6em;
}
.content-list.module .list-intro {
	padding-right: 6em;
}
.content-list.module ul.list-items {
	margin: 0;
}
.content-list.module ul.list-items li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 32.5%;
	padding-right: 1em;
	margin-bottom: 1.5em;
}
.content-list.module ul.list-items li p, .content-list.module ul.list-items li a {
	color: #bcbec0;
}
ul.accordion-items {
	margin: 1.5em 0 0;
}
ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgba(62,70,79,0.25);
}
ul.accordion-items li.accordion-item .accordion-title {
	position: relative;
	margin-bottom: 0.25em;
	padding-right: 60px;
}
ul.accordion-items li.accordion-item .accordion-title span.indicator {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: #7f9392;
	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;
}
ul.accordion-items li.accordion-item .accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 12px;
	width: 1px;
	background: #fff;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.accordion-items li.accordion-item .accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 12px;
	background: #fff;
	transform: translate(-50%,-50%);
}
ul.accordion-items li.accordion-item.first h5.accordion-title span.indicator span.first,
ul.accordion-items li.accordion-item .accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
ul.accordion-items li.accordion-item.first h5.accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(0deg);
}
ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
	padding-top: 1em;
}
.flex-panels {
	position: relative;
	padding: 0 4em;
	z-index: 3;
}
ul.panels {
	margin: 0;
}
ul.panels li {
	position: relative;
	list-style: none;
	margin-bottom: 4em;
}
ul.panels li:nth-child(2n+1) {
	direction: rtl;
}
.panel-image {
	width: 55%;
}
ul.panels li:nth-child(2n+1) .panel-image {
	margin-top: -4em;
} 
ul.panels li:last-child .panel-image {
	margin-top: 0;
	margin-bottom: -4em;
} 
.panel-info {
	width: 45%;
	padding: 6em;
	direction: ltr;
}
.panel-info span.h5 {
	margin-bottom: 1em;
}
.numbered-list {
	position: relative;
	padding: 8em 0;
}
ul.numbers {
	margin: 0;
}
ul.numbers li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 4px);
	padding-right: 4em;
}
ul.numbers li span.h3 .count {
	font-size: 0.4em;
	font-weight: 700;
}
.error-content {
	text-align: center;
	padding: 6em 2em 4.5em;
}
.desktop-hide {
	display: none;
}
.team-grid {
	position: relative;
	padding: 6em 0;
}
ul.team {
	position: relative;
	margin: 0;
	gap: 20px;
}
ul.team li {
	position: relative;
	list-style: none;
	width: calc(50% - 10px);
}
ul.team li img {
	width: 50%;
	align-self: center;
}
ul.team li .team-info {
	width: 50%;
	padding: 2em 2em 0;
}
ul.team li h4 {
	margin-bottom: 0.5em;
}
ul.team li h4 span {
	display: block;
	width: 100%;
	font-size: 0.65em;
}
.image {
	position: relative;
}
.image img {
	width: 100%;
}


/*********************************
	Footer Styles
*********************************/
.footer-cta {
	position: relative;
	padding: 4.5em 0;
	background: #343c42;
}
.footer-cta span.h2 {
	color: #fff;
	max-width: 600px;
	margin: 0 0 0.75em;
}
.site-footer {
	position: relative;
	padding: 2em;
	z-index: 2;
}
.site-footer ul.social {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.site-footer p.copyright {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 2em;
	font-size: 0.75em;
	color: #7f9392;
}
.site-footer p.copyright a {
	color: #7f9392;
}
.site-footer img.logo {
	position: absolute;
	right: 2em;
	top: calc(50% - 24px);
	max-width: 48px;
}

/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1405px) {
	.mini-banner .banner-wrap, .basic-content, .content-image, .module.content-list, .numbered-list, .messaging-overlay, .testimonials, .team-grid, .footer-cta { padding-left: 2em !important; padding-right: 2em !important; }
	.mini-banner h6 { left: 2em; }
}
@media all and (max-width: 1205px) {
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1150px) {
	ul.team li { width: 100%; direction: ltr; }
}
@media all and (max-width: 1050px) {
	.site-header, .content-image .content-list ul.list-nav, .sticky-header nav.main, .page-banner .vid-container { display: none !important; }
	.desktop-hide { display: block; }
	.mobile-menu { width: 75%; }
	.sticky-header { top: 0; }	
	.sticky-header .nav-button { display: block; }
	.site-main { margin-top: 50px; }
	.full-banner .banner-wrap { margin-left: 0; padding: 6em 2em; border: none; }
	.full-banner ul.banner-details { width: 50%; right: 0; left: 2em; text-align: left; }
	.mini-banner .banner-wrap { padding: 6em 0 8em; }
	.content-image { padding: 2em; }
	.content-image .image-image { width: 100%; min-height: 400px; }
	.content-image .content-list, .content-image.no-tabs .content-list { padding: 2em 0 0; width: 100%;  }
	.content-image .content-list ul.list-items { width: 100%; }
	.content-image .content-list ul.list-items li { display: inline-block !important; vertical-align: top; width: calc(50% - 4px); padding-right: 2em; margin-bottom: 4em; }
	.messaging-overlay { padding: 8em 2em; }
	.featured-video { padding: 10em 0; }
	ul.panels li:nth-child(2n+1) .panel-info { padding: 4em 4em 4em 0; }
	ul.panels li:nth-child(2n+2) .panel-info { padding: 4em 0 4em 4em; }
	
	.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: 925px) {
	.testimonials { padding: 2.5em 2em; }
	.testimonials .slick-prev, .testimonials .slick-next { top: 350px; }
	.testimonials ul li { display: block !important; }
	.testimonials ul li .test-image { display: block; position: relative; width: 100%; height: 300px; }
	.testimonials ul li .test-content { width: 100%; padding: 4em 8em 2em; }
	.content-list.module { padding: 4em 2em; }
	.content-list.module .list-intro, .content-list.module ul.list-items { width: 100% !important; padding: 0; }
	.content-list.module ul.list-items { margin-top: 2em; }
	.flex-panels { padding: 2em; }
	ul.panels li .panel-image { margin: 0 !important; min-height: 300px; width: 100%;  }
	ul.panels li .panel-info { width: 100%; padding: 2em 0 0 !important; }
	.numbered-list { padding: 4em 2em 0; }
	ul.numbers li { display: block; width: 100%; padding: 0; max-width: 400px; margin: 0 auto 4em; }
	ul.accordion-items { width: 100% !important; }
	
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.full-banner ul.banner-details, .mini-banner ul.banner-details, .sidebar { display: none !important; }
	.mobile-menu { width: 100%; }
	.full-banner h1 { margin-bottom: 1em !important; }
	.content-image .content-list ul.list-items li { width: 100%; padding-right: 0; margin-bottom: 4em; }
	.site-footer ul.social, p.copyright { display: block; width: 100%; }
	.site-footer p.copyright { margin-left: 0; }
	.content-sidebar .content-content { float: none; width: 100%; }
	.content-list.module ul.list-items li { width: 100%; }
	.team-grid { padding: 4em 2em 0;}
	ul.team li { direction: ltr !important; }
	ul.team li img, ul.team li .team-info { width: 100%; direction: ltr; }
	ul.team li .team-info { padding: 2em 0 4em; }
	
	h1, span.h1 { font-size: 2.875em !important; }
	h2, span.h2 { font-size: 2.5em !important; }
	h3, span.h3 { font-size: 2em !important; }
	p.page-intro { font-size: 1.45em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}
@media all and (max-width: 650px) {
	.mob-hide { display: none !important; }
	.site-footer { text-align: center; }
	.site-footer img.logo { display: none !important; }
	.testimonials ul li .test-content p span.count { display: none !important; }
	.testimonials ul li .test-content { padding: 4em 4em 2em 0; }
	.site-footer p.copyright { margin-top: 1em; }
	.site-footer p.copyright span.att { display: block; }
	
	h1, span.h1 { font-size: 2.25em !important; }
	h2, span.h2 { font-size: 2em !important; }
	h3, span.h3 { font-size: 1.5em !important; }
	h5, span.h5 { font-size: 1.1em !important; }
}

