/*
Theme Name: Epic Workflow
Author: 2nd Street Creative
Author URI: https://www.2ndst.com
Description: A custom WordPress theme for Epic workflow.
Version: 1.0
*/

@font-face {
	font-family: 'alliance_no.2regular';
	src: url('fonts/allianceno2-regular-webfont.woff2') format('woff2'),
		 url('fonts/allianceno2-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'alliance_no.2light';
	src: url('fonts/degarism_studio_-_alliance_no.2_light-webfont.woff2') format('woff2'),
		 url('fonts/degarism_studio_-_alliance_no.2_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gilroybold';
	src: url('fonts/radomir_tinkov_-_gilroy-bold-webfont.woff2') format('woff2'),
		 url('fonts/radomir_tinkov_-_gilroy-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gilroyextrabold';
	src: url('fonts/radomir_tinkov_-_gilroy-extrabold-webfont.woff2') format('woff2'),
		 url('fonts/radomir_tinkov_-_gilroy-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gilroyregular';
	src: url('fonts/radomir_tinkov_-_gilroy-regular-webfont.woff2') format('woff2'),
		 url('fonts/radomir_tinkov_-_gilroy-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* =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: #231f20;
	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/ */
	scroll-behavior: smooth;
}
body {
	background: #231f20;
	font-family: 'gilroyregular';
	font-weight: normal;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	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: #231f20;
	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;
}
ol li, ul li {
	font-family: 'gilroyregular';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #231f20;
}
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"] {
	border: none;
	display: inline-block;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 8px 15px 6px;
	position: relative;
	top: 0;
}


button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-family: 'gilroyregular';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #231f20;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
form label, form legend {
	font-family: 'gilroybold';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #231f20;
}

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

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

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

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


/*********************************
	Global Styles
*********************************/
p {
	font-family: 'gilroyregular';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #231f20;
	line-height: 1.65;
	margin-bottom: 1.65em;
}
p.page-intro {
	font-size: 1.375em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
a, a:visited {
	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: stratum-1-web, sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #231f20;
	padding: 0.75em 4em 0.7em 1.5em;
	background: url('../images/white-button-arrow.png') no-repeat 90% center #d37757;
	background-size: 12px;
	border-radius: 8px;
	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.button:hover, a.button:focus, a.button:active {
	outline: none;
	background-color: #bc634b;
}
a.button.white-button {
	background: url('../images/red-button-arrow.png') no-repeat 95% center #fff;
	background-size: 12px;
}
a.button.white-button:hover, a.button.white-button:focus, a.button.white-button:active {
	background-color: #f4f4f4;
}
a.button.black-button {
	background: url('../images/red-button-arrow.png') no-repeat 90% center #231f20;
	background-size: 12px;
	color: #fff;
}
a.button.black-button:hover, a.button.black-button:focus, a.button.black-button:active {
	background-color: #191718;
}
h1, span.h1 {
	font-family: 'alliance_no.2light';
	font-weight: normal;
	font-style: normal;
	font-size: 6em;
	color: #231f20;
	line-height: 1;
	margin-bottom: 0.25em;
}
h2, span.h2 {
	font-family: 'alliance_no.2light';
	font-weight: normal;
	font-style: normal;
	font-size: 3.85em;
	color: #231f20;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h3, span.h3 {
	font-family: 'gilroybold';
	font-weight: normal;
	font-style: normal;
	font-size: 2.25em;
	color: #231f20;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h4, span.h4 {
	font-family: 'alliance_no.2regular';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	color: #231f20;
	line-height: 1.15;
	margin-bottom: 0.25em;
}
h5, span.h5 {
	font-family: 'gilroybold';
	font-weight: normal;
	font-style: normal;
	font-size: 1.875em;
	color: #231f20;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h6, span.h6 {
	font-family: stratum-1-web, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125em;
	color: #231f20;
	text-transform: uppercase;
	line-height: 1.25;
	letter-spacing: 1px;
	text-decoration: none;
	margin-bottom: 0.5em;
}
h1 a, span.h1 a, h2 a, span.h2 a, h3 a, span.h3 a, h4 a, span.h4 a, h5 a, span.h5 a, h6 a, span.h6 a {
	color: #231f20;
	text-decoration: none;
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.index-wrap {
	position: relative;
	index-wrap: 3;
}
.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gap {
	gap: 30px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.upper {
	text-transform: uppercase;
}
.black {
	color: #231f20;
}
.blackBG {
	background: #231f20;
}
.gray {
	color: #7f7e7f !important;
}
.darkgrayBG {
	background: #dfe0de;
}
.grayBG {
	background: #f4f4f4;
}
.white {
	color: #fff !important;
}
.whiteBG {
	background: #fff;
}
.orange {
	color: #d37757 !important;
}
.orangeBG {
	background: #d37757;
}

	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100vh;
	padding: 4em;
	z-index: 99;
	-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;
}
.mobile-menu a.button.header-button {
	position: relative;
	top: auto;
	right: auto;
}
.close {
	position: absolute;
	top: 2em;
	right: 2.25em;
	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);
}
nav.mobile ul {
	margin: 0 0 2em;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	display: block;
	line-height: 1;
	margin-bottom: 1em;
}
nav.mobile ul li a {
	font-family: 'alliance_no.2regular';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	color: #231f20;
	text-decoration: none;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 3.5em 16em 2.5em;
	z-index: 98;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header.scrolled {
	padding: 1.5em 16em;
}
.site-header .logo {
	position: absolute;
	top: 3.5em;
	left: 2em;
	width: 250px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header.scrolled .logo {
	top: 1.25em;
}
nav.main {
	position: relative;
	text-align: center;
}
nav.main ul {
	margin: 0;
}
nav.main ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em;
}
nav.main ul li a {
	font-family: stratum-1-web, sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #888a8d;
}
nav.main ul li a:hover {
	color: #fff;
}
.header-line {
	position: absolute;
	bottom: 0;
	left: 2em;
	width: calc(100% - 4em);
	height: 1px;
	background: #9c9ea1;
}
a.button.header-button {
	position: absolute;
	right: 2em;
	top: 2.75em;
	font-family: 'gilroyregular';
	font-weight: normal;
	font-style: normal;
	font-size: 1em !important;
	color: #fff !important;
	padding: 0.875em 1.5em 0.75em !important;  
	background: transparent;
	border: 1px solid #fff;
	text-decoration: none;
	line-height: 1;
	border-radius: 8px;
	text-transform: none;
	letter-spacing: 0;
}
a.button.header-button:hover {
	background: #191718;
}
.site-header.scrolled a.button.header-button {
	top: 0.75em;
}
a.button.header-button img {
	max-width: 24px;
	margin-top: -6px;
}
.nav-button {
	display: none;
	position: absolute;
	top: 1.5em;
	right: 2em;
	height: 16px;
	width: 24px;
	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: #d37757;
	-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 {
	top: 7px;
}
.nav-button .third {
	bottom: 0;
}


/*********************************
	Banner Styles
*********************************/
.landing-banner {
	position: relative;
	padding: 10em 2em;
	background: url('../images/banner-background.png') repeat-y center center;
	background-size: cover;
}
.landing-banner h1 {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
.banner-left, .banner-right {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 5px);
}
.banner-wrap {
	margin-top: -3em;
	max-width: 500px;
	padding: 2em;
}
.banner-wrap p {
	margin: 0;
}
.banner-right {
	padding-right: 2em;
}
.sub-banner img {
	display: inline-block;
	width: calc(100% - 4em);
	padding: 2em 0 6em;
	margin-left: 2em;
}

/*********************************
	Content Styles
*********************************/
.site-main {
	padding-top: 150px;
}

/*********************************
	Module Styles
*********************************/
.basic-content.blackBG h1, .basic-content.blackBG h2, .basic-content.blackBG h3, .basic-content.blackBG h4, .basic-content.blackBG h5, .basic-content.blackBG h6,
.basic-content.blackBG span.h1, .basic-content.blackBG span.h2, .basic-content.blackBG span.h3, .basic-content.blackBG span.h4, .basic-content.blackBG span.h5, .basic-content.blackBG span.h6,
.basic-content.blackBG p, .basic-content.blackBG a,
.content-sidebar.blackBG h1, .content-sidebar.blackBG h2, .content-sidebar.blackBG h3, .content-sidebar.blackBG h4, .content-sidebar.blackBG h5, .content-sidebar.blackBG h6,
.content-sidebar.blackBG span.h1, .content-sidebar.blackBG span.h2, .content-sidebar.blackBG span.h3, .content-sidebar.blackBG span.h4, .content-sidebar.blackBG span.h5, .content-sidebar.blackBG span.h6,
.content-sidebar.blackBG p, .content-sidebar.blackBG a {
	color: #fff;
}
.basic-content {
	padding: 6em 0 4.5em;
}
.features {
	position: relative;
	padding: 6em 0 2em;
}
.features-intro p {
	margin: 0 auto;
	max-width: 625px;
}
ul.feature-cats {
	display: inline-block;
	border-radius: 8px;
	max-width: 500px;
	margin: 2em auto;	
	padding: 6px;
}
ul.feature-cats li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: stratum-1-web, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 0.75em 1.5em;
	border-radius: 4px;
	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.feature-cats li:hover {
	background: #dfe0de;
}
ul.feature-cats li.active {
	background: #d37757;
	color: #fff;
}
.features-wrap {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
}
.features-wrap .feature-cat {
	position: relative;
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
	opacity: 0;
	padding: 2em;
	margin-left: 4em;
	text-align: left;
	z-index: 1;
}
.features-wrap .feature-cat.active {
	opacity: 1;
	z-index: 2;
}
.feature-cat-left {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 5px);
	padding: 3em 6em 2em 3em;
}
.feature-cat-left h6 {
	margin-bottom: 2em;
}
.feature-image {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(65% - 5px);
	margin-left: -5%;
	margin-right: -10%;
}
.feature-cat ul.details {
	margin: 0;
}
.feature-cat ul.details li {
	position: relative;
	display: block;
	list-style: none;
	padding: 1em 0 0.75em;
	border-bottom: 1px solid #9c9ea1;
	width: 100%;
	cursor: pointer;
}
.feature-cat ul.details li.active {
	background: url('../images/red-button-arrow.png') no-repeat right center;
	background-size: 20px;
}
.feature-cat ul.details li:last-child {
	border: none;
}
.feature-cat ul.details li img {
	display: none;
}
.feature-cat ul.details li h4 span {
	font-family: stratum-1-web, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 0.5em;
}
.feature-image .feat-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
}
.content-sidebar {
	position: relative;
	padding: 6em 0 4.5em;
}
.content-sidebar .content-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(75% - 5px);
	padding-right: 6em;
}
.content-sidebar .sidebar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(25% - 5px);
}
.content-grid {
	padding: 2em;
}
.content-grid .stats {
	position: relative;
	width: calc(55% - 15px);
	padding: 2em;
	border-radius: 8px;
}
.content-grid .stats h6 {
	display: inline-block;
	vertical-align: middle;
	width: calc(40% - 5px);
}
.content-grid .stats span.h1 {
	display: inline-block;
	vertical-align: middle;
	width: calc(60% - 5px);
	text-align: right;
	font-size: 8em;
}
.content-grid .stats h3 {
	max-width: 350px;
}
.content-grid .stats a {
	position: absolute;
	bottom: 1.75em;
	right: 2em;
	padding: 6px 12px 8px;
	border-radius: 50%;
	background: #fff;
}
.content-grid .stats a:hover {
	background: #d37757;
}
.content-grid .stats a img {
	width: 15px;
}
.content-grid .details {
	width: calc(45% - 15px);
	border-radius: 8px;
}
.content-grid .details ul.slides {
	margin: 0;
	height: 100% !important;
}
.content-grid .details ul.slides li.slide {
	position: relative;
	list-style: none;
	padding: 2em 2em 6em;
	height: 100%;
}
.content-grid .details ul.slides .slick-track {
	display: flex !important;
	height: 100% !important;
}
.content-grid .details ul.slides .slick-list {
	height: 100% !important;
}
.content-grid .details ul.slides .slick-slide {
	height: inherit !important;
	height: 100% !important;
}
.content-grid .details ul.slides li h6 {
	margin-bottom: 1em;
}
.content-grid .details ul.slides li.slide a.button {
	display: block;
	width: calc(100% - 4em);
	position: absolute;
	bottom: 2em;
	left: 2em;
}
.content-grid .accordion {
	position: relative;
	padding: 6em;
	border-radius: 8px;
	width: 100%;
}
.content-grid .accordion h6 {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 5px);
}
.content-grid .accordion a.button {
	position: absolute;
	top: 6.5em;
	right: 6.5em;
}
.accordion ul.accordion-items {
	margin: 2em 0 0;
}
.accordion ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #9c9ea1;
}
.accordion ul.accordion-items li.accordion-item:last-child {
	border: none;
}
.accordion ul.accordion-items li.accordion-item .accordion-title {
	position: relative;
	padding-right: 60px;
	font-size: 1.875em;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: #d37757;
	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 .accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 16px;
	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;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 16px;
	background: #fff;
	transform: translate(-50%,-50%);
}
.accordion ul.accordion-items li.accordion-item .accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
}
.repeating-blocks {
	position: relative;
	padding: 6em 0 8em;
}
.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%;
}
.repeating-blocks ul.blocks {
	margin: 0;
}
.repeating-blocks ul.blocks li.block {
	position: relative;
	list-style: none;
}
.repeating-blocks ul.blocks li.block {
	margin-bottom: -2em;
}
.repeating-blocks ul.blocks li.block:nth-child(2n+2) {
	direction: rtl;
}
.repeating-blocks ul.blocks li.block .block-content {
	width: 40%;
	padding: 6em 4em;
	direction: ltr;
}
.repeating-blocks ul.blocks li.block .block-image,
.repeating-blocks ul.blocks li.block .block-video {
	width: 60%;
	border-radius: 16px;
}
.large-cta {
	position: relative;
	padding: 12em 2em;
	background: url('../images/cta-background.png') repeat-y center center #f4f4f4;
	background-size: cover;
}
.large-cta h2 {
	max-width: 925px;
	margin: 0 auto 0.75em;
}
.content-stats {
	position: relative;
	padding: 6em 0;
}
.content-stats .stats {
	display: inline-block;
	vertical-align: middle;
	width: calc(35% - 5px);
}
.content-stats .stats .stat {
	position: relative;
	padding: 1.5em;
	border-radius: 16px;
	margin-bottom: 1em;
}
.content-stats .content-content {
	display: inline-block;
	vertical-align: middle;
	width: calc(65% - 5px);
	padding-left: 6em;
}
.packages {
	position: relative;
	padding: 6em 0 8em;
}
.packages h3.white {
	max-width: 700px;
	margin: 0 auto;
}
.package-content {
	position: relative;
	max-width: 850px;
	margin:  1em auto 0;
}
.package-content h1, .package-content span.h1, .package-content h2, .package-content span.h2, .package-content h3, .package-content span.h3, .package-content h4, .package-content span.h5,
.package-content h6, .package-content span.h6, .package-content p, .package-content a, .package-content ul li, .package-content ol li {
	color: #fff;
}
ul.packages {
	margin: 2em 0 0;
	padding: 0;
}
ul.packages li {
	position: relative;
	background: #fff;
	padding: 4em 3em 2em;
	border-radius: 16px;
	width: calc(33.33% - 20px);
}
ul.packages li:nth-child(2n+1) {
	background: #dfe0de;
}
ul.packages li span.h3 {
	display: block;
	margin: 0.5em 0;
}
ul.packages li span.h6 {
	display: block;
	padding: 0.5em;
	border-bottom: 1px solid #9c9ea1;
}
ul.packages li a.button {
	margin-top: 2em;
}
.testimonials {
	padding: 3em 0 6em;
}
.testimonials .module-title {
	margin-bottom: 3em;
}
ul.tests {
	margin: 0;
}
ul.tests li.test {
	position: relative;
	padding: 3em;
	border-radius: 8px;
}
ul.tests li.test .test-top {
	text-align: left;
	margin-bottom: 2em;
}
ul.tests li.test .test-top img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	border-radius: 50%;
	margin-right: 10px;
}
ul.tests li.test .test-top .name {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 75px);
}
ul.tests li.test .test-top .name span {
	display: block;
	margin: 0;
}
ul.tests li.test .test-top .name span.h5 {
	font-size: 1.3875em;
}
ul.tests li.test .test-top .name span.h6 {
	font-size: 0.875em;
}
ul.tests li.test p {
	margin: 0;
}
.testimonials ul.tests {
	position: relative;
	margin: 0;
	padding: 0 25%;
	z-index: 2;
}
.testimonials ul.tests li.test {
	position: relative;
	list-style: none;
}
.testimonials .slick-list {
	overflow: visible;
}
.testimonials .slick-track {
	display: flex !important;
	gap: 30px;
}
.testimonials .slick-slide {
	height: inherit !important;
}


