/*
Theme Name: Pace Creative
Text Domain: pace
Author: Pace Developers
Version: 1.0
License: GNU General Public License v2 or later
License URI: http.page-marketing-roi-calculator p a.webinar-btn, .page-thank-you-roi-calculator a.anniversary-btn, .page-watch-webinar-beyond-devices a.anniversary-btn {
://www.gnu.org/licenses/gpl-2.0.html
*/





/* Video popup */

.close-button-pop{
	color:white!important;
	opacity:1;
	transform:scale(2.5);
	z-index:999999;
	position:absolute;
	right: -4%;
    font-size: 45px;
    top: 12.9%;
	cursor:pointer;
}

.close-button-pop:hover{
	transform:scale(1.4);
	transition:all 0.2s ease-in-out;
}

/* end */



.content-section--blog-subscribe .btn-default:focus{
    border-color: #7f357d!important;
    background-color: #7f357d!important;
    outline:none!important;
}

.content-section--blog-subscribe .btn-default:active{
    border-color: #7f357d!important;
    background-color: #7f357d!important;
    outline:none!important;
}

.page-contact .btn.btn-default.btn-all.buton-green {
    background-color: #404040 !important;
    border: 1px solid transparent !important;
}

.page-contact .btn.btn-default.btn-all.buton-green:hover {
    background-color: transparent!important;
    border: 1px solid #404040 !important;
    color: #404040!important;
}

#menu-main-nav li a:hover{
    color:white!important;
}
.page-ebook-thanks .hero__content {
 display: none!important;
}

.download-btn {
	text-shadow: none !important;
}

.social-frow {
   display:flex;
}

.social-row {
	display: flex;
	align-items: baseline;
	padding-left: 0px;
}

.social-section {
	padding-bottom: 100px;
}

.txt-social-intro {
	margin-bottom: 15px;
}

.social-row img {
	width: 45px;
	height: auto;

}

.social-row a {
	display: flex;
}

.social-row a:nth-child(2) {
	margin-left: 24px;

}


#navbar {
	display: flex !important;
}

#menu-main-nav li {
	margin-left: 10px;
	margin-right: 10px;
}

.current-menu-item {
	background-color: rgba(255, 255, 255, 0.1);
}

.cpt-service .service-item {
	background-color: rgba(255, 255, 255, 0.1);
}

.blogpage .blog-item {
	background-color: rgba(255, 255, 255, 0.1);
}

.cpt-industry .industry-item {
	background-color: rgba(255, 255, 255, 0.1);
}

.work-page .work-item {
	background-color: rgba(255, 255, 255, 0.1);
}


.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

