/*
Theme Name: The Speak Easy Indy
Author: 2nd Street Creative
Author URI: http://www.2ndst.com
Description: A custom starter WordPress theme for the Speak Easy.
Version: 1.0
*/

@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/GothamHTF-Black.woff2') format('woff2'),
        url('css/fonts/GothamHTF-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/Gotham-Bold.woff2') format('woff2'),
        url('css/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('css/fonts/Gotham-Light.woff2') format('woff2'),
        url('css/fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Supply';
    src: url('css/fonts/Supply-Regular.woff2') format('woff2'),
        url('css/fonts/Supply-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Supply';
    src: url('css/fonts/Supply-Bold.woff2') format('woff2'),
        url('css/fonts/Supply-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Greycliff';
    src: url('css/fonts/GreycliffCF-Heavy.woff2') format('woff2'),
        url('css/fonts/GreycliffCF-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(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: #fff;
	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: #fff;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}
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: #6E6F72;
	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: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125em;
	color: #6E6F72;
}
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"] {
	position: relative;
	display: inline-block;
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #232323;
	background: #E6E7E8;
	padding: 1em 4em;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #8AA9B4;
	outline: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #6D6E71;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #1F1D1A;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	border-bottom: 1px solid #A7A9AD;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #1F1D1A;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 10px 0 !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 0 !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
select {
	-webkit-appearance: none;
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.7em !important;
	color: #939599 !important;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url('img/dropdown.png') no-repeat 98% center;
	background-size: 14px;
	border: none !important;
	border-bottom: 1px solid #A7A9AD !important;
	padding: 10px 0 !important;
	margin: 8px 0 !important;
}
::-webkit-input-placeholder {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #939599;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
::-moz-placeholder { 
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #939599;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #939599;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
:-moz-placeholder { 
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #939599;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* 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 */
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.site-main {
	margin-top: 98px;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.37);
	z-index: 1;
}

/*********************************
	Global Styles
*********************************/
p {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125em;
	color: #6E6F72;
	line-height: 1.65;
	margin-bottom: 1.5em;
}
p.page-intro {
	font-family: 'Gotham', sans-serif;
	font-weight: 300;
	font-size: 1.75em;
	color: #1F1D1A;
	line-height: 1.4;
}
a, a:visited {
	color: #8AA9B4;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
a:hover, a:focus, a:active {
	color: #688C96;
	outline: none;
}
a.button {
	position: relative;
	display: inline-block;
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #232323;
	background: #E6E7E8;
	padding: 1em 2em 1em 5.5em;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
a.button span {
	position: relative;
	z-index: 2;
}
a.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3.5em;
	height: 100%;
	background: url('img/black-arrow-short.png') no-repeat 50% center #8AA9B4;
	background-size: 12px;
	z-index: 1;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
a.button:hover, a.button:focus, a.button:active {
	outline: none;
	color: #fff;
	padding: 1em 4em;
}
a.button:hover:before {
	width: 100%;
	background: url('img/black-arrow-short.png') no-repeat 90% center #8AA9B4;
	background-size: 12px;
}
a.button.white {
	background: #fff;
}
a.button.white:before {
	background: url('img/black-arrow-short.png') no-repeat 50% center #E6E7E8;
	background-size: 12px;
}
a.button.white:hover:before {
	width: 100%;
	background: url('img/black-arrow-short.png') no-repeat 90% center #E6E7E8;
	background-size: 12px;
}
a.button.white:hover {
	color: #232323;
}
a.text-link {
	position: relative;
	display: inline-block;
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8AA9B4;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
a.text-link:hover {
	color: #688C96;
}
h1 {
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 5.5em;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h2 {
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 3.5em;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h3 {
	font-family: 'Gotham', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.75em;
	line-height: 1.5;
	margin-bottom: 0.25em;
}
h4 {
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
h5 {
	font-family: 'Gotham', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
h6 {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #1F1D1A;	
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.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%;
}

	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: -100%;
	right: -100%;
	height: 100vh;
	width: 100vw;
	background: #1F1D1A;
	z-index: 98;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
.mobile-menu.active {
	top: 0;
	right: 0;
}
.close {
	position: absolute;
	top: 2.5em;
	right: 2em;
	width: 20px;
	height: 20px;
	z-index: 99;
	cursor: pointer;
}
.close:hover {
	transform: scale(1.05);
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
.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);
}
nav.mobile {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}
nav.mobile ul {
	margin: 0;
	text-align: center;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	display: block;
	line-height: 1.25;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
nav.mobile ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 76px;
	height: 1px;
	background: #757576;
	transform: translate(-50%,0);
}
nav.mobile ul li:last-child:after {
	display: none;
}
nav.mobile ul li a {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
nav.mobile ul li.current-menu-item a, nav.mobile ul li a:hover, nav.mobile ul li ul.sub-menu li a:hover {
	color: #8AA9B4;
}
nav.mobile ul li.active a:after {
    content: ' -';
}
nav.mobile ul li.menu-item-has-children a:after {
    content: ' +';
}
nav.mobile ul li ul.sub-menu {
	display: none;
	margin-top: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.mobile ul li.active ul.sub-menu {
	display: block;
}
nav.mobile ul li ul.sub-menu li {
	padding-bottom: 0;
	margin-bottom: 0.25em;
}
nav.mobile ul li ul.sub-menu li:after, nav.mobile ul li ul.sub-menu li a:after {
	display: none;
}
nav.mobile ul li ul.sub-menu li a {
	color: #757576;
}
.mobile-menu img {
	position: absolute;
	bottom: 2em;
	left: 50%;
	width: 25px;
	transform: translate(-50%,0);
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 98px;
	background: #fff;
	padding: 30px;
	z-index: 97;
}
/*.page-template-page-connect .site-header {
	position: absolute;
	background: none;
	padding: 60px;
}
.page-template-page-connect .site-header img.dark-image {
	display: none;
}*/
.site-header img {
	max-width: 205px;
	float: left;
	width: 30%;
	padding-top: 0.4em;
}
nav.main {
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 4em;
	padding-top: 0.4em;
}
nav.main ul {
	margin: 0;
}
nav.main ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	line-height: 1.25;
	margin-left: 1.5em;
	padding-bottom: 1em;
}
nav.main ul li.menu-item-has-children:after {
	font-family: 'Greycliff', sans-serif;
	font-weight: 900;
	font-size: 0.825em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1F1D1A;
	content: "+";
}
nav.main ul li.home-button {
	display: none;
}
nav.main ul li.header-button a {
	border: 1px solid #1F1D1A;
	border-radius: 5px;
}
nav.main ul li a {
	position: relative;
	font-family: 'Greycliff', sans-serif;
	font-weight: 900;
	font-size: 0.825em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1F1D1A;
	text-decoration: none;
	padding: 0.5em;
}
/*.page-template-page-connect nav.main ul li {
	display: none;
}
.page-template-page-connect nav.main ul li.header-button {
	display: inline-block;
}*/
nav.main ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	transform: translate(-50%,0);
	height: 1px;
	background: #1F1D1A;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
nav.main ul li.header-button a:after { 
	display: none;
}
nav.main ul li:hover a:after, nav.main ul li.current-menu-item a:after {
	width: 100%;
}
nav.main ul li.header-button a:hover {
	background: #1F1D1A;
	color: #fff;
}
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.menu-item-has-children ul.sub-menu {
	left: calc(50% - 8px);
}
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 #2B3133;
}
nav.main ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	min-width: 12em;
	background: #1F1D1A;
	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;
}
nav.main ul li ul.sub-menu li:after, nav.main ul li ul.sub-menu li a:before {
	display: none;
}
nav.main ul li ul.sub-menu li a, nav.main ul li.current-menu-item ul li a {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0;
}
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: #8AA9B4;
}
.nav-button {
	position: absolute;
	right: 30px;
	top: 49%;
	transform: translate(0,-50%);
	height: 14px;
	width: 28px;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
/*.page-template-page-connect .nav-button {
	top: 65%;
	right: 60px;
}*/
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1F1D1A;
	border-radius: 4px;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
.nav-button .first {
	top: 0;
}
.nav-button .second {
	top: 6px;
}
.nav-button .third {
	bottom: 0;
	width: 75%;
}
.nav-button:hover .third {
	width: 100%;
}
.nav-button.active .first {
	transform: rotate(-45deg);
	transform-origin: top right;
	right: 11px;
}
.nav-button.active .second {
	transform: rotate(45deg);
}
.nav-button.active .third {
	width: 0;
}


/*********************************
	Banner Styles
*********************************/
.home-banner {
	position: relative;
	background: #F1F2F2;
	margin: 0 30px;
	padding: 10em 0;
}
.home-banner h1 {
	font-size: 9em;
	color: #2B3133;
	line-height: 0.9;
}
.home-banner ul.buttons, .home-banner h6 {
	display: inline-block;
	vertical-align: top;
}
.home-banner ul.buttons {
	margin: 0;
	text-align: left;
	width: 25%;
}
.home-banner ul.buttons li {
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
}
.home-banner ul.buttons li a {
	display: block;
}
.home-banner .content-wrap h6 {
	width: 40%;
	margin-left: 5%;
	font-size: 1em;
	color: #8AA9B4;
	line-height: 1.4;
}
.home-banner .scroll {
	position: absolute;
	right: 2em;
	bottom: 1em;
}
.home-banner .scroll h6 {
	font-size: 0.75em;
	color: #232323;
	transform: rotate(90deg);
	transform-origin: bottom right;
}
.home-banner .scroll img {
	width: 17px;
}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
.blog-banner {
	background: #F1F2F2;
	margin-bottom: 4em;
}
.blog-nav {
	position: relative;
	overflow: hidden;
	padding: 1em; 
}
.blog-banner ul {
	margin: 0;
}
.blog-banner ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.6875em;
	letter-spacing: 1px;
	color: #1F1D1A;
	margin-right: 1em;
}
.blog-banner ul li a {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #1F1D1A;
}
.blog-banner ul li:hover a, .blog-banner ul li.current-cat a {
	color: #8AA9B4;
}
.blog-banner ul li:hover a, .blog-banner ul li.current-cat a {
	transform: scale(1, 0.875);
}
.blog-banner .search-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 14px;
	cursor: pointer;
}
.blog-search {
	position: absolute;
	width: 100%;
	top: 50%;
	right: -100%;
	background: #f1f1f1;
	transform: translate(0,-50%);
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
.blog-search.active {
	right: 0;
}
.post-banner {
	padding: 6em 0;
	margin: 0 30px;
	position: relative;
}
.post-banner .dark-overlay {
	background: rgba(0,0,0,0.75);
}
.post-banner .banner-content {
	position: relative;
	z-index: 2;
}
.post-banner h1 {
	max-width: 768px;
}
.post-banner h6 {
	color: #8AA9B4;
}

/*********************************
	Content Styles
*********************************/
ul.blog-posts {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.alm-reveal {
	display: flex;
	flex-wrap: wrap;
}
ul.blog-posts li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	margin-bottom: 2em;
	width: 33.33%;
	padding-right: 2em;
}
ul.blog-posts li .post-image {
	position: relative;
}
ul.blog-posts li .post-image img {
	width: 100%;
	margin-bottom: 1em;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
ul.blog-posts li .post-image img:hover {
	-webkit-filter: brightness(75%);
}
ul.blog-posts li .post-info h6 {
	margin-bottom: 2em;
	display: none;
}
ul.blog-posts li .post-info h6 a, ul.blog-posts li .post-info h6:visited {
	color: #8AA9B4;
}
ul.blog-posts li .post-info h6 a:hover {
	color: #74959E;
}
ul.blog-posts li a.text-link {
	display: none;
}
ul.blog-posts li.bp1 {
	width: 100%; 
	padding-right: 0;
}
ul.blog-posts li.bp1, ul.blog-posts li.bp2, ul.blog-posts li.bp3, ul.blog-posts li.bp4, ul.blog-posts li.bp5 {
	padding-bottom: 2em;
	margin-bottom: 3em;
	border-bottom: 1px solid #E2E3E4;
}
ul.blog-posts li.bp1 h6, ul.blog-posts li.bp2 h6, ul.blog-posts li.bp3 h6, ul.blog-posts li.bp4 h6, ul.blog-posts li.bp5 h6 {
	display: block;
}
ul.blog-posts li.bp2 .post-image, ul.blog-posts li.bp3 .post-image, ul.blog-posts li.bp4 .post-image, ul.blog-posts li.bp5 .post-image {
	margin-bottom: 2em;
}
ul.blog-posts li.bp1 .post-info {
	float: left;
	width: 40%;
	padding: 3em 0 0 4.5em;
}
ul.blog-posts li.bp1 .post-image {
	float: left;
	width: 60%;
	margin-bottom: 0;
}
ul.blog-posts li.bp1 h5 {
	font-size: 3.25em;
	line-height: 1;
	font-weight: 900;
}
ul.blog-posts li.bp2 h5, ul.blog-posts li.bp3 h5, ul.blog-posts li.bp4 h5, ul.blog-posts li.bp5 h5 {
	font-size: 1.6875em;
	line-height: 1.25;
}
ul.blog-posts li h5 {
	font-weight: 900;
}
ul.blog-posts li h5 a {
	color: #1F1D1A;
}
ul.blog-posts li .post-info p {
	display: none;
	margin-bottom: 0;
}
ul.blog-posts li.bp1 p, ul.blog-posts li.bp2 p, ul.blog-posts li.bp3 p, ul.blog-posts li.bp4 p, ul.blog-posts li.bp5 p {
	display: block;
}
ul.blog-posts li.bp1 p {
	margin-bottom: 2em;
}
ul.blog-posts li.bp1 a.text-link {
	display: inline-block;
}
ul.blog-posts li.bp2, ul.blog-posts li.bp3, 
ul.blog-posts li.bp4, ul.blog-posts li.bp5 {
	width: 50% !important;
}
.alm-btn-wrap {
	margin-bottom: 6em !important;
}
.alm-btn-wrap .alm-load-more-btn {
	color: #20412E !important;
	background: #ECECEC  !important;
	font-size: 0.65em !important;
	border-radius: 0 !important;
}
.alm-btn-wrap .alm-load-more-btn: hover {
	color: #ECECEC !important;
	background: #20412E  !important;
}
.search-banner {
	padding: 4em 0 2em;
	margin: 0 30px;
}
.search-content {
	padding: 4em 0;
	margin: 0 30px;
	background: #f1f1f1;
}
.search-content ul {
	margin: 0;
}
.search-content ul li {
	position: relative;
	list-style: none;
	display: block;
	padding-bottom: 2em;
	margin-bottom: 3em;
	border-bottom: 1px solid #E2E3E4;
}
#nav-below {
	padding: 2em 0;
}
.nav-previous, .nav-next {
	float: left;
	width: 50%;
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.675em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-next {
	float: right;
}
.nav-next {
	text-align: right;
}
.single .post-content {
	position: relative;
	margin: 0 30px;
	padding: 4em 0;
}
.page-template-page-connect .content-area {
	display: flex;
	flex-wrap: nowrap;
	margin: 30px;
}
.page-template-page-connect .main-banner {
	width: 35%;
	margin-right: 2%;
}
.page-template-page-connect .site-content {
	width: 63%;
	background: #f1f1f1;
	padding: 10em 4em;
}
.content-left {
	float: left;
	width: 40%;
	margin-right: 5%;
}
.content-left ul.links {
	margin: 0 0 2em;
}
.content-left ul.links li {
	position: relative;
	display: block;
	list-style: none;
	margin-bottom: 0.25em;
}
.content-left ul.links li a {
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	color: #1F1D1A;
	font-size: 1.375em;
}
.content-left ul.links li a:hover {
	color: #8AA9B4;
}
.content-right {
	float: left;
	width: 55%;
}
.content-bottom {
	margin-top: 4em;
}
.content-left p {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #1F1D1A;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 2;
}
.content-left p a {
	color: #1F1D1A;
}
.content-left ul.social {
	margin-top: 2em;
}
.content-left ul.social li img {
	max-width: 24px;
}

/*********************************
	Module Styles
*********************************/
.gallery {
	position: relative;
	margin: 0 30px;
}
.gallery .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 625px;
	z-index: 2;
	text-align: center;
}
.gallery .heading h1, .gallery .heading h2, .gallery .heading h5 {
	color: #fff;
	line-height: 1.25;
	margin-bottom: 0;
}
.gallery .heading h5 {
	font-weight: 900;
	letter-spacing: 2px;
}
.gallery ul {
	margin: 0;
}
.gallery ul li {
	position: relative;
	list-style: none;
	display: inline-block;
}
.gallery ul li img {
	width: 100%;
}
.gallery ul li h6.caption {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}
.left-right-content {
	position: relative;
	padding: 8em 0 6em;
	margin: 0 30px;
}
.blog-feed {
	position: relative;
	margin: 0 30px;
	padding: 3em 0 6em;
}
.blog-feed h6.module-title {
	color: #8AA9B4;
	margin-bottom: 3em;
}
.bg-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: #E6E7E8;
	z-index: 1;
}
.blog-feed ul {
	position: relative;
	margin: 0; 
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	z-index: 2;
	justify-content: center;
}
.blog-feed ul li {
	position: relative;
	list-style: none;
	background: #fff;
	text-align: center;
	width: 25%;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
.blog-feed ul li:hover {
	transform: scale(1.025);
}
.blog-feed ul li img {
	margin-bottom: 5em;
	-webkit-transition: 0.35s ease;
	-moz-transition: 0.35s ease;
	-o-transition: 0.35s ease;
	transition: 0.35s ease;
}
.blog-feed ul li img:hover {
	-webkit-filter: brightness(75%);
}
.blog-feed ul li h5 {
	width: 80%;
	margin: 0 10% 8em;
	font-size: 1em;
	line-height: 1;
}
.blog-feed ul li h5:hover {
	opacity: 0.8;
}
.blog-feed ul li a.text-link {
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translate(-50%,0);
}
.cta {
	position: relative;
	margin: 0 30px;
	padding: 8em 0;
	text-align: center;
}
.cta h1 {
	font-size: 3.6em;
	max-width: 500px;
	margin: 0 auto 0.5em;
}
.cta h2 {
	font-size: 2.6em;
	max-width: 400px;
	margin: 0 auto 0.5em;
}
.cta h3 {
	font-size: 1.6em;
	max-width: 400px;
	margin: 0 auto 0.5em;
}
.cta img {
	display: inline-block;
	transform: rotate(90deg);
	width: 17px;
	margin-bottom: 1.5em;
}
.cta a.text-link {
	display: block;
}
.stats {
	position: relative;
	background: #8AA9B4;
	padding: 12em 0 8em;
	margin: 0 30px;
}
.stats h1.heading {
	max-width: 725px;
	line-height: 0.9;
	margin-bottom: 0.75em;
}
.stats h1.heading span {
	color: #fff;
}
.stats-column h5 {
	font-weight: 900;
	font-size: 0.65em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.stats-column {
	float: left;
	width: 60%;
	padding-right: 5%;
	margin-right: 5%;
	border-right: 1px dashed #fff;
}
.stats-column ul {
	margin: 0;
}
.stats-column ul li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 2em;
}
.stats-column ul li h2 {
	font-size: 4.5em;
	font-weight: 900;
	text-transform: uppercase;
	margin-right: 8%;
	margin-bottom: 0;
}
.stats-column ul li h2, .stats-column ul li h4 {
	display: inline-block;
	vertical-align: top;
	max-width: 44%;
}
.stats-column ul li h4 {
	color: #fff;
	line-height: 1.1;
	margin-bottom: 0;
	padding-top: 0.35em;
}
.stats-content {
	float: left;
	width: 35%;
}
.stats-content p {
	color: #181A28;
	font-size: 1.05em;
}
.featured-post {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 30px;
}
.featured-post .post-image, .featured-post .post-content {
	width: 50%;
}
.featured-post .post-image {
	margin-top: -4em;
}
.featured-post .post-content {
	background: #F1F2F2;
	padding: 8em 6em 6em;	
}
.featured-post .post-content h5 {
	font-size: 0.75em;
	letter-spacing: 1px;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 1px solid #1F1D1A;
	margin-bottom: 0.75em;
}
.featured-post .post-content h2 {
	margin-bottom: 0.75em;
}
.featured-post .post-content p {
	font-size: 1.05em;
}
.data {
	position: relative;
	margin: 0 30px;
	padding: 6em 0;
}
.data h5.module-title {
	font-weight: 900;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 3em;
}
.data-list {
	padding-right: 3em;
}
.data-list h6 {
	font-size: 0.9375em;
	border-bottom: 1px solid #1F1D1A;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
.data ul {
	margin: 1.5em 0 1em;
}
.data ul li {
	position: relative;
	list-style: none;
	display: block;
}
.data ul li h4, .data ul li h5 {
	display: inline-block;
	vertical-align: middle;
}
.data ul li h4 {
	font-size: 1.675em;
	width: 26%;
	margin-bottom: 0;
}
.data ul li h5 {
	position: relative;
	font-weight: 900;
	width: 72%;
	font-size: 0.9375em;
	    margin-bottom: 0;
    padding: 0.35em 0.75em;
}
.data ul li h5 span.text {
	position: relative;
	z-index: 1;
}
.data ul li h5 span.data-row {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #8AA9B4;
	z-index: 0;
}
.data ul li:nth-child(2n+2) h5 span.data-row {
	background: #95CBD7;
}
.data-list p {
	font-size: 0.75em;
	margin-bottom: 0;
}
.left-right {
	position: relative;
	background: #F1F2F2;
	/*padding: 3em 0; */
	margin: 0 30px;
	display: flex;
	flex-wrap: nowrap;
}
.left-right-image {
	width: 50%;
}
.left-right-info {
	position: relative;
	width: 50%;
	padding: 6em;
}
.left-right-info .icon {
	position: absolute;
	top: 9em;
	left: 2em;
	width: 27px;
}
.left-right-info h6.module-title {
	margin-bottom: 2em;
}
.left-right-info a.button {
	background: #fff;
}
.box {
	position: relative;
	margin: 0 30px;
}
.box ul {
	margin: 0;
}
.box ul li {
	position: relative;
	list-style: none;
	display: flex !important;
	z-index: 1;
}
.box ul li .left, .box ul li .right {
	width: 50%;
}
.box ul li .left {
	position: relative;
	background: #1F1D1A;
	padding: 8em 6em;
}
.box ul li .left h5, .box ul li .left h6, .box ul li .left h2 {
	color: #fff;
}
.box ul li .left h5 {
	font-size: 0.85em;
	position: absolute;
	top: 6%;
	left: 7em;
	margin-bottom: 0;
}
.box ul li .left h6 {
	font-size: 0.75em;
	display: block;
	padding-bottom: 0.75em;
	margin-bottom: 2em;
	border-bottom: 1px solid #fff;
}
.box ul li .left h2 {
	font-weight: bold;
}
.box ul li .right {
	position: relative;
	background: #F1F2F2;
	padding: 9em 6em 0;
}
.left-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #1F1D1A;
	z-index: 0;
}
.right-box {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: #F1F2F2;
	z-index: 0;
}
.box .slick-prev, .box .slick-prev:hover {
	top: 7.5%;
	left: 39%;
}
.box .slick-next, .box .slick-next:hover {
	top: 7.5%;
	right: 56.5%;
}
.numbered-list-images {
	position: relative;
	padding: 8em 0 6em;
}
.numbered-list-images ul {
	margin: 0;
}
.numbered-list-images ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 4%;
}
.numbered-list-images ul li img {
	margin-bottom: 2em;
}
.numbered-list-images ul li h5 {
	margin-bottom: 1em;
}
.numbered-list-images ul li h5 span {
	font-size: 0.625em;
	opacity: 0.45;
	letter-spacing: 1px;
}
.numbered-list-images ul li a.text-link {
	display: block;
	margin-top: 2em;
}
.numbered-list {
	margin: 30px;
}
.numbered-list h6.module-title {
	margin-bottom: 1em;
}
.numbered-list ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.numbered-list ul li {
	position: relative;
	list-style: none;
	padding: 8em 3.5em 4em;
	background: #91B5BF;
}
.numbered-list ul li:nth-child(2n+2) {
	background: #688C96;
}
.numbered-list ul li h1 {
	font-size: 6.5em;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.5em;
}
.numbered-list ul li h5 {
	margin-bottom: 2em;
}
.numbered-list ul li p {
	font-size: 0.875em;
	color: #fff;
	margin-bottom: 3em;
}
.numbered-list ul li a.button {
	background: #fff;
}
.message {
	position: relative;
	text-align: center;
	padding: 12em 0;
	margin: 0 30px
}
.message h2 {
	position: relative;
	max-width: 600px;
	color: #fff;
	margin: 0 auto;
	z-index: 2;
}
.message img {
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translate(-50%,0) rotate(90deg);
	width: 18px;
	z-index: 1;
}
.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.75));
	z-index: 1;
}
.testimonials-slider {
	position: relative;
	padding: 1em 0 6em;
	text-align: center;
}
.testimonials-slider h6.module-title {
	color: #8AA9B4;
	margin-bottom: 0;
}
.testimonials-slider ul.testimonials {
	margin: 0;
}
.testimonials-slider ul.testimonials li.testimonial {
	position: relative;
	list-style: none;
	display: inline-block !important;
	float: none !important;
	padding: 0 8em;
	text-align: center;
}
.testimonials-slider ul.testimonials li.testimonial img {
	display: inline-block;
	border-radius: 50%;
	width: 112px;
	margin-bottom: 1em;
}
.testimonials-slider .slick-prev, .testimonials-slider .slick-prev:hover {
	background: url('img/prev-blue.png') no-repeat center center;
	background-size: 18px;
}
.testimonials-slider .slick-next, .testimonials-slider .slick-next:hover {
	background: url('img/next-blue.png') no-repeat center center;
	background-size: 18px;
}
.testimonials-slider .slick-dots {
	bottom: -30px;
	text-align: center;
}
.testimonials-slider .slick-dots li button:before {
	color: #699EB0 !important;
}
.blog-feed-excerpts {
	position: relative;
	padding: 4em 0;
}
.blog-feed-excerpts h6.module-title {
	color: #8AA9B4;
	margin-bottom: 2em;
}
.blog-feed-excerpts ul {
	margin: 0;
}
.blog-feed-excerpts ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 46.75%;
	width: calc(47% - 4px);
	margin-right: 3%;
}
.blog-feed-excerpts ul li img {
	margin-bottom: 2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-feed-excerpts ul li img:hover {
	-webkit-filter: brightness(75%);
}
.blog-feed-excerpts ul li h6 a {
	color: #8AA9B4;
}
.blog-feed-excerpts ul li h5 {
	font-weight: 900;
	font-size: 1.6875em;
}
.accordion {
	position: relative;
	padding: 6em 0 4.5em;
	background: #F1F2F2;
	margin: 0 30px;
}
.accordion h6.module-title {
	color: #8AA9B4;
	line-height: 2;
}
.accordion ul.accordion-items {
	margin: 0;
}
.accordion ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 2em;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title {
	position: relative;
	font-size: 1.625em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #0B1A28; 
	padding-right: 60px;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: #fcfcfc;
	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;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator:hover {
	background: #fff;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 12px;
	width: 1px;
	background: #0B1A28;
	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;
}
.accordion ul.accordion-items li.accordion-item h5.accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 12px;
	background: #0B1A28;
	transform: translate(-50%,-50%);
}
.accordion ul.accordion-items li.accordion-item.first h5.accordion-title span.indicator span.first,
.accordion ul.accordion-items li.accordion-item h5.accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion ul.accordion-items li.accordion-item.first h5.accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(0deg);
}
.accordion ul.accordion-items li.first.accordion-item .accordion-hide {
	display: block;
}
.accordion ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
}
.full-content {
	position: relative;
	padding: 6em 0 4.5em;
	margin: 0 30px;
}
.carousel {
	position: relative;
	padding: 2em 0;
	margin: 0 30px;
}
.carousel-wrap {
	width: 55%;
	margin: 0 22.5%;
}
.carousel-wrap .slick-list {
	overflow: visible;
}
.carousel-wrap ul {
	margin: 0;
}
.carousel-wrap ul li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	float: none !important;
	margin: 0 8px;
}
.bulleted-list {
	position: relative;
	padding: 4em 0 2em;
}
.bulleted-list h6.module-title {
	color: #8AA9B4;
	margin-bottom: 3em;
}
.bulleted-list ul {
	margin: 0;
}
.bulleted-list ul li {
	position: relative;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
}
.bulleted-list ul li h3 {
	font-weight: 900;
	width: 15%;
}
.bulleted-list ul li .bullet-info {
	width: 85%;
	padding-bottom: 1.5em;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #E1E2E1;
}
.bulleted-list ul li:last-child .bullet-info {
	border: none;
}
.bulleted-list ul li .bullet-info p.title {
	font-weight: bold;
	color: #1F1D1A;
	margin-bottom: 0;
	font-size: 1em;
}
.bulleted-list ul li .bullet-info p {
	font-size: 0.85em;
}

/*********************************
	Sidebar Styles
*********************************/
.post-sidebar {
	position: relative;
}
.post-sidebar p {
	font-size: 0.6725em;
}
.author img {
	float: left;
	width: 50%;
	max-width: 94px;
	border-radius: 50%;
	border: 6px solid #EFF1F4;
}
.author-info {
	float: left;
	width: 50%;
	padding-left: 1em;
}
.author h6 {
	color: #8AA9B4;
}
.sharing {
	margin: 3em 0 4em;
}
.sharing ul.social li img {
	background: #232323;
	padding: 3px;
	border-radius: 50%;
	max-width: 30px;
}
.sidebar-links ul {
	margin: 0;
}
.sidebar-links ul li {
	position: relative;
	display: block;
	list-style: none;
	margin-bottom: 0.25em;
}
.sidebar-links ul li a {
	font-family: 'Gotham', sans-serif;
	font-weight: 900;
	color: #1F1D1A;
	font-size: 1.375em;
}
.sidebar-links ul li a:hover {
	padding-left: 0.25em;
}
.sidebar-links ul li a img {
	width: 12px;
	margin-right: 0.75em;
}


/*********************************
	Footer Styles
*********************************/
.site-footer {
	background: #1F1D1A;
	margin: 0 30px 0;
	padding: 10em 0;
}
.contact-info {
	position: relative;
}
.contact-info img {
	float: left;
	width: 25px;
	margin-right: 25px;
	padding-top: 0.4em;
}
.contact-info .info {
	float: left;
	width: calc(100% - 50px);
}
.site-footer p {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #939599;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.75em;
	line-height: 2;
}
.site-footer a {
	color: #939599;
}
.site-footer a:hover {
	color: #8AA9B4;
}
.newsletter h5 {
	font-weight: 900;
	color: #fff;
	margin-bottom: 1em;
}
.newsletter .gform_body {
	float: left;
	clear: none !important;
	width: 80%;
	padding: 0 !important;
	margin: 0 !important;
}
.newsletter .gform_footer {
	float: left;
	clear: none !important;
	width: 20%;
	padding: 0 !important;
	margin: 0 !important;
}
.newsletter input[type="text"], .newsletter input[type="text"]:focus {
	color: #fff;
}
.newsletter input[type="submit"] {
	display: block;
	width: 100%;
	text-align: right;
	background: none;
	padding: 15px 0 10px 30px !important;
	margin: 0 !important;
	color: #fff;
	border-bottom: 1px solid #A7A9AD;
	background: url('img/gray-arrow.png') no-repeat left center;
	background-size: 17px;
}
ul.social {
	margin: 0;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 0.5em 0 0;
}
ul.social li {
	-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 {
	opacity: 0.8;
}
ul.social li img {
	max-width: 22px;
}
.sub-footer {
	background: #1F1D1A;
	margin: 0 30px 30px;
	padding-bottom: 1em;
}
.copyright {
	padding-top: 0.25em;
}
.copyright p {
	font-family: 'Supply', sans-serif;
	font-weight: normal;
	font-size: 0.52em;
	color: #939599;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2;
	margin-bottom: 0;
}
.copyright p a {
	color: #939599;
}
.copyright p a:hover {
	opacity: 0.8;
}


/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1155px) {
	.large-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
	.stats-column ul li h2 { font-size: 3.5em; }
	.box ul li .left h2 { font-size: 2.75em; }
}
@media all and (max-width: 1075px) {
	.numbered-list ul li { padding: 4em 2em; }
	.numbered-list ul li h1 { font-size: 4em; }
}
@media all and (max-width: 1032px) {
	nav.main, .left-right-info .icon, .accordion-mod br  { display: none !important; }
	.site-header img { width: 100%; }
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.home-banner { padding: 6em 0; }
	.home-banner h1 { font-size: 5.5em; }
	.home-banner ul.buttons { width: 35%; }
	.left-right-content { padding: 6em 0 4em; }
	.left-content, .contact-info, .copyright { padding-left: 2em !important; }
	.right-content, .newsletter, .footer-social { padding-right: 2em !important; }
	.stats { padding-top: 6em;  }	
	.data-list { width: 50%  !important; margin-bottom: 3em; }
	.left-right { flex-wrap: wrap; padding: 0;  }
	.left-right-info, .left-right-image { width: 100%; }
	.left-right-image { min-height: 15em; }
	.left-right-info { padding: 4em 2em; }
	.accordion { padding: 4em 0 2.5em; }
	.accordion-mod, .accordion-content { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2em !important; padding-right: 2em !important; }
	.accordion-mod { margin-bottom: 2em; }
	.post-content-wrap { padding-left: 2em !important; }
	.post-sidebar { padding-right: 2em !important; }
	
	h1 { font-size: 4.25em; }
	h2 { font-size: 3em; }
	p.page-intro { font-size: 1.25em; }
}
@media all and (max-width: 1025px) {
	.numbered-list ul li { width: 100% !important; }
	.carousel-wrap { width: 90%; margin: 0 5%; }
	.page-template-page-connect .site-content { padding: 6em 2em; }
	ul.blog-posts li.bp1 .post-image { float: none; width: 100%; }
	ul.blog-posts li.bp1 .post-info { float: none; width: 100%; padding: 2em 0; }
	.single .post-content { padding-bottom: 0; }
	.post-content-wrap, .post-sidebar { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2em !important; padding-right: 2em !important; }
	.post-sidebar { background: #f1f1f1; padding: 4em 2em; }
	.search-banner { padding: 2em; }
}
@media all and (max-width: 950px) {
	.numbered-list-images { padding: 6em 0 2em; }
	.numbered-list-images ul { text-align: center; }
	.numbered-list-images ul li { width: 41%; margin-bottom: 4em; text-align: left; }
	.content-left, .content-right { float: none; width: 100%; }
	.content-bottom { margin-top: 0; }
}
@media all and (max-width: 925px) {
	.featured-post .post-image, .left-box, .right-box, ul.blog-posts li a.text-link { display: none !important; }
	.blog-feed  { background: #E6E7E8;  }
	.small-content-wrap, .stats .content-area { padding-left: 2em !important; padding-right: 2em !important; }
	.blog-feed ul { flex-wrap: wrap; gap: none; }
	.blog-feed ul li { width: 46%; }
	.stats-column, .stats-content { float: none; width: 100%; margin-right: 0; padding-right: 0; border: none; }
	.featured-post .post-content { width: 100%; padding: 5em 4em 3em; }
	.box { background: #F1F2F2; }
	.box ul li { flex-wrap: wrap; }
	.box ul li .left, .box ul li .right { width: 100%; padding: 6em 2em 4em; }
	.box ul li .right { width: 100%; padding: 4em 2em 4em; }
	.box ul li .left h5 { left: 2em; }
	.box .slick-next, .box .slick-next:hover { top: 4.5%; right: 32px; }
	.box .slick-prev, .box .slick-prev:hover { top: 4.5%; left: auto; right: 64px; }
	.testimonials-slider ul.testimonials li.testimonial { padding: 0 4em; }
	ul.blog-posts li, ul.blog-posts li.bp2, ul.blog-posts li.bp3, ul.blog-posts li.bp4, ul.blog-posts li.bp5 { width: 100% !important; margin-bottom: 4em !important; padding-bottom: 0 !important; border-bottom: none !important; padding-right: 0 !important; }
	ul.blog-posts li .post-info h6, ul.blog-posts li .post-info p { display: block !important; margin-bottom: 0.5em; }
	ul.blog-posts li h5 { font-size: 1.6875em !important; }
}
@media all and (max-width: 785px) {
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.home-banner ul.buttons { width: 40%; }
	.home-banner .content-wrap h6 { display: block; width: 80%; margin-left: 0; margin-top: 2em; }
	.left-content, .right-content, .contact-info, .copyright, .newsletter, .footer-social { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2em !important; padding-right: 2em !important; }
	.blog-feed { padding-bottom: 2em; }
	.blog-feed ul li { width: 100%; }
	.site-footer { padding: 4em 0 6em; }
	.contact-info img { float: none; position: absolute; top: 0; left: 50%; transform: translate(-50%,0); }
	.contact-info { text-align: center; margin-bottom: 3em; padding-top: 4em; }
	.contact-info .info { float: none; width: 100%; }
	.newsletter, .copyright, .footer-social { text-align: center; }
	.stats { padding-top: 4em;  }	
	.featured-post .post-content { width: 100%; padding: 4em 2em 2em; }
	.data { padding: 4em 0; }
	.data-list { width: 100% !important; }
	.numbered-list-images ul li { width: 100%; margin: 0 0 4em; }
	.blog-feed-excerpts { padding: 4em 0 2em; }
	.blog-feed-excerpts ul li { width: 100%; margin-right: 0; margin-bottom: 3em; }
	.blog-banner { margin-bottom: 2em; }
	.stats-column ul li h2, .stats-column ul li h4, .stats-column ul li h6 { display: block; width: 100%; max-width: 100%; text-align: center; }
	.accordion ul.accordion-items li.accordion-item h5.accordion-title { font-size: 1.25em; line-height: 1.25; }
	
	h1, .home-banner h1, .cta h1, .numbered-list ul li h1 { font-size: 3.5em; }
	h2 { font-size: 2.5em; }
	p.page-intro { font-size: 1.1em; }
}
@media all and (max-width: 650px) {
	.connect-banner, .page-template-page-connect .site-header img.light-image { display: none !important; }
	.home-banner { padding: 3em 0; text-align: center; }
	.home-banner h1 { margin-bottom: 0.5em; }
	.home-banner ul.buttons { width: 80%; }
	.home-banner .content-wrap h6 { margin: 2em 10% 0; }
	.left-right-content { padding: 4em 0 2em; }
	.newsletter .gform_body { width: 76%; }
	.newsletter .gform_footer { width: 24%; }
	.newsletter input[type="submit"] { padding: 16px 0 10px 30px !important; }
	.page-template-page-connect .site-content { width: 100%; }
	.page-template-page-connect .site-header img.dark-image { display: block !important; }
	.page-template-page-connect .site-main { margin-top: 98px; }
	.page-template-page-connect .site-header { background: #fff; padding: 30px; }
	.page-template-page-connect .nav-button { top: 49%; right: 30px; }
}
@media all and (max-width: 600px) {
	.scroll { display: none !important; }
	.home-banner ul.buttons { width: 100%; }
	h1, .home-banner h1, .cta h1, .numbered-list ul li h1 { font-size: 3em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.25em; }
}