/*********************************
	Footer Styles
*********************************/
.site-footer {
	position: relative;
	padding: 2em;
	width: 100%;
}
.site-footer img {
	max-width: 250px;
}
.site-footer a.button.header-button {
	top: 1.5em;
}

/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
/* Hide mobile-only line breaks on desktop - default state */
.mobile-only {
    display: none;
}

/* Prevent text wrapping - keeps text on one line */
.no-wrap {
    white-space: nowrap;
}

@media all and (max-width: 1385px) {
	.features, .repeating-blocks, .packages.module { padding-left: 2em !important; padding-right: 2em !important; }
	.features-wrap .feature-cat { margin-left: 0; }
}
@media all and (max-width: 1205px) {
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1050px) {
	nav.main, .site-header .header-button, .feature-cat ul.details li h4 span, ul.feature-cats, .feature-image, .site-footer a.button.header-button { display: none !important; }
	.mobile-menu { width: 75%; }
	.site-header, .site-header.scrolled { padding: 1em 2em !important; }
	.site-header .logo { position: relative; top: auto !important; left: auto; }
	.nav-button { display: block; }
	.site-main { padding-top: 85px; }
	.landing-banner, .large-cta { padding: 6em 2em; }
	.banner-wrap { margin: 0 auto; }
	.features { padding: 4em 2em 2em; }
	.features-intro { margin-bottom: 2em; }
	.features-wrap { display: block; }
	.features-wrap .feature-cat { opacity: 1; padding: 0; margin-bottom: 2em; text-align: center; }
	.feature-cat-left { width: 100%; padding: 4em 2em 2em; }
	.feature-cat ul.details li.active { background: none; }
	.feature-cat ul.details li img { display: block; margin: 1em auto; width: 100%; max-width: 768px; }
	.content-sidebar { padding: 4em 0 2.5em; }
	.content-grid .stats, .content-grid .details { width: 100%; }
	.content-grid .accordion { padding: 4em 2em; }
	.repeating-blocks { padding: 4em 2em 2em; }
	.repeating-blocks ul.blocks li.block { margin: 0 0 2em!important; }
	.repeating-blocks ul.blocks li.block .block-content { width: 100%; padding: 0 1em 2em; }
	.repeating-blocks ul.blocks li.block .block-image { display: block; width: 100%; padding-bottom: 56.25%; }
	.repeating-blocks ul.blocks li.block .block-video { width: 100%; }
	.content-stats { padding: 4em 0 2.5em; }
	.packages { padding: 4em 2em 3em; }
	ul.packages li { width: 100%; }
	.testimonials ul.tests { padding: 0 12.5%; }
	
	.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) {
	.banner-left, .banner-right { width: 100%; text-align: center; }
	.banner-right { padding: 0; margin-bottom: 2em; }
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.spacer, ul.tests li.test .test-top img { display: none !important; }
	.mobile-menu { width: 100%; }
	.content-sidebar .content-content, .content-sidebar .sidebar, .content-grid .accordion a.button, .content-stats .stats,
	.content-stats .content-content { width: 100%; }
	.content-sidebar .content-content { padding: 0; margin-bottom: 2em; }
	.content-grid .accordion a.button { position: relative; top: auto; right: auto; }
	.content-stats .content-content { padding: 0; }
	.testimonials ul.tests { padding: 0 2em; }
	ul.tests li.test .test-top .name { display: block; width: 100%; }

	h1, span.h1, .content-grid .stats span.h1 { font-size: 3.5em; }
	h2, span.h2 { font-size: 3em; }
	h3, span.h3 { font-size: 2.25em; }
	h4, span.h4 { font-size: 1.75em; }
	p.page-intro { font-size: 1.25em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }

	/* Force line breaks to show on mobile only */
	.mobile-only {
		display: block !important;
	}
}