/*
Theme Name: Pace Creative
Text Domain: pace
Author: Pace Developers
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@charset "UTF-8";

/*
Theme Name: pace
Text Domain: pace

*/
/*--------------------------------------------------------------*/
@font-face {
	font-family: "rubik";
	src: url("fonts/rubik-light-webfont.woff2") format("woff2"), url("fonts/rubik-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "rubik";
	src: url("fonts/rubik-medium-webfont.woff2") format("woff2"), url("fonts/rubik-medium-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Geomanist Regular";
	src: url("fonts/Geomanist-Regular.woff") format("woff");
	font-style: normal;
    font-weight: normal;       
}

@font-face {
	font-family: "Geomanist Medium";
	src: url("fonts/Geomanist-Medium.woff2") format("woff2"), url("fonts/Geomanist-Medium.woff") format("woff");
	font-style: normal;
    font-weight: normal;       
}

@font-face {
	font-family: "Geomanist Bold";
	src: url("fonts/Geomanist-Bold.woff") format("woff");
	font-style: normal;
    font-weight: normal;       
}

@font-face {
	font-family: "Geomanist Book";
	src: url("fonts/Geomanist-Book.woff") format("woff");
	font-style: normal;
    font-weight: normal;       
}
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
/*
* Usage: https://smacss.com/book/type-base
**/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

p {
	color: #6d6e71;
}

li {
	color: #6d6e71;
}

body,
button,
input,
select,
textarea {
	font-size: 1rem;
	color: #6d6e71;
	font-family: "GilroyRegular", sans-serif;
	font-weight: 300;
	line-height: 1.5;
}

b,
strong {
	font-weight: 600 !important;
}

q,
blockquote {
	quotes: """";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

hr {
	height: 1px;
	margin: 2.5em 0;
	border: 0;
	background-color: #eee;
}

img {
	max-width: 100%;
	/* Adhere to container width. */
	height: auto;
	/* Make sure images are scaled correctly. */
}

label {
	font-weight: 400;
}

@media (max-width: 768px) {
	label {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	label {
		font-size: 1.7rem;
	}
}

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

@font-face {
	font-family: 'GilroyMedium';
	src: url("./fonts/Gilroy-Medium.otf") format("opentype");
}

@font-face {
	font-family: 'GilroyRegular';
	src: url("./fonts/Gilroy-Regular.otf") format("opentype");
}

@font-face {
	font-family: 'GilroyExtrabold';
	src: url("./fonts/Gilroy-ExtraBold.otf") format("opentype");
}

ul,
ol {
	margin: 1.5em 0 1.5em 1.5em;
}

@media (max-width: 768px) {

	ul,
	ol {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {

	ul,
	ol {
		font-size: 1.7rem;
	}
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	margin: 10px 0;
	padding-left: 25px;
	background-image: url("img/list-bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.list-unstyled,
.footer__links,
.list-filter,
.pagination {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.list-unstyled li,
.footer__links li,
.list-filter li,
.pagination li {
	padding-left: 0;
	background-image: none;
}

.list-filter {
	margin-bottom: 15px;
}

.list-filter>li>a {
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.list-filter>li>a.active {
	color: #5e5e5e;
}

.ab .list-filter>li>a.active {
	color: #299348;
}

.bc .list-filter>li>a.active {
	color: #0088c8;
}

.on .list-filter>li>a.active {
	color: #ef7e35;
}

.di .list-filter>li>a.active {
	color: #07628D;
}

.list-filter>li>a:hover,
.list-filter>li>a:focus,
.list-filter>li>a:active {
	color: #5e5e5e;
}

.ab .list-filter>li>a:hover,
.ab .list-filter>li>a:focus,
.ab .list-filter>li>a:active {
	color: #299348;
}

.bc .list-filter>li>a:hover,
.bc .list-filter>li>a:focus,
.bc .list-filter>li>a:active {
	color: #0088c8;
}

.on .list-filter>li>a:hover,
.on .list-filter>li>a:focus,
.on .list-filter>li>a:active {
	color: #ef7e35;
}

.di .list-filter>li>a:hover,
.di .list-filter>li>a:focus,
.di .list-filter>li>a:active {
	color: #07628D;
}

.list-filter li+li {
	margin: 0 10px;
}

.pagination>li>a,
.pagination>li>span {
	display: inline-block;
	position: relative;
	width: 34px;
	height: 34px;
	margin: 0 2.5px;
	padding: 0;
	padding-top: 2.5px;
	-webkit-transition: background .6s, color .6s;
	transition: background .6s, color .6s;
	border: 2px #E9E9E9 solid;
	border-radius: 100%;
	background: #fff;
	color: #404040;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
}

.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:active,
.pagination>li>span:focus {
	border: 2px #e9e9e9 solid;
	background: #e9e9e9;
	color: #000;
}

.pagination>li>a.current,
.pagination>li>span.current {
	background: #e9e9e9;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 100%;
}

.pagination>li:first-child>a {
	margin-right: 20px;
}

.pagination>li:last-child>a {
	margin-left: 20px;
}

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

@media (max-width: 768px) {
	table {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	table {
		font-size: 1.7rem;
	}
}

table th {
	padding: 10px 20px;
}

@media (max-width: 992px) {
	table th {
		padding: 5px;
	}
}

table td {
	display: block;
	width: 100%;
	padding: 2px 20px;
	float: left;
}

@media (min-width: 992px) {
	table td {
		display: table-cell;
		width: auto;
		padding: 2px 5px;
		padding-top: 25px;
		padding-left: 0;
		float: none;
		vertical-align: top;
	}
}

.table--fixed {
	table-layout: fixed;
}

.table--fixed td {
	font-size: 1.5rem;
	padding: 25px 25px 25px 0;
	color: #777;
}

.table--fixed td strong {
	font-size: 1.7rem;
	display: block;
	height: 20px;
	margin-bottom: 7.5px;
	color: #000;
	line-height: 20px;
}

.table--fixed td strong:before {
	font-size: 1.5rem;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	float: left;
	border: 2px solid #e0e0e0;
	border-radius: 50%;
	line-height: 90%;
	text-align: center;
	content: "+";
}

a {
	font-size: 1.7rem;
	color: #414042;
	text-decoration: underline;
}

a:visited {
	color: #414042;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

p {
	margin: 1em 0;
	line-height: 1.8;
}

@media (max-width: 768px) {
	p {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	p {
		font-size: 1.7rem;
	}
}

@media (min-width: 768px) {
	p {
		line-height: 1.5;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 2rem;
	position: relative;
	margin: 0;
	border: 0;
	text-align: left;
}

@media (min-width: 768px) {
	blockquote {
		margin: 0 70px;
		text-align: center;
	}
}

blockquote::before,
blockquote::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

@media (min-width: 768px) {
	blockquote::before {
		left: -70px;
		content: "\f10d";
	}
}

@media (min-width: 768px) {
	blockquote::after {
		right: -70px;
		content: "\f10e";
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-size: 0.9375rem;
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5em;
	clear: both;
	color: #414042;
	font-family: "GilroyMedium", sans-serif;
	line-height: 1.5;
}

h2 {
	color: #5e5e5e;
	font-size: 3rem;
	font-weight: 100;
}

.ab h2 {
	color: #299348;
}

.bc h2 {
	color: #0088c8;
}

.on h2 {
	color: #ef7e35;
}

.di h2 {
	color: #07628D;
}

h3 {
	font-size: 2.4rem;
	font-weight: 300;
}

h4 {
	font-size: 1.8rem;
	color: #5e5e5e;
}

.ab h4 {
	color: #299348;
}

.bc h4 {
	color: #0088c8;
}

.on h4 {
	color: #ef7e35;
}

.di h4 {
	color: #07628D;
}

button,
input[type="button"],
input[type="reset"] {
	padding: .6em 1em .4em;
	border: 1px solid;
	border-radius: 3px;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {

	button,
	input[type="button"],
	input[type="reset"] {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {

	button,
	input[type="button"],
	input[type="reset"] {
		font-size: 1.7rem;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border-color: #ccc #bbb #aaa;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus {
	border-color: #aaa #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

.form--ebook-request .input-group,
.form--ebook-notification .input-group,
.form--blog-notification .input-group {
	width: 100%;
}

@media (min-width: 768px) {

	.form--ebook-request .input-group,
	.form--ebook-notification .input-group,
	.form--blog-notification .input-group {
		width: auto;
	}
}

.form--ebook-request input[type="email"],
.form--ebook-notification input[type="email"],
.form--blog-notification input[type="email"] {
	margin-bottom: 5px;
	border-radius: 4px !important;
	background-color: #f8f8f8;
}

@media (min-width: 768px) {

	.form--ebook-request input[type="email"],
	.form--ebook-notification input[type="email"],
	.form--blog-notification input[type="email"] {
		margin-bottom: 0;
		border-radius: 0 !important;
		border-top-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
		text-align: left;
	}
}

.form--ebook-request .input-group-btn,
.form--ebook-notification .input-group-btn,
.form--blog-notification .input-group-btn {
	display: block;
	width: 100%;
	white-space: normal;
}

@media (min-width: 768px) {

	.form--ebook-request .input-group-btn,
	.form--ebook-notification .input-group-btn,
	.form--blog-notification .input-group-btn {
		display: table-cell;
		width: 1%;
		white-space: nowrap;
	}
}

.form--ebook-request .input-group-btn button,
.form--ebook-notification .input-group-btn button,
.form--blog-notification .input-group-btn button {
	width: 100%;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
}

@media (min-width: 768px) {

	.form--ebook-request .input-group-btn button,
	.form--ebook-notification .input-group-btn button,
	.form--blog-notification .input-group-btn button {
		width: auto;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.btn--white {
	display: inline-block;
	-webkit-transition: background-color .4s, color .4s;
	transition: background-color .4s, color .4s;
	border: 2px solid #e9e9e9;
	background-color: #fff;
	color: #6d6e71;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #fafafa;
}

input.btn,
#show-work {
	width: 100%;
}

@media (min-width: 768px) {

	input.btn,
	#show-work {
		width: auto;
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.form-control {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.form-control:focus {
	color: #111;
}

select,
.form-control {
	height: 46px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	/*padding: 3px;*/
	padding: 22px;
	padding-left: 10px;
}

textarea {
	width: 100%;
	padding-left: 3px;
}

textarea,
textarea.form-control {
	padding-top: 11px;
}

/*--------------------------------------------------------------
3.0 Accessibility
--------------------------------------------------------------*/
/*
* Usage: https://smacss.com/book/type-module
**/
.hero {
	position: relative;
	background-color: #ccc;
	overflow: hidden;
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	z-index: 1;
}

.hero__video {
	display: none;
}

@media (min-width: 768px) {
	.hero__video {
		display: block;
		background: rgba(255, 0, 0, 0.2);
		z-index: 2;
	}

	.hero__video:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		content: "";
		z-index: 2;
	}
}

.hero__video video {
	display: none;
}

@media (min-width: 768px) {
	.hero__video video {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		z-index: 2;
	}
}

.hero h1 {
	font-size: 3.5rem;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-weight: 100;
}

@media (min-width: 768px) {
	.hero h1 {
		text-align: center;
	}
}

.hero p {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.hero p {
		font-size: 2.25rem;
		max-width: 450px;
	}
}

@media (min-width: 992px) {
	.hero p {
		max-width: 600px;
	}
}

@media (min-width: 1230px) {
	.hero p {
		max-width: 800px;
	}
}

.hero__content .hero__title {
	margin-bottom: 0.3em;
}

.hero__content .hero__title--single {
	font-size: 3rem;
	max-width: none;
}

@media (min-width: 768px) {
	.hero__content .hero__title--single {
		font-size: 4.4rem;
	}
}

.hero__content .hero__title--dark {
	color: #414042;
}

.hero__content .hero__tagline {
	font-size: 1.4rem;
}

.hero__content .hero__tagline__author {
	display: block;
	margin-top: 1.25em;
}

.hero__content .hero__tagline strong {
	text-transform: uppercase;
}

.hero__content {
	position: relative;
	margin: 0 auto;
	padding: 70px 15px;
	color: #fff;
	z-index: 3;
}

.hero__content>*:first-child {
	margin-top: 0;
}

.hero__content>*:last-child {
	margin-bottom: 0;
}

.hero--front-page .hero__bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: "";
	z-index: 1;
}

.hero--front-page .hero__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 3;
}

.hero--front-page .hero__content {
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.hero--front-page * {
	text-shadow: 1px 1px 2px #000;
}

.hero--front-page h1 {
	margin: 0.5em auto;
	line-height: 1.25;
}

.hero--front-page p {
	margin-bottom: 2em;
}

.hero--front-page .arrow {
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}

.hero__case-study {
	text-align: center;
	color: #000 !important;
}

.hero__case-study .hero__subtitle {
	color: #299348;
	display: block;
	font-family: "GilroyRegular", sans-serif;
	font-size: 24px;
	text-align: center;
}

@-webkit-keyframes bounce {

	0%,
	10%,
	25%,
	40%,
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	30% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes bounce {

	0%,
	10%,
	25%,
	40%,
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	30% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.hero-new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.hero-new img {
	height: 328px;
	width: 328px;
	z-index: 10;
}

.hero-new__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: absolute;
	top: 0;
	height: 100vh;
	z-index: 30;
}

.hero-new__content-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 0;
	background-color: #fff;
	opacity: 0.9;
	z-index: 2;
	will-change: width, transform;
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.33, 1);
	transition: all 1s cubic-bezier(0.77, 0, 0.33, 1);
}

.hero-new__title h2 {
	font-weight: 700;
	font-size: 4.4rem;
	line-height: 5.1rem;
	letter-spacing: 0.4rem;
	color: #474747;
}

.hero-new__description h3 {
	font-weight: 300;
	font-size: 1.6rem;
}

.influencer-landing-page-hero {
	background-color: #f1f1f1;
	height: 745px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.influencer-landing-page-hero__img {
	background-size: cover !important;
	right: 0;
	background-repeat: no-repeat !important;
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center !important;
}

@media (min-width: 768px) {
	.influencer-landing-page-hero__img {
		width: 65%;
	}
}

.influencer-landing-page-hero__img-container {
	height: 650px;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.influencer-landing-page-hero__content {
	color: #571a5c;
	background-color: #fff;
	font-size: 2.7rem;
	font-weight: 500;
	padding: 55px 45px;
}

.influencer-landing-page-hero__content h1 {
	font-size: 3rem;
	font-weight: 500;
	color: #571a5c;
	line-height: 32px;
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	.influencer-landing-page-hero__content h1 {
		font-size: 4.8rem;
		line-height: 50px;
	}
}

.influencer-landing-page-hero__content p {
	margin-top: 5px;
}

.page-thought-leadership .influencer-landing-page-hero {
	background-color: transparent;
	height: 650px;
}

@media (min-width: 992px) {
	.page-thought-leadership .influencer-landing-page-hero__content {
		padding-right: 85px;
	}
}

.page-thought-leadership .influencer-landing-page-hero__img {
	width: 100%;
}

.page-thought-leadership .influencer-landing-page-hero__img-container {
	top: 50%;
}

.page-thought-leadership .influencer-landing-page-hero__content {
	background-color: transparent;
}

#breadcrumbs {
	list-style: none;
	overflow: hidden;
	text-align: center;
}

#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	background-image: none;
	padding-left: 0px;
	font-size: 14px;
}

#breadcrumbs li a {
	text-decoration: none;
	font-size: 14px;
}

#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #ccc;
}

#breadcrumbs .item-current {
	color: #414042;
}

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 13.5px;
	left: 5px;
	right: 5px;
	height: 3px;
	background: white;
}

.c-hamburger span:before,
.c-hamburger span:after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}

.c-hamburger span:before {
	top: -8px;
}

.c-hamburger span:after {
	bottom: -8px;
}

.c-hamburger {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.c-hamburger:active,
.c-hamburger:hover,
.c-hamburger:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.c-hamburger:active span,
.c-hamburger:active span:before,
.c-hamburger:active span:after,
.c-hamburger:hover span,
.c-hamburger:hover span:before,
.c-hamburger:hover span:after,
.c-hamburger:focus span,
.c-hamburger:focus span:before,
.c-hamburger:focus span:after {
	background-color: #eee;
}

.c-hamburger.is-active:active,
.c-hamburger.is-active:hover,
.c-hamburger.is-active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.c-hamburger.is-active:active span,
.c-hamburger.is-active:hover span,
.c-hamburger.is-active:focus span {
	background-color: transparent;
}

.c-hamburger.is-active:active span:before,
.c-hamburger.is-active:active span:after,
.c-hamburger.is-active:hover span:before,
.c-hamburger.is-active:hover span:after,
.c-hamburger.is-active:focus span:before,
.c-hamburger.is-active:focus span:after {
	background-color: #eee;
}

@media (min-width: 768px) {
	.c-hamburger {
		display: none;
	}
}

.primary-nav {
	width: 100%;
	margin: 0;
	padding-top: 25px;
}

@media (min-width: 768px) {
	.primary-nav {
		width: auto;
		padding-top: 0;
		float: right;
	}
}

.primary-nav__item {
	float: left;
	list-style: none;
}

.primary-nav__item>a {
	border: 1px solid transparent;
}

@media (min-width: 768px) {

	.primary-nav__item.highlight>a,
	.primary-nav__item.current>a,
	.primary-nav__item:hover>a {
		-webkit-transition: background .2s, color .2s;
		transition: background .2s, color .2s;
		border-radius: 0px;
		text-decoration: none;
	}
}

@media (min-width: 768px) {

	.primary-nav__item.current a,
	.primary-nav__item:hover a {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.primary-nav__item.current a:active,
	.primary-nav__item.current a:focus,
	.primary-nav__item.current a:hover,
	.primary-nav__item:hover a:active,
	.primary-nav__item:hover a:focus,
	.primary-nav__item:hover a:hover {
		background-color: rgba(255, 255, 255, 0.2);
		text-decoration: none;
	}
}

@media (min-width: 768px) {
	.primary-nav__item.highlight>a {
		background: #fff;
		color: #828285;
		font-weight: 400;
		letter-spacing: normal;
	}

	.primary-nav__item.highlight>a:active,
	.primary-nav__item.highlight>a:focus,
	.primary-nav__item.highlight>a:hover {
		color: #fff !important;
	}
}

.primary-nav__link {
	font-size: 1.4rem;
	/*padding: 6px 13px;*/
	margin: 0 2px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.primary-nav__link {
		font-size: 1.2rem;
	}
}

.primary-nav__link:active,
.primary-nav__link:focus,
.primary-nav__link:hover {
	text-decoration: none;
}

.primary-nav__link,
.primary-nav__link:visited {
	color: #fff;
}

.primary-nav li {
	width: 100%;
	padding-left: 0;
	background-image: none;
}

@media (min-width: 768px) {
	.primary-nav li {
		width: auto;
	}
}

.navbar-brand {
	height: auto;
	line-height: normal;
	padding: 5px 15px;
}

.nav {
	border: 0;
}

.nav .navbar-collapse {
	padding-right: 0;
}

.nav>li {
	margin: 5px 0;
}

@media (min-width: 768px) {
	.nav>li {
		margin: auto;
	}
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 8px 10px;
	font-size: 15px;
	line-height: normal;
	border-radius: 0px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
	/*text-decoration: underline;*/
}

.nav>li.highlight>a {
	text-decoration: none;
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 768px) {

	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.navbar-header {
	padding-right: 15px;
}

@media (min-width: 768px) {
	.navbar-header {
		padding-right: 0;
	}
}

/*
button.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 5px;
  border: none;

  &, &:hover, &:active, &:focus {
    box-shadow: none;
  }

  background-color: #fff;
  .icon-bar {
    height: 3px;
    @include brand-color('background-color');
  }

  &.collapsed {
    @include brand-color('background-color');
    .icon-bar {
      background-color: #fff !important;
    }
  }

  &, & .icon-bar {
    transition: background-color .2s;
  }
}
*/
.navbar--secondary {
	/* display: none; */
	background-color: #f8f8f8 !important;
	text-align: center;
}

.navbar--secondary li {
	margin: 5px 0;
}

.navbar--secondary a {
	display: block;
	padding: 5px 7px;
	-webkit-transition: .2s color, .2s background-color;
	transition: .2s color, .2s background-color;
	border: 2px solid transparent;
	border-radius: 4px;
	font-size: 1.5rem;
	text-decoration: none;
}

.navbar--secondary a:active,
.navbar--secondary a:focus,
.navbar--secondary a:hover {
	border: 2px solid #eee;
	background-color: #fff;
}

.navbar--secondary a.current {
	color: #5e5e5e;
	border: 2px solid #eee;
	background: #fff;
}

.ab .navbar--secondary a.current {
	color: #299348;
}

.bc .navbar--secondary a.current {
	color: #0088c8;
}

.on .navbar--secondary a.current {
	color: #ef7e35;
}

.di .navbar--secondary a.current {
	color: #07628D;
}

.navbar--secondary a.current:active,
.navbar--secondary a.current:focus,
.navbar--secondary a.current:hover {
	color: #5e5e5e;
	border-color: #ddd;
}

.ab .navbar--secondary a.current:active,
.ab .navbar--secondary a.current:focus,
.ab .navbar--secondary a.current:hover {
	color: #299348;
}

.bc .navbar--secondary a.current:active,
.bc .navbar--secondary a.current:focus,
.bc .navbar--secondary a.current:hover {
	color: #0088c8;
}

.on .navbar--secondary a.current:active,
.on .navbar--secondary a.current:focus,
.on .navbar--secondary a.current:hover {
	color: #ef7e35;
}

.di .navbar--secondary a.current:active,
.di .navbar--secondary a.current:focus,
.di .navbar--secondary a.current:hover {
	color: #07628D;
}

.navbar--secondary.blue a.current {
	color: #0088c8;
}

.navbar--secondary.blue a.current:hover,
.navbar--secondary.blue a.current:active,
.navbar--secondary.blue a.current:focus {
	color: #0088c8;
}

.navbar--secondary.orange a.current {
	color: #ef7e35;
}

.navbar--secondary.orange a.current:hover,
.navbar--secondary.orange a.current:active,
.navbar--secondary.orange a.current:focus {
	color: #ef7e35;
}

.arrow {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	margin-top: -5px;
	-webkit-transition: background .6s, color .6s;
	transition: background .6s, color .6s;
	border: 1px #414042 solid;
	border-radius: 0;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	text-transform: uppercase;
}

.post-header__back-link-text {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	font-size: 1.3rem;
	margin-left: 6px;
}


.arrow--no-border {
	border: none;
	background-color: transparent;
}

.arrow--no-border:hover {
	border: none;
	background-color: transparent;
}

.arrow--nohover:hover {
	background: transparent;
}

.arrow::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 1.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.arrow--down::before {
	content: "\f107";
}

.arrow--right::before {
	content: "\f105";
}

.arrow--up::before {
	content: "\f106";
}

.arrow--left::before {
	content: "\f104";
}

.card,
.tab-switcher__tab {
	position: relative;
	width: 100%;
	padding: 25px;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}

.card:hover,
.tab-switcher__tab:hover,
.card:active,
.tab-switcher__tab:active,
.card:focus,
.tab-switcher__tab:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card {
	text-align: center;
	margin-bottom: 15px;
	/*&__blog-bg:hover,
  &__blog-bg:focus {
    top: 0;
    opacity: 1;
  }*/
}

.card__title {
	font-size: 2rem;
	margin-top: 0;
	font-weight: 500;
	z-index: 10000;
}

.card__title--blog {
	font-size: 2.4rem;
	font-weight: 300;
	z-index: 10000;
}

.card__title--blog img {
	vertical-align: bottom;
}

.card__blog-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: top 0.5s, opacity 0.5s;
	transition: top 0.5s, opacity 0.5s;
	transition: top 0.5s, opacity 0.5s;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#555));
	background-image: linear-gradient(#555, #555);
	-webkit-filter: brightness(0.3);
	filter: brightness(0.3);
}

.card--blog-post:hover .card__blog-bg,
.card--blog-post:focus .card__blog-bg:focus {
	top: 0;
	opacity: 1;
}

.card--blog-post {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #f8f8f8;
}

.card__cap,
.card__heading {
	position: relative;
	margin: 10px -25px -25px;
	padding: 10px 25px;
	border-radius: 0;
	color: #6d6e71;
	overflow: hidden;
}

.card__cap>*,
.card__heading>* {
	position: relative;
	z-index: 2;
}

.card__cap__link {
	color: #5e5e5e;
	font-size: 1.3rem;
	margin-right: 5px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.ab .card__cap__link {
	color: #299348;
}

.bc .card__cap__link {
	color: #0088c8;
}

.on .card__cap__link {
	color: #ef7e35;
}

.di .card__cap__link {
	color: #07628D;
}

.card__cap::before,
.card__heading::before,
.card__cap::after,
.card__heading::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
}

.card__cap::after,
.card__heading::after {
	background: #fff;
}

.card__cap::before,
.card__heading::before {
	background: #5e5e5e;
	top: -100%;
	bottom: auto;
	height: 100%;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
	z-index: 2;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.ab .card__cap::before,
.ab .card__heading::before {
	background: #299348;
}

.bc .card__cap::before,
.bc .card__heading::before {
	background: #0088c8;
}

.on .card__cap::before,
.on .card__heading::before {
	background: #ef7e35;
}

.di .card__cap::before,
.di .card__heading::before {
	background: #07628D;
}

.card:hover .card__cap::before,
.card:hover .card__heading::before,
.card:focus .card__cap::before,
.card:focus .card__heading::before {
	top: 0;
}

.card__heading {
	font-size: 1.3rem;
	margin-top: -25px;
	margin-bottom: 10px;
	padding: 15px 25px;
	border-bottom: 2px #e9e9e9 solid;
	background: #fbfbfb;
	color: #414042;
	text-transform: uppercase;
}

.card__heading::before,
.card__heading::after {
	content: none;
}

.card__heading strong {
	font-weight: 700;
}

.card__heading--nopad {
	padding: 0;
}

.card__heading__bg {
	height: 75px;
	background-position: center;
	background-size: cover;
}

.card__heading__bg .post-categories>li {
	background-image: none;
	vertical-align: middle;
	height: 75px;
	display: table-cell;
}

.card__heading__bg .post-categories>li a {
	color: white;
	text-decoration: none;
	font-weight: 500;
}

.card--noborder {
	border: 0;
}

.card--slidebg {
	max-width: 460px;
	margin-bottom: 10px;
	padding: 13px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	/*
    &::after {
      position: absolute;
      top: -7%;
      right: 0;
      left: 0;
      height: 100%;
      transition: top $card_hover_speed, opacity $card_hover_speed;
      background-image: linear-gradient(#555, #555);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: cover;
      content: "";
      opacity: 0;
      z-index: 0;
      transition-delay: $card_hover_delay;
    }
    */
}

@media (min-width: 768px) {
	.card--slidebg {
		margin-bottom: 30px;
		padding-top: 50px;
	}
}

.card--slidebg p {
	font-size: 1.7rem;
}

.card--slidebg>* {
	position: relative;
	z-index: 2;
}

.card--slidebg.branding::after {
	background-image: url("img/services-branding.jpg");
}

.card--slidebg.design::after {
	background-image: url("img/services-design.jpg");
}

.card--slidebg.development::after {
	background-image: url("img/services-web-development.jpg");
}

.card--slidebg.content-development::after {
	background-image: url("img/services-content-development.jpg");
}

.card--slidebg:hover,
.card--slidebg:focus {
	/*
      &::after {
        top: 0;
        opacity: 1;
      }
      */
}

.card--slidebg .card__background {
	position: absolute;
	top: -7%;
	right: 0;
	left: 0;
	height: 100%;
	-webkit-transition: top 0.5s, opacity 0.5s;
	transition: top 0.5s, opacity 0.5s;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#555));
	background-image: linear-gradient(#555, #555);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	opacity: 0;
	z-index: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.card--slidebg:hover .card__background,
.card--slidebg:focus .card__background {
	top: 0;
	opacity: 1;
}

.card--slidebg .card__title {
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

@media (min-width: 768px) {
	.card--slidebg .card__title {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

.card--slidebg .card__content {
	padding: 1px 0;
}

.card--slidebg .card__content p {
	margin: 0;
}

@media (min-width: 768px) {
	.card--slidebg .card__content p {
		margin: 1em 0;
	}
}

.card--slidebg .card__cap,
.card--slidebg .card__heading {
	margin: 0 -13px -13px;
	padding: 10px 15px;
}

.card--slidebg .card__cap::before,
.card--slidebg .card__heading::before {
	top: -100%;
}

.card--horiz {
	padding: 13px;
}

.card--horiz .media-body {
	padding-left: 30px;
}

.card--horiz .card__cap__link {
	width: unset;
	text-align: left;
	padding: 5px 4px;
	display: inline-block;
	margin-top: 0;
}

.card--horiz .arrow {
	width: 15px;
}

.card--horiz .arrow:before {
	left: 80%;
}

.card--horiz h3 {
	margin: 15px 0 0;
}

.card--horiz .card__content {
	padding-right: 50px;
	float: left;
}

.card--horiz .card__img {
	max-width: none;
	margin: 0;
	float: left;
	width: 115px;
}

.card--horiz .card__cap,
.card--horiz .card__heading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 54px;
	margin: 0;
}

.card--horiz .card__cap>.arrow,
.card--horiz .card__heading>.arrow {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card--horiz .card__cap::before,
.card--horiz .card__heading::before {
	top: 0;
	right: auto;
	left: 100%;
	width: 100%;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.card--horiz:hover .card__cap::before,
.card--horiz:hover .card__heading::before,
.card--horiz:focus .card__cap::before,
.card--horiz:focus .card__heading::before {
	left: 0;
}

.card--small {
	padding: 0 20px;
}

.card--nohover:hover,
.card--nohover:focus {
	border-color: #e9e9e9;
	cursor: auto;
}

@media (min-width: 768px) {
	.card--case-study .media-body {
		width: 65%;
		float: left;
	}

	.card--case-study .media-left {
		padding-right: 0;
		padding-bottom: 30px;
		text-align: center;
	}
}

.card--case-study .media-body {
	width: auto;
}

.card--case-study .media-body p {
	font-size: 1.5rem;
	/*@include font-size(1.7);*/
}

@media (min-width: 768px) {
	.card--case-study .card__heading {
		padding-right: 25px;
	}
}

.card--resource {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f8f8f8;
}

@media (min-width: 992px) {
	.card--resource__img {
		max-height: 200px;
	}
}

.card--resource .card__title {
	font-size: 1.8rem;
}

.card--resource p {
	font-size: 1.4rem;
}

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

.card {
	text-align: center;
}

.card__icon {
	width: 133px;
}

.card .media-left,
.card .media-right,
.card .media-body {
	display: block;
}

.card--horiz .media-body {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.card--horiz .media-body {
		display: table-cell;
		width: auto;
	}
}

.card--horiz .card__cap,
.card--horiz .card__heading {
	display: none;
}

@media (min-width: 768px) {

	.card--horiz .card__cap,
	.card--horiz .card__heading {
		display: block;
	}
}

.card--horiz .card__content {
	text-align: center;
}

@media (min-width: 768px) {
	.card--horiz .card__content {
		text-align: left;
	}
}

.card--horiz .card__img {
	display: block;
	margin: 0 auto;
	float: none;
}

@media (min-width: 768px) {
	.card--horiz .card__img {
		display: inline;
		margin: 15px;
		float: left;
	}
}

.card--small {
	margin-top: 25px;
	padding: 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.card--small {
		padding: 0 20px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.card--small {
		margin-top: 0;
	}
}

.card--small .media-body {
	width: 100%;
}

.card__cap__link {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	padding: 5px 12px 5px 40px;
	width: auto;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 4px;
}

.card--case-study .card__content {
	background-color: #f8f8f8;
}

.card--case-study .card__cap__link-wrapper {
	background-color: #f8f8f8;
}

.card--case-study .media-body {
	padding-left: 25px;
	padding-right: 25px;
}

.card__content {
	text-align: center;
}

.card__item {
	text-align: center;
}

.card__title {
	padding-top: 20px;
}

.btn--rounded {
	border-radius: 4px;
}

.img-switch {
	position: relative;
}

.img-switch img {
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.img-switch__active {
	opacity: 0;
}

:hover>.img-switch img,
:focus>.img-switch img {
	opacity: 0;
}

:focus>.img-switch .img-switch__active,
:hover>.img-switch .img-switch__active {
	opacity: 1;
}

.social-link {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	margin: 0 2px;
	-webkit-transition: border .6s, border-radius .6s, background-color .6s;
	transition: border .6s, border-radius .6s, background-color .6s;
	border: 2px #e9e9e9 solid;
	border-radius: 5px;
	vertical-align: middle;
}

.social-link:hover,
.social-link:focus {
	border-radius: 100%;
	background-color: #e9e9e9;
}

.social-link::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-link[href*="linkedin.com"]::after {
	margin-top: -1px;
	color: #2085c7;
	content: "\f0e1";
}

.social-link[href*="facebook.com"]::after {
	color: #537bbd;
	content: "\f09a";
}

.social-link[href*="twitter.com"]::after {
	color: #78cdf0;
	content: "\e61b";
}

.social-link[href*="instagram.com"]::after {
	color: #333;
	content: "\f16d";
}

.social-link[href*="medium.com"]::after {
	color: #00ab6c;
	content: "\f23a";
}

.email-link:after {
	margin-top: -1px;
	color: #666;
	content: "\f003";
}

.cta-bar {
	padding: 20px 0;
	background: #828285;
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.cta-bar {
		padding: 35px 0;
	}
}

.cta-bar__title {
	font-size: 1.8rem;
	display: inline-block;
	color: #fff;
	font-weight: 100;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.cta-bar__title {
		font-size: 2.5rem;
		margin-bottom: auto;
	}
}

.cta-bar__title,
.cta-bar .btn {
	margin: 7.5px 10px;
}

@media (min-width: 768px) {

	.cta-bar__title,
	.cta-bar .btn {
		margin: 0 20px;
	}
}

.ab .cta-bar .btn-invert {
	color: #828285;
}

.ab .cta-bar .btn-invert:hover.btn {
	background: #828285;
}

.category-list {
	margin: 2rem 0;
	padding: 10px 0;
	list-style: none;
	text-align: center;
}

@media (min-width: 768px) {
	.category-list {
		padding: 0px;
	}
}

.category-list__item {
	display: inline-block;
	width: 100%;
	padding-left: 0;
	background: none;
}

@media (min-width: 768px) {
	.category-list__item {
		width: auto;
	}

	.category-list__item+.category-list__item {
		margin-left: 2rem;
	}
}

.category-list__link {
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

.category-list__link:hover,
.category-list__link.active {
	color: #5e5e5e;
	text-decoration: none;
}

.ab .category-list__link:hover,
.ab .category-list__link.active {
	color: #299348;
}

.bc .category-list__link:hover,
.bc .category-list__link.active {
	color: #0088c8;
}

.on .category-list__link:hover,
.on .category-list__link.active {
	color: #ef7e35;
}

.di .category-list__link:hover,
.di .category-list__link.active {
	color: #07628D;
}

.tab-switcher {
	width: 100%;
}

.tab-switcher__tabs {
	content: "";
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tab-switcher__tab {
	width: 50%;
	padding: 0;
	float: left;
	-webkit-transition: background-color .2s, border-color .2s;
	transition: background-color .2s, border-color .2s;
	background-image: none;
	background-color: #e9e9e9;
}

.tab-switcher__tab:not(:last-child) {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tab-switcher__tab:not(:first-child) {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tab-switcher__tab:hover {
	background-color: #e9e9e9;
}

.tab-switcher__tab.active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
	color: #fff;
}

.ab .tab-switcher__tab.active {
	background-color: #299348;
}

.bc .tab-switcher__tab.active {
	background-color: #0088c8;
}

.on .tab-switcher__tab.active {
	background-color: #ef7e35;
}

.di .tab-switcher__tab.active {
	background-color: #07628D;
}

.ab .tab-switcher__tab.active {
	border-color: #299348;
}

.bc .tab-switcher__tab.active {
	border-color: #0088c8;
}

.on .tab-switcher__tab.active {
	border-color: #ef7e35;
}

.di .tab-switcher__tab.active {
	border-color: #07628D;
}

.tab-switcher__tab.active::after {
	opacity: 1;
}

.tab-switcher__tab::after {
	border-top-color: #5e5e5e;
	position: absolute;
	top: 95%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	border: 10px transparent solid;
	content: "";
	opacity: 0;
}

.ab .tab-switcher__tab::after {
	border-top-color: #299348;
}

.bc .tab-switcher__tab::after {
	border-top-color: #0088c8;
}

.on .tab-switcher__tab::after {
	border-top-color: #ef7e35;
}

.di .tab-switcher__tab::after {
	border-top-color: #07628D;
}

.tab-switcher__link {
	font-size: 1.3rem;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	-webkit-transition: color .2s;
	transition: color .2s;
	color: inherit;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;

}

.tab-switcher__link:hover,
.tab-switcher__link:active,
.tab-switcher__link:focus,
.tab-switcher__link:link,
.tab-switcher__link:visited {
	outline: none;
	color: inherit;
	text-decoration: none;
}

.tab-switcher__content {
	padding: 15px 10px;
}

.tab-switcher__pane {
	display: none;
}

.tab-switcher__pane.active {
	display: block;
}

.carousel .text-center>img {
	margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel--industry {
	background-color: #fff;
}

.carousel--industry__nav img,
.carousel--industry__title img {
	max-height: 30px;
}

.carousel--industry__nav.carousel-indicators {
	position: relative;
	bottom: 0;
	left: auto;
	width: auto;
	margin: 0;
}

.carousel--industry__nav.carousel-indicators li:last-of-type {
	border-right: none;
}

.carousel--industry__nav.carousel-indicators>li {
	width: 20%;
	height: auto;
	margin: 0;
	margin-bottom: -1px;
	border-right: 1px solid #e9e9e9;
	border-radius: 0;
	text-align: center;
	text-indent: 0;
}

.carousel--industry__nav.carousel-indicators>li a {
	min-height: 52px;
	border-radius: 0;
	text-decoration: none;
	display: inline-block;
}

@media (min-width: 768px) {
	.carousel--industry__nav.carousel-indicators>li a {
		padding-top: 12.5px;
	}
}

.carousel--industry__nav.carousel-indicators>li.active {
	width: 20%;
	height: auto;
	margin-bottom: -1px;
	padding-top: 1px;
	border-bottom: 0;
	border-radius: 0;
}

.carousel--industry__nav.carousel-indicators>li.active>a {
	background: #fff;
	color: #6d6e71;
	padding-left: 0;
	padding-right: 0;
}

.carousel--industry__nav.carousel-indicators>li.active>a:after {
	content: '';
	height: 4px;
	width: 100%;
	position: absolute;
	background-color: #ef7e35;
	left: 0;
	margin-top: 5px;
	bottom: 0;
}

@media (min-width: 768px) {
	.carousel--industry__content {
		text-align: left;
	}
}

.carousel--industry__content>* {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.carousel--industry__content h3:first-of-type {
	margin-top: 0;
}

.carousel--industry__content button,
.carousel--industry__content .btn {
	width: 100%;
}

@media (min-width: 768px) {

	.carousel--industry__content button,
	.carousel--industry__content .btn {
		width: auto;
	}
}

.carousel--industry__content button+button,
.carousel--industry__content .btn+.btn {
	margin: 7.5px 0;
}

@media (min-width: 768px) {

	.carousel--industry__content button+button,
	.carousel--industry__content .btn+.btn {
		margin: 0 7.5px;
	}
}

.carousel--industry__content .btn-invert {
	border: 1px #e9e9e9 solid;
}

.carousel--industry__content .btn-default {
	border-color: #ef7e35 !important;
	background-color: #ef7e35 !important;
}

.carousel--industry__content .btn-default:hover,
.carousel--industry__content .btn-default:active,
.carousel--industry__content .btn-default:focus,
.carousel--industry__content .btn-default:active:focus {
	border-color: #df6212 !important;
	background-color: #df6212 !important;
}

.carousel--industry__content-clear {
	clear: both;
}

.carousel--industry__footer {
	border: 1px #e9e9e9 solid;
	border-top: 0;
}

.carousel--industry__footer-control .carousel-control {
	position: initial;
	background-image: none;
	color: #6d6e71;
	text-decoration: none;
	text-shadow: none;
}

.carousel--industry__footer-control .arrow {
	-webkit-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}

.carousel--industry__footer-control-left,
.carousel--industry__footer-control-right,
.carousel--industry__footer-control-left-tip,
.carousel--industry__footer-control-right-tip {
	padding: 5px;
	float: left;
	font-size: 15px;
	line-height: 34px;
}

.carousel--industry__footer-control-left {
	padding-left: 15px;
}

.carousel--industry__footer-control-right {
	padding-right: 15px;
	border-right: 1px #e9e9e9 solid;
}

.carousel--industry__footer-control-left-tip,
.carousel--industry__footer-control-right-tip {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
}

.carousel--industry__footer-control-left:hover+.carousel--industry__footer-control-right+.carousel--industry__footer-control-left-tip,
.carousel--industry__footer-control-right:hover+.carousel--industry__footer-control-left-tip+.carousel--industry__footer-control-right-tip {
	opacity: 1;
}

.carousel--industry .client-logo-wrapper:hover .client-logo {
	opacity: 0;
}

.carousel--industry .client-logo-wrapper .client-logo,
.carousel--industry .client-logo-wrapper .client-logo-hover,
.client-logo-wrapper {
	outline: none;
}

.carousel--industry .client-logo-wrapper .client-logo,
.carousel--industry .client-logo-wrapper .client-logo-hover {
	padding: 0 15px 30px;
}

@media (min-width: 768px) {

	.carousel--industry .client-logo-wrapper .client-logo,
	.carousel--industry .client-logo-wrapper .client-logo-hover {
		padding: 0 30px 60px;
	}
}

@media (min-width: 992px) {

	.carousel--industry .client-logo-wrapper .client-logo,
	.carousel--industry .client-logo-wrapper .client-logo-hover {
		padding: 25px;
	}
}

.carousel--industry .client-logo-wrapper .client-logo {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	background-color: #fff;
}

.carousel--industry .client-logo-wrapper .client-logo:hover {
	opacity: 0;
}

.carousel--industry .carousel-indicators {
	display: none;
}

@media (min-width: 992px) {
	.carousel--industry .carousel-indicators {
		display: block;
	}
}

.carousel--industry__title {
	display: block;
}

@media (min-width: 992px) {
	.carousel--industry__title {
		display: none;
	}
}

.carousel--industry__title button {
	font-size: 1.7rem;
	width: 100%;
	border: 0;
	border-top: 1px #e9e9e9 solid;
	border-bottom: 1px #e9e9e9 solid;
	border-radius: 0;
	background: #fff;
	color: #6d6e71;
	font-weight: 300;
	text-transform: none;
}

.carousel--industry__title button:hover,
.carousel--industry__title button:focus,
.carousel--industry__title button:active {
	font-size: 1.7rem;
	border: 0;
	border-top: 1px #e9e9e9 solid;
	border-bottom: 1px #e9e9e9 solid;
	background: #fff;
	color: #6d6e71;
	font-weight: 300;
	text-transform: none;
}

.carousel--industry__title button.collapsed {
	border-top: 1px #e9e9e9 solid;
	background: #f8f8f8;
}

.carousel--industry__title button.collapsed:hover,
.carousel--industry__title button.collapsed:focus,
.carousel--industry__title button.collapsed:active {
	background: #f8f8f8;
}

button+.carousel--industry__titlebutton {
	border-bottom: 1px #f00 solid;
}

@media (min-width: 992px) {
	.carousel--industry__content.collapse {
		visibility: visible;
	}
}

.carousel--industry__content.collapse.in {
	display: block;
}

@media (min-width: 992px) {
	.carousel--industry__content.collapse.in {
		display: none;
	}

	.carousel--industry__content.collapse.in.active {
		display: block;
	}

	.carousel--industry__content.collapse.in.next,
	.carousel--industry__content.collapse.in.prev {
		display: block;
		position: absoulte;
		top: 0;
		width: 100%;
	}
}

.carousel--industry__content.active {
	display: none;
}

@media (min-width: 992px) {
	.carousel--industry__content.active {
		display: block;
	}
}

.carousel--industry__content.collapsing {
	display: block;
	position: relative;
	padding-top: 0;
	overflow: hidden;
	visibility: visible;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
}

.carousel--industry__content {
	padding: 0 25px;
}

@media (min-width: 992px) {
	.carousel--industry__content {
		padding: 75px 35px;
	}
}

.carousel--industry__content>*:first-child {
	padding-top: 50px;
}

@media (min-width: 992px) {
	.carousel--industry__content>*:first-child {
		padding-top: 0;
	}
}

.carousel--industry__footer {
	display: none;
}

@media (min-width: 992px) {
	.carousel--industry__footer {
		display: block;
	}
}

.carousel--industry__footer-clear {
	clear: both;
}

.orange .industies-carousel-title {
	color: #ef7e35;
}

.orange .case-study-widget__cta .btn:hover {
	background-color: #ef7e35 !important;
}

.green .industies-carousel-title {
	color: #299348;
}

.green .case-study-widget__cta .btn:hover {
	background-color: #299348 !important;
}

.heading-icon::before {
	display: inline-block;
	width: 55px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	content: "";
	vertical-align: middle;
}

.heading-icon--target::before {
	background-image: url("img/header-icon-target.png");
}

.ab .heading-icon--target::before {
	background-image: url("img/ab/header-icon-target.png");
}

.bc .heading-icon--target::before {
	background-image: url("img/bc/header-icon-target.png");
}

.on .heading-icon--target::before {
	background-image: url("img/on/header-icon-target.png");
}

.di .heading-icon--target::before {
	background-image: url("img/di/header-icon-target.png");
}

.heading-icon--maze::before {
	background-image: url("img/header-icon-maze.png");
}

.ab .heading-icon--maze::before {
	background-image: url("img/ab/header-icon-maze.png");
}

.bc .heading-icon--maze::before {
	background-image: url("img/bc/header-icon-maze.png");
}

.on .heading-icon--maze::before {
	background-image: url("img/on/header-icon-maze.png");
}

.di .heading-icon--maze::before {
	background-image: url("img/di/header-icon-maze.png");
}

.heading-icon--piechart::before {
	background-image: url("img/header-icon-piechart.png");
}

.ab .heading-icon--piechart::before {
	background-image: url("img/ab/header-icon-piechart.png");
}

.bc .heading-icon--piechart::before {
	background-image: url("img/bc/header-icon-piechart.png");
}

.on .heading-icon--piechart::before {
	background-image: url("img/on/header-icon-piechart.png");
}

.di .heading-icon--piechart::before {
	background-image: url("img/di/header-icon-piechart.png");
}

.badge {
	font-size: 1.2rem;
	margin-left: 10px;
	padding: 6px 9px;
	border-radius: 4px;
	background: #000;
	text-transform: uppercase;
}

.badge--free,
.badge--read {
	background-color: #269248;
}

.service-nav,
.footer-nav {
	display: block;
	margin-bottom: 0;
	float: left;
	overflow: hidden;
}

@media (min-width: 168px) {

	.service-nav,
	.footer-nav {
		width: 50%;
	}

	.service-nav:hover .service-nav__img img,
	.footer-nav:hover .service-nav__img img,
	.service-nav:hover .footer-nav__img img,
	.footer-nav:hover .footer-nav__img img {
		-webkit-transform: translateZ(0) scale(2, 2);
		transform: translateZ(0) scale(2, 2);
	}

	.service-nav:hover .service-nav__arrow,
	.footer-nav:hover .service-nav__arrow,
	.service-nav:hover .footer-nav__arrow,
	.footer-nav:hover .footer-nav__arrow {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.service-nav__link,
.footer-nav__link {
	height: 400px;
	overflow: hidden;
	display: block;
	position: relative;
	color: #fff;
}

.service-nav__link_case_study,
.footer-nav__link_case_study {
	background-color: #299348;
}

.service-nav__link:hover,
.footer-nav__link:hover {
	opacity: 0.9;
}

.service-nav__link:hover .footer-nav__img,
.footer-nav__link:hover .footer-nav__img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.service-nav__link_case_study:hover,
.footer-nav__link_case_study:hover {
	background-color: #1D7436;
}

.service-nav__link:before,
.footer-nav__link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.service-nav__link_case_study:before,
.footer-nav__link_case_study:before {
	background-color: initial;
}

.service-nav__img,
.footer-nav__img {
	height: 100%;
	-webkit-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
	background-size: cover;
	overflow: hidden;
	background-color: #7F357D !important;
}

.service-nav__img img,
.footer-nav__img img {
	display: none;
	padding-top: 10%;
	padding-bottom: 10%;
	-webkit-transform: translateZ(0) scale(1.75, 1.75);
	transform: translateZ(0) scale(1.75, 1.75);
	-webkit-transition: -webkit-transform 10s;
	transition: -webkit-transform 10s;
	transition: transform 10s;
	transition: transform 10s, -webkit-transform 10s;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (min-width: 768px) {

	.service-nav__img img,
	.footer-nav__img img {
		visibility: visible;
	}
}

.service-nav__content,
.footer-nav__content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 1s opacity, 1s -webkit-transform;
	transition: 1s opacity, 1s -webkit-transform;
	transition: 1s opacity, 1s transform;
	transition: 1s opacity, 1s transform, 1s -webkit-transform;
	text-align: center;
	padding: 30px;
}

.service-nav__title,
.service-nav__arrow,
.footer-nav__title,
.footer-nav__arrow {
	margin: 0;
	color: #fff;
}

.service-nav__title,
.footer-nav__title {
	margin-top: 0;
}

@media (min-width: 768px) {

	.service-nav__title,
	.footer-nav__title {
		display: block;
		margin-top: 25px;
		font-size: 26px;
	}
}

.service-nav__subtitle,
.footer-nav__subtitle {
	margin-top: 0;
	color: #fff;
}

@media (min-width: 768px) {

	.service-nav__subtitle,
	.footer-nav__subtitle {
		display: block;
		margin-top: 15px;
		font-size: 23px;
	}
}

.service-nav__description,
.footer-nav__description {
	font-size: 1.8rem;
	width: 500px;
	max-width: 80%;
	margin: 3em auto;
	color: #E6B9E5;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.service-nav__arrow,
.footer-nav__arrow {
	border: 2px #e9e9e9 solid;
	background: #fff;
	color: #414042;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 768px) {

	.service-nav__arrow,
	.footer-nav__arrow {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: 1s opacity, 1s -webkit-transform;
		transition: 1s opacity, 1s -webkit-transform;
		transition: 1s opacity, 1s transform;
		transition: 1s opacity, 1s transform, 1s -webkit-transform;
		opacity: 0;
	}
}

.service-nav__title,
.footer-nav__title {
	margin: 0;
}

.service-nav__subtitle,
.footer-nav__subtitle {
	color: #fff !important;
	font-family: "GilroyRegular", sans-serif;
	font-size: 24px;
	margin: 0;
}

.service-nav__categories,
.footer-nav__categories {
	color: #fff;
	font-size: 20px;
	white-space: break-spaces;
	max-width: 480px;
	margin: 28px auto 0;
	padding: 0 1.5rem;
}

@media (min-width: 768px) {
	.case-study-contents+.content-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.case-study-contents+.content-section>.container {
	width: 100%;
}

.case-study-contents+.content-section .footer-nav {
	float: none;
	width: 100%;
}

@media (min-width: 768px) {
	.case-study-contents+.content-section .footer-nav {
		width: 50%;
	}
}

.case-study-contents+.content-section .footer-nav .footer-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 48px 0;
	min-height: 200px;
	height: unset;
}

@media (min-width: 768px) {
	.case-study-contents+.content-section .footer-nav .footer-nav__link {
		min-height: 400px;
	}
}

.case-study-contents+.content-section .footer-nav .footer-nav__link .footer-nav__content {
	position: static;
	-webkit-transform: unset;
	transform: unset;
}

.case-study-contents+.content-section .footer-nav .footer-nav__img {
	display: none;
}

@media (min-width: 768px) {

	.modal--request-ebook .modal-dialog,
	.modal--request-a-case-study .modal-dialog {
		width: 800px;
		max-width: 100%;
	}
}

.modal--request-ebook .modal-header,
.modal--request-a-case-study .modal-header {
	border-bottom: 0;
}

.modal--request-ebook .modal-body::after,
.modal--request-a-case-study .modal-body::after {
	display: block;
	clear: both;
	content: "";
}

@media (min-width: 768px) {

	.modal--request-ebook .modal-body__left,
	.modal--request-ebook .modal-body__right,
	.modal--request-a-case-study .modal-body__left,
	.modal--request-a-case-study .modal-body__right {
		width: 50%;
		padding: 15px;
	}
}

.modal--request-ebook .modal-body__left,
.modal--request-a-case-study .modal-body__left {
	text-align: center;
}

@media (min-width: 768px) {

	.modal--request-ebook .modal-body__left,
	.modal--request-a-case-study .modal-body__left {
		padding-top: 0;
		padding-bottom: 0;
		float: left;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		-webkit-transition: .6s opacity;
		transition: .6s opacity;
		opacity: 0;
	}

	.modal--request-ebook .modal-body__left *:first-child,
	.modal--request-a-case-study .modal-body__left *:first-child {
		margin-top: 0;
	}

	.modal--request-ebook .modal-body__left *:last-child,
	.modal--request-a-case-study .modal-body__left *:last-child {
		margin-bottom: 0;
	}

	.modal--request-ebook .modal-body__left__content,
	.modal--request-a-case-study .modal-body__left__content {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (min-width: 768px) {

	.modal--request-ebook .modal-body__right,
	.modal--request-a-case-study .modal-body__right {
		float: right;
	}
}

.modal--request-ebook h4:first-of-type,
.modal--request-a-case-study h4:first-of-type {
	color: #414042 !important;
}

.modal--request-ebook p,
.modal--request-a-case-study p {
	font-size: 1.4rem;
	color: #414042;
}

.modal--request-ebook__title,
.modal--request-a-case-study__title {
	font-size: 2.4rem;
	margin-bottom: 0;
}

.modal--request-ebook__person,
.modal--request-a-case-study__person {
	font-weight: 300;
}

.modal--request-ebook .textarea-toggle,
.modal--request-a-case-study .textarea-toggle {
	margin-left: 25px;
	-webkit-transition: .4s color;
	transition: .4s color;
	color: #414042;
	line-height: 20px;
	text-decoration: none;
}

.modal--request-ebook .textarea-toggle:hover,
.modal--request-a-case-study .textarea-toggle:hover {
	color: #000;
}

.modal--request-ebook .textarea-toggle:hover:before,
.modal--request-a-case-study .textarea-toggle:hover:before {
	border-color: #ccc;
}

.modal--request-ebook .textarea-toggle:before,
.modal--request-a-case-study .textarea-toggle:before {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -25px;
	-webkit-transition: .4s border-color;
	transition: .4s border-color;
	border: 2px solid #eee;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	content: "-";
}

.modal--request-ebook .textarea-toggle.collapsed:before,
.modal--request-a-case-study .textarea-toggle.collapsed:before {
	content: "+";
}

.modal--request-a-case-study .form-processing h2 {
	color: #ef7e35;
}

.modal .modal--request-a-case-study__title,
.modal .modal--request-a-case-study__person {
	color: #ef7e35;
}

.modal button[type="submit"] {
	border-color: #ef7e35;
	background-color: #ef7e35;
}

.modal button[type="submit"]:hover,
.modal button[type="submit"]:active,
.modal button[type="submit"]:focus,
.modal button[type="submit"]:active:focus,
.modal button[type="submit"]:active:hover,
.modal button[type="submit"]:focus:hover {
	border-color: #df6212;
	background-color: #df6212;
}

.list-social-share {
	display: inline-block;
	list-style: none;
}

.list-social-share>li {
	display: block;
	padding-left: 0;
	float: left;
	background-image: none;
}

.list-social-share>li+li {
	margin-left: 1rem;
}

/* .list-social-share > li a { */
/* padding: 0 1rem; */
/* -webkit-transition: border-color .4s; */
/* transition: border-color .4s; */
/* border: 2px solid #eee; */
/* border-radius: 6px; */
/* background-color: #fff;  */
/* } */
.list-social-share>li a {
	width: 40px;
	display: grid;
	justify-content: center;
	height: 38px;
	align-items: center;
}

.list-social-share>li a {
	padding: 0 1rem;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
	border: 0;
	border-radius: 0;
	background-color: #404040;
	color: #fff !important;
}

/* .list-social-share > li a > * { */
/* float: left;  */
/* } */
.list-social-share>li a>* {
	float: left;
	color: #fff !important;
}

.list-social-share>li a:hover {
	border-color: #ddd;
}

.list-social-share i {
	font-size: 1.35rem;
	height: 32px;
	line-height: 32px;
}

.list-social-share .fa-linkedin {
	color: #007bb5;
}

.list-social-share .fa-facebook {
	color: #3b5998;
}

.list-social-share .fa-twitter {
	color: #55acee;
}

.list-social-share .a2a_count {
	width: auto !important;
	height: 32px !important;
	border: 0;
	background-color: transparent;
	color: #ccc;
}

.list-social-share .a2a_count>span {
	font-size: 1.25rem;
	line-height: 32px;
}

.list-social-share .a2a_count:before,
.list-social-share .a2a_count:after {
	display: none;
}

.list-social-share:after {
	display: block;
	clear: both;
	content: "";
}

/* Slick Core */
/* Slider */
.slick-slider {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

@media (max-width: 992px) {
	.slick-slider {
		position: relative;
	}
}

.slick-list {
	outline: 0;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	outline: 0;
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./img/loading.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px\9;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.case-study-widget {
	position: relative;
	padding: 0 25px;
}

.slick-prev {
	left: 25px;
}

.slick-next {
	right: 25px;
}

.slick-control.left,
.slick-control.right {
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 1;
}

.slick-control.left span,
.slick-control.right span {
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-control.left span:hover,
.slick-control.right span:hover {

	cursor: pointer;
	border: none;
	background: #6d6e71;
	color: #fff;

}

.slick-control.left {
	left: 10px;
}

.slick-control.right {
	right: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.slick-control.left {
		left: -43px;
	}

	.slick-control.right {
		right: -40px;
	}
}

.case-study-widget__image {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.case-study-widget__image {
		margin-right: -15px;
		max-height: 450px;
	}
}

.case-study-widget__image .slick-list {
	background-color: #f8f8f8;
}

.case-study-widget__image-item {
	min-height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.case-study-widget__image-item {
		min-height: none;
	}
}

.case-study-widget__header,
.case-study-widget__header--xs {
	background: #ef7e35;
}

@media (min-width: 768px) {

	.case-study-widget__header,
	.case-study-widget__header--xs {
		margin-left: -15px;
	}
}

.case-study-widget__header *,
.case-study-widget__header--xs * {
	color: #fff;
}

.case-study-widget__header>*,
.case-study-widget__header--xs>* {
	padding: 15px 25px;
}

.case-study-widget__header h2,
.case-study-widget__header--xs h2 {
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff !important;
	text-transform: uppercase;
}

.case-study-widget__header .smaller,
.case-study-widget__header--xs .smaller {
	font-size: 1.4rem;
}

.case-study-widget__content {
	margin-bottom: 0;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #eee;
}

@media (min-width: 768px) {
	.case-study-widget__content {
		min-height: 450px;
		margin-left: -15px;
	}
}

.case-study-widget__content h2 {
	font-size: 2.4rem;
}

@media (min-width: 768px) {
	.case-study-widget__header+.case-study-widget__content {
		min-height: 350px;
	}
}

.case-study-widget__cta {
	padding: 25px;
	background-color: #eee;
}

@media (min-width: 768px) {
	.case-study-widget__cta {
		position: absolute;
		bottom: 0;
		padding: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.case-study-widget__cta .btn {
	border: 2px solid #e9e9e9;
	background-color: #fff;
	color: #6d6e71;
}

.case-study-widget__cta .btn:active,
.case-study-widget__cta .btn:hover,
.case-study-widget__cta .btn:focus {
	background-color: #5e5e5e;
	color: #fff;
}

.ab .case-study-widget__cta .btn:active,
.ab .case-study-widget__cta .btn:hover,
.ab .case-study-widget__cta .btn:focus {
	background-color: #299348;
}

.bc .case-study-widget__cta .btn:active,
.bc .case-study-widget__cta .btn:hover,
.bc .case-study-widget__cta .btn:focus {
	background-color: #0088c8;
}

.on .case-study-widget__cta .btn:active,
.on .case-study-widget__cta .btn:hover,
.on .case-study-widget__cta .btn:focus {
	background-color: #ef7e35;
}

.di .case-study-widget__cta .btn:active,
.di .case-study-widget__cta .btn:hover,
.di .case-study-widget__cta .btn:focus {
	background-color: #07628D;
}

.process-carousel {
	margin-top: 3rem;
	text-align: center;
}

.process-carousel__number {
	font-size: 1.6rem;
	display: inline-block;
	margin-right: 7.5px;
	padding: 0 .5em;
	border-radius: 25px;
	background: #000;
	color: #fff;
}

.process-carousel__content {
	padding: 0 15px;
}

.process-carousel__content *:last-child {
	margin-bottom: 0;
}

.process-carousel .process-carouse-item img {
	margin: 0 auto;
}

.process-carousel .slick-control.left {
	left: -15px;
}

@media (min-width: 768px) {
	.process-carousel .slick-control.left {
		left: -25px;
	}
}

.process-carousel .slick-control.right {
	right: -15px;
}

@media (min-width: 768px) {
	.process-carousel .slick-control.right {
		right: -25px;
	}
}

.slick-testimonials .slick-control {
	/*
    @include respond-to(md) {
      &.right,
      &.left {
        top: 50%;
      }

      &.right {
        right: -50px;
      }

      &.left {
        left: -50px;
      }
    }
    */
}

.slick-testimonials .slick-control.right,
.slick-testimonials .slick-control.left {
	top: 100%;
}

.slick-testimonials .slick-control.right {
	right: auto;
	left: 40px;
}

.slick-testimonials .slick-control.left {
	right: auto;
	left: 0;
}

.testimonial-item {
	margin-bottom: 35px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.testimonial-item__inner {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonial-item__content>p:first-of-type {
	margin-top: 0;
}

.testimonial-item__author {
	margin-bottom: 0;
}

.content-section--blog-subscribe h4 {
	color: #07628D;
}

.content-section--blog-subscribe .form--blog-notification {
	min-height: 200px;
}

.content-section--blog-subscribe .form--blog-notification .blog-form-input {
	width: 100%;
	padding: 10px;
}

.content-section--blog-subscribe .form--blog-notification .blog-form-input input[type="email"],
.content-section--blog-subscribe .form--blog-notification .blog-form-input input[type="text"] {
	background-color: #f8f8f8;
}

.content-section--blog-subscribe .form--blog-notification .form-control {
	border-radius: 3px;
}

.content-section--blog-subscribe .form--blog-notification .blog-button {
	padding: 25px;
}

.content-section--blog-subscribe .form--blog-notification .blog-button button {
	width: 200px;
}

.content-section--blog-subscribe .form--blog-notification .btn-default {
	border-color: #07628D;
	background-color: #07628D;
}

.content-section--blog-subscribe .form--blog-notification .btn-default:hover,
.content-section--blog-subscribe .form--blog-notification .btn-default:active,
.content-section--blog-subscribe .form--blog-notification .btn-default:focus,
.content-section--blog-subscribe .form--blog-notification .btn-default:active:focus,
.content-section--blog-subscribe .form--blog-notification .btn-default:active:hover,
.content-section--blog-subscribe .form--blog-notification .btn-default:focus:hover,
.content-section--blog-subscribe .form--blog-notification .btn-default:active:focus:hover {
	border-color: #5b265a;
	background-color: #5b265a;
}

.quick-contact-form {
	padding: 20px;
}

.quick-contact-form label {
	width: 100% !important;
	margin-bottom: 15px;
}

.quick-contact-form label input {
	padding: 10px;
	width: 100% !important;
	font-family: "GilroyRegular", sans-serif;
	font-size: 14px;
}

.quick-contact-form textarea {
	padding: 10px;
	font-family: "GilroyRegular", sans-serif;
	font-size: 14px;
}

.quick-contact-form .wpcf7-submit {
	border-color: #299348;
	background-color: #299348;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	text-transform: uppercase;
}

.new-project-form {
	padding: 20px;
}

.new-project-form label {
	width: 100% !important;
	margin-bottom: 15px;
}

.new-project-form label input,
.new-project-form label select {
	padding: 10px;
	width: 100% !important;
	font-family: "GilroyRegular", sans-serif;
	font-size: 14px;
}

.new-project-form textarea {
	padding: 10px;
	font-family: "GilroyRegular", sans-serif;
	font-size: 14px;
}

.new-project-form .wpcf7-submit {
	border-color: #299348;
	background-color: #299348;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	text-transform: uppercase;
}

.lead-content .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 92px 0;
}

@media (max-width: 767px) {
	.lead-content .container {
		display: block;
		margin: auto;
		padding: 72px 0;
		width: 90%;
	}
}

.lead-content .text-content {
	margin-right: 3.802083333333333%;
	width: calc(96% - 456px);
}

@media (max-width: 990px) {
	.lead-content .text-content {
		width: calc(92% - 240px);
	}
}

@media (max-width: 767px) {
	.lead-content .text-content {
		width: 100%;
	}
}

.lead-content .text-content a {
	display: inline-block;
}

.lead-content .infographic {
	width: 456px;
}

.lead-content .infographic p {
	margin-top: 12px;
}

@media (max-width: 990px) and (min-width: 768px) {
	.lead-content .infographic {
		width: 240px;
	}
}

@media (max-width: 767px) {
	.lead-content .infographic {
		margin-top: 48px;
		width: 100%;
	}
}

.lead-content .infographic__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 990px) and (min-width: 768px),
(max-width: 460px) {
	.lead-content .infographic__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.lead-content .infographic__image {
	max-width: 225px;
	width: 100%;
}

@media (max-width: 990px) {
	.lead-content .infographic__image {
		max-width: 190px;
	}
}

@media (max-width: 460px) {
	.lead-content .infographic__image {
		margin: 0 auto;
	}
}

.lead-content .infographic__image img {
	width: 100%;
}

.lead-content .infographic__text-container {
	margin-left: 32px;
	max-width: 48%;
}

@media (max-width: 990px) and (min-width: 768px) {
	.lead-content .infographic__text-container {
		margin-left: 0;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.lead-content .infographic__text-container {
		max-width: calc(100% - 190px);
	}
}

@media (max-width: 460px) {
	.lead-content .infographic__text-container {
		text-align: center;
		max-width: 100%;
	}
}

.lead-content .infographic__text {
	color: #0188c8;
	font-size: 16px;
}

.lead-content .infographic__text strong {
	font-family: 'GilroyMedium', sans-serif;
	font-size: 20px;
}

.lead-content .infographic__footer-text {
	border-top: solid 2px #0188c8;
	font-size: 12px;
	padding-top: 12px;
}

.lead-content .percentage {
	color: #0188c8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 117px;
	font-weight: 600;
	line-height: 1;
}

@media (max-width: 990px) {
	.lead-content .percentage {
		font-size: 100px;
		margin-top: 4px;
	}
}

@media (max-width: 460px) {
	.lead-content .percentage {
		font-size: 80px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.lead-content .percentage__symbol {
	font-size: 65%;
	font-weight: 400;
}

.lead-content .caption {
	border-bottom: solid 2px #0188c8;
	color: #0188c8;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	margin-top: 8px;
	padding-bottom: 12px;
}

.our-process {
	padding: 80px 0;
}

@media (max-width: 767px) {
	.our-process .container {
		width: 90%;
	}
}

.our-process__heading {
	margin-bottom: 8px;
}

.our-process__text-contents {
	font-size: 22px;
	line-height: 31px;
	margin-top: 0;
	max-width: 770px;
}

.our-process__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.our-process__list {
		display: block;
	}
}

.our-process__list-item {
	background-image: none;
	margin-bottom: 48px;
	padding: 0 8% 0 0;
	width: 33.333333%;
}

@media (max-width: 990px) {
	.our-process__list-item {
		padding: 0 4% 0 0;
	}
}

@media (max-width: 767px) {
	.our-process__list-item {
		padding: 0;
		width: 100%;
	}
}

.our-process .list-item__index {
	background: #0188c8;
	border-radius: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 64px;
	width: 64px;
}

.our-process .list-item__title {
	font-family: 'GilroyMedium', sans-serif;
	font-size: 23px;
	line-height: 30px;
	margin: 24px 0 12px;
}

.case-study-logo {
	margin: 3.5vw auto 6vw;
	max-width: 280px;
	width: 60%;
}

@media (min-width: 991px) {
	.case-study-logo {
		width: 31%;
	}
}

.case-study-logo img {
	width: 100%;
}

.case-study-container {
	border-bottom: solid 1px #d6d6d6;
	margin: 0 auto 80px;
	padding: 0 2.5%;
	width: 95%;
}

@media (min-width: 991px) {
	.case-study-container {
		padding: 0 5%;
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.case-study-container {
		padding: 0 8.5%;
		width: 80%;
	}
}

@media (min-width: 991px) {
	.case-study__text-contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.case-study__text-contents h2 {
	line-height: 1;
	margin: 0 0 32px;
}

@media (min-width: 991px) {
	.case-study__text-contents h2 {
		width: 30%;
		margin: 0;
	}
}

.case-study__text-contents .main-contents {
	margin-bottom: 48px;
}

@media (min-width: 991px) {
	.case-study__text-contents .main-contents {
		margin-bottom: 96px;
		width: 70%;
	}
}

.case-study__text-contents .main-contents p {
	margin: 0 0 1em;
}

@media (min-width: 1280px) {
	.case-study__text-contents .main-contents p {
		padding-right: 2em;
	}
}

@media (min-width: 576px) {
	.case-study__image-container {
		display: grid;
	}
}

.case-study__image-container--mb {
	margin-bottom: 48px;
}

@media (min-width: 991px) {
	.case-study__image-container--mb {
		margin-bottom: 96px;
	}
}

.case-study__image-container.solution-images {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 32px;
	grid-row-gap: 0px;
}

.case-study__image-container.solution-images img {
	width: 100%;
}

.case-study__image-container img {
	width: 100%;
}

.case-study__image-container .solution-image {
	margin-bottom: 24px;
}

@media (min-width: 576px) {
	.case-study__image-container .solution-image {
		margin-bottom: 0;
	}
}

.case-study__image-container .solution-image__left {
	grid-area: 1 / 1 / 4 / 3;
}

.case-study__image-container .solution-image__right-top {
	grid-area: 1 / 3 / 2 / 5;
}

.case-study__image-container .solution-image__right-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-area: 2 / 3 / 3 / 5;
}

.case-study__image-container .solution-image__right-bottom img {
	width: calc(50% - 16px);
}

.case-study__result .main-contents,
.case-study__overview .main-contents {
	margin-bottom: 0;
}

.case-study__result .result-text__container,
.case-study__overview .result-text__container {
	border-top: solid 1px #d6d6d6;
	padding: 40px 0;
}

@media (min-width: 768px) {

	.case-study__result .result-text__container,
	.case-study__overview .result-text__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.case-study__result .result-text__container--top,
.case-study__overview .result-text__container--top {
	border-top: 0;
	display: block;
	padding: 0 0 72px;
}

@media (min-width: 991px) {

	.case-study__result .result-text__container--top,
	.case-study__overview .result-text__container--top {
		padding-bottom: 140px;
	}
}

.case-study__result .result-text__container--bottom,
.case-study__overview .result-text__container--bottom {
	margin-bottom: 40px;
	padding-top: 54px;
}

@media (min-width: 991px) {

	.case-study__result .result-text__container--bottom,
	.case-study__overview .result-text__container--bottom {
		margin-bottom: 72px;
	}
}

@media (min-width: 991px) {

	.case-study__result .result-text__container--bottom .result-text__title,
	.case-study__overview .result-text__container--bottom .result-text__title {
		font-size: 4vw;
	}
}

@media (min-width: 768px) {

	.case-study__result .result-text__container--bottom h3,
	.case-study__result .result-text__container--bottom p,
	.case-study__overview .result-text__container--bottom h3,
	.case-study__overview .result-text__container--bottom p {
		margin-bottom: 0;
		width: 49%;
	}
}

.case-study__result .result-text__wrapper,
.case-study__overview .result-text__wrapper {
	margin-bottom: 24px;
	width: 100%;
}

@media (min-width: 1280px) {

	.case-study__result .result-text__wrapper,
	.case-study__overview .result-text__wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1;
		flex: 1 1;
		width: unset;
	}
}

.case-study__result .result-text__wrapper:first-of-type,
.case-study__overview .result-text__wrapper:first-of-type {
	border-bottom: solid 1px #d6d6d6;
	margin-bottom: 32px;
	padding-bottom: 16px;
}

@media (min-width: 768px) {

	.case-study__result .result-text__wrapper:first-of-type,
	.case-study__overview .result-text__wrapper:first-of-type {
		border: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

.case-study__result .result-text__title,
.case-study__overview .result-text__title {
	color: #299348;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	margin: 0 0 40px;
}

@media (min-width: 991px) {

	.case-study__result .result-text__title,
	.case-study__overview .result-text__title {
		font-size: 75px;
		margin-bottom: 54px;
	}
}

.case-study__result .case-study__image-container,
.case-study__overview .case-study__image-container {
	margin-bottom: 40px;
}

@media (min-width: 768px) {

	.case-study__result .case-study__image-container,
	.case-study__overview .case-study__image-container {
		margin-bottom: 24px;
	}
}

@media (min-width: 768px) {

	.case-study__result .result-btm-image,
	.case-study__overview .result-btm-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.case-study__result .result-btm-image__left,
.case-study__overview .result-btm-image__left {
	margin-bottom: 40px;
}

@media (min-width: 768px) {

	.case-study__result .result-btm-image__left,
	.case-study__overview .result-btm-image__left {
		margin-bottom: 0;
		width: 50%;
	}
}

.case-study__result .result-btm-image__right,
.case-study__overview .result-btm-image__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {

	.case-study__result .result-btm-image__right,
	.case-study__overview .result-btm-image__right {
		width: 47%;
	}
}

.case-study__result .result-btm-image__right span,
.case-study__overview .result-btm-image__right span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 47%;
}

.case-study__result .result-btm-image__right span img:last-of-type,
.case-study__overview .result-btm-image__right span img:last-of-type {
	margin: auto 0 0;
}

.case-study__result .result-btm-image__right>img,
.case-study__overview .result-btm-image__right>img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 47%;
}

.case-study__result {
	border-bottom: 0;
}

.case-study__overview .result-text__container:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.case-study__site-link {
	margin: 0 auto 32px;
	width: 260px;
}

.case-study__site-link a {
	background: #404040;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 44px;
	width: 100%;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

@media (min-width: 991px) {
	.case-study__site-link a:hover {
		opacity: .7;
	}
}

.ebook-preview {
	padding: 20px;
	background: #f8f8f8;
	text-align: center;
}

.fadein-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
}

.animate-wobble-vertical {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.error {
	font-size: 1.4rem;
	display: none;
	color: #f00;
}

.four-oh-four {
	height: 100%;
	width: 100%;
	margin-top: 170px;
}

.four-oh-four__title {
	font-size: 6.4rem;
	font-size: 6.4rem;
	font-family: "GilroyMedium", sans-serif;
	color: #0079c1 !important;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 17px;
	padding: 0;
}

.four-oh-four p {
	font-family: "GilroyMedium", sans-serif;
	font-size: 2rem;
	font-size: 2rem;
	font-weight: 300;
	color: #414042;
	margin: 0;
	padding: 0;
}

.four-oh-four p a {
	display: block;
	margin-top: 40px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #414042;
}

.animation-container {
	width: 100%;
	height: 100%;
	margin-bottom: 75px;
}

@media (max-width: 992px) {
	.animation-container {
		width: 350px;
		height: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.four-oh-four {
		height: 100%;
		width: 100%;
		margin-top: 30px;
	}

	.four-oh-four__title {
		font-size: 5.4rem;
		font-family: "Museo Sans Cyrl";
		color: #0079c1 !important;
		font-weight: 100;
		margin-top: 0;
		margin-bottom: 17px;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.btn {
		font-size: 1rem !important;
		padding: 7px 4px !important;
		margin-bottom: -4px !important;
		margin-left: 6px;
	}

	.case-study-widget__content p {
		font-size: 1.4rem;
	}
}

@media (max-width: 1230px) {
	.case-study-widget__image {
		margin-right: 0;
	}

	.case-study-widget__content {
		margin-left: 0;
		min-height: -webkit-min-content;
		min-height: -moz-min-content;
		min-height: min-content;
	}

	.case-study-widget__cta {
		margin-top: 20px;
		position: inherit;
		padding-left: 23px;
	}

	.case-study-widget__cta .btn {
		margin-top: 15px;
		margin-bottom: 15px !important;
	}

	.hide-lg {
		opacity: 1 !important;
	}
}

.hide-lg {
	opacity: 0;
}

@media (max-width: 992px) {
	.case-study-widget__cta {
		margin-top: 0;
	}

	.case-study-widget__image-item {
		min-height: 350px;
	}
}

@media (max-width: 768px) {
	.case-study-widget__image-item {
		min-height: -webkit-min-content;
		min-height: -moz-min-content;
		min-height: min-content;
	}
}

@media (max-width: 400px) {
	.case-study-widget__cta {
		padding: 4px !important;
		padding-left: 0;
	}
}

.footer-new {
	width: 100%;
	height: 100%;
	padding-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.footer-new {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: 0;
	}
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
	color: #07628D;
}

.social-banner {
	background-color: #0088C8;
	padding: 30px 0;
}

.social-banner h3 {
	color: #fff;
}

.social-banner p {
	color: #fff;
}

.social-banner .social-link {
	background-color: #fff;
	border: none;
	margin: 0 5px;
	width: 40px;
	height: 40px;
}

.social-banner .social-link:hover,
.social-banner .social-link:focus {
	border-radius: 5px;
	border-color: #06628d;
	background-color: #06628d;
}

.social-banner .social-link:hover::after,
.social-banner .social-link:focus::after {
	color: #fff;
}

.social-banner .social-link:after {
	font-size: 2.5rem;
	color: #0088C8;
}

.social-banner__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-banner__txt:after {
	content: '';
	width: 0;
	height: 50%;
	background-color: #fff;
	position: absolute;
	top: 25%;
	right: 0;
}

@media (min-width: 768px) {
	.social-banner__txt:after {
		width: 1px;
	}
}

.order-ebook-section {
	overflow: visible !important;
	margin-top: 50px;
	margin-bottom: 80px;
}

.order-ebook-section .container {
	background-color: #F8F8F8;
	height: unset;
}

@media (min-width: 1230px) {
	.order-ebook-section .container {
		height: 335px;
	}
}

.order-ebook-section__content {
	padding-top: 40px;
}

.order-ebook-section__img img {
	position: relative;
	top: auto;
	right: auto;
	padding-bottom: 60px;
}

@media (min-width: 1230px) {
	.order-ebook-section__img img {
		position: absolute;
		top: -35px;
		right: -25px;
		padding-bottom: 0;
	}
}

.testimonial-section h3 {
	color: #414042;
}

.slick-testimonials .testimonial-item__inner {
	padding-left: 50px;
	padding-right: 50px;
}

.slick-testimonials .slick-prev {
	left: 0px;
	height: unset;
	width: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.slick-testimonials .slick-prev:before {
	font-size: 5.5rem;
	font-family: FontAwesome;
	content: "\f104";
	color: #299348;
}

.slick-testimonials .slick-next {
	right: 0px;
	height: unset;
	width: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.slick-testimonials .slick-next:before {
	font-size: 5.5rem;
	font-family: FontAwesome;
	content: "\f105";
	color: #299348;
}

.slick-testimonials ul li {
	background-image: none;
	height: unset;
	width: 8px;
}

.slick-testimonials .slick-dots li button {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.slick-testimonials .slick-dots li button:before {
	content: "";
	color: transparent;
	border-radius: 100%;
	border: 1px solid #707070;
	width: 10px;
	height: 10px;
}

.slick-testimonials .slick-dots li.slick-active button:before {
	background-color: #299348;
}

.slick-testimonials .slick-dots {
	bottom: 18px;
}

.advanced-content {
	position: relative;
	margin-top: 50px;
}

@media (min-width: 768px) {
	.advanced-content {
		margin-top: 0;
	}
}

.advanced-content h2 {
	font-size: 2.7rem;
	line-height: 30px;
	color: #571a5c;
	font-weight: 500;
}

@media (min-width: 992px) {
	.advanced-content h2 {
		font-size: 3.7rem;
		line-height: 40px;
	}
}

.advanced-content p {
	color: #414042;
}

.advanced-content__txt {
	padding-top: 70px;
	padding-bottom: 70px;
}

.advanced-content__img {
	height: 100%;
	position: absolute;
	right: 0;
	opacity: 0.1;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

@media (min-width: 768px) {
	.advanced-content__img {
		width: 50%;
		opacity: 1;
	}
}

.advanced-content__img-with-border {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: absolute;
}

.advanced-content__img-with-border:before,
.advanced-content__img-with-border:after {
	height: 0;
	width: 0;
}

@media (min-width: 768px) {
	.advanced-content__img-with-border {
		width: 80%;
	}

	.advanced-content__img-with-border:before {
		content: '';
		height: 250px;
		width: 250px;
		position: absolute;
		background-color: #571a5c;
		z-index: -5 !important;
		top: -20px;
		left: -20px;
	}

	.advanced-content__img-with-border:after {
		content: '';
		height: 250px;
		width: 250px;
		position: absolute;
		background-color: #571a5c;
		z-index: -5 !important;
		bottom: -20px;
		right: -20px;
	}
}

.advanced-content__img-with-border-container {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
}

@media (min-width: 768px) {
	.advanced-content__img-with-border-container {
		width: 50%;
		opacity: 1;
		height: 105%;
		top: -15px;
	}
}

.advanced-content__img--left {
	left: 0;
}

.advanced-content ul {
	margin-bottom: 45px;
}

.advanced-content ul li {
	background-image: url(img/list-bullet--purple.png);
	color: #414042;
}

.advanced-content ul:last-child {
	margin-bottom: 0;
}

.advanced-content .position-relative {
	position: relative;
}

.advanced-content--margin {
	margin-top: 100px;
	margin-bottom: 60px;
}

.advanced-content--grey {
	background-color: #f1f1f1;
}

.marketing-assessment-signup {
	background-size: cover;
	position: relative;
	padding: 105px 0 115px 0;
}

@media (min-width: 992px) {
	.marketing-assessment-signup {
		background-image: url(img/pluses-bg.jpg);
	}
}

.marketing-assessment-signup__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
}

.marketing-assessment-signup__txt-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.marketing-assessment-signup h2 {
	font-size: 2.7rem;
	line-height: 30px;
	color: #571a5c;
	font-weight: 500;
}

@media (min-width: 992px) {
	.marketing-assessment-signup h2 {
		font-size: 3.7rem;
		line-height: 40px;
	}
}

.marketing-assessment-signup h2 strong {
	font-weight: 600;
}

.marketing-assessment-signup label {
	display: block;
	color: #414042;
	margin-bottom: 15px;
}

.marketing-assessment-signup input {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #d0d0d0;
}

.marketing-assessment-signup input[type="submit"] {
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	width: 50%;
	border-radius: 0px;
	padding: 6px;
	background-color: #571a5c;
	color: #fff;
	border: none;
}

.marketing-assessment-signup input[type="submit"]:hover {
	background-color: #401344;
}

.marketing-assessment-signup span.wpcf7-not-valid-tip {
	color: #7d2584;
}

.marketing-assessment-signup div.wpcf7-validation-errors,
.marketing-assessment-signup div.wpcf7-acceptance-missing,
.marketing-assessment-signup div.wpcf7-mail-sent-ok {
	border: none;
	padding: 0;
	margin-left: 0;
}

.marketing-assessment-signup--full-width {
	background-image: none;
	padding: 50px 0 50px 0;
}

.marketing-assessment-signup--full-width .marketing-assessment-signup__txt {
	display: block;
	padding-bottom: 20px;
}

.marketing-assessment-signup--full-width input[type="submit"] {
	width: 100%;
}

.ebook-thank-you__txt {
	padding: 50px 10px;
	max-width: 900px;
	margin: 30px auto 180px auto;
}

@media (min-width: 992px) {
	.ebook-thank-you__txt {
		padding: 50px;
	}
}

.ebook-thank-you__txt h2 {
	color: #000000;
	font-size: 3rem;
	line-height: 33px;
	font-weight: 500;
	text-align: center;
}

@media (min-width: 992px) {
	.ebook-thank-you__txt h2 {
		text-align: left;
		font-size: 3.5rem;
		line-height: 45px;
	}
}

.ebook-thank-you__txt h3 {
	color: #000000;
	font-size: 2.2rem;
	line-height: 27px;
	font-weight: normal;
	text-align: center;
}

@media (min-width: 992px) {
	.ebook-thank-you__txt h3 {
		text-align: left;
		font-size: 2rem;
		line-height: 30px;
	}
}

.ebook-thank-you__txt-wrapper {
	background-color: #f8f8f8;
}

.ebook-thank-you__formbox {
	background-color: #EDEDED;
	padding: 7rem 5rem 1rem;
	margin-bottom: 5rem;
	font-size: 1.6rem;
	line-height: 25px;
}

.ebook-thank-you__formbox h2 {
	color: #404040;
	font-size: 2.3rem;
}

.ebook-thank-you__buttons {
	padding-top: 10px;
	padding-bottom: 0px;
}

.ebook-thank-you__buttons .btn {
	display: block;
	padding: 10px 31px;
	background-color: #404040 !important;
	border: none;
	margin: 0 15px 10px 0px !important;
}

@media (min-width: 992px) {
	.ebook-thank-you__buttons .btn {
		display: inline-block;
	}
}

.ebook-thank-you__buttons .btn:hover {
	background-color: #444 !important;
	padding: 10px 30px;
}

.ebook-thank-you__buttons p {
	margin: 0 0 25px 0;
	font-weight: 500;
	color: #ffffff;
	font-size: 1.8rem;
}

.services-pad {
	padding-top: 0px !important;
}

/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/
/*
* Usage: https://smacss.com/book/type-layout
**/
header {
	position: relative;
	z-index: 1;
}

.navbar {
	margin-bottom: 0;
	padding: 30px 0;
	border-radius: 0;
	background-color: #828285;
}

.navbar--secondary {
	padding: 15px 0;
}

.navbar--secondary>.container {
	white-space: nowrap;
	overflow-x: auto;
}

.navbar--secondary>.container::-webkit-scrollbar {
	display: none;
}

.navbar--secondary>.container>ul:after {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 60px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
	content: " ";
	z-index: 2;
}

/* .navbar #menu-main-nav .primary-nav__item:nth-last-child(2) {
    display: none; }
  .navbar #menu-main-nav .primary-nav__item:nth-last-child(3) {
    display: none; }
 */
.subfooter {
	padding-top: 45px;
	padding-bottom: 45px;
	border-top: 1px #464646 solid;
}

.content-section {
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: auto;
}

@media (min-width: 768px) {
	.content-section {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.content-section.grey h1,
.content-section.grey h2,
.content-section.grey h4 {
	color: #5e5e5e;
}

.content-section.grey .card__cap__link {
	color: #5e5e5e;
	background-color: #fff;
	-webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.content-section.grey .card__cap__link:hover {
	background-color: #5e5e5e;
	color: #fff;
}

.content-section.blue h1,
.content-section.blue h2,
.content-section.blue h4 {
	color: #0088c8;
}

.content-section.blue .card__cap__link {
	color: #0088c8;
	-webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.content-section.blue .card__cap__link:hover {
	background-color: #0088c8;
	color: #fff;
}

.content-section.green h1,
.content-section.green h2,
.content-section.green h4 {
	color: #299348;
}

.content-section.green .card__cap__link {
	color: #299348;
	-webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.content-section.green .card__cap__link:hover {
	background-color: #299348;
	color: #fff;
}

.content-section.orange h1,
.content-section.orange h2,
.content-section.orange h4 {
	color: #ef7e35;
}

.content-section.orange .card__cap__link {
	color: #ef7e35;
	-webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.content-section.orange .card__cap__link:hover {
	background-color: #ef7e35;
	color: #fff;
}

.content-section.magenta h1,
.content-section.magenta h2,
.content-section.magenta h4 {
	color: #07628D;
}

.content-section.magenta .card__cap__link {
	color: #07628D;
	-webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.content-section.magenta .card__cap__link:hover {
	background-color: #07628D;
	color: #fff;
}

.content-section.magenta .btn--color {
	background-color: #07628D;
	color: #fff;
	-webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.content-section.magenta .btn--color:hover {
	background-color: #5b265a;
}

.content-section.blog .category-list__link:hover,
.content-section.blog .category-list__link.active {
	color: #07628D;
}

.content-section .content-section {
	padding-top: 0;
	padding-bottom: 0;
}

.content-section+.content-section:not(.content-section--autobg) {
	padding-top: 0;
}

.content-section--autobg-grey h1,
.content-section--autobg-grey h2,
.content-section--autobg-grey h4,
.content-section--autobg-grey .card__cap__link {
	color: #5e5e5e;
}

.content-section--autobg-grey .card__cap:before,
.content-section--autobg-grey .card__heading:before {
	background: #5e5e5e;
}

.content-section--autobg-blue h1,
.content-section--autobg-blue h2,
.content-section--autobg-blue h4,
.content-section--autobg-blue .card__cap__link {
	color: #0088c8;
}

.content-section--autobg-blue .card__cap:before,
.content-section--autobg-blue .card__heading:before {
	background: #0088c8;
}

.content-section--autobg-green h1,
.content-section--autobg-green h2,
.content-section--autobg-green h4,
.content-section--autobg-green .card__cap__link {
	color: #299348;
}

.content-section--autobg-green .card__cap:before,
.content-section--autobg-green .card__heading:before {
	background: #299348;
}

.content-section--autobg-orange h1,
.content-section--autobg-orange h2,
.content-section--autobg-orange h3,
.content-section--autobg-orange h4,
.content-section--autobg-orange .card__cap__link {
	color: #ef7e35;
}

.content-section--autobg-orange .card__cap:before,
.content-section--autobg-orange .card__heading:before {
	background: #ef7e35;
}

.content-section--autobg-magenta h1,
.content-section--autobg-magenta h2,
.content-section--autobg-magenta h4,
.content-section--autobg-magenta .card__cap__link {
	color: #07628D;
}

.content-section--autobg-magenta .card__cap:before,
.content-section--autobg-magenta .card__heading:before {
	background: #07628D;
}

.content-section--intro {
	background-color: #f8f8f8;
}

.content-section--intro blockquote {
	border-left: 0;
}

.content-section--quote {
	font-size: 2rem;
	padding: 2.5rem;
	background: #f8f8f8;
	text-align: center;
}

@media (min-width: 768px) {
	.content-section--quote p {
		font-size: 1.7rem;
	}
}

.content-section--quote__source {
	font-size: 1.6rem;
	display: block;
	margin-top: 25px;
	font-weight: 700;
}

.content-section--lead_stats {
	padding: 2.5rem;
	background: white;
}

@media (min-width: 768px) {
	.content-section--lead_stats .leadin-stats {
		padding: 5em 0;
	}
}

.content-section--lead_stats .leadin-stats--heading {
	color: #000000;
	font-weight: 900;
	font-size: 2rem;
	line-height: 25px;
}

@media (min-width: 768px) {
	.content-section--lead_stats .leadin-stats--heading {
		font-size: 3rem;
		line-height: 25px;
	}
}

@media (min-width: 992px) {
	.content-section--lead_stats .leadin-stats--heading {
		font-size: 35px;
		line-height: 51px;
	}
}

.content-section--lead_stats .leadin-stats p {
	font-size: 1.5rem;
	color: #4B4B4B;
}

@media (min-width: 768px) {
	.content-section--lead_stats .leadin-stats p {
		font-size: 1.8rem;
		line-height: 41px;
	}
}

.content-section--lead_stats .leadin-stats--statistics {
	color: #0088c8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
	.content-section--lead_stats .leadin-stats--statistics {
		font-size: 200px;
		font-weight: 400;
	}
}

.content-section--our-process {
	background-color: #f8f8f8;
}

.content-section--our-process,
.content-section--cta {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (min-width: 768px) {

	.content-section--our-process,
	.content-section--cta {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.content-section--our-process.grey h1,
.content-section--our-process.grey h2,
.content-section--our-process.grey h4,
.content-section--cta.grey h1,
.content-section--cta.grey h2,
.content-section--cta.grey h4 {
	color: #5e5e5e;
}

.content-section--our-process.blue h1,
.content-section--our-process.blue h2,
.content-section--our-process.blue h4,
.content-section--cta.blue h1,
.content-section--cta.blue h2,
.content-section--cta.blue h4 {
	color: #0088c8;
}

.content-section--our-process.green h1,
.content-section--our-process.green h2,
.content-section--our-process.green h4,
.content-section--cta.green h1,
.content-section--cta.green h2,
.content-section--cta.green h4 {
	color: #299348;
}

.content-section--our-process.orange h1,
.content-section--our-process.orange h2,
.content-section--our-process.orange h4,
.content-section--cta.orange h1,
.content-section--cta.orange h2,
.content-section--cta.orange h4 {
	color: #ef7e35;
}

.content-section--our-process.magenta h1,
.content-section--our-process.magenta h2,
.content-section--our-process.magenta h4,
.content-section--cta.magenta h1,
.content-section--cta.magenta h2,
.content-section--cta.magenta h4 {
	color: #07628D;
}

.content-section--our-process {
	padding-top: 45px;
	padding-bottom: 25px;
}

@media (min-width: 768px) {
	.content-section--our-process {
		padding-top: 65px;
		padding-bottom: 45px;
	}
}

.content-section--why-pace-creative h2 {
	margin-left: 10px;
}

.content-section--why-pace-creative h2:before {
	position: absolute;
	top: -2px;
	left: 7.5px;
	font-weight: 800;
	content: "+";
}

.content-section--subsection {
	padding: 50px 0;
}

.content-section--subsection+.content-section--subsection {
	border-top: 1px solid #eee;
}

.content-section--subsection:last-child {
	border-bottom: 1px solid #eee;
}

.content-section--subsection p,
.content-section--subsection h2 {
	margin-top: 0;
	padding-top: 0;
}

.content-section--subsection h2 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 400;
}

.content-section--fluid {
	padding: 0;
}

.content-section--blog-subscribe h4 {
	color: #07628D;
}

.content-section--blog-subscribe .form--blog-notification .btn-default {
	border-color: #07628D;
	background-color: #07628D;
}

.content-section--blog-subscribe .form--blog-notification .btn-default:hover,
.content-section--blog-subscribe .form--blog-notification .btn-default:active,
.content-section--blog-subscribe .form--blog-notification .btn-default:focus,
.content-section--blog-subscribe .form--blog-notification .btn-default:active:focus,
.content-section--blog-subscribe .form--blog-notification .btn-default:active:hover,
.content-section--blog-subscribe .form--blog-notification .btn-default:focus:hover,
.content-section--blog-subscribe .form--blog-notification .btn-default:active:focus:hover {
	border-color: #5b265a;
	background-color: #5b265a;
}

.content-section--ebook-landing {
	font-family: "GilroyMedium", sans-serif;
}

.content-section--ebook-landing p,
.content-section--ebook-landing a {
	font-size: 1.4rem;
	color: #414042;
	line-height: 1.4;
	font-family: "GilroyMedium", sans-serif;
	font-weight: 300;
}

.content-section--ebook-landing p:last-of-type {
	margin-bottom: 30px;
}

.content-section--ebook-landing a:hover {
	color: #6b6b6e;
}

.content-section--ebook-landing .landing-content {
	margin-top: 40px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.content-section--ebook-landing .landing-content__form-wrapper {
		padding-right: 50px;
	}
}

.content-section--ebook-landing .landing-content h1 {
	font-size: 3rem;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #571a5c;
	font-family: "GilroyMedium", sans-serif;
	font-weight: 400;
	line-height: 1.3;
}

.content-section--ebook-landing .landing-content h2 {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 30px;
	color: #414042;
	font-family: "GilroyMedium", sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

.content-section--ebook-landing .form-group {
	margin-bottom: 10px;
}

.content-section--ebook-landing input[type="text"],
.content-section--ebook-landing input[type="email"] {
	font-size: 1rem;
	height: auto;
	padding: 11px 15px;
	border-radius: 0;
	color: #414042;
	font-family: "GilroyMedium", sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: #f8f8f8;
}

.content-section--ebook-landing ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #414042 !important;
	opacity: 1 !important;
	/* Firefox */
}

.content-section--ebook-landing ::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #414042 !important;
	opacity: 1 !important;
	/* Firefox */
}

.content-section--ebook-landing :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #414042 !important;
	opacity: 1 !important;
	/* Firefox */
}

.content-section--ebook-landing ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #414042 !important;
	opacity: 1 !important;
	/* Firefox */
}

.content-section--ebook-landing ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #414042 !important;
	opacity: 1 !important;
	/* Firefox */
}

.content-section--ebook-landing :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #414042 !important;
}

.content-section--ebook-landing ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #414042 !important;
}

.content-section--ebook-landing button[type="submit"].btn-default {
	font-size: 1.3rem;
	padding: 10px 20px;
	border: 0;
	border-radius: 0;
	background-color: #571a5c;
	font-family: "GilroyMedium", sans-serif;
	text-transform: uppercase;
}

.content-section--ebook-landing button[type="submit"].btn-default:hover,
.content-section--ebook-landing button[type="submit"].btn-default:focus,
.content-section--ebook-landing button[type="submit"].btn-default:active,
.content-section--ebook-landing button[type="submit"].btn-default:visited:hover,
.content-section--ebook-landing button[type="submit"].btn-default:active:focus,
.content-section--ebook-landing button[type="submit"].btn-default:focus:hover,
.content-section--ebook-landing button[type="submit"].btn-default:active:hover,
.content-section--ebook-landing button[type="submit"].btn-default:active:focus:hover {
	background-color: #310f34;
}

.content-section--ebook-landing ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #d7d7d7;
}

.content-section--ebook-landing ::-moz-placeholder {
	/* Firefox 19+ */
	color: #d7d7d7;
}

.content-section--ebook-landing :-ms-input-placeholder {
	/* IE 10+ */
	color: #d7d7d7;
}

.content-section--ebook-landing :-moz-placeholder {
	/* Firefox 18- */
	color: #d7d7d7;
}

.content-section--ebook-landing .form-status {
	padding-top: 20px;
}

.content-section--ebook-landing .form-status h2 {
	font-size: 3rem;
}

.content-section--ebook-landing.thank-you h2 {
	margin-bottom: 1.5rem;
}

.content-section--ebook-landing.thank-you h1 {
	margin-bottom: 6rem;
	line-height: 1.2;
}

.content-section--ebook-landing.thank-you .landing-content {
	padding-top: 15rem;
}

.content-section--ebook-landing.thank-you ul {
	margin-bottom: 12rem;
}

.content-section--ebook-landing.thank-you li {
	display: inline-block;
	margin: 0 1rem;
	padding-left: 0;
	background-image: none;
}

.content-section--ebook-landing.thank-you li a {
	padding: 1rem 3rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	border-radius: 5px;
	background: #f37027;
	color: #fff;
	text-decoration: none;
}

.content-section--ebook-landing.thank-you li a:hover {
	background: #f58a4e;
}

.content-section--burgoo-landing {
	padding: 0;
	font-family: "rubik";
}

.content-section--burgoo-landing h1 {
	font-size: 9.4rem;
	color: #126fba;
	font-family: "rubik";
	font-weight: 300;
	line-height: 1;
}

.content-section--burgoo-landing h2 {
	font-size: 4.5rem;
	color: #126fba !important;
	font-family: "rubik";
	line-height: 1.2;
}

.content-section--burgoo-landing p {
	font-size: 3rem;
	color: #646464;
}

.content-section--burgoo-landing p.small {
	font-size: 2rem;
}

.content-section--burgoo-landing p .mobile {
	display: none;
}

.content-section--burgoo-landing p .desktop {
	display: inline;
}

.content-section--burgoo-landing a {
	color: #126fba;
	font-size: inherit;
}

.content-section--burgoo-landing a:hover {
	color: #178be9;
}

.content-section--burgoo-top {
	position: relative;
	min-height: 510px;
	padding-top: 9rem;
	background: url("img/top-bg.png");
	background-repeat: repeat-x;
}

.content-section--burgoo-top .logo {
	margin-bottom: 2.5rem;
}

.content-section--burgoo-top .logo:first-of-type {
	margin-right: 4rem;
}

.content-section--burgoo-top .confetti {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 182px;
	background: url("img/confetti-top.png");
	background-repeat: repeat-x;
}

.content-section--burgoo-top .devices {
	margin-top: 15rem;
}

.content-section--burgoo-body {
	position: relative;
	padding-top: 5rem;
}

.content-section--burgoo-body .confetti-left,
.content-section--burgoo-body .confetti-right {
	position: absolute;
	background-repeat: no-repeat;
}

.content-section--burgoo-body .confetti-left {
	left: 0;
	width: 143px;
	height: 990px;
	background: url("img/confetti-left.png");
}

.content-section--burgoo-body .confetti-right {
	right: 0;
	width: 104px;
	height: 990px;
	background: url("img/confetti-right.png");
}

.content-section--burgoo-body .content-block {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.content-section--burgoo-body .content-block:first-of-type p:first-of-type {
	margin-top: 6rem;
}

.content-section--burgoo-body .content-block:nth-of-type(2) h2 {
	margin-top: 9rem;
}

.content-section--burgoo-body .content-block:nth-of-type(3) h2 {
	margin-top: 5rem;
}

.content-section--burgoo-footer {
	padding: 3.5rem 0;
	background: #f7f6f6;
}

.content-section--burgoo-footer h4 {
	font-size: 1.6rem;
	color: #126fba !important;
}

.content-section--burgoo-footer p {
	font-size: 1.4rem;
}

.content-section--burgoo-footer img {
	margin-top: 1.5rem;
}

.content-section--firstmate-landing {
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

.content-section--firstmate-landing strong {
	font-weight: 700;
}

.content-section--firstmate-landing h1 {
	font-size: 2.8rem;
	color: #fff;
	font-family: "Rubik", sans-serif;
}

@media (min-width: 768px) {
	.content-section--firstmate-landing h1 {
		font-size: 7.2rem;
	}
}

.content-section--firstmate-landing h2 {
	font-size: 2.4rem;
	color: #4a4a4a;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.content-section--firstmate-landing h2 {
		font-size: 4rem;
	}
}

.content-section--firstmate-landing p,
.content-section--firstmate-landing li {
	font-size: 1.6rem;
	color: #4a4a4a;
}

@media (min-width: 768px) {

	.content-section--firstmate-landing p,
	.content-section--firstmate-landing li {
		font-size: 2.4rem;
	}
}

.content-section--firstmate-landing a {
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.content-section--firstmate-landing a {
		font-size: 2.4rem;
	}
}

.content-section--firstmate-landing li {
	margin: 5px 0;
	background-image: url("img/plus-bullet-icon.png");
	background-position: 0 4px;
}

@media (min-width: 768px) {
	.content-section--firstmate-landing li {
		background-position: 0 9px;
	}
}

.content-section--firstmate-top {
	position: relative;
	min-height: 225px;
	padding-bottom: 157px;
	/* for paws border */
	background: url("img/fm-header-hero.png");
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.content-section--firstmate-top {
		min-height: 350px;
	}
}

.content-section--firstmate-top h1 {
	margin-top: 6rem;
	line-height: 1.4;
	text-align: right;
}

.content-section--firstmate-top .paws-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 157px;
	background: url("img/fm-pawdiv-white-transparent.png");
	background-repeat: repeat-x;
}

@media (min-width: 768px) {
	.content-section--firstmate-body .intro-text {
		margin-top: 8rem;
	}
}

.content-section--firstmate-body .logos {
	display: inline-block;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.content-section--firstmate-body .logos {
		margin-bottom: 4rem;
	}
}

.content-section--firstmate-body .ampersand {
	font-size: 1.8rem;
	position: relative;
	top: 4px;
	margin: 1rem;
	color: #4a4a4a;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.content-section--firstmate-body .ampersand {
		font-size: 3.8rem;
		top: 7px;
		margin: 2rem;
	}
}

.content-section--firstmate-body .pace-logo {
	width: 150px;
	margin-top: 6px;
}

@media (min-width: 768px) {
	.content-section--firstmate-body .pace-logo {
		width: 400px;
		margin-top: 10px;
	}
}

.content-section--firstmate-body .fm-logo {
	width: 90px;
}

@media (min-width: 768px) {
	.content-section--firstmate-body .fm-logo {
		width: 212px;
	}
}

.content-section--firstmate-body:nth-of-type(4) {
	margin-top: -3rem;
	background-color: #ec2127;
}

@media (min-width: 768px) {
	.content-section--firstmate-body:nth-of-type(4) {
		margin-top: 0;
	}
}

.content-section--firstmate-body:nth-of-type(4) h2 {
	margin-top: 0;
	text-transform: uppercase;
}

.content-section--firstmate-body:nth-of-type(4) h2,
.content-section--firstmate-body:nth-of-type(4) p,
.content-section--firstmate-body:nth-of-type(4) a {
	color: #fff;
}

.content-section--firstmate-body:nth-of-type(6) {
	margin-top: -3rem;
}

@media (min-width: 768px) {
	.content-section--firstmate-body:nth-of-type(6) {
		margin-top: 0;
	}
}

.content-section--firstmate-body .cta-wrapper {
	text-align: center;
}

@media (min-width: 768px) {
	.content-section--firstmate-body .cta-wrapper {
		text-align: left;
	}
}

.content-section--firstmate-body .cta-btn {
	font-size: 2.4rem;
	display: inline-block;
	margin-top: 3.5rem;
	margin-bottom: 4rem;
	padding: 20px 35px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	border-radius: 5px;
	background: #299348;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.content-section--firstmate-body .cta-btn:hover {
	background: #258340;
}

.content-section--firstmate-footer .social-icons-wrapper {
	text-align: center;
}

@media (min-width: 768px) {
	.content-section--firstmate-footer .social-icons-wrapper {
		text-align: left;
	}
}

.content-section--firstmate-footer .social-icons {
	display: inline-block;
	margin-bottom: 3rem;
}

.content-section--firstmate-footer .social-icons li {
	display: inline-block;
	margin-right: 25px;
	padding: 0;
	background: none;
}

.content-section--firstmate-footer .social-icons li:last-of-type {
	margin-right: 0;
}

.content-section--firstmate-footer p {
	font-size: 1.6rem;
	color: #9b9b9b;
	font-weight: 300;
}

.content-section--firstmate-footer strong {
	font-weight: 400;
}

.content-section--firstmate-paws-border-red {
	height: 157px;
	background: url("img/fm-pawdiv-red.png");
	background-repeat: repeat-x;
	background-position: bottom center;
}

.content-section--firstmate-paws-border-white {
	height: 157px;
	background: url("img/fm-pawdiv-white.png");
	background-repeat: repeat-x;
	background-position: bottom center;
}

.post-header {
	background: #f8f8f8;
}

.post-header__back-link {
	line-height: 70px;
	text-decoration: none;
}

.post-header__back-link-arrow {
	margin-top: -5px;
}

.post-header__back-link:hover,
.post-header__back-link:focus,
.post-header__back-link:active {
	text-decoration: none;
}

.post-header__back-link:hover .post-header__back-link-arrow,
.post-header__back-link:focus .post-header__back-link-arrow,
.post-header__back-link:active .post-header__back-link-arrow {
	border: 0px #e9e9e9 solid;
	background: #414042;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-header__back-link:hover .post-header__back-link-text,
.post-header__back-link:focus .post-header__back-link-text,
.post-header__back-link:active .post-header__back-link-text {
	border-bottom: 1px solid #000;
}

.post-header__title {
	font-size: 1.8rem;
	margin: 0;
	font-weight: 500;
	line-height: 70px;
}

@media (min-width: 768px) {
	.post-header__social {
		text-align: right;
	}

	.post-header__social .list-social-share {
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
	}
}

.ddnav {
	position: absolute;
	top: -100%;
	right: 0;
	left: 0;
	padding: 15px 0;
	-webkit-transition: top 0.5s, opacity 0.2s;
	transition: top 0.5s, opacity 0.2s;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.ddnav.show {
	top: 0;
	opacity: 1;
	z-index: 100;
}

.ddnav.show.navbar--secondary {
	top: 59px;
	z-index: 99;
}

.ddnav__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.ddnav__wrapper.show {
	z-index: 100;
}

.card-section {
	margin-top: 2em;
}

.footer {
	background: #363636;
	color: #9e9e9e;
}

.footer a {
	color: #9e9e9e;
	text-decoration: none;
}

.footer a:hover {
	color: #eee;
	text-decoration: underline;
}

.footer__heading {
	font-size: 1.4rem;
	color: #fff !important;
	font-weight: 500;
	text-transform: uppercase;
}

.footer__links {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}

.footer__links__link {
	font-size: 1.5rem;
}

.footer__links__item {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	background: none;
}

.footer .phone-number {
	margin: 0;
}

.footer .phone-number:first-of-type {
	padding-top: 2px;
}

.team-member__img {
	width: 75px;
	min-width: 75px;
}

.team-member__img img {
	max-width: none;
}

.team-member__connect {
	position: absolute;
	right: 15px;
}

.team-member__content {
	display: relative;
}

.team-member__content h2 {
	margin-top: 5px;
}

.team-member__content p:last-child {
	margin-bottom: 0;
}

.team-member__content,
.team-member__img {
	padding: 25px 0;
}

.team-member+.team-member {
	border-top: 1px solid #eee;
}

.fun-facts {
	max-width: 350px;
	margin: 45px auto;
}

@media (min-width: 992px) {
	.fun-facts {
		margin: 15px auto;
	}
}

.fun-facts img {
	max-width: none;
}

.fun-facts__title {
	font-size: 1.2rem;
	margin-top: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.fun-facts__content {
	font-size: 3.9rem;
	font-weight: 100;
}

.point_of_contact-project {
	height: 70px;
}

.point_of_contact-project li {
	position: absolute;
	height: 70px;
	margin-top: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.point_of_contact-project li img {
	max-width: none;
}

.point_of_contact-project li p {
	display: inline-block;
	margin: 0;
	padding: 1em 0;
}

.form-processing,
.form-success,
.form-fail {
	height: 300px;
	padding-top: 50px;
}

@media (max-width: 992px) {
	.content-section--burgoo-landing h1 {
		font-size: 6rem;
	}

	.content-section--burgoo-landing h2 {
		font-size: 3.4rem;
	}

	.content-section--burgoo-landing p {
		font-size: 2.2rem;
		line-height: 1.6;
	}

	.content-section--burgoo-top {
		min-height: 345px;
	}

	.content-section--burgoo-top .logo:first-of-type {
		width: 150px;
		margin-right: 2rem;
	}

	.content-section--burgoo-top .logo:last-of-type {
		width: 95px;
	}

	.content-section--burgoo-top .devices {
		margin-top: 7rem;
		margin-bottom: -5rem;
	}

	.content-section--burgoo-body .confetti-left,
	.content-section--burgoo-body .confetti-right {
		display: none;
	}

	.content-section--burgoo-body .content-block {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.content-section--burgoo-body .content-block:first-of-type p:first-of-type {
		margin-top: 2.5rem;
	}

	.content-section--burgoo-body .content-block:nth-of-type(2) h2 {
		margin-top: 5rem;
	}

	.content-section--burgoo-body .content-block:nth-of-type(3) h2 {
		margin-top: 2rem;
	}

	.content-section--burgoo-footer h4 {
		font-size: 1.6rem;
	}

	.content-section--burgoo-footer p {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	.content-section--burgoo-landing h1 {
		font-size: 4.5rem;
	}

	.content-section--burgoo-landing h2 {
		font-size: 2.8rem;
	}

	.content-section--burgoo-landing p {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.content-section--burgoo-landing p .mobile {
		display: inline;
	}

	.content-section--burgoo-landing p .desktop {
		display: none;
	}

	.content-section--burgoo-top {
		min-height: 445px;
	}

	.content-section--burgoo-top .confetti {
		height: 114px;
		background-position: center center;
	}

	.content-section--burgoo-top .devices {
		margin-top: 2rem;
	}

	.content-section--burgoo-body .content-block {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.content-section--burgoo-body .content-block:first-of-type p:first-of-type {
		margin-top: 3rem;
	}

	.content-section--burgoo-body .content-block:nth-of-type(2) h2 {
		margin-top: 2rem;
	}

	.content-section--burgoo-footer {
		padding: 2.5rem 0;
	}

	.content-section--burgoo-footer h4 {
		font-size: 1.5rem;
	}

	.content-section--burgoo-footer p {
		font-size: 1.2rem;
	}
}

.navbar--secondary ul {
	overflow-x: auto;
}

.bg-colour--grey {
	background: #ededed;
}

.bg-colour--light-grey {
	background: #f8f8f8;
}

.bg-colour--white {
	background: #fff;
}

/*--------------------------------------------------------------
5.0 Misc
--------------------------------------------------------------*/
/*
* Usage: Utility classes that do not fit anywhere in particular into SMACSS (https://smacss.com/book/)
**/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

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

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.required {
	color: #f00;
}

.posrel {
	position: relative;
}

.intro {
	font-size: 2rem;
	padding-bottom: 30px;
	color: #414042;
	font-weight: 500;
}

.colophon {
	font-size: 1.2rem;
	margin: 2em 0 0;
}

#hidden-work {
	display: none;
}

.upper {
	text-transform: uppercase;
}

.profile {
	width: 50px;
	margin-right: 15px;
	border-radius: 25px;
}

.profile--small {
	width: 35px;
	margin-right: 5px;
	border-radius: 17.5px;
}

@media (max-width: 992px) {
	.xs-text-center {
		text-align: center;
	}

	.xs-text-left {
		text-align: left;
	}

	.xs-text-right {
		text-align: right;
	}
}

.text-xs-left {
	text-align: left;
}

.text-xs-right {
	text-align: right;
}

.text-xs-center {
	text-align: center;
}

.text-xs-justify {
	text-align: justify;
}

@media (min-width: 768px) {
	.text-sm-left {
		text-align: left;
	}

	.text-sm-right {
		text-align: right;
	}

	.text-sm-center {
		text-align: center;
	}

	.text-sm-justify {
		text-align: justify;
	}
}

@media (min-width: 992px) {
	.text-md-left {
		text-align: left;
	}

	.text-md-right {
		text-align: right;
	}

	.text-md-center {
		text-align: center;
	}

	.text-md-justify {
		text-align: justify;
	}
}

@media (min-width: 1230px) {
	.text-lg-left {
		text-align: left;
	}

	.text-lg-right {
		text-align: right;
	}

	.text-lg-center {
		text-align: center;
	}

	.text-lg-justify {
		text-align: justify;
	}
}

/*--------------------------------------------------------------
6.0 Shaaaaaaaaaaaaame
--------------------------------------------------------------*/
/*
* Usage: Anything you aren't proud of, or hope/plan to fix later. Hopefully empty, but useful for identifying pain points when it's not.
**/
.service-cta {
	max-width: 1000px;
	margin: 0 auto;
	padding: 25px;
	background-position: top center;
	background-size: cover;
}

.service-cta p {
	font-size: 1.5rem;
	max-width: 500px;
	margin: 0 auto;
	color: #777;
}

.service-cta .btn {
	margin-top: 25px;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
	border: 2px solid #ccc;
	background-color: #fff;
	text-transform: uppercase;
}

.service-cta .btn:active,
.service-cta .btn:focus,
.service-cta .btn:hover {
	background-color: #0088ca;
	color: #fafafa;
}

/*--------------------------------------------------------------
7.0 Overriding Bootstrap Styles
--------------------------------------------------------------*/
.btn,
.btn:focus,
.btn:active,
.btn:hover {
	font-size: 1.2rem;
	padding: 10px 14px;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default,
.btn-default:visited,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
	color: #fff;
}

.ab .btn-default,
.ab .btn-default:visited,
.ab .btn-default:focus,
.ab .btn-default:active,
.ab .btn-default:active:focus {
	background-color: #299348;
}

.bc .btn-default,
.bc .btn-default:visited,
.bc .btn-default:focus,
.bc .btn-default:active,
.bc .btn-default:active:focus {
	background-color: #0088c8;
}

.on .btn-default,
.on .btn-default:visited,
.on .btn-default:focus,
.on .btn-default:active,
.on .btn-default:active:focus {
	background-color: #ef7e35;
}

.di .btn-default,
.di .btn-default:visited,
.di .btn-default:focus,
.di .btn-default:active,
.di .btn-default:active:focus {
	background-color: #07628D;
}

.ab .btn-default,
.ab .btn-default:visited,
.ab .btn-default:focus,
.ab .btn-default:active,
.ab .btn-default:active:focus {
	border-color: #299348;
}

.bc .btn-default,
.bc .btn-default:visited,
.bc .btn-default:focus,
.bc .btn-default:active,
.bc .btn-default:active:focus {
	border-color: #0088c8;
}

.on .btn-default,
.on .btn-default:visited,
.on .btn-default:focus,
.on .btn-default:active,
.on .btn-default:active:focus {
	border-color: #ef7e35;
}

.di .btn-default,
.di .btn-default:visited,
.di .btn-default:focus,
.di .btn-default:active,
.di .btn-default:active:focus {
	border-color: #07628D;
}

.btn-default:hover,
.btn-default:visited:hover,
.btn-default:focus:hover,
.btn-default:active:hover,
.btn-default:active:focus:hover {
	background-color: #454545;
	color: #fff;
}

.ab .btn-default:hover,
.ab .btn-default:visited:hover,
.ab .btn-default:focus:hover,
.ab .btn-default:active:hover,
.ab .btn-default:active:focus:hover {
	background-color: #1e6b34;
}

.bc .btn-default:hover,
.bc .btn-default:visited:hover,
.bc .btn-default:focus:hover,
.bc .btn-default:active:hover,
.bc .btn-default:active:focus:hover {
	background-color: #006595;
}

.on .btn-default:hover,
.on .btn-default:visited:hover,
.on .btn-default:focus:hover,
.on .btn-default:active:hover,
.on .btn-default:active:focus:hover {
	background-color: #df6212;
}

.di .btn-default:hover,
.di .btn-default:visited:hover,
.di .btn-default:focus:hover,
.di .btn-default:active:hover,
.di .btn-default:active:focus:hover {
	background-color: #5b265a;
}

.btn-invert {
	color: #5e5e5e;
	border-color: #fff;
	background-color: #fff;
}

.ab .btn-invert {
	color: #299348;
}

.bc .btn-invert {
	color: #0088c8;
}

.on .btn-invert {
	color: #ef7e35;
}

.di .btn-invert {
	color: #07628D;
}

.btn-invert:hover.btn {
	background-color: #5e5e5e;
	color: #fff;
}

.ab .btn-invert:hover.btn {
	background-color: #299348;
}

.bc .btn-invert:hover.btn {
	background-color: #0088c8;
}

.on .btn-invert:hover.btn {
	background-color: #ef7e35;
}

.di .btn-invert:hover.btn {
	background-color: #07628D;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	height: 39px;
}

.card:hover .style-svg.card__img g path {
	fill: white;
	stroke: white;
}

.card:hover .style-svg.card__img.svg-replaced-1 g path:not(.st1):not(.st2) {
	fill: white;
}

.card:hover .style-svg.card__img.svg-replaced-1 g path.st2 {
	fill: transparent;
	stroke: white;
}

.card:hover .style-svg.card__img.svg-replaced-2 .st0 {
	fill: white;
}

.card .style-svg.card__img {
	width: 72px;
}

body[class*="service-"] {
	color: black;
}

body:not([class*="industry-"]):not([class*="blog-"]) .hero__title {
	color: black;
}

body:not([class*="industry-"]):not([class*="blog-"]) .hero__title--case-study {
	text-align: center;
}

.card__heading {
	min-height: 70px;
}

.footer__links li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-new__info .phone-number {
	font-size: 1.5rem;
}

.footer-email {
	margin-top: 0;
	font-size: 1.5rem;
}

.footer-email a {
	font-size: 1.5rem;
}

.footer-email i {
	color: #9e9e9e;
}

@media (min-width: 768px) {
	.footer__heading--write-to-us {
		margin-top: 37px;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.hero--front-page .hero__bg:after {
	background: rgba(255, 255, 255, 0.3);
}

.hero--front-page .hero__content h1,
.hero--front-page .hero__content p {
	color: #474747;
	text-shadow: none;
}

.hero--front-page .hero__content h1 {
	font-weight: bold;
}

.hero__logo [class*="st"] {
	fill: #414042;
}

.newscrollto {
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 60px;
	left: 50%;
	z-index: 20;
}

.newscrollto .arrow {
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 50px;
	z-index: 20;
	color: white;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
	background: none;
	border: none;
}

.newscrollto .arrow:before,
.newscrollto .arrow::before {
	font-size: 7.2rem;
}

@media (min-width: 992px) {
	html {
		overflow-y: scroll;
	}

	.page-homepage {
		overflow: hidden;
		height: 100vh;
	}

	.page-homepage.active {
		height: auto;
	}

	.hero--front-page {
		opacity: 1;
	}

	.hero--front-page .newscrollto {
		opacity: 0;
	}

	.hero--front-page .hero__container {
		width: 100%;
		overflow: hidden;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.hero--front-page .hero__logo {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.hero--front-page .hero__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column nowrap;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-ms-flex-pack: space-between;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		height: 100%;
		top: 0;
		left: 0;
		text-align: left;
		padding: 0 50px;
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.hero--front-page .hero__content .hero__logo-container {
		width: 320px;
	}

	.hero--front-page .hero__content h1 {
		font-size: 5vw;
		width: 100%;
		margin-left: 0;
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.hero--front-page .hero__content p {
		width: 448px;
		font-size: 2rem;
		margin-bottom: 5em;
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.hero--front-page .hero__bg:after {
		background: none;
	}

	.hero--front-page .cross__container {
		-webkit-transition: left 1s ease-in-out;
		transition: left 1s ease-in-out;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 5;
		width: 25%;
		height: auto;
	}

	.hero--front-page .cross__shape {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.hero--front-page .cross__shape:after,
	.hero--front-page .cross__shape:before {
		position: absolute;
		content: "";
		background: white;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.hero--front-page .cross__shape:before {
		width: 40px;
		height: 100%;
	}

	.hero--front-page .cross__shape:after {
		height: 40px;
		width: 100%;
	}

	.hero--front-page.active .hero__container {
		width: 100%;
	}

	.hero--front-page.active .cross__container {
		opacity: 1;
		left: 50%;
	}
}

@media (min-width: 1230px) {
	.hero--front-page .hero__content {
		padding: 0 100px;
	}

	.hero--front-page .hero__content h1 {
		font-size: 3.7vw;
		width: 100%;
		margin-left: 0;
		padding: 0 5em;
		text-align: center;
	}

	.hero--front-page .hero__bg:after {
		background: none;
	}
}

.ab.page-our-team .navbar--secondary {
	display: none;
}

.ab.page-our-team .fun-facts {
	display: inline-block;
	text-align: left;
}

.ab.page-our-team .fun-facts .media-body {
	width: auto;
}

.ab.page-our-team .fun-facts svg .st3 {
	fill: #299348;
}

.ab.page-our-team .fun-facts svg .st2 {
	fill: #cbf0d6;
}

.ab.page-our-team .fun-facts-carousel-item {
	text-align: center;
}

.ab.page-our-team .c-team-member-list {
	margin-top: 30px;
}

.ab.page-our-team .c-team-member-list>.c-team-member {
	margin-bottom: 110px;
}

.ab.page-our-team .c-team-member-list>.c-team-member:not(:last-child) {
	padding-bottom: 110px;
	border-bottom: 1px solid #877b6c;
}

@media (min-width: 992px) {
	.ab.page-our-team .c-team-member {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-align-items: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.ab.page-our-team .c-team-member .no-padding-left {
		padding-left: 0 !important;
	}

	.ab.page-our-team .c-team-member .no-padding-right {
		padding-right: 0 !important;
	}
}

.ab.page-our-team .c-team-member__profile-image>img {
	width: 100%;
}

.ab.page-our-team .c-team-member__profile-image>img:first-child {
	display: block;
}

.ab.page-our-team .c-team-member__profile-image>img:last-child {
	display: none;
}

.ab.page-our-team .c-team-member:hover .c-team-member__profile-image>img:first-child {
	display: none;
}

.ab.page-our-team .c-team-member:hover .c-team-member__profile-image>img:last-child {
	display: block;
}

.ab.page-our-team .c-team-member .c-plus-shape {
	position: absolute;
	bottom: -55px;
	display: none;
}

@media (min-width: 992px) {
	.ab.page-our-team .c-team-member .c-plus-shape {
		display: block;
	}

	.ab.page-our-team .c-team-member .c-plus-shape--odd {
		left: -55px;
	}

	.ab.page-our-team .c-team-member .c-plus-shape--even {
		right: -55px;
	}
}

.ab.page-our-team .c-team-member__name {
	position: relative;
	display: inline-block;
	color: #757575;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 61px;
	font-size: 4.8rem;
}

.ab.page-our-team .c-team-member__name .fa-plus {
	position: absolute;
	top: -2px;
	right: -17px;
	color: #299348;
	font-size: 1.9rem;
}

.ab.page-our-team .c-team-member__position {
	font-size: 2.1rem;
	color: #299348;
	margin-top: 0;
	margin-bottom: 3px;
}

.ab.page-our-team .c-team-member__linkedin {
	margin-top: 0;
}

.ab.page-our-team .c-team-member__linkedin .fa-linkedin-square {
	font-size: 1.8rem;
	color: #5ab5d7;
}

.ab.page-our-team .c-team-member__linkedin .fa-linkedin-square:hover {
	color: #2d92b8;
}

.ab.page-our-team .c-team-member__description {
	margin-top: 70px;
}

.media-object.style-svg {
	width: 80px;
	position: relative;
	top: 20px;
}

#industriesCarousel .carousel--industry__nav>li img {
	width: 30px;
}

.process-container .process-carouse-item {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.process-container .process-carouse-item h1 {
	color: #414042;
}

@media only screen and (min-width: 768px) {
	.form-container__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 1600px) {
	.page-why-pace-creative .hero__bg {
		background-size: inherit;
	}
}

.page-why-pace-creative .navbar--secondary {
	display: none;
}

.footer-nav__link {
	height: 400px;
	overflow: hidden;
}

.footer-nav__link:before {
	color: white;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.footer-nav__content {
	z-index: 3;
}

.footer-nav__left,
.footer-nav__right {
	height: 100%;
	-webkit-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

.footer-nav__left img,
.footer-nav__right img {
	display: none;
}

.case_study-aggreko-water-cooler-campaign .footer-nav__title {
	color: #414042;
}

.page-free-ebook .hero {
	display: none;
}

.archive-blog .card {
	padding-bottom: 0;
}

.archive-blog .card__cap__link {
	color: #07628D;
}

.archive-blog .card__cap::before,
.archive-blog .card__heading::before,
.archive-blog .ab .card__heading::before {
	background: #07628D;
}

.page-homepage .carousel--industry__content h3 {
	color: #414042;
}

.hero--front-page .hero__content {
	padding-top: 85px;
	padding-bottom: 85px;
}

.hero--front-page .hero__content h1 {
	margin-top: 30px;
}

.hero--front-page .newscrollto {
	bottom: 95px;
}

.card__title--blog {
	color: #414042 !important;
}

.page-influencerprogram .cta-bar {
	background-color: #571a5c;
}

.page-influencerprogram .cta-bar .btn-invert {
	color: #571a5c;
}

.page-influencerprogram .cta-bar .btn-invert:hover {
	background-color: #571a5c !important;
	color: #fff;
}

.covid-19 {
	background: #0088C8;
}

.covid-19 .covid-19__container {
	color: #fff;
	display: none;
	position: relative;
	font-family: "GilroyMedium", sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.covid-19 .covid-19__container p {
	padding: 0;
	margin: 0;
	line-height: 45px;
}

.covid-19 .covid-19__container .covid-19__icon {
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	font-size: 24px;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.covid-19 .covid-19__container .covid-19__message i {
	font-size: 24px;
	line-height: 1;
	margin-left: 8px;
}

.covid-19 .covid-19__container .covid-19__message a {
	color: #fff !important;
	font-size: 20px;
	text-decoration: none;
}

#covid-19__toggle {
	display: none;
}

#covid-19__toggle:checked+.covid-19__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*--------------------------------------------------------------
8.0 Pages
--------------------------------------------------------------*/
.services-page__heading {
	color: #000 !important;
	font-family: 'GilroyMedium', sans-serif;
	font-size: 36px;
	line-height: 47px;
	margin-bottom: 48px;
}

@media (max-width: 400px) {
	.services-page__heading {
		font-size: 28px;
	}
}

@media (max-width: 460px) {
	.services-page__text-contents {
		font-size: 18px;
	}
}

.services-common {
	padding: 90px 0 88px;
}

@media (max-width: 990px) {
	.services-common .container {
		width: 90%;
	}
}

.services-common__heading {
	margin-bottom: 16px;
}

.services-common__text-contents {
	margin-bottom: 48px;
	max-width: 1000px;
	font-size: 22px;
	line-height: 30px;
}

.services-common__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
	width: 80%;
}

@media (max-width: 990px) {
	.services-common__wrapper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.services-common__wrapper {
		display: block;
	}
}

.services-common__list {
	width: 50%;
}

@media (max-width: 767px) {
	.services-common__list {
		width: 100%;
	}
}

.services-common__list li {
	background-image: url("img/blue-plus.png");
	background-position: left 9px;
	font-size: 17px;
	line-height: 24px;
	padding-right: 1.5em;
}

@media (max-width: 460px) {
	.services-common__list li {
		font-size: 16px;
	}
}

.services-pad h3 {
	font-family: 'GilroyMedium', sans-serif;
	font-size: 22px;
	line-height: 30px;
}


/* button with bg */
.btn.btn-default.btn-all {
	padding: 10px 20px !important;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 1.6px;
	color: #fff;
	text-transform: uppercase;
	background-color: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
}

.btn.btn-default.btn-all:hover {
	padding: 10px 20px;
	font-size: 1.3rem;
	font-weight: 600;
	background-color: transparent !important;
	border-color: transparent !important;
}


/* orange button */
.btn.btn-default.btn-all.buton-orange {
	background-color: #ef7e35 !important;
	border: 1px solid transparent !important;
}

.btn.btn-default.btn-all.buton-orange:hover {
	color: #ef7e35;
	background-color: transparent !important;
	border-color: #ef7e35 !important;
}


/* blue button */
.btn.btn-default.btn-all.buton-blue {
	background-color: #005e8a !important;
	border: 1px solid transparent !important;
}

.btn.btn-default.btn-all.buton-blue:hover {
	color: #005e8a !important;
	background-color: transparent !important;
	border-color: #005e8a !important;
}


/* brown button */
.btn.btn-default.btn-all.buton-brown {
	background-color: #8e3f0b !important;
	border: 1px solid transparent !important;
}

.btn.btn-default.btn-all.buton-brown:hover {
	color: #8e3f0b;
	background-color: transparent !important;
	border-color: #8e3f0b !important;
}


/* green button */
.btn.btn-default.btn-all.buton-green {
	background-color: #1d6332 !important;
	border: 1px solid transparent !important;
}

.btn.btn-default.btn-all.buton-green:hover {
	color: #1d6332;
	background-color: transparent !important;
	border-color: #1d6332 !important;
}


/* voilet button */
.btn.btn-default.btn-all.buton-voilet {
	background-color: #7F357D !important;
	border: 1px solid transparent !important;
}

.btn.btn-default.btn-all.buton-voilet:hover {
	color: #7F357D;
	background-color: transparent !important;
	border-color: #7F357D !important;
}


/* grey button */
.btn.btn-default.btn-all.buton-grey {
	background-color: #404040 !important;
	border: 1px solid transparent !important;
	color: #fff !important;
}

.btn.btn-default.btn-all.buton-grey:hover {
	color: #404040 !important;
	background-color: transparent !important;
	border-color: #404040 !important;
}


/* grey white */
.btn.btn-default.btn-all.buton-white {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #404040;
}

.btn.btn-default.btn-all.buton-white:hover {
	color: #404040;
	background-color: #fff !important;
	border-color: #fff !important;
}


/* buttons */

/* link buttons */
.buton-link {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	padding: 0;
	width: auto;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 0px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	border: none;
	outline: none;
}

.buton-link:hover {
	text-decoration: underline !important;
	background-color: transparent !important;
	border: none;
	color: inherit !important;
}

.buton-link span.arrow--right {
	padding: 0;
	width: fit-content;
	height: fit-content;
	margin-left: 6px;
}


/* link btn blue */
.buton-link.blue-link {
	color: #0088c8 !important;
}

.buton-link.blue-link:hover {
	color: #0088c8 !important;
}


/* link btn orange */
.buton-link.orange-link {
	color: #ef7e35 !important;
}

.buton-link.orange-link:hover {
	color: #ef7e35 !important;
}


/* link btn green */
.buton-link.green-link {
	color: #299348 !important;
}

.buton-link.green-link:hover {
	color: #299348 !important;
}


/* link btn voilet */
.buton-link.voilet-link {
	color: #07628D !important;
}

.buton-link.voilet-link:hover {
	color: #07628D !important;
}


/* link btn grey */
.buton-link.grey-link {
	color: #828285 !important;
}

.buton-link.grey-link:hover {
	color: #828285 !important;
}

/* link btn hero */
.buton-link.btn-all.hero-link {
	color: #6B29D6 !important;
	font-size: 18px  !important;
	background-color: white !important;
	border: 1px solid white !important;
	border-radius: 10px !important;
	width: 280px;
	font-family: "Geomanist Medium";
	display: none;
}

.buton-link.btn-all.hero-link:hover {
	border: 1px solid white !important;
	color: white !important;
	text-decoration: none !important;
}

/* hyperlinks */
.anchor {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	padding: 0;
	width: auto;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 0px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 3.6px;
	border: none;
	outline: none;
	text-transform: uppercase;
}

.anchor:hover {
	text-decoration: underline !important;
	background-color: transparent !important;
	border: none;
	color: inherit !important;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0;
}

.anchor span.arrow--right {
	padding: 0;
	width: fit-content;
	height: fit-content;
	margin-left: 6px;
}


/* anchor */
.anchor.a-blue {
	color: #005e8a !important;
}

.anchor.a-brown {
	color: #8e3f0b !important;
}

.anchor.a-green {
	color: #299348 !important;
}

.anchor.a-voilet {
	color: #7f357d !important;
}

.anchor.a-grey {
	color: #404040 !important;
}


.anchor.a-blue:hover {
	color: #005e8a !important;
}

.anchor.a-brown:hover {
	color: #8e3f0b !important;
}

.anchor.a-green:hover {
	color: #1d6332 !important;
}

.anchor.a-voilet:hover {
	color: #7f357d !important;
}

.anchor.a-grey:hover {
	color: #404040 !important;
}


/* pagination replace css */
.pagination {
	margin-top: 40px !important;
}

.pagination>li>a,
.pagination>li>span {
	display: inline-block;
	position: relative;
	width: 54px;
	height: 54px;
	margin-right: 8px;
	padding: 0;
	padding-top: 0;
	-webkit-transition: background .6s, color .6s;
	transition: background .6s, color .6s;
	border: 2px #e9e9e9 solid;
	border-radius: 0;
	background: #fff;
	color: #000;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	line-height: 53px;
	font-weight: 600;
	font-size: 1.4rem;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 0;
}

.pagination>li:first-child>a {
	margin-right: 8px;
}

.pagination>li:last-child>a {
	margin-left: 0;
	margin-right: 0;
}


/* add css pagination */

/* blue */
.pagination.blue-pagination>li>a.current,
.pagination.blue-pagination>li>span.current,
.pagination.blue-pagination>li>a:hover,
.pagination.blue-pagination>li>span:hover {
	color: #fff !important;
	background-color: #005e8a !important;
	border-color: #004565 !important;
}


/* brown */
.pagination.brown-pagination>li>a.current,
.pagination.brown-pagination>li>span.current,
.pagination.brown-pagination>li>a:hover,
.pagination.brown-pagination>li>span:hover {
	color: #fff !important;
	background-color: #8e3f0b !important;
	border-color: #79370B !important;
}


/* green */
.pagination.green-pagination>li>a.current,
.pagination.green-pagination>li>span.current,
.pagination.green-pagination>li>a:hover,
.pagination.green-pagination>li>span:hover {
	color: #fff !important;
	background-color: #1d6332 !important;
	border-color: #153E21 !important;
}


/* voilet */
.pagination.voilet-pagination>li>a.current,
.pagination.voilet-pagination>li>span.current,
.pagination.voilet-pagination>li>a:hover,
.pagination.voilet-pagination>li>span:hover {
	color: #fff !important;
	background-color: #7F357D !important;
	border-color: #5D285C !important;
}

/* grey */
.pagination.grey-pagination>li>a.current,
.pagination.grey-pagination>li>span.current,
.pagination.grey-pagination>li>a:hover,
.pagination.grey-pagination>li>span:hover {
	color: #fff !important;
	background-color: #404040 !important;
	border-color: #2E2E2E !important;
}

.phone-number {
	color: #9e9e9e !important;
}


/* tabs designs */
/* Default tab */
.tab-default li a {
	border: none !important;
	background: transparent;
	padding: 5px 12px !important;
	font-size: 1.3rem !important;
	border-radius: 0 !important;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;


}

.tab-default li a:hover {
	border: none;
	background: transparent;
	border-radius: 0 !important;
}


/* orange tabs */
.tab-default.orange-tab li a {
	color: #414042 !important;
}

.tab-default.orange-tab li a:hover {
	color: #ef7e35 !important;
}

.tab-default.orange-tab li a.current,
.tab-default.orange-tab li a.active {
	background: #ef7e35 !important;
	color: #fff !important;
}


/* blue tabs */
.tab-default.blue-tab li a {
	color: #414042 !important;
}

.tab-default.blue-tab li a:hover {
	color: #0088c8 !important;
}

.tab-default.blue-tab li a.current,
.tab-default.blue-tab li a.active {
	background: #0088c8 !important;
	color: #fff !important;
}


/* brown tabs */
.tab-default.brown-tab li a {
	color: #414042 !important;
}

.tab-default.brown-tab li a:hover {
	color: #8e3f0b !important;
}

.tab-default.brown-tab li a.current,
.tab-default.brown-tab li a.active {
	background: #8e3f0b !important;
	color: #fff !important;
}


/* green tabs */
.tab-default.green-tab li a {
	color: #414042 !important;
}

.tab-default.green-tab li a:hover {
	color: #1d6332 !important;
}

.tab-default.green-tab li a.current,
.tab-default.green-tab li a.active {
	background: #1d6332 !important;
	color: #fff !important;
}


/* voilet tabs */
.tab-default.voilet-tab li a {
	color: #414042 !important;
}

.tab-default.voilet-tab li a:hover {
	color: #7f357d !important;
}

.tab-default.voilet-tab li a.current,
.tab-default.voilet-tab li a.active {
	background: #7f357d !important;
	color: #fff !important;
}


/* grey tabs */
.tab-default.grey-tab li a {
	color: #414042 !important;
}

.tab-default.grey-tab li a:hover {
	color: #404040 !important;
}

.tab-default.grey-tab li a.current .tab-default.grey-tab li a.active {
	background: #404040 !important;
	color: #fff !important;
}


img.client-logo-hover:focus,
img.client-logo-hover:hover,
.client-logo-wrapper:hover,
.client-logo-wrapper:focus,
.col-xs-6:focus,
.col-xs-6:hover {
	outline: none !important;
	border: none;
	box-shadow: none;
}


a:visited,
a:focus-visible,
a:focus-within,
a:focus {
	text-decoration: none !important;
	outline: none;
	box-shadow: none;
}


/*eBook Thank you*/

.Thankyou-page .thankyou-form {
	padding: 40px 50px;
	background: #f8f8f8;
	display: inline-block;
	margin-top: 40px;
}

.Thankyou-page .eBook-Form {
	padding: 0;
	background: transparent;
}

.Thankyou-page .eBook-text-box p {
	font-size: 2.4rem;
	letter-spacing: 0.5px;
	line-height: 28px;
	margin-top: 16px;
}

.Thankyou-page .pr-0 {
	padding-right: 0 !important;
}

.Thankyou-page .thankyou-form p {
	font-size: 1.6rem;
	width: 70%;
}

.Thankyou-page .img-ipad {
	width: 100%;
	text-align: center;
}

.Thankyou-page .eBook-text-box {
	padding-right: 0;
}

.Thankyou-page .eBook-text-box {
	padding-right: 0;
	display: inline-block;
	width: 100%;
}

.Thankyou-page .Captcha-here img {
	width: 100%;
}

.Thankyou-page .captcha-btn {
	float: right;
}

.Thankyou-page .thankyou-form h2 {
	margin-top: 0;
	color: #404040;
}

.Thankyou-page .eBook-text-box h2 span {
	font-size: 3rem;
	display: block;
	color: #404040;
	line-height: 36px;
}


@media screen and (max-width:1200px) {
	.Thankyou-page .eBook-Form .col-lg-6 {
		padding: 0 !important;
	}

	.Thankyou-page .thankyou-form p {
		width: 100%;
	}

	.Thankyou-page .thankyou-form {
		padding: 30px 20px;
	}

	.Thankyou-page .eBook-text-box p br,
	.Thankyou-page .eBook-text-box h2 br {
		display: none;
	}
}

/*blog category page*/

.main-title-strip {
	text-align: center;
	padding: 40px 0px;
	padding-top: 35px;
	margin-bottom: 40px;
	background: #eee;
}

.main-title-strip h2 {
	color: #000000;
	margin: 0;
	font-size: 40px;
}

/*Ebook page breadcrumbs*/

.breadcrumb-sec .breadcrumb {
	padding: 10px 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	margin-top: 20px;
}

.breadcrumb-sec .breadcrumb li a,
.breadcrumb li span {
	color: #707070;
	font-size: 1.4rem !important;
}

.breadcrumb-sec .breadcrumb li.active span {
	color: #07628D;
}

.breadcrumb>li+li:before {
	content: ">" !important;
}

.post-header__back-link:hover span.post-header__back-link-text {
	color: #404040 !important;
	border-color: #404040 !important;
}

/*25 may*/

.tab-default.blue-tab li a {
	position: relative;
}

.tab-default.blue-tab li a.current:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 7px solid #0088c8;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -6px;
}

.tab-default.orange-tab li a {
	position: relative;
}

.tab-default.orange-tab li a.current:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 7px solid #ef7e35;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -6px;
}

.tab-default.green-tab li a {
	position: relative;
}

.tab-default.green-tab li a.active:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 7px solid #1d6332;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -6px;
}

.tab-default.voilet-tab li a {
	position: relative;
}

.tab-default.voilet-tab li a.active:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 7px solid #7f357d;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -6px;
}


.tab-default {
	overflow-x: initial !important;
}


.case-study-widget.orange .arrow {
	width: 36px;
	height: 36px;
	border: 1px #ef7e35 solid;
	background: #ef7e35;
	line-height: 30px;
	color: #fff;
}

.case-study-widget.orange .arrow:before {
	top: 48% !important;
}

.case-study-widget.orange .arrow:hover {
	background: #fff;
	border: 1px #ef7e35 solid;
	color: #ef7e35;
}

.case-study-widget.orange .arrow:hover:before {
	color: #ef7e35;
}

span.footer-nav__arrow.arrow.arrow--left.arrow--nohover.hidden-xs:hover:before {
	color: #fff;
}


.content-section.green.services-pad p a {
	color: #299348;
}


.archive-blog .card__content {
	text-align: left !important;
	height: 300px !important;
}

.archive-blog .card__content .card__title {
	color: #404040;
	height: auto !important;
	min-height: 80px;
	margin-bottom: 20px;
}

.archive-blog .card__content p {
	min-height: 80px;
}

.content-section--blog-subscribe .form--blog-notification {
	min-height: 200px;
	max-width: 100%;
	margin: 0 auto;
}

.content-section--blog-subscribe .form--blog-notification .blog-form-input input[type="text"] {
	border: 1px solid #cccccc !important;
	background: #fff !important;
	border-radius: 3px;
}

.content-section.content-section--blog-subscribe {
	background: #F8F8F8;
	padding: 50px 0px !important;
}

.content-section.content-section--autobg h2 {
	color: #404040;
	margin-top: 40px;
}

.content-section.content-section--autobg h3 {
	font-size: 24px;
	/*color: #7F357D;*/
	margin-top: 20px;
}

.content-section.content-section--autobg h4 {
	font-size: 24px;
	color: #7F357D;
	margin-top: 20px;
}


/* orange */
.orange ul>li {
	background-image: url(https://myprojectdemonstration.com/development1/pace/wp-content/themes/pace/img/list-bullet-orange.png);
}

ul.orange-tab>li {
	background-image: none;
}

ul.orange-tab>li a {
	text-decoration: none !important;
}

.orange ul>li a {
	text-decoration: underline;
}


.content-section .content-section {
	text-align: left;
}


/* about */
.Greenlisting>li {
	background-image: url(https://myprojectdemonstration.com/development1/pace/wp-content/themes/pace/img/list-bullet-green.png);
}

.content-section .content-section {
	text-align: left;
}

.card__cap__link-wrapper.content-section {
	text-align: center !important;
	margin-top: 20px;
}

.width50 {
	column-count: 2;
}

.width50 li {
	margin: 0 !important;
	margin-bottom: 13px !important;
	color: #5E5E5E;
}

.width50 li b {
	font-family: 'GilroyMedium';
}

.ab.page-about .btn.btn-default.btn-all.buton-green {
	margin-top: 20px;
}

.input-group.blog-form-input label {
	color: #5E5E5E;
}

.input-group.blog-form-input label span {
	color: #C70F0F;
}

.content-section--blog-subscribe .form--blog-notification .blog-button {
	padding: 25px;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.content-section.content-section--blog-subscribe.bg-grey {
	padding: 30px 0px;
}

.content-section--blog-subscribe h4 {
	color: #404040;
	font-size: 30px;
}

body.ab.page-about .heading-pnel h2 {
	margin-top: 0;
	color: #404040 !important;
}

body.ab.page-about .content-section--quote {
	background: transparent;
}

.heading-pnel {
	margin-bottom: 50px;
}

.about-card-sec .card {
	padding: 6px;
}

.philosphy-sec .heading-pnel p {
	font-size: 20px;
}

.philosphy-sec .heading-pnel {
	margin-bottom: 10px;
}


/* contact us */
.bg-darkgrey-tabs li.active a {
	background: #404040 !important;
}

.bg-darkgrey-tabs li.active {
	border-color: #299348 !important;
	background-color: #404040 !important;
}

.bg-darkgrey-tabs li.active:after {
	border-top-color: #404040 !important;
}

.form--contact-us h2 {
	color: #404040 !important;
}

body.ab.page-contact .grey {
	background-color: rgb(248, 248, 248);
}

body.ab.page-contact .social-link {
	vertical-align: middle;
	padding: 2.25rem;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
	border: 0;
	border-radius: 0;
	background-color: #404040;
	color: #fff !important;
}

body.ab.page-contact .social-link:after {
	color: #fff !important;
	font-size: 20px;
}

.social-link-list-item {
	vertical-align: middle;
	padding: 0 1rem;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
	border: 0;
	border-radius: 0;
	background-color: #404040;
	color: #fff !important;
}

.social-link-list-item:after {
	color: #fff !important;
}

/* work page */
.page-work .card__cap__link-wrapper.content-section {
	margin-top: 0 !important;
	text-align: left !important;
	padding-left: 45px;
}

.bg-grey {
	background: #EDEDED;
}

body.page-work .card--case-study {
	padding: 0 !important;
	margin-bottom: 30px;
}

body.page-work .card--case-study .media-body {
	text-align: left;
}

.page-work .card__cap__link-wrapper.content-section .anchor {
	margin-top: 20px !important;
	margin-bottom: 50px;
}

body .card--case-study .media-body {
	padding-left: 45px;
	padding-right: 45px;
}

body .card--case-study .media-body h4.card__subtitle {
	font-size: 18px;
	color: #5E5E5E;
	margin: 0;
	margin-bottom: 28px;
}

body .card--case-study .media-body .card__title {
	padding-top: 20px;
	display: inline-block;
	line-height: 25px;
	font-weight: 600;
	height: auto !important;
}


/* healthcare */
body.ab.industry-healthcare .heading-pnel h2 {
	margin-top: 0;
	color: #404040 !important;
}

.percent-no {
	padding: 0 26px;
}

.percent-no h2 {
	margin: 0;
	font-size: 110px;
	font-weight: 900;
	margin: 0 !important;
	line-height: 70px;
}

.percent-no h2 span {
	font-size: 50px;
	position: relative;
	top: -37px;
}


/* media query */
@media (max-width:767px) {
	.width50 {
		column-count: 1 !important;
	}

	.heading-pnel {
		margin-bottom: 20px;
	}

	.heading-pnel p {
		font-size: 18px;
		line-height: 24px;
	}

	.ab.page-about .btn.btn-default.btn-all.buton-green {
		margin-top: 0;
	}

	.percent-no {
		padding: 0 0px;
		margin-top: 30px;
	}

	body .card--case-study .media-body {
		padding-left: 25px;
		padding-right: 25px;
	}

	.page-work .card__cap__link-wrapper.content-section .anchor {
		margin-top: 20px !important;
		margin-bottom: 30px;
	}
}


/* Case studies */

.result-txt-main {
	border: none !important;
	padding-bottom: 40px;
}

.case-study-contents .main-contents a {
	color: #299348;
	text-decoration: underline;
}

.case-study__text-contents .main-contents p {
	line-height: 27px;
}

.case-study-container .main-contents h4 {
	color: #299348 !important;
	padding-bottom: 18px;
	font-size: 21px;
	/* margin-top:0px; */
	/* padding-top:0px; */
}

.additional-case {
	display: flex;
	padding-bottom: 80px;
}

.offset {
	width: 30%;
	display: flex;
	margin-left: 80px;
}

.case-extended {
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.case-extended p {
	width: 75%;
	margin-top: 0px;
}

.case-extended h2 {
	font-size: 75px;
	width: 100% !important;
	padding-bottom: 32px;
}

.footer__links li {
	background: none !important;
}

.extended-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	width: 100%;
	border-top: solid 1px #d6d6d6;
	padding-top: 50px;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}

.case-study-logo {
	width: 70% !important;
	max-width: inherit !important;
	margin-bottom: 100px !important;
}

.solution-image__left {
	height: 836px;
}

.solution-image__left img {
	object-fit: cover;
	object-position: center;
	height: 100% !important;
	width: 100% !important;
}

.case-study-logo img {
	width: 80% !important;
	height: auto;
	/* margin:0 auto; */
	margin: 0 !important;
	display: flex;
}

.solution-image__right-top {
	height: 402px;
	margin-bottom: 34px !important;
}

.solution-image__right-top img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.solution-image__right-bottom {
	height: 402px;
}

.solution-image__right-bottom img {
	object-fit: cover;
	object-position: center;
	height: 100% !important;
	width: 100% !important;
}


/*
.case-study-logo img{
object-fit: cover;
  } */
.cpt-case_study .services-pad {
	display: none;
}

.cpt-case_study .post-header {
	background: transparent;
}

.page-work .card__content .media-left {
	height: 317px;
	display: flex;
	margin: 0 auto;
}

.page-work .card__content .media-left img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page-work .card__content .placeholder-img {
	object-fit: contain !important;
	width: 300px !important;
	height: auto !important;
	display: flex;
	margin: 0 auto;
	align-self: center;
}

.container-offset {
	display: flex;
	padding: 0 !important;
}

.result-img1 {
	height: 464px;
	overflow: hidden;
}

.result-img1 img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.result-btm-image__left {
	height: 406px;
	overflow: hidden;
}

.result-btm-image__left img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.double-img {
	width: 50%;
	margin-right: 25px;
}

.result-medium {
	width: 50%;
	overflow: hidden;
}

.result-medium img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.result-small1 {
	margin-bottom: 25px;
}

.double-img .result-btm-image__center {
	height: 190px;
	overflow: hidden;
}

.double-img .result-btm-image__center img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.result-btm-image__right {
	height: 406px;
	overflow: hidden;
	width: 50% !important;
	margin-left: 25px;
}

.case-study__result .result-btm-image {
	margin-bottom: 37px;
}


.explore-title {
	padding-bottom: 20px;
}

.case-container {
	padding: 0 8.5%;
	width: 80%;
	margin: 0 auto;
}

#btn-video {
	display: flex;
	margin: 0 auto;
	width: fit-content;
	margin-top: 20px;
	background-color: transparent !important;
	border: 3px solid #E6E6E6 !important;
	color: #6D6E71 !important;
	border-radius: 4px !important;
}


.page-work .card__content .media-left {
	height: 317px;
	display: flex;
	margin: 0 auto;
}


/* Footer nav */


.content-section .footer-nav__img {
	background-color: #289348 !important;
}


.content-section .footer-nav:nth-child(3) .footer-nav__img {
	background-color: #1D7436 !important;
}

.footer-nav__content .subtitle {
	color: #fff !important;
	font-size: 24px;
	font-weight: 200;
	font-family: "GilroyRegular", sans-serif;
	margin-top: 0px;
}

.footer-nav__content h3 {
	color: white;
	font-size: 36px;

}

.footer-nav__content .category-name {
	color: white;
	font-size: 20px;
	padding-top: 20px;
	font-family: "GilroyRegular", sans-serif;
}

.footer-nav__content .foot-row {
	max-width: 60%;
	margin: 0 auto;
}

.social-content-section h2,
h4 {
	color: #404040 !important;
}

.content-info a {
	font-size: 1.5rem !important;
	color: #404040 !important;

}

.page-homepage .slick-list {
	height: fit-content !important;
}

.page-homepage .content-section.content-section--autobg h3 {
	color: #404040 !important;

}

.page-homepage .social-link-list-item:after {
	color: #0088C8 !important;
}

.page-homepage .testimonial-item__author {
	color: #299348 !important;
}

.page-contact .cta-bar .btn {
	display: none !important;
}

/* Single Blog page */

.cpt-blog .footer-nav__title {
	font-size: 24px;
}

.cpt-blog .footer-nav__content .foot-row {
	max-width: 100%;
}

.cpt-blog .footer-nav__content .foot-row .category-name {
	width: 100%;
}

.cpt-blog .footer-nav__description {
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}


.cpt-blog .content-section .footer-nav__img {
	background-color: #7F357D !important;
	background-image: none !important;
}

.cpt-blog .content-section .next-img {
	background-color: #692767 !important;

}


/* Social Links  & General elements */

.social-banner .social-link:after {
	color: #0088C8 !important;
}

.social-content-section {
	float: right;
}

.social-banner__row {
	padding-left: 70px;
	padding-right: 70px;
}

.social-banner .social-link {
	border-radius: 5px;
}

.breadcrumb>li+li:before {
	color: #707070 !important;
	font-size: 14px !important;
}

/* CPT Single Blog */

.cpt-blog .hero__title {
	color: #000000;
}

.hero-single .hero__content .category-tagline {
	color: #7F357D;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 34px;
	text-align: center;
}

.hero-single {
	background: black;
}

.hero-single .hero__bg {
	opacity: 0.95;
}

.hero-single .hero__content .hero__title {
	font-size: 35px;
}

.hero-single .hero__content .date-tagline {
	color: #404040;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

/* FRONT HERO */
.hero-front {
	overflow: hidden;
	min-height: 800px;
	background: black !important;
	position: relative;
	display: flex;
	align-items: center;
}

.front-row {
	display: flex;
}

.hero-front-logo {
	height: 26px;
	width: auto;
    display: block;
    margin: 0 auto;
}

.hero-front-logo-container {
	background-color: white;
	padding: 20px;
	width: 260px;
	border-radius: 0 0 20px 20px;
	position: relative;
    top: -200px;
	display: none;
}

@media screen and (max-width: 993px) {
	.hero-front-logo-container {
		top: -220px;
	}
}

.play-button {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	border: 5px solid #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(3.5);
	top: 48%;
	position: absolute;
	right: 20%;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.play-button:hover {
	transform: scale(3.3);
	transition: all 0.4s ease-in-out;
}

.video-wrapper div {
	width: 1050px;
	height: 900px;
}

.video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 9999;
}

.video-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#vimeo-player iframe {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
}


.play-button::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #ffffff;
	position: absolute;
	left: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.hero-front .hero-bg {
	background-size: cover !important;
	width: 100%;
	height: 100%;
	right: 0;
	position: absolute;
  	opacity:0.68;
  	background-position: top center !important;
}

.hero-front-content h1 {
	font-family: "Geomanist Medium";
	color: #D7C8F9;
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 0px;
	padding-bottom: 38px;
}

.hero-front-content h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: #ffff;
	font-size: 26px;
}

.typer { 
    font-style: italic;
}


/* Homepage */
.page-homepage .card-section .a-blue {
	color: #0088c8 !important;
}

.page-homepage .card-section .card__title {
	font-size: 20px;
	margin-top: 0px;
}

.page-homepage .card--horiz .anchor {
  letter-spacing: 3.6px;
	/* margin-top: 0px; */
}

.page-homepage .content-section.blue h2 {
	color: #0088c8;
}

.page-homepage .content-section.green h1,
.content-section.green h2,
.content-section.green h4 {
	color: #299348;
}

.page-homepage .content-section--autobg-orange h2 {
	color: #ef7e35;
}

.page-homepage .icons-row {
	display: flex;
	align-items: flex-end;
}

.page-homepage .content-section.magenta h2 {
	color: #7f357d;
}

.page-homepage .posts-preview .card-section .card__img {
	display: none;
}

.page-homepage .posts-preview .card__cap__link-wrapper {
	margin-top: 20px;
}

.page-homepage .posts-preview .card-section .anchor {
	letter-spacing: 3.6px;
}

.page-homepage .testimonials-section.content-section--autobg h2 {
	color: #299348 !important;
}

.page-homepage .testimonials-section.content-section--autobg h4 {
	color: #299348 !important;
	font-size: 18px;
}

.page-homepage .arrow::before {
	margin-left: 10px;
}

.page-homepage .card-section .a-blue {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	padding: 5px 12px 5px 40px;
	width: auto;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 4px;
  letter-spacing: 3.6px;
	padding-left: 0px;
}

.page-homepage .card-section .a-blue:hover {
	text-decoration: underline !important;
}

.page-homepage .carousel--industry__content .btn.btn-default.btn-all {
	border-color: #ef7e35 !important;
	background-color: #ef7e35 !important;
	color: white !important;
}

.page-homepage .carousel--industry__content .btn.btn-default.btn-all:hover {
	border-color: #ef7e35 !important;
	background-color: transparent !important;
	color: #ef7e35 !important;
	text-decoration: none !important;
}

.navbar-brand > img{
	height:17px;
	width:auto;
}

.cta-bar .btn.btn-default.btn-all.buton-white:hover{
	color:#ffff;
	background:#9b9b9d!important;
	border:1px solid transparent!important;
}

/* Blog page */

.content-section--blog-subscribe #mc4wp-form-1 .blog-button{
  padding-top: 10px;
}

.pagination {
    margin-top: 40px !important;
    min-height: 100px;
}

/* Contact us */

body.ab.page-contact .social-link:hover {
    /*border-radius: 100%;
    background-color: #e9e9e9;*/
	background-color: #888;
}

.result-expand {
    width: 100%;
    overflow: hidden;
    padding-bottom:25px;
}

.result-expand img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}


html .page-homepage .testimonials-section.content-section--autobg h3{
   color: #404040 !important;
}


/* Refactor txt size -> About page */

.page-about p {
    font-size:20px;
}

.page-about a {
    font-size:20px;
}

.page-about .philosphy-sec p{
    font-size:17px;
}

.page-about .philosphy-sec p{
    font-size:17px;
}


.blogpage .content-section.content-section--autobg h3,
.blogpage .content-section.content-section--autobg h4,
.blogpage .content-section.content-section--autobg h5 {
    color:#404040 !important;
}


body .mc-content strong {
    font-weight:900!important;
    text-decoration:underline;
}

/* Formidable Forms */
.choose-contact select { font-size: 16px; background: #404040!important; color: white !important;  }


 .with_frm_style select option { background: #404040; color: white !important;  }

 




/* CONTACT PAGE NEW */

.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-color: #404040;
    border-color: #404040;
}

 .content-section.full-width {
 	overflow:hidden;
}

.page-contact .full-width .container {
	width: 100%;
	padding: 0;
}

.section-upcity {
	background-color: #fafafa;
	padding: 60px 0;
}

.section-upcity h2 {
	text-align: center; 
	display: block; 
	margin: 0 auto;
}

.section-upcity p {
	text-align: center;
	display: block; 
	margin: 0 auto;
}

@media (min-width: 992px) {
	.section-upcity h2 {
		width: 500px; 
	}
	.section-upcity p {
		width: 500px; 
	}
}

.section-upcity .upcity-widget {
	text-align: center;
	width: 160px;
	display:block;
	margin: 60px auto 0;
}


.lean-on-business {
	max-width: 1200px;
	padding: 0 20px;
	display: block;
	margin: 0 auto;
	height: 500px;
}

.lean-on-business p {
	display: block; 
}


@media (min-width: 992px) {
	.lean-on-business  {
		background: url('/wp-content/uploads/2024/05/background-logo-stack.png');
		background-repeat: no-repeat;
		background-position-x: right;
		background-size: contain;
	}
	.lean-on-business p {
		width: 50%;
	}
}


.what-sets {
	max-width: 1200px;
	padding: 0 20px;
	display: block;
	margin: 0 auto;
}

.what-sets .col-md-4 {
	background-color: #fafafa;
	margin: 0 16px;
	padding: 60px 30px;
	min-height: 500px;
}

@media (min-width: 992px) {
	.what-sets .col-md-4 {
        width: 30.33333333%;
    }
}

.client-testimonial {
	max-width: 1200px;
	padding: 0 20px;
	display: block;
	margin: 100px auto 30px;
}

.client-testimonial h2 {
	text-align: center; 
	display: block; 
	margin: 0 auto;
}

.client-testimonial .quote {
	max-width: 450px;
	padding: 60px 0 30px;
}

.client-testimonial .quote img {
	margin-bottom: 30px;
}

.client-testimonial .client {
	border-bottom: 1px solid #ccc;
}

.client-testimonial p.client {
	font-weight: 700;
	color: #5E5E5E;
	font-family: "GilroyExtraBold", sans-serif;
	padding-bottom: 20px;
}
 
@media (min-width: 992px) {
	.client-testimonial .col-md-6 {
        width: 43%;
		margin: 0 80px 0 0;
    }
}

.certified {
	max-width: 900px;
	padding: 0 20px;
	display: block;
	margin: 120px auto 60px;
}
.certified h2, .certified col {
	text-align: center; 
	display: block; 
	margin: 0 auto;
}

.certified .row {
	display:flex;
	align-items:center;
}

.certified .col {
	display: block;
	margin: 0 auto;
    text-align: center;
}

.certified img {
	width: 120px;
}

.certified iframe {
	width: 120px;
	border: none;
}

.call-us {
	max-width: 1200px;
	padding: 0 20px;
	display: block;
	margin: 0 auto;
	font-size: 17px; 
}


body.ab.page-contact h2 {
	color: #404040;
}

body.ab.page-contact h4 {
	color: #404040;
}

/* Case study tweaks */

.case-study-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 700px){
	.case-study-flex {
		flex-direction: row;
	}
	
	.case-study-flex.reverse {
		flex-direction: row-reverse;
	}
	
	.wp-image-5161 {
		margin: -8rem 0;
	}

	.case-study-flex p div {
		margin-top: 0.25rem;
	}

	.case-study-flex img {
		min-width: 230px;
		max-width: 310px;
		width: 100%;
	}
	
	.case-study-flex .wp-image-5167 {
		margin-left: 20px;
		min-width: 365px;
		margin-top: 10px;
	}

	.wp-image-5169 {
		max-width: 330px;
		padding-right: 20px;
	}
	
	.certified .row {
		margin-bottom: 16px;
	}
}

/* blog post tweaks */

.post-id-5195 #attachment_5196,
.post-id-5195 #attachment_5197 {
	margin: 0 auto;
	width: unset !important;
	max-width: 713px;
	
}

.post-id-5195 .aligncenter-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* @media screen and (min-width: 713px) {
	.post-id-5195 #attachment_5196,
	.post-id-5195 #attachment_5197 {
		width: unset !important;
	
	}

} */

/* 12th anniversary post!!!! */

.post-id-5184 .hero-single,
.post-id-5184 .content-section.content-section--fluid,
.post-id-5184 .content-section--blog-subscribe,
.post-id-5184 .cta-bar {
	display: none;
}

.post-id-5184 .content-section.content-section--autobg {
	padding-bottom: 0;
	max-width: 792px;
    margin: 1rem;
	padding-top: 80px !important;
	
}

.post-id-5184 h1 {
	font-family: "Geomanist Medium" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	color: #2B2B2B !important;
	margin-bottom: 4rem;
	margin-top: 0;
}

.post-id-5184 h2 {
	color: #2B2B2B !important;
	font-family: "Geomanist Bold" !important;
	max-width: 630px;
	margin: 5px auto 1rem;
}

.post-id-5184 h3 {
	color: #2B2B2B !important;	
	font-family: "Geomanist Regular" !important;
	font-size: 18px !important;
}


.post-id-5184 h4 {
	color: #2B2B2B !important;
	font-family: "Geomanist Book" !important;
	
}

.post-id-5184 article a {
	color:  #6B29D6;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	font-family: "Geomanist Medium";
}

.post-id-5184 article :not(.quote-anniversary-text) p {
	color: #2B2B2B;
	font-family: "Geomanist Regular";
}


.page-id-5184 .content-section.content-section--autobg .article-container h2 {
	max-width: 690px !important;
	margin: 0 auto !important;
}


.page-id-5184 section.content-section.content-section--autobg .article-container h2 {
	width: 100%;
	max-width: 650px !important;
}

.post-id-5184 article p strong,
.post-id-5184 article p b {
	font-family: "Geomanist Book" !important;
	font-weight: normal !important;
}

.page-id-5184 .article-container,
.page-id-5184 .row {
	width: 100%;
	max-width: 792px !important;
}

.faq-q {
	display: none;
}

.anniversary-quote {
	border-radius: 24px;
	border: 4px solid #F4F4F4;
	background: #FFF;
	padding: 40px 40px;
	margin: 40px 0 10px;
}

.anniversary-quote img {
	width: 64px !important;
	height: 64px !important;
}

.quote-anniversary-text p {
	color: #2B2B2B;
	margin: 0;
	font-family: "Geomanist Book" !important;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 123.077% */
}

p.quote-anniversary-author  {
	color: #2B2B2B;
	text-align: right;
	font-family: "Geomanist Regular" !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}

.anniversary-cta {
	background-image: url(/wp-content/uploads/2025/04/pace-gradient.png);
	background-size: 1200px;
	height: 400px;
	width: 100%;
	background-position: right -380px top -220px;
	display: flex;
	align-items: center;
}


.page-watch-webinar-beyond-devices .anniversary-cta,
.page-watch-webinar-mining-saas .anniversary-cta,
.page-watch-webinar-manufacturing-cxos .anniversary-cta,
.page-watch-webinar-business-growth-strategies-manufacturing .anniversary-cta,
.page-watch-webinar-commercialization-excellence .anniversary-cta {
	background-image: none;
}

.page-watch-webinar-beyond-devices #body,
.page-watch-webinar-mining-saas #body,
.page-watch-webinar-manufacturing-cxos #body,
.page-watch-webinar-business-growth-strategies-manufacturing #body,
.page-watch-webinar-commercialization-excellence #body{
	background-image: url(/wp-content/uploads/2025/04/pace-gradient.png);
	background-size: 1300px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center bottom -350px;
}



.anniversary-cta-container {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.86);
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 24px;
	width: 100%;
	max-width: 1200px;
	margin: 2rem;
}

.anniversary-cta-container h2 {
	color: #2B2B2B;
	text-align: center;
	font-family: "Geomanist Bold";
	max-width: unset;

}

a.anniversary-btn {
	display: flex;
	padding: 15px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background:  #6B29D6;
	color: var(--Primary-Palette-White, #FFF);
	text-align: center;
	font-family: "Geomanist Bold";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: uppercase;
	width: fit-content;
	margin: 0 auto;
}

@media screen and (min-width: 769px){
	.faq-q {
		display: block;
	}
	
	.hide-lg {
		display: none;
	}
	
	.post-id-5184 h1 {
		font-family: "Geomanist Medium" !important;
		font-size: 45px;
		line-height: 60px; 
	}
	
		.post-id-5184 h2 {
		font-size: 45px;
		line-height: 60px; /* 133.333% */
	}
	
	.post-id-5184 h3 {
		font-family: "Geomanist Regular" !important;
		font-size: 20px;
		line-height: 30px;
		max-width: 690px !important;
		 margin: 5px auto 1rem;
}
	
	.post-id-5184 h4 {
		font-size: 26px;
		line-height: 31px; 
	}
	
	.faq-columns {
		display: flex;
		gap: 2rem;
	}
	
	.post-id-5184 .content-section.content-section--autobg {
    	margin: 0 auto;
	}
	
	img.anniversary-team {
		width: 100%;
		margin: 50px 0;
	}
	
	.anniversary-quote {
		display: flex;
		gap: 2rem;
		padding: 40px 80px;
	}
	
	.anniversary-cta {
		height: 500px;
		background-size: 1500px;
        background-repeat: no-repeat;
    	background-position: right 50px top -280px;
	}
	
	.anniversary-cta-container h2 {
		font-size: 45px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 133.333% */
	}
	
	.anniversary-cta-container {
			padding: 80px;
			margin: 0 auto;
	}

}

@media screen and (min-width: 1200px){
	.anniversary-cta {
		background-position: right 380px top -260px;
		background-size: 1700px;

	}
}

@media screen and (min-width: 1600px){
	.anniversary-cta {
		background-size: 1550px;
		background-position: right 390px top -260px;
	}
}

@media screen and (min-width: 1820px){
	.anniversary-cta {
		background-position: right 550px top -220px;
	}
}

.video_box {
	display: flex;
	justify-content: center;
	align-content: center;
}

/************ WEBINAR CPT *************/
.cpt-webinar .hero {
	display: none;
}

.cpt-webinar .content-section {
	padding: 0;
}

.cpt-webinar article.webinar .webinar-intro-container {
	max-width: 996px;
	margin: 0 16px;
}

.cpt-webinar p:not(.colophon),
.cpt-webinar #body .content-section ul li,
.page-thank-you-for-joining-our-webinar .container p:not(.colophon),
.page-thank-you-roi-calculator .container p:not(.colophon) {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

@media screen and (min-width: 992px){
	.cpt-webinar p:not(.colophon),
	.cpt-webinar #body .content-section ul li,
	.page-thank-you-for-joining-our-webinar .container p:not(.colophon),
	.page-thank-you-roi-calculator .container p:not(.colophon) {
		font-size: 18px;
		line-height: 27px;
	}
}

.cpt-webinar .footer-new p {
	font-family: "GilroyRegular", sans-serif;
	font-size: 16px;
}

.cpt-webinar .webinar-info ul li,
.cpt-webinar .webinar-attendees ul li,
.roi-column ul li,
.page-thank-you-roi-calculator .article-container ul li  {
	background-image: url('/wp-content/uploads/2025/05/Brand-System-Arrow.png');
	background-position: 0 3px;
	margin-left: 16px;
}

.heading-3,
.page-thank-you-roi-calculator .secondary-h2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B) !important;
	font-family: "Geomanist Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

@media screen and (min-width: 992px){
	.heading-3 {
		font-size: 26px;
		line-height: 31px;
	}
	
	.cpt-webinar .webinar-info ul li,
.cpt-webinar .webinar-attendees ul li,
.roi-column ul li,
	.page-thank-you-roi-calculator .article-container ul li {
		margin-left: 24px;
	}
}

.page-thank-you-for-joining-our-webinar .content-section.content-section--autobg  .secondary-h2,
.page-thank-you-roi-calculator .content-section.content-section--autobg  .secondary-h2 {
	margin-top: 0;
}

ab.cpt-webinar h3 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px; /* 119.231% */
}

.cpt-webinar .webinar-intro {
    background-image: url('/wp-content/uploads/2025/05/top-banner-webinar.png ');
    background-size: cover;                  
    background-position: center;             
    background-repeat: no-repeat;            
    width: 100%;
/*     height: 100vh; */
    position: relative;
}

.cpt-webinar .webinar-reg {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0 6rem;
	margin: 0 16px;
}

.cpt-webinar .webinar-reg a.webinar-btn {
	width: 100%;
}

@media screen and (min-width: 769px){
	.cpt-webinar .webinar-reg a.webinar-btn {
		width: fit-content;
	}
}

.cpt-webinar a.webinar-btn,
.webinar-form .frm_style_formidable-style.with_frm_style .frm_submit button {
	border-radius: 8px;
	background: var(--Tertiary-Palette-Teal, #248284);
	border: 2px solid #248284;
	color: var(--Primary-Palette-White, #FFF);
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 85.714% */
	text-transform: uppercase;
	padding: 15px 40px;
}

.cpt-webinar a.webinar-btn:hover,
.webinar-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: var(--Secondary-Palette-Aqua-Marine, #84E4C7);
	color: black;
	text-decoration: none;
}

.cpt-webinar a.webinar-btn:active,
.webinar-form .frm_style_formidable-style.with_frm_style .frm_submit button:active {
	border: 4px solid var(--Tertiary-Palette-Teal, #248284);
}

.cpt-webinar a.webinar-btn:focus,
.webinar-form .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
	background-color: #248284;
	color: white;
}

.cpt-webinar .frm_style_formidable-style.with_frm_style .frm_submit button,
.page-thank-you-for-joining-our-webinar .frm_style_formidable-style.with_frm_style .frm_submit button,
.page-thank-you-roi-calculator .frm_style_formidable-style.with_frm_style .frm_submit button  {
	width: 100%;
}

.heading-1 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B) !important;
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px;
	margin: 0 16px 3rem;
	padding-top: 60px;
}

.cpt-webinar p.webinar-date {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	text-align: center;
	font-family: "Geomanist Regular";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 150% */
	letter-spacing: 0.384px;
}

.cpt-webinar .webinar-intro .webinar-hosts {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.cpt-webinar .webinar-intro .webinar-hosts h2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	margin: 0 0 1rem;
	font-family: "Geomanist Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 125% */
}

.cpt-webinar strong,
.page-thank-you-for-joining-our-webinar strong,
.page-thank-you-roi-calculator strong {
	font-family: "Geomanist Medium";	
}

.cpt-webinar .webinar-intro .webinar-person,
.cpt-webinar .webinar-intro .webinar-speakers-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cpt-webinar .webinar-intro .webinar-speakers-container .webinar-person {
	width: 50%;
}

.cpt-webinar .webinar-intro .webinar-person {
	gap: .5rem;
}

.cpt-webinar .webinar-intro .webinar-person.tim-howell {
	align-content: flex-start;
}

.cpt-webinar .webinar-intro .webinar-person p {
	margin: 0;
}

.cpt-webinar.blog-market-expansion-insights-for-manufacturing-cxos-webinar .webinar-intro .webinar-person.david-solomon {
	gap: 3.5rem;
}

p.tim-howell {
	max-height: fit-content;
}

.cpt-webinar .webinar-intro .webinar-speakers-container .webinar-person:last-of-type p:last-of-type {
	margin-top: -25px;
}

@media screen and (min-width: 484px){
	.cpt-webinar .webinar-intro .webinar-speakers-container .webinar-person:last-of-type p:last-of-type {
		margin-top: 0;
	}
	
	.cpt-webinar .webinar-intro .webinar-person,
	.cpt-webinar.blog-market-expansion-insights-for-manufacturing-cxos-webinar .webinar-intro .webinar-person.david-solomon{
		gap: 1.5rem;
	} 
}


.cpt-webinar .webinar-intro .webinar-person img {
	width: 91px;
}

.cpt-webinar .webinar-intro .webinar-speakers,
.cpt-webinar .webinar-intro .webinar-moderator {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(6px);
	margin: 16px;
	padding: 2rem;
	width: 100%;
}

.cpt-webinar .webinar-intro .webinar-moderator .webinar-person{
	gap: 1.5rem;
}

.cpt-webinar .webinar-intro .webinar-person p {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
	max-width: 110px;
}

.cpt-webinar .webinar-content-wrapper {
	max-width: 996px;
	margin: 0 16px;
}

.cpt-webinar .webinar-info {
	display: flex;
	flex-wrap: wrap;
	max-width: 996px;
	margin: 4rem 1rem;
}

.webinar-form {
	border-radius: 16px;
	border: 4px solid var(--Secondary-Palette-Ice, #F4F4F4);
	background: var(--Primary-Palette-White, #FFF);
	padding: 30px 30px 0;
}

 .webinar-form p {
	margin: 0 0 3rem;
}

.page-thank-you-for-joining-our-webinar .webinar-form p,
.page-thank-you-roi-calculator .webinar-form p {
	margin: 0 0 1rem 0;
}

.webinar-form .with_frm_style .frm_primary_label {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	margin-bottom: .7rem;
}

.webinar-form .with_frm_style input[type=text],
.webinar-form .with_frm_style input[type=email] {
	border-radius: 5px;
	border: 1px solid var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	background: var(--Primary-Palette-White, #FFF);
	min-height: 53px !important;
}

.webinar-form .frm_checkbox label input[type=checkbox] {
	border: 1px solid var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
}


#field_djlax_label,
#field_ka1dy_label {
	display: none;
}

.cpt-webinar .webinar-experts {
	margin: 1rem;
}

.cpt-webinar .webinar-experts .webinar-hosts,
.page-thank-you-for-joining-our-webinar .webinar-hosts {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
}

.page-thank-you-for-joining-our-webinar .webinar-hosts {
	margin: 2rem 0 4rem;
}

.heading-2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 36px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 44px !important; /* 133.333% */
}

@media screen and (min-width: 992px){
	.heading-2 {
		font-size: 45px !important;
		line-height: 60px !important; 
	}
}

.cpt-webinar .webinar-experts .heading-2 {
	margin-bottom: 20px;
}

.heading-4 {
	margin: 0 !important;
	margin-bottom: 8px !important;
	font-family: "Geomanist Regular";
	font-weight: 700;
	font-size: 22px !important;
	line-height: 30px; 
}


.cpt-webinar .webinar-individual-bio .heading-4 a {
	font-size: 22px !important;
}

.cpt-webinar .heading-4 {
	font-size: 18px !important;
	line-height: 26px !important;
	font-family: "Geomanist Medium" !important;
}

@media screen and (min-width: 992px){
	.heading-4 {
		font-size: 26px !important;
		line-height: 39px; 
	}

	
	.cpt-webinar .heading-4 {
		font-size: 22px !important;
		line-height: 26px !important;
		font-family: "Geomanist Medium" !important;
}
	
	.cpt-webinar .webinar-individual-bio .heading-4 {
		font-size: 22px !important;
		font-family: "Geomanist Regular" !important;
		
	}

	
	.cpt-webinar .webinar-individual-bio .heading-4 a {
		font-size: 22px !important;
		font-family: "Geomanist Medium" !important;
		
	}
}

.cpt-webinar .webinar-content-wrapper a:not(.webinar-btn) {
	color: var(--Primary-Palette-Pace-Purple, #6B29D6);
	font-family: "Geomanist Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
}

@media screen and (min-width: 992px){
	.cpt-webinar .webinar-content-wrapper a:not(.webinar-btn) {
		font-size: 18px;
		line-height: 27px;
	}
}


.cpt-webinar .webinar-experts p:first-of-type {
	max-width: 792px;
	margin: -2rem auto 4rem;
	text-align: center;
}

.cpt-webinar .webinar-experts .webinar-speakers,
.cpt-webinar .webinar-experts .webinar-moderator,
.page-thank-you-for-joining-our-webinar .webinar-speakers,
.page-thank-you-for-joining-our-webinar .webinar-moderator {
	border-radius: 16px;
	background-color: #F4F4F4;
	padding: 24px;
}

.cpt-webinar .webinar-experts .webinar-moderator .webinar-person {
	margin-top: 20px;
}

.cpt-webinar .webinar-experts .webinar-speakers-container,
.page-thank-you-for-joining-our-webinar .webinar-speakers-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2rem;
}

.cpt-webinar .webinar-experts .webinar-person,
.page-thank-you-for-joining-our-webinar .webinar-experts .webinar-person {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	text-align: center;
	font-family: "Geomanist Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 150% */
}

.cpt-webinar .webinar-bios {
	margin: 32px 10px;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.cpt-webinar .webinar-bios p {
	margin-top: 0;
}


.cpt-webinar .webinar-attendees {
	border-radius: 16px;
	border: 4px solid rgba(244, 244, 244, 0.86);
	background: rgba(255, 255, 255, 0.86);
	padding: 20px 30px;
	margin: 4.5rem 1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
}

.cpt-webinar .webinar-attendees .attendees-text {
	max-width: 588px;
}

.heading-2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px; /* 133.333% */
	margin: 0;
}


.cpt-webinar .webinar-contact {
	border-radius: 16px;
	border: 4px solid rgba(244, 244, 244, 0.86);
	background: rgba(255, 255, 255, 0.86);
	padding: 20px 50px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	margin-top: 5.5rem;
}

.cpt-webinar .webinar-contact img {
	width: 112px;
}

.ab.cpt-webinar .webinar-contact h3 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
}

.ab.cpt-webinar .webinar-contact p:empty {
	display: none;
}

.ab.cpt-webinar .webinar-contact a {
	color: var(--Primary-Palette-Pace-Purple, #6B29D6);
	font-family: "Geomanist Medium";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px;
	text-decoration-line: underline;
	text-decoration-style: solid;
} 

.cpt-webinar .anniversary-cta-container {
	align-items: center;
}

.hide-mobile {
	display: none;
}

.hide-desktop {
	margin: 36px auto 16px;
}

@media screen and (min-width: 769px){
	.hide-desktop {
		display: none;
	}
	
	.hide-mobile {
		display: block;
	}

}

.webinar-form .frm_checkbox label {
	color: var(--Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}

.page-thank-you-for-joining-our-webinar .hero,
.page-thank-you-roi-calculator .hero {
	display: none !important;
}

.page-thank-you-for-joining-our-webinar .article-container,
.page-thank-you-roi-calculator .article-container {
	margin: 1rem;
	max-width: 996px;
}

.page-thank-you-for-joining-our-webinar #body .content-section {
	background-image: url(/wp-content/uploads/2025/04/pace-gradient.png);
	background-repeat: no-repeat;
	background-size: 2000px;
    background-position: 600px;
}

.page-thank-you-for-joining-our-webinar .thank-you-heading,
.page-thank-you-roi-calculator .thank-you-heading {
    border-radius: 16px;
    border: 4px solid var(--Secondary-Palette-Ice, #F4F4F4);
    background: rgba(255, 255, 255, 0.86);
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	margin: 1rem 1rem 5rem;
}

.page-thank-you-for-joining-our-webinar .thank-you-heading .thank-you-text {
	max-width: 470px;
}

.page-thank-you-for-joining-our-webinar .thank-you-heading .thank-you-text p {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	margin: 0;
}

.page-thank-you-roi-calculator .thank-you-heading .thank-you-text p {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin: 24px 0 0;
}

.page-thank-you-for-joining-our-webinar h1 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px; /* 133.333% */
	margin: 0;
}

.page-thank-you-roi-calculator h1 { 
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; /* 133.333% */
	margin: 0;
}

.page-thank-you-for-joining-our-webinar .webinar-info-text h3,
.page-thank-you-roi-calculator .webinar-info-text h3 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 145.455% */
	margin: .25rem 0 1.5rem;
}

.page-thank-you-for-joining-our-webinar .webinar-person {
	text-align: center;
}

.page-thank-you-for-joining-our-webinar .webinar-person p:not(.colophon) {
	font-family: "Geomanist Regular";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}

.page-thank-you-for-joining-our-webinar .webinar-moderator {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}


.page-thank-you-for-joining-our-webinar .webinar-form {
	max-height: fit-content;
}

.page-thank-you-for-joining-our-webinar .webinar-share {
	border-radius: 8px;
	border: 4px solid var(--Secondary-Palette-Ice, #F4F4F4);
	background: var(--Primary-Palette-White, #FFF);
	display: flex;
	padding: 24px;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.page-thank-you-for-joining-our-webinar .webinar-share p:not(.colophon) {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px; /* 119.231% */
	margin: 0 auto;
}

.page-thank-you-for-joining-our-webinar .webinar-share img {
	width: 56px;
	height: auto;
}

.page-thank-you-for-joining-our-webinar .webinar-hosts h3 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px; /* 100% */
	margin: 0;
}

.page-thank-you-for-joining-our-webinar .webinar-hosts img {
	width: 80px;
}

.page-thank-you-for-joining-our-webinar .webinar-info {
		display: flex;
		flex-direction: column;
		gap: 3rem;
}

.cpt-webinar .webinar-info:has(.webinar-form) {
		gap: 2rem;
}

@media screen and (min-width: 769px){
	.heading-1 {
		font-size: 70px;
		line-height: 70px;
		max-width: 650px;
		margin: 0 auto 7rem;
		max-width: 1180px;
		margin: 0 16px 4rem;
		padding-top: 120px;
	}
	
	.cpt-webinar .webinar-intro .webinar-speakers {
		max-width: 486px;
	}
	
	.cpt-webinar .webinar-intro .webinar-moderator {
		max-width: 282px;
	}
	
	.cpt-webinar .webinar-experts .webinar-speakers-container,
	.page-thank-you-for-joining-our-webinar .webinar-experts .webinar-speakers-container {
		flex-direction: row;
		justify-content: space-evenly;
	}
	
	.cpt-webinar .webinar-attendees,
	.cpt-webinar .webinar-contact {
		padding: 40px 102px;
	}
	
	.cpt-webinar .webinar-contact,
	.page-thank-you-for-joining-our-webinar .webinar-speakers-container {
		flex-direction: row;
	}
	
	.page-thank-you-for-joining-our-webinar .article-container,
	.page-thank-you-roi-calculator .article-container {
		margin: 0 auto;
	}
	
	.page-thank-you-for-joining-our-webinar section.thank-you-heading {
		padding: 80px 102px;
		margin: 0 0 7rem;
	}
	
}

@media screen and (min-width: 992px){
	.heading-1,
	.cpt-webinar .webinar-content-wrapper {
		margin: 0 auto;
	}
	.cpt-webinar .webinar-info {
		margin: 6rem auto;
		justify-content: space-between;
	}
	
	.cpt-webinar .webinar-info:has(.webinar-form) .webinar-info-text,
	.cpt-webinar .webinar-info:has(.webinar-form) .webinar-form {
	  	width: 48%;
		height: fit-content;
	}
	
	.webinar-form {
		max-width: 486px;
	}
	
	.cpt-webinar .webinar-experts {
		margin: 10rem 0 6rem;
	}
	
	.cpt-webinar .webinar-bios {
		margin: 16px 0 0;
		gap: 44px;
	}

	
	.cpt-webinar .webinar-experts .webinar-hosts,
	.page-thank-you-for-joining-our-webinar .webinar-hosts {
		flex-direction: row;
	}
	
	.page-thank-you-for-joining-our-webinar .webinar-hosts {
		gap: .25rem;
	}
	
	.cpt-webinar .webinar-experts .webinar-speakers {
		width: 100%;
		max-width: 636px;
	}
	
	.cpt-webinar .webinar-experts .webinar-moderator {
		width: 100%;
		max-width: 330px;
		display: flex;
        flex-direction: column;
        justify-content: space-between;
	}
	
	.cpt-webinar .webinar-attendees {
		justify-content: space-evenly;
		gap: 3rem;
	}
	
	.ab.cpt-webinar .webinar-contact h3,
	.ab.cpt-webinar .webinar-contact a {
		font-size: 26px;
		line-height: 31px; 
		
	}
	
	.cpt-webinar.blog-on-demand-beyond-devices-medtech-that-puts-patient-experience-first .anniversary-cta {
		max-height: 470px ;
	}
	
	.cpt-webinar .footer-new {
		padding: 4rem;
	}
	
	.page-thank-you-for-joining-our-webinar .webinar-info {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.page-thank-you-for-joining-our-webinar .webinar-info-text {
		max-width: 384px;
	}
	
	.page-thank-you-for-joining-our-webinar #body .content-section {
		padding-bottom: 90px;
	}
	
	.page-thank-you-roi-calculator h1 {
		font-size: 45px;
		line-height: 60px; /* 133.333% */
	}
	
	.page-thank-you-roi-calculator .thank-you-heading .thank-you-text p {
		font-size: 20px;
		line-height: 30px; 
	}

	.page-thank-you-roi-calculator .secondary-h2 {
		font-size: 26px;
		line-height: 31px; /* 119.231% */
	}
	
	
	.webinar-form .with_frm_style .frm_primary_label {
		font-size: 18px;
		line-height: 27px; /* 150% */
	}


}

/* On-Demand Webinar Blog Posts */
.cpt-webinar .content-section.content-section--blog-subscribe,
.cpt-webinar .content-section.content-section--fluid:has(.footer-nav),
/* .cpt-webinar .post-header, */
.cpt-webinar .cta-bar {
	display: none;
}

@media screen and (max-width: 767px) {
	.cpt-webinar .visible-xs.content-section {
		display: none !important;
	}
}


/* ROI Calculator */

.page-marketing-roi-calculator .hero {
	background: transparent;
}

.page-marketing-roi-calculator .hero__content {
	padding: 90px 0 0;
}

.page-marketing-roi-calculator .hero__content h1 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B) !important;
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px; 
}

.page-marketing-roi-calculator .article-container {
	max-width: 1200px;
	margin: 0 auto;
}

.roi-header {
	max-width: 996px;
	margin: 1rem;
	display: flex;
	flex-direction: column;
}

.roi-header h2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B) !important;
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; 
	margin: 0;
}


.page-marketing-roi-calculator .content-section.content-section--autobg {
	padding-bottom: 0;
}

.page-marketing-roi-calculator .content-section.content-section--autobg h2 {
	margin-top: 0;
}

.roi-header p {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	text-align: center;
	font-family: "Geomanist Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
	margin: 0;
}

.roi-two-column {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B) !important;
	font-family: "Geomanist Regular";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
/* 	margin: 1rem; */
}

.roi-column:first-of-type {
	margin: 1rem;
}

.roi-column {
    width: 96%;
    margin: 0 auto;
}

.roi-column p,
.roi-column ul li {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B) !important;	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.content-section.content-section--autobg .roi-column h3 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 119.231% */
}

.page-marketing-roi-calculator .hero__content {
	padding-top: 40px;
}

#form_roi-calculator2 fieldset {
	padding: 0;
}

#form_roi-calculator2 input[type="text"],
#form_roi-calculator2 input[type="email"],
#form_book-a-consultation input[type="text"],
#form_book-a-consultation input[type="email"]{
	font-size: 18px;
	font-family: "Geomanist Regular";
}


#frm_field_26_container,
#frm_field_35_container {
	background-color: white;
	border: 2px solid rgba(244, 244, 244, 0.86);
	border-radius: 16px;
	padding: 0 !important;
	box-shadow: 0px 2px 8px 0px rgba(43, 43, 43, 0.12);
}

#frm_field_46_container {
	border-radius: 16px;
	border: 4px solid rgba(244, 244, 244, 0.86);
	background: rgba(255, 255, 255, 0.86);
	padding: 0;	
	margin: 40px auto;
}

#frm_field_46_container h2 {
	margin: 0;
}

#form_roi-calculator2 #frm_field_32_container.frm_form_field,
#form_roi-calculator2 #frm_field_40_container.frm_form_field,
#form_roi-calculator2 #frm_field_43_container.frm_form_field,
#form_roi-calculator2 #frm_field_46_container.frm_form_field  {
	padding: 0 !important;
}

#form_roi-calculator2 #frm_field_32_container.frm_form_field,
#form_roi-calculator2 #frm_field_41_container.frm_form_field  {
	margin: 24px auto;
}

#frm_field_47_container div {
	max-width: 792px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#frm_field_47_container h2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
}

#form_roi-calculator2 #frm_field_47_container p {
	margin: 0;
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16 px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
}

#frm_field_52_container .frm_form_field {
	display: flex;
	flex-direction: column;
}

#form_roi-calculator2 .details-form {
	border-radius: 16px;
	border: 4px solid var(--Secondary-Palette-Ice, #F4F4F4);
	background: var(--Primary-Palette-White, #FFF);
	padding: 10px;	
}

#form_roi-calculator2 #frm_field_52_container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#form_roi-calculator2 #frm_field_52_container .frm_form_field,
#form_roi-calculator2 div#frm_field_50_container  {
	padding: 0;
}

#field_a8jc8_label,
#field_syc63_label {
	display: none;
}

#form_roi-calculator2 #frm_field_52_container.frm_form_field label {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */ 
}

#form_roi-calculator2 input[type="text"], 
#form_roi-calculator2 input[type="email"] {
	border-radius: 5px;
	border: 1px solid var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	background: var(--Primary-Palette-White, #FFF);
}

.page-thank-you-roi-calculator .roi-column-text p:last-of-type {
	margin: 0;
}

#frm_form_6_container {
	margin-top: 40px;
}

#form_roi-calculator2 button.frm_button_submit.frm_final_submit,
#frm_form_6_container button.frm_button_submit.frm_final_submit {
	width: 100%;
	border-radius: 8px;
	border: 2px solid var(--Tertiary-Palette-Teal, #248284);
	background: var(--Tertiary-Palette-Teal, #248284);
	padding: 15px 40px;
	color: var(--Primary-Palette-White, #FFF);
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: uppercase;
	text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#form_roi-calculator2 button.frm_button_submit.frm_final_submit:hover,
#frm_form_6_container button.frm_button_submit.frm_final_submit:hover  {
	border-radius: 8px;
	border: 2px solid var(--Tertiary-Palette-Teal, #248284);
	background: var(--Secondary-Palette-Aqua-Marine, #84E4C7);
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
}

#form_roi-calculator2 button.frm_button_submit.frm_final_submit:active,
#form_form_6_container button.frm_button_submit.frm_final_submit:active  {
	border: 4px solid var(--Tertiary-Palette-Teal, #248284);
}


@media screen and (min-width: 992px){
	.page-marketing-roi-calculator .hero__content {
		padding-top: 80px;
	}
	
	.roi-header {
		margin: 0 auto 60px;
	}
	
	.roi-two-column {
		flex-wrap: nowrap;
		margin: 0 auto;
	}
	
	.roi-column:first-of-type {
		max-width: 386px;
		width: 100%;
	}
	
	.roi-column p,
	.roi-column ul li { 
		font-size: 18px;
		line-height: 27px; /* 150% */
	}

	
	.page-marketing-roi-calculator .roi-column:last-of-type {
		max-width: 690px;
		width: 100%;
	}
	
	.roi-two-column {
		position: relative;
	}
	
	.page-marketing-roi-calculator .hero__content h1 {
		font-size: 70px;
		line-height: 70px; 
	}
	
	.page-marketing-roi-calculator .content-section.content-section--autobg h2 {
		margin-top: 40px;
	}
	
	.roi-header h2 {
		font-size: 45px;
		line-height: 60px; /* 133.333% */
	}

	.roi-header p {
		font-size: 20px;
		line-height: 30px; /* 150% */
	}
	
	.roi-column {
    	width: 100%;
		margin: unset;
	}

	.content-section.content-section--autobg .roi-column h3 {
		font-size: 26px;
		line-height: 31px;
	}
	
	#form_roi-calculator2 .details-form {
		padding: 20px;
	}
	
	#frm_field_43_container {
		margin-bottom: 450px;
	}
	
	#frm_field_46_container {
		position: absolute;
		width: 100%;
		max-width: 1200px;
		bottom: 710px;
		left: 0;
	}
	
	#form_roi-calculator2 #frm_field_47_container {
		display: flex;
		justify-content: space-evenly;
		padding: 80px 0;
	}
	
	#frm_field_47_container h2 {
		font-size: 45px;
		line-height: 60px; /* 133.333% */
	}
	
	#form_roi-calculator2 #frm_field_47_container p {
		font-size: 18px;
		line-height: 27px; /* 150% */
	}
	
	#form_roi-calculator2 #frm_field_52_container.frm_form_field label {
		font-size: 18px;
		line-height: 27px; /* 150% */
	}
	
	#frm_field_50_container {
		position: absolute;
		bottom: 470px;
		left: 0;
		max-width: 384px;
	}
	
	.page-marketing-roi-calculator #body .content-section {
		padding-bottom: 0;
	}
}


#form_roi-calculator2 .frm_form_fields fieldset {
	border: 0;
	max-width: 95vw;
}

.frm_form_fields fieldset a {
	color: var(--Primary-Palette-Pace-Purple, #6B29D6);
	font-family: "Geomanist Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
}

#form_roi-calculator2 .frm_form_field {
	padding: 24px;
}

#frm_field_26_container .frm_form_field.form-field,
#frm_field_35_container .frm_form_field.form-field:not(:last-of-type) {
	border-bottom: 4px solid #F4F4F4;
}


#form_roi-calculator2 h3.frm_pos_top {
	display: none;
}

#form_roi-calculator2 .frm_range_container .frm_description {
    display: flex;
    justify-content: space-between;
	margin-top: 10px;
}
/* 
#form_roi-calculator2 .frm_range_container {
	 position: relative;
	 display: grid;
	 grid-template-columns: 1fr auto; 
	 align-items: center;
	 gap: 5px 40px;
}  */


 #form_roi-calculator2 .frm_range_container {
	display: flex;
    flex-direction: column;
	gap: 3rem;
	 justify-content: space-between


}

#form_roi-calculator2 .frm_range_container input {
	order: 1;
}

#form_roi-calculator2 .frm_range_container .frm_description {
	order: 2;
	margin-bottom: 1rem;
}

#form_roi-calculator2 .frm_range_container .frm-text-center {
	order: 3;
	width: 100%;
} 

#form_roi-calculator2 .frm_range_container .frm_description {
	margin-top: -14px;
}



#form_roi-calculator2 .frm_range_container .frm_description .frm_range_min,
#form_roi-calculator2 .frm_range_container .frm_description .frm_range_max {
	font-family: "Geomanist Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	display: flex;
	flex-direction: column;
	position: relative; 
	align-items: flex-start;
}

#form_roi-calculator2 .frm_range_container .frm_description .frm_range_max {
	align-items: flex-end;
}

#form_roi-calculator2 .frm_range_container .frm_description .frm_range_min::before,
#form_roi-calculator2 .frm_range_container .frm_description .frm_range_max::before {
	content: "";
  	display: inline-block;
  	width: 1px;
  	height: 6px;
	background: var(--primary-shades-25-creative-charcoal, #CACACA);
	position: relative; 
	right: 0;
}

/* #form_roi-calculator2 .frm_description {
  order: 2;
}

#form_roi-calculator2 .frm-text-center {
    order: 1;
	margin-top: -30px;
} */

#form_roi-calculator2 .frm-text-center {
	margin-top: -30px;
} 


#form_roi-calculator2 .frm-text-center {
	font-family: "Geomanist Regular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	border-radius: 8px;
	border: 4px solid var(--Secondary-Palette-Ice, #F4F4F4);
	background: var(--Secondary-Palette-Ice, #F4F4F4);
	color: #2B2B2B;
	padding: 16px;
/* 	width: 132px; */
	text-align: right;
}

#form_roi-calculator2 .frm_form_field label {
	font-family: "Geomanist Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: #2B2B2B;
}

#form_roi-calculator2 .frm_form_field .frm_description {
	font-family: "Geomanist Regular";
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 22px; /* 150% */

}

#form_roi-calculator2 .frm_form_field > .frm_description {
	padding: .25rem .25rem 1rem;
}

@media screen and (min-width: 768px){
	#form_roi-calculator2 .frm_range_container {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#form_roi-calculator2 .frm_range_container input,
	#form_roi-calculator2 .frm_range_container .frm_description {
		width: 69%;
	}
	
	#form_roi-calculator2 .frm_range_container .frm-text-center {
		position: relative;
		top: -37px;
		width: 132px;
	}
}

@media screen and (min-width: 992px){
	#form_roi-calculator2 .frm_form_field > .frm_description {
		padding: 0;
	}
	
	#form_roi-calculator2 .frm_form_field .frm_description {
		font-size: 16px;
		line-height: 24px; /* 150% */
		margin-bottom: 1rem;
	}

	#form_roi-calculator2 .frm_form_field label,
	.frm_form_fields fieldset a {
		font-size: 18px;
		line-height: 27px; /* 150% */
	}	

}

#form_roi-calculator2 #frm_field_30_container,
#form_roi-calculator2 #frm_field_33_container,
#form_roi-calculator2 #frm_field_41_container,
#form_roi-calculator2 #frm_field_44_container {
	background: #F4F4F4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background: var(--Secondary-Palette-Ice, #F4F4F4);
	box-shadow: 0px 2px 8px 0px rgba(43, 43, 43, 0.12);
}

#form_roi-calculator2 #frm_field_30_container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#form_roi-calculator2 .frm_total_formatted {
	border-radius: 8px;
	background: #FFF;
	color: #2B2B2B;
	font-family: "Geomanist Medium";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 145.455% */
    max-width: 132px;
	width: 100%;
    padding: 16px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 992px){
	#form_roi-calculator2 .frm_total_formatted {
		 width: 25%;
	}
}

#form_roi-calculator2  #frm_field_34_container .frm_total_formatted {
	max-width: 160px !important;
	padding: 16px 8px;
}



.page-marketing-roi-calculator .anniversary-cta-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-marketing-roi-calculator .anniversary-cta-container h2 {
	margin: 0;
}

.page-marketing-roi-calculator .anniversary-cta-container,
.page-thank-you-roi-calculator .anniversary-cta-container {
	margin: 64px 16px;
}

.page-marketing-roi-calculator .anniversary-cta {
	height: unset;
}

.page-marketing-roi-calculator a.webinar-btn,
.page-thank-you-roi-calculator a.anniversary-btn,
.page-watch-webinar-beyond-devices a.anniversary-btn,
.page-watch-webinar-mining-saas a.anniversary-btn,
.page-watch-webinar-manufacturing-cxos a.anniversary-btn,
.page-watch-webinar-business-growth-strategies-manufacturing a.anniversary-btn,
.page-watch-webinar-commercialization-excellence a.anniversary-btn {
	border-radius: 8px;
	background: var(--Tertiary-Palette-Teal, #248284);
	border: 2px solid var(--Tertiary-Palette-Teal, #248284);
	color: var(--Primary-Palette-White, #FFF);
	text-align: center;
	font-family: "Geomanist Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 85.714% */
	text-transform: uppercase;
	padding: 15px 28px;
}

@media screen and (min-width: 500px){
	.page-marketing-roi-calculator a.webinar-btn {
		padding: 15px 40px;
	}
}

.page-marketing-roi-calculator a.webinar-btn:hover,
.page-thank-you-roi-calculator a.anniversary-btn:hover,
.page-watch-webinar-beyond-devices a.anniversary-btn:hover,
.page-watch-webinar-mining-saas a.anniversary-btn:hover,
.page-watch-webinar-manufacturing-cxos a.anniversary-btn:hover,
.page-watch-webinar-business-growth-strategies-manufacturing a.anniversary-btn:hover,
.page-watch-webinar-commercialization-excellence a.anniversary-btn:hover,{
	border: 2px solid var(--Tertiary-Palette-Teal, #248284);
	background: var(--Secondary-Palette-Aqua-Marine, #84E4C7);
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	text-decoration: none;
}

.page-marketing-roi-calculator a.webinar-btn:active,
.page-thank-you-roi-calculator a.anniversary-btn:active,
.page-watch-webinar-beyond-devices a.anniversary-btn:active,
.page-watch-webinar-mining-saas a.anniversary-btn:active,
.page-watch-webinar-manufacturing-cxos a.anniversary-btn:active,
.page-watch-webinar-business-growth-strategies-manufacturing  a.anniversary-btn:active,
.page-watch-webinar-commercialization-excellence  a.anniversary-btn:active {
	border: 4px solid var(--Tertiary-Palette-Teal, #248284);
}

.page-thank-you-roi-calculator .article-container p,
.page-thank-you-roi-calculator .frm_checkbox label {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
}

.page-thank-you-roi-calculator #body .content-section {
	background-image: url(/wp-content/uploads/2025/04/pace-gradient.png);
	background-repeat: no-repeat;
	background-size: 1400px;
    background-position: top -250px right -450px;
	padding-bottom: 0;
}

.page-thank-you-roi-calculator .roi-header {
	max-width: 794px;
	width: 100%;
	margin: 64px auto 24px;
	gap: 0.5rem;
}

.page-thank-you-roi-calculator .roi-resources-text {
	margin-top: -16px;
}

.page-thank-you-roi-calculator .content-section.content-section--autobg .roi-header h2 {
	margin: 0;
}

.page-thank-you-roi-calculator .roi-two-column {
	margin: 8rem 0;
}

.page-thank-you-roi-calculator .roi-column-text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.page-thank-you-roi-calculator .article-container a {
	color: var(--Primary-Palette-Pace-Purple, #6B29D6);
	font-family: "Geomanist Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
}

.page-thank-you-roi-calculator .roi-resources {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 996px;
		margin: 0 auto;
}

.page-thank-you-roi-calculator .article-container  {
	margin-bottom: 0;
}

.page-thank-you-roi-calculator .thank-you-heading {
	justify-content: space-around;
}

.page-thank-you-roi-calculator .thank-you-heading .thank-you-text {
	max-width: 572px;
	width: 100%;
}

.page-thank-you-roi-calculator .roi-column.webinar-form h3 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Bold";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 144.444% */
	margin: 0;
}

.page-thank-you-roi-calculator .anniversary-cta {
	height: unset;
}

.page-thank-you-roi-calculator .anniversary-cta-container h2 {
	margin: 0;
}

.page-thank-you-roi-calculator .fa-envelope-o:before {
	color: #9e9e9e;
}

@media screen and (min-width: 769px) {
	.page-thank-you-roi-calculator .roi-resources {
		flex-direction: row;
		gap: 60px;
	}
	
	.page-thank-you-roi-calculator .thank-you-heading {
		margin: 0;
	}
}

@media screen and (min-width: 992px){
	
	.page-thank-you-roi-calculator .article-container p,
	.page-thank-you-roi-calculator .article-container a,
	.page-thank-you-roi-calculator .frm_checkbox label {
		font-size: 18px;
		line-height: 27px;
	}
	
	.page-thank-you-roi-calculator .roi-column.webinar-form h3 {
		font-size: 22px;
		line-height: 32px; /* 145.455% */
	}
	
	.page-thank-you-roi-calculator #body .content-section {
		margin-top: 80px;
		padding-top: 0;
	}
	
	.page-thank-you-roi-calculator .roi-header {
		margin-top: 120px;
	}
	
	.page-thank-you-roi-calculator .roi-header h2 {
		margin-top: 0;
	}
	
	.page-thank-you-roi-calculator .roi-two-column {
		margin-top: 80px;
	}
	
	.page-marketing-roi-calculator #body .content-section {
		background-image: url(/wp-content/uploads/2025/04/pace-gradient.png);
		background-repeat: no-repeat;
		background-size: 1300px;
		background-position: top right -450px;
	}
	
	.page-marketing-roi-calculator a.webinar-btn,
.page-thank-you-roi-calculator a.anniversary-btn,
.page-watch-webinar-beyond-devices a.anniversary-btn,
.page-watch-webinar-mining-saas a.anniversary-btn,
.page-watch-webinar-manufacturing-cxos a.anniversary-btn,
.page-watch-webinar-business-growth-strategies-manufacturing a.anniversary-btn,
.page-watch-webinar-commercialization-excellence a.anniversary-btn {
	font-size: 18px;
	line-height: 18px; 

}
	
}

@media screen and (min-width:1200px){
	.page-marketing-roi-calculator .anniversary-cta-container,
	.page-thank-you-roi-calculator .anniversary-cta-container {
		margin: 64px auto;
	}
}


.blog-on-demand-beyond-devices-medtech-that-puts-patient-experience-first .webinar-intro,
.blog-sales-and-marketing-alignment-mining-saas-webinar .webinar-intro,
.blog-market-expansion-insights-for-manufacturing-cxos-webinar .webinar-intro,
.blog-business-growth-strategies-manufacturing-webinar .webinar-intro,
.blog-increase-company-valuation-with-commercialization-excellence .webinar-intro {
	padding-bottom: 6rem;
}


/* Watch Webinar Pages */
.page-watch-webinar-beyond-devices .hero,
.page-watch-webinar-mining-saas .hero,
.page-watch-webinar-manufacturing-cxos .hero,
.page-watch-webinar-business-growth-strategies-manufacturing .hero,
.page-watch-webinar-commercialization-excellence .hero {
	display: none;
}

.page-watch-webinar-beyond-devices .article-container .watch-wrapper,
.page-watch-webinar-mining-saas .article-container .watch-wrapper,
.page-watch-webinar-manufacturing-cxos .article-container .watch-wrapper,
.page-watch-webinar-business-growth-strategies-manufacturing .watch-wrapper,
.page-watch-webinar-commercialization-excellence .watch-wrapper{
	max-width: 996px;
	margin: 40px 16px 0;
}

.webinar-bcm {
	text-transform: uppercase;
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 192.857% */
	letter-spacing: 3px;
	padding: 12px 16px;
	width: 100%;
	max-width: 1440px;
	padding: 12px 16px 0;
	margin: 0 auto;
}

.webinar-bcm a {
	color: var(--Primary-Palette-Pace-Purple, #6B29D6);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 192.857% */
	letter-spacing: 3px;
	text-decoration-line: underline;
}

.webinar-bcm .divider {
	padding: 0 12px;
}

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 24px;
}

.page-watch-webinar-beyond-devices .content-section,
.page-watch-webinar-mining-saas .content-section,
.page-watch-webinar-manufacturing-cxos .content-section,
.page-watch-webinar-business-growth-strategies-manufacturing .content-section,
.page-watch-webinar-commercialization-excellence .content-section  {
	padding: 0;
}

.page-watch-webinar-beyond-devices .grey-section,
.page-watch-webinar-mining-saas .grey-section,
.page-watch-webinar-manufacturing-cxos .grey-section,
.page-watch-webinar-business-growth-strategies-manufacturing .grey-section,
.page-watch-webinar-commercialization-excellence .grey-section {
	border-radius: 24px;
	background: var(--Secondary-Palette-Ice, #F4F4F4);
	padding: 20px;
	margin: 24px 0 0;
	text-align: center;
	font-family: "Geomanist Regular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}

.page-watch-webinar-beyond-devices .grey-section p,
.page-watch-webinar-mining-saas .grey-section p,
.page-watch-webinar-manufacturing-cxos .grey-section p,
..page-watch-webinar-business-growth-strategies-manufacturing .grey-section p,
.page-watch-webinar-commercialization-excellence .grey-section p {
	color: #2B2B2B;
	margin: 0;
	font-size: 20px;
	word-wrap: normal;
}

.page-watch-webinar-beyond-devices .grey-section a,
.page-watch-webinar-mining-saas .grey-section a,
.page-watch-webinar-manufacturing-cxos .grey-section a,
.page-watch-webinar-business-growth-strategies-manufacturing .grey-section a,
.page-watch-webinar-commercialization-excellence .grey-section a {
	color: var(--Primary-Palette-Pace-Purple, #6B29D6);
	font-family: "Geomanist Medium";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
}


.page-watch-webinar-beyond-devices .anniversary-cta,
.page-watch-webinar-mining-saas .anniversary-cta,
.page-watch-webinar-manufacturing-cxos .anniversary-cta,
.page-watch-webinar-business-growth-strategies-manufacturing .anniversary-cta,
.page-watch-webinar-commercialization-excellence .anniversary-cta{
/* 	padding: 64px 0; */
	height: unset;
}

.page-watch-webinar-beyond-devices .anniversary-cta-container,
.page-watch-webinar-mining-saas .anniversary-cta-container,
.page-watch-webinar-manufacturing-cxos .anniversary-cta-container,
.page-watch-webinar-business-growth-strategies-manufacturing .anniversary-cta-container,
.page-watch-webinar-commercialization-excellence .anniversary-cta-container {
	margin: 64px 16px;
}

@media screen and (min-width: 769px){
	.page-watch-webinar-beyond-devices .grey-section,
	.page-watch-webinar-mining-saas .grey-section,
	.page-watch-webinar-manufacturing-cxos .grey-section,
	.page-watch-webinar-business-growth-strategies-manufacturing .grey-section,
	.page-watch-webinar-commercialization-excellence .grey-section  {
		padding: 40px;
	}
	
	.page-watch-webinar-beyond-devices .anniversary-cta-container,
	.page-watch-webinar-mining-saas .anniversary-cta-container,
	.page-watch-webinar-manufacturing-cxos .anniversary-cta-container,
	.page-watch-webinar-business-growth-strategies-manufacturing .anniversary-cta-container,
	.page-watch-webinar-commercialization-excellence .anniversary-cta-container {
		margin: 120px auto;
	}
	
	.page-watch-webinar-beyond-devices #body,
	.page-watch-webinar-mining-saas #body,
	.page-watch-webinar-manufacturing-cxos #body,
	.page-watch-webinar-business-growth-strategies-manufacturing #body,
	.page-watch-webinar-commercialization-excellence #body  {
		background-size: 1780px;
        background-position: left -400px bottom -450px;
	}
}

@media screen and (min-width: 992px){
	.webinar-bcm {
		padding: 12px 120px 0;
	}
	
	.page-watch-webinar-beyond-devices .article-container .watch-wrapper,
	.page-watch-webinar-mining-saas .article-container .watch-wrapper,
	.page-watch-webinar-manufacturing-cxos .article-container .watch-wrapper,
	.page-watch-webinar-business-growth-strategies-manufacturing .watch-wrapper,
	.page-watch-webinar-commercialization-excellence .watch-wrapper{
		margin: 80px auto 0;
	}
	
}


/* Remove default appearance for consistency */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}

/*----------------------------------
  Chrome/Safari/Edge
----------------------------------*/
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #84E4C7 0%, #6B29D6 100%);
  border-radius: 4px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #6B29D6;
  border: 1px solid white;
  border-radius: 0;
  transform: rotate(45deg);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
  margin-top: -4px; /* Align thumb to center of track */
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid white;
}

/*----------------------------------
  Firefox
----------------------------------*/
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #84E4C7 0%, #6B29D6 100%);
  border-radius: 4px;
}

input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #6B29D6;
  border: 1px solid white;
  border-radius: 0;
  transform: rotate(45deg);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}

/*----------------------------------
  Internet Explorer / Edge Legacy
----------------------------------*/
input[type="range"]::-ms-track {
  width: 100%;
  height: 10px;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 4px;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: #eee;
  border-radius: 4px;
}

input[type="range"]::-ms-thumb {
  width: 14px;
  height: 14px;
  background: #6B29D6;
  border: 1px solid white;
  border-radius: 0;
  transform: rotate(45deg);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}

.duplicate-form-error {
	display: flex;
	flex-direction: column;
}


.cpt-webinar .content-section.content-section--autobg .anniversary-cta-container h2 {
	margin-top: 0;
}

.infographic-section {
	display: flex;
	justify-content: center;
	width: 100% !important;
}

.wp-image-5269 {
	max-width: 798px;
	margin: 22px auto 24px;
}

#field_djlax2_label {
	display: none;
}

/* ROI CALCULATOR V2 */

.page-marketing-roi-calculator .content-section.content-section--autobg {
	padding-top: 40px;
}

.page-marketing-roi-calculator .content-section.content-section--autobg h2 {
	margin-bottom: 8px;
}

.roi-column:first-of-type {
	margin: 18px 16px 0;
}

.roi-column:last-of-type {
	margin: 0 16px;
}

.page-marketing-roi-calculator strong {
	font-family: "Geomanist Medium";
}

.start-calculating {
	margin: 0;
}

.calculator-section {
	border-radius: 16px;
	background: white;
	box-shadow: 0 2px 8px 0 rgba(43, 43, 43, 0.12);	
	margin: 0;
}

.calculator-section.frm12 {
	width: unset !important;
}

.frm_style_formidable-style.with_frm_style #form_groi-calculator.frm-show-form .frm_section_heading h3[class*="frm_pos_"]{
	display: none;
}

.with_frm_style #form_groi-calculator .calculator-section .frm_required {
	 display: none;
}

.with_frm_style #form_groi-calculator .calculator-section .frm_top_container .frm_primary_label, 
.with_frm_style #form_groi-calculator  .frm_hidden_container .frm_primary_label, 
.with_frm_style #form_groi-calculator  .frm_pos_top {
	font-family: "Geomanist Medium";
	color: #2B2B2B;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 150% */
}

.frm_style_formidable-style.with_frm_style .calculator-section .frm_form_field {
	display: flex;
	flex-direction: column;
	padding: 16px;
	margin: 0;
}

.calculator-section .frm_form_field:not(:first-of-type) {
	border-top: 2px solid var(--Secondary-Palette-Ice, #F4F4F4);
}

.frm_style_formidable-style.with_frm_style .calculator-section .frm_form_field .frm_description {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin: 0 0 16px;
}

.calculator-section input {
	text-align: right;
	color: #2B2B2B !important;
	
}

.calculator-section .frm_form_field .frm_input_group input,
.calculator-section .average-deal-contract-value input,
.calculator-section .purchase-or-renewal-frequency input,
.calculator-section .customer-retention-period input,
.calculator-section .sales-cycle-length input {
	border-radius: 8px;
	background: #F4F4F4;
	border: 0;
	font-size: 18px !important;
	line-height: 26px !important; 
	height: 62px;
}


.frm_style_formidable-style.with_frm_style .form-field:not(.result-field) input:not([type=file]):not([type=range]):not([readonly]):focus {
	background-color: #f4f4f4;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus {
	border-color: unset;
}

.calculator-section .number-of-customers-you-acquired input {
	border-radius: 8px;
	border: 0;
	font-size: 18px;
	line-height: 26px; 
}

.calculator-section .frm_form_field.result-field {
	background-color: #f4f4f4;
	border-top: 2px solid #FFF;
}

.calculator-section .frm_form_field.result-field input {
	font-family: "Geomanist Medium";
}

.calculator-section .frm_form_field.result-field input,
.calculator-section .your-customer-acquisition-cost .frm_total_formatted,
.calculator-section .your-topline-gross-roi .frm_total_formatted,
.calculator-section .your-marketing-spend-ratio .frm_total_formatted {
	background: white;
	width: 100%;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.calculator-section .your-customer-acquisition-cost .frm_total_formatted,
.calculator-section .your-topline-gross-roi .frm_total_formatted,
.calculator-section .your-marketing-spend-ratio .frm_total_formatted {
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 18px;
	line-height: 26px;
	text-align: right;
	font-family: "Geomanist Medium";
}

.calculator-section .purchase-or-renewal-frequency input, 
.calculator-section .customer-retention-period input,
.calculator-section .sales-cycle-length input {
	width: 100%;
}

.calculator-section .frm_error, .calculator-section .frm_limit_error {
	margin: 0 24px 16px;
}

.with_frm_style .frm_input_group input + .frm_inline_box {
	border-color: white;
	color: #2B2B2B;
	box-shadow: unset;
	padding: 0 8px 0 0;
	font-family: "Geomanist Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 144.444% */
	
}

.with_frm_style .gross-margin .frm_input_group input + .frm_inline_box {
	border-color: #f4f4f4;
	background: #f4f4f4;
	box-shadow: unset;
	
}

.details-section {
	padding: 24px;
	border-radius: 16px;
	background: white;
	border: 4px solid #F4F4F4;
}

.details-section strong {
	font-size: 18px;
	line-height: 26px;
}

.details-section #frm_field_116_container p {
	margin-top: 0;
	margin-bottom: 12px;
}

.details-section #frm_field_110_container {
	margin-bottom: 12px;
}

.with_frm_style .details-section .frm_primary_label {
	 font-size: 16px;
}

.details-section input[type=text], .details-section input[type=email] {
	border: 1px solid #2B2B2B !important;
	height: 53px;
	line-height: 24px;
	font-size: 16px;
}

.details-section input[type=text]::placeholder {
	font-size: 11px;
}


.with_frm_style .details-section .frm_submit.frm_flex button,
.page-marketing-roi-calculator a.webinar-btn,
.page-thank-you-roi-calculator a.webinar-btn {
	border: 2px solid #248284;	
	text-decoration: none;
}

.with_frm_style .details-section .frm_submit.frm_flex button:hover,
.page-marketing-roi-calculator a.webinar-btn:hover,
.page-thank-you-roi-calculator a.webinar-btn:hover{
	border: 2px solid #248284;
	background: #84E4C7;
	color: #2B2B2B;
}


.with_frm_style .details-section .frm_submit.frm_flex button:active,
.page-marketing-roi-calculator a.webinar-btn:active,
.page-thank-you-roi-calculator a.webinar-btn:active {
	border: 4px solid #248284;
	background: #84E4C7;
}


#form_groi-calculator .details-section .frm_checkbox label,
#form_groi-calculator .frm_form_fields fieldset a {
	font-size: 16px !important;
	line-height: 24px !important;
	font-family: "Geomanist Regular";
}

#frm_field_117_container,
#frm_field_78_container {
	margin: 0;
}

.frm_style_formidable-style.with_frm_style .make-every-dollar-count .form-field {
	margin: 64px 0 40px;
	text-align: center;
}

.roi-column .make-every-dollar-count p {
	font-size: 18px;
	line-height: 26px; 
}

.details-section #frm_field_108_container strong {
	font-size: 18px;
}

.page-marketing-roi-calculator .content-section.content-section--autobg h3,
.page-marketing-roi-calculator .content-section.content-section--autobg h2 {
	margin-top: 0;
	color: #2B2B2B;
}

.with_frm_style .details-section .frm_submit.frm_flex button {
	width: 100%;
	border-radius: 8px;
	background: #248284;
	border-color: #248284;	
	color: white;
	font-family: "Geomanist Medium";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	text-transform: uppercase;
	padding: 15px 22px;
}

.turn-results {
	padding: 0 24px 24px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	border: 4px solid #F4F4F4;
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin: 64px 16px 0;
}

.turn-results-container {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.turn-results-container p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	margin-top: 0;
	margin-bottom: 24px;
	color: #2B2B2B;
}

.page-marketing-roi-calculator a.webinar-btn,
.page-thank-you-roi-calculator a.webinar-btn {
	display: block;
	width: 100%;
	padding: 10px 28px;
}


#form_groi-calculator .frm_form_field.what-youll-get .frm_form_field img {
	display: none;
}

.frm_style_formidable-style.with_frm_style .what-youll-get .form-field {
	margin-bottom: 24px;
}

.roi-column ul li {
	margin-left: 0;
	padding-left: 32px;
}

.roi-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin-left: 8px;
}

.roi-tooltip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 11C8.53867 11 11 8.53873 11 5.5C11 2.46127 8.53873 0 5.5 0C2.46127 0 0 2.46149 0 5.5C0 8.53851 2.46127 11 5.5 11ZM6.10768 8.20442H4.89232V4.80116H6.10768V8.20442ZM5.5 2.79558C5.83427 2.79558 6.10768 3.06901 6.10768 3.40326C6.10768 3.73753 5.83425 4.01094 5.5 4.01094C5.16575 4.01094 4.89232 3.73751 4.89232 3.40326C4.89232 3.069 5.16575 2.79558 5.5 2.79558Z' fill='%232B2B2B'/></svg>");
}


.roi-tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 150px;
  border-radius: 8px;
  background: #F4F4F4;
  color: #2B2B2B;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 10px;
  position: absolute;
  bottom: calc(100% + 4px); 
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  pointer-events: auto; 
  z-index: 999;
  filter: drop-shadow(0 2px 8px rgba(43, 43, 43, 0.12));
/*   text-align: center; */
  word-break: break-word;
  white-space: normal;
}


.roi-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.roi-tooltip-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: -18px 12px 0 0;
}

.roi-tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}


#form_groi-calculator .frm_form_fields fieldset .roi-tooltip .tooltip-text a {
	font-size: 14px !important;
	line-height: 18px !important; 
}


#form_groi-calculator #frm_field_118_container {
	margin-top: 20px;
}

@media screen and (min-width: 600px){
	.details-section input[type=text]::placeholder {
		font-size: 16px;
	}
}

@media screen and (min-width: 992px){
	.calculator-section,
	.start-calculating,
	.frm_style_formidable-style.with_frm_style .make-every-dollar-count .form-field {
		margin: 0;
	}
	
	.calculator-section {
		margin-bottom: 100px !important;	
	}
	
	.turn-results {
		flex-direction: row;
		text-align: left;
		padding: 80px 40px;
		gap: 40px;
		margin: 120px 0 0;
	}
	
	.turn-results img {
		width: 344px;
		height: 232.889px;
	}
	
	.turn-results .heading-2 {
		text-align: left;
	}
	
	p.btn-container {
    	margin-top: 40px;
	}
	
	.with_frm_style #form_groi-calculator .calculator-section .frm_top_container .frm_primary_label, 
	.with_frm_style #form_groi-calculator  .frm_hidden_container .frm_primary_label, 
	.with_frm_style #form_groi-calculator  .frm_pos_top {
		font-size: 18px;
	}
	
	.frm_style_formidable-style.with_frm_style .calculator-section .frm_form_field .frm_description {
		font-size: 16px;
	}


	
	#form_groi-calculator .calculator-section  .frm_form_field {
		flex-direction: row;		
		justify-content: space-between;
		align-items: center;
		padding: 24px;
	}
	
	
	#form_groi-calculator .calculator-section  .label-desc-wrapper {
		width: 470px !important;
	}


	.with_frm_style #form_groi-calculator .frm_input_group.frm_with_box {
		width: unset !important;
	}
	
	#form_groi-calculator .frm_form_field.make-every-dollar-count .frm_form_field {
		text-align: center;
		position: absolute;
		width: 100%;
		left: 0;
		display: flex !important;
		flex-direction: column !important;
		gap: 8px;
		margin-top: -20px;
	}
	
	.calculator-section .frm_form_field.result-field input,
	.calculator-section .your-customer-acquisition-cost .frm_total_formatted,
	.calculator-section .your-topline-gross-roi .frm_total_formatted,
	.calculator-section .your-marketing-spend-ratio .frm_total_formatted,
	.calculator-section .frm_form_field .frm_input_group input,
	.calculator-section .average-deal-contract-value input,
	.calculator-section .purchase-or-renewal-frequency input,
	.calculator-section .customer-retention-period input,
	.calculator-section .sales-cycle-length input {
		width: 148px !important;
	}	
	
	#form_groi-calculator .frm_form_field.make-every-dollar-count .frm_form_field p{
		max-width: 996px;
		margin: 0 auto; 
	} 
	
	.roi-column .make-every-dollar-count p {
		font-size: 20px;
		line-height: 30px;
	}
	
	#form_groi-calculator .frm_form_field.what-youll-get .frm_form_field {
		position: absolute;
		bottom: 290px;
		left: 0;
		max-width: 384px;
		margin: 32px 0 0;
	}
	
	#form_groi-calculator .frm_form_field.what-youll-get .frm_form_field img {
		display: block;
	}
	
	.details-section #frm_field_116_container strong {
		font-size: 22px;
	}
	
	.with_frm_style .details-section .frm_primary_label {
	 	font-size: 18px;
	}
	
	.details-section {
		margin-top: 185px;
	}
	
	.details-section .frm_primary_label {
		color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px; 
		margin-bottom: 0;
	}
	
	.details-section #frm_field_110_container p:last-of-type {
		margin-bottom: -10px;
	}
	
	.details-section #frm_field_108_container {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	
	.page-marketing-roi-calculator .anniversary-cta-container {
		margin-top: 120px;
	}
	
	.frm_style_formidable-style.with_frm_style .calculator-section .frm_form_field .frm_description {
		margin: 0;
	}
	
	.turn-results-container p {
		font-size: 18px;
		line-height: 27px;
	}
	
	.page-marketing-roi-calculator a.webinar-btn,
	.page-thank-you-roi-calculator a.webinar-btn {
		width: fit-content;
		padding: 15px 40px;
	}
	
	.page-marketing-roi-calculator p.btn-container {
		margin: 0;
	}
	
	.roi-tooltip-container {
		display: inline-block;
	}
	
}

@media screen and (min-width: 1200px){
	#form_groi-calculator .calculator-section  .frm_form_field > label {
		max-width: 470px;
		width: 100%;
	}
}

/* ROI CALCULATOR THANK YOU PAGE V2 */
.page-thank-you-roi-calculator .thank-you-heading {
	margin: 0; 
	padding: 24px;
}

.page-thank-you-roi-calculator .roi-header {
	width: unset;
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius: 24px;
	border: 4px solid #F4F4F4;
	background: white;
	margin: 64px 0 24px;
	padding: 24px;
}

.page-thank-you-roi-calculator .thank-you-heading .thank-you-text p {
	margin-top: 16px;
}

.page-thank-you-roi-calculator .content-section.content-section--autobg .roi-header h2 {
	margin-bottom: 6px;
}

.page-thank-you-roi-calculator .roi-header img {
	width: 140px;
}

.page-thank-you-roi-calculator .roi-resources-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.page-thank-you-roi-calculator .roi-header .roi-resources-text p {
	text-align: left !important;
}

.page-thank-you-roi-calculator .anniversary-cta-container {
	margin: 48px 16px;
}

@media screen and (min-width: 769px){
	.page-thank-you-roi-calculator .article-container {
		max-width: unset;
	}
	
	.page-thank-you-roi-calculator .roi-header {
		flex-direction: row;
		align-items: flex-start;
		width: 100%;
		max-width: 1200px;
	}
	
	.page-thank-you-roi-calculator .roi-resources-wrapper {
		gap: 28px;
	}
	
	.page-thank-you-roi-calculator .content-section.content-section--autobg .roi-header h2,
	.page-thank-you-roi-calculator .roi-header p {
		text-align: left;
	}
}

@media screen and (min-width: 992px){
	.page-thank-you-roi-calculator .thank-you-heading {
		margin: 0 auto;
		width: 100%;
		max-width: 996px;
		padding: 80px 102px;
	}
	
	.page-thank-you-roi-calculator .thank-you-heading .thank-you-text p {
		font-size: 18px;
		line-height: 27px;
	}
	
	.page-thank-you-roi-calculator .roi-header img {
		width: 180px;
	}
	
	.page-thank-you-roi-calculator .roi-header {
		margin: 120px auto 0;
		justify-content: space-between;
		max-width: 1200px;
		padding: 80px 102px;	
	}
	
	.page-thank-you-roi-calculator .roi-resources-wrapper {
		gap: 0px;
	}
	
	.roi-resources-wrapper {
		max-width: 690px;
	}
	
	
	.page-thank-you-roi-calculator .anniversary-cta-container {
		margin: 120px auto;
	}
	
	.page-thank-you-roi-calculator .roi-resources-text p {
		margin: 16px 0;
	}
}

/* Video & Animation Case Studies */
.case-study-video {
	margin: 40px 16px 0;	
	font-family: "Geomanist Regular";
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.video-work-header {
	display: flex;
	flex-direction: column;
	gap: 64px;
	text-align: center;
}

.case-study-video aside {
	margin-bottom: 40px;
}

.case-study-video aside .heading-4 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 18px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 26px; /* 144.444% */
	margin-bottom: 24px;
}

.case-study-video aside .aside-text {
	color: var(--primary-shades-50-creative-charcoal, #959595);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin: 0;
}

.video-work-header h1 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px; /* 116.667% */
	margin: 0;
}

.video-work-header h2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; /* 122.222% */
	margin: 0;
}

.case-study-video .heading-3 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Book" !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 136.364% */
	margin: 0;
}

.video-work-content-container {
	max-width: 100%;
}

.video-work-content p {
	color: #2B2B2B;
}

.video-container {
    width: 100%;
}

.video-container .iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

.video-container .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-carousel .swiper-button-next,
.video-carousel .swiper-button-prev {
     display: none;
}


.case-study-video {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.case-study-video .video-container {
	margin-top: 24px;
	width: 100%;
	max-width: 588px;
}

.case-study-video .video-container iframe {
	border-radius: 16px;
}

.video-title {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	text-align: center;
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	border-radius: 8px;
	background: var(--Secondary-Palette-Ice, #F4F4F4);
	padding: 8px 24px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
}

/* Swiper pagination container */
.video-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

/* Swiper pagination bullets */
.video-carousel .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: #E9DFF9; 
    opacity: 1; 
}

/* Active bullet */
.video-carousel .swiper-pagination-bullet-active {
    background-color: #6B29D6; 
}

/* Hide arrows completely when Swiper locks navigation */
.video-carousel .swiper-button-lock {
    display: none !important;
}


/* Previous arrow */
.video-carousel .swiper-button-prev {
    width: 47px;
    height: 50px;
    background: url('data:image/svg+xml;utf8,<svg width="47" height="50" viewBox="0 0 47 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 3L22 25L44 47" stroke="%232B2B2B" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
	margin-top: -70px;
}

/* Next arrow (flipped horizontally) */
.video-carousel .swiper-button-next {
    width: 47px;
    height: 50px;
    background: url('data:image/svg+xml;utf8,<svg width="47" height="50" viewBox="0 0 47 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 3L22 25L44 47" stroke="%232B2B2B" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
	margin-top: -70px;
}

/* Hide default Swiper arrows */
.video-carousel .swiper-button-next::after,
.video-carousel .swiper-button-prev::after {
    display: none;
}

.video-recommended-case-studies h2 {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Medium";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; /* 122.222% */
	text-align: center;
	margin-bottom: 32px;
}

.recommended-cs-grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.recommended-cs-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.recommended-cs-thumbnail img {
	width: 100%;
	border-radius: 16px
}

.recommended-cs-title {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 136.364% */
	margin: 0;
}

.recommended-cs-excerpt {
	color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);
	font-family: "Geomanist Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.recommended-cs-title,
.recommended-cs-link {
    transition: color 0.25s ease;
}

.recommended-cs-thumbnail img {
    transition: box-shadow 0.25s ease;
}


.recommended-cs-card:hover .recommended-cs-title,
.recommended-cs-card:hover .recommended-cs-title-link {
    color: #6B29D6 !important;
    text-decoration: none;
}

.recommended-cs-card:hover .recommended-cs-thumbnail img {
    box-shadow: 0px 2px 8px rgba(43, 43, 43, 0.12);
}


.recommended-cs-link {
	color: var(--Tertiary-Palette-Teal, #248284) !important;
	font-family: "Geomanist Medium";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.recommended-cs-link:hover {
	color: #6B29D6 !important;
}

.cpt-case_study .anniversary-cta-container {
	gap: 0;
}

.cpt-case_study .anniversary-cta-container h2 {
	margin-top: 0;
}

.cpt-case_study a.anniversary-btn,
.cpt-case_study a.anniversary-btn:focus {
	background: var(--Tertiary-Palette-Teal, #248284);
	border: 2px solid var(--Tertiary-Palette-Teal, #248284);
}

.cpt-case_study a.anniversary-btn:hover {
	border-radius: 8px;
	border: 2px solid var(--Tertiary-Palette-Teal, #248284);
	background: var(--Secondary-Palette-Aqua-Marine, #84E4C7);
	text-decoration: none;
	color: black;
}

.cpt-case_study a.anniversary-btn:active {
	border-radius: 8px;
	border: 4px solid var(--Tertiary-Palette-Teal, #248284);
	background: var(--Secondary-Palette-Aqua-Marine, #84E4C7);
	text-decoration: none;
	color: black;
}

@media screen and (min-width: 480px){
	.video-work-header {
		margin: 0 auto;
	}
}

@media screen and (min-width: 769px){
	 .video-carousel .swiper-button-next,
    .video-carousel .swiper-button-prev {
        display: block;
    }
	
	.case-study-video .video-container {
		margin: 24px auto 0;
	}
	
	.recommended-cs-grid {
		flex-direction: row;
	}
	
		
	.recommended-cs-card {
		width: 50%;
	}
	
}

@media screen and (min-width: 1200px){
	.video-work-header h1 {
		font-size: 70px;
		font-weight: 500;
		line-height: 70px; /* 100% */	
	}
	
	.video-work-header,
	.case-study-video {
		gap: 120px;
	}
	
	.case-study-video {
		margin-top: 80px; 
	}
	
	.video-work-content-container {
		display: flex;
		margin: 0 auto;
	}
	
	.case-study-video aside {
		width: 384px;
	}
	
	.video-work-content {
		width: 792px;
	}
	
	.video-recommended-case-studies {
		padding-top: 120px;
	}
	
	.video-recommended-case-studies h2 {
		color: var(--Primary-Palette-Creative-Charcoal, #2B2B2B);	
		font-family: "Geomanist Medium";
		font-size: 45px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px; /* 133.333% */
		margin-bottom: 72px;
	}
	
	.recommended-cs-grid {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.recommended-cs-card {
		width: 588px;
		gap: 24px;
	}
	
	.recommended-cs-thumbnail img {
		height: 340px;
	}
	
	.recommended-cs-title {
		font-size: 26px;
		line-height: 31px; 
	}

	.recommended-cs-excerpt {
		font-size: 18px;
		line-height: 27px;
	}

	.recommended-cs-link {
		font-size: 18px;
		line-height: 27px; 
	}

	
}