/* ===================================
   STATISTICS COUNTER ANIMATION STYLES
   Added: September 2, 2025
   =================================== */

/* Animation for stat items */
.stat[data-target],
.stat-item[data-target] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat[data-target].animate,
.stat-item[data-target].animate {
    opacity: 1;
    transform: translateY(0);
}

/* Counter specific styles */
.stat-counter {
    display: inline-block;
    min-width: 120px;
    text-align: right;
}

/* Pulse animation on complete */
@keyframes pulseComplete {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.stat.complete span.h1,
.stat-item.complete .stat-counter {
    animation: pulseComplete 0.6s ease-out;
}

/* Stagger animation for multiple stats */
.content-stats .stats .stat:nth-child(1) {
    transition-delay: 0.1s;
}

.content-stats .stats .stat:nth-child(2) {
    transition-delay: 0.2s;
}

.content-stats .stats .stat:nth-child(3) {
    transition-delay: 0.3s;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .stat[data-target],
    .stat-item[data-target] {
        transform: translateY(20px);
    }
    
    .stat-counter {
        min-width: 80px;
    }
}

/* Performance optimization */
.stat[data-target].animating,
.stat-item[data-target].animating {
    will-change: opacity, transform;
}

/* Accessibility - respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .stat[data-target],
    .stat-item[data-target] {
        transition-duration: 0.01ms !important;
    }
    
    .stat.complete span.h1,
    .stat-item.complete .stat-counter {
        animation-duration: 0.01ms !important;
    }
}
