/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset
-------------------------------------------------------------- */
.header {
	background-color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	border-bottom: solid 1px #303C42;
}

.header li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s;
	border-right: 1px solid #fff;
	line-height: 10px;
	padding: 0px 15px !important;
	/* background-color: transparent !important; */
}

.header li:last-child a {
	border-right: 0px solid #fff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
}

.header li.current_page_item a,
.header li.current-menu-parent>a,
.header li a:hover {
	color: #00a5b6;
	background: none;
	outline: none !important;
}

.header .navbar-nav {
	margin-right: 240px;
}

.btn-primary {
	background: #00a5b6;
	border: 2px solid #00a5b6 !important;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	padding: 5px 22px;
	transition: all .3s;
}

.btn-primary:hover {
	background: transparent;
}

.btn-primary-outline {
	background: transparent;
	border: 2px solid #00a5b6 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	padding: 5px 22px;
	transition: all .3s;
}

.btn-primary-outline:hover {
	background: #00a5b6;
}

.header .right-box {
	position: absolute;
	right: 15px;
	top: 26px;
}

.header .right-box a {
	margin-right: 5px;
}

.position-relative {
	position: relative;
}

.navbar-brand {
	height: auto;
	padding: 15px 0 0 0;
}

.bg-red {
	background: #cf102d;
}

.bg-yellow {
	background: #d8c826;
}

.bg-blue {
	background: #0096aa;
}

.bg-gray {
	background: #dacab4;
}

.bg-dark {
	background: #000;
}

.bg-dark-gray {
	background: #303c42;
}

.border-red {
	border-color: #cf102d !important;
}

.border-yellow {
	border-color: #d8c826 !important;
}

.border-blue {
	border-color: #0096aa !important;
}

.border-gray {
	border-color: #dacab4 !important;
}

.border-gray {
	border-color: #dacab4 !important;
}

.border-dark-gray {
	border-color: #303c42 !important;
}

.border-white {
	border-color: #fff !important;
}

.footer .py-2 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer h2 {
	font-size: 24px;
	color: #303c42;
}

.footer h3 a {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer hr {
	width: 100%;
	background-color: #303c41;
	margin: 14px 0;
}

.footer .post-date {
	font-size: 15px;
	color: #000000;
	font-style: italic;
}

.footer .more-news {
	font-size: 20px;
	font-weight: 600;
	margin-top: 45px;
	display: block;
}

.footer p {
	font-size: 15px;
	font-weight: 600;
	margin: 20px 0;
	color: #000000;
	line-height: 25px;
}

.footer .contact-col {
	padding-left: 70px;
}

.footer .big-text {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin: 23px 0 40px 0;
	display: table;
}

.secondary_footer .contact-col {
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-right: solid 1px #303C42;
	height: 110px;
}

.contact-col.d-flex {
	justify-content: center;
}

.secondary_footer .big-text {
	margin: 0;
}

.footer a.facebook {
	background: url(images/social-icons-map-small.png) no-repeat 0px 0px;
	display: inline-block;
	width: 39px;
	height: 39px;
}

.footer a.twitter {
	background: url(images/social-icons-map-small.png) no-repeat -54px 0px;
	display: inline-block;
	width: 39px;
	height: 39px;
}

.footer a.linkedin {
	background: url(images/social-icons-map-small.png) no-repeat -166px 0px;
	display: inline-block;
	width: 39px;
	height: 39px;
}

.footer .copyright-row {
	background: #313c41;
	padding-top: 12px;
	padding-bottom: 12px;
}

.w-100 {
	width: 100%;
}

.px-0 {
	padding-right: 0;
	padding-left: 0;
}

.home-links-row {
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-links-row .first_col {
	padding-left: 60px;
}

.home-links-row h3 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
}

.home-links-row a {
	border-right: 1px solid #000;
	padding: 0 10px;
	display: inline-block;
	line-height: 14px;
	margin-bottom: 10px;
}

.home-links-row a:nth-child(2) {
	padding-left: 0;
}

.home-links-row a:last-child {
	border-right: 0;
}

.simpli-platform-row {
	padding-top: 100px;
	padding-bottom: 100px;
}

.simpli-platform-row h2 {
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 60px;
}

.simpli-platform-row p {
	color: #fff;
	font-size: 18px;
}

.simpli-platform-row hr {
	height: 2px;
}

.float-none {
	float: none;
}

.mx-auto {
	margin: auto;
}

.all-in-one {
	padding-top: 70px;
	padding-bottom: 70px;
}

.all-in-one {
	color: #fff;
}

.all-in-one p {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 18px;
}

.all-in-one li {
	font-size: 17px;
	padding: 10px 0;
}

.all-in-one ul {
	list-style: inherit;
}

.all-in-one .circle {
	width: 374px;
	height: 374px;
	background-position: center;
	background-image: url(images/color-circle.png);
	display: flex;
}

.align-items-center {
	align-items: center;
}

.all-in-one .row {
	display: flex;
}

.all-in-one .circle h3 {
	padding-left: 26px;
	width: 75%;
	margin: auto;
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 35px;
}

.all-in-one .circle h3 span {
	font-weight: 700;
}

.omni-Channel-row {
	padding-top: 100px;
	padding-bottom: 120px;
}

.omni-Channel-row h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 400;
}

.omni-Channel-row .inner {
	border: 2px solid #2f3b42;
	padding: 55px 55px 0 45px;
	border-radius: 25px;
	height: auto;
	margin-top: 55px;
}

.omni-Channel-row .inner h3 {
	font-size: 30px;
	color: #fff;
	background: #000;
	padding: 0 20px 0 20px;
	width: max-content;
	margin: -75px auto 50px auto;
}

.omni-Channel-row .inner .circle {
	width: 122px;
	line-height: 115px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid;
	margin: auto;
}

.omni-Channel-row .inner .circle-box img {
	transition: all .3s;
}

.omni-Channel-row .inner .circle-box {
	margin-bottom: 35px;
}

.omni-Channel-row .inner .circle-box:hover img {
	/* transform: scale(.9) translateY(-25%); */
}

.omni-Channel-row .inner p {
	font-size: 21px;
	color: #fff;
	margin-top: 15px;
}

.omni-Channel-row .texts {
	font-size: 26px;
	color: #fff;
	background: #000;
	padding: 0 20px 0 20px;
	width: max-content;
	margin: auto;
	position: relative;
	top: 12px;
}

.omni-Channel-row .texts span {
	border-right: 2px solid #fff;
	line-height: 25px;
	display: inline-block;
	padding: 0 12px;
}

.omni-Channel-row .texts span:last-child {
	border-right: 0px solid #fff;
}

.performance-row {
	background-image: url(images/section5background.jpg);
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.performance-row h2 {
	color: #fff;
	font-size: 29px;
	line-height: 35px;
}

.performance-row hr {
	margin-left: 0;
	margin-right: 0;
	height: 2px;
}

.performance-row h3 {
	color: #fff;
	font-size: 20px;
}

.performance-row ul {
	color: #fff;
	font-size: 17px;
	list-style: inherit;
	padding: 0 30px;
}

.performance-row ul li {
	padding: 8px 0;
	font-size: 17px;
	line-height: 1.2;
}

.solutions-row {
	padding-top: 100px;
	padding-bottom: 100px;
}

.solutions-row h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 35px;
}

.solutions-row .box {
	border: 1px solid;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 486px;
}

.solutions-row h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
}

.solutions-row p {
	line-height: 22px;
	color: #fff;
}

.hero-banner {
	background-image: url(images/hero.jpg);
	background-size: cover;
	height: 600px;
	display: flex;
	align-items: center;
	background-position: center;
}

.hero-banner .container {
	margin-bottom: 50px;
}

.hero-banner .text-box {
	background-image: url(images/herotext-bg.png);
	background-repeat: no-repeat;
	width: 680px;
	height: 245px;
	background-position: left 6px center;
	background-size: 625px;
}

.hero-banner h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
}

.hero-banner p{
	color:#fff;
	font-size: 18px;
}

.hero-banner h2 span {
	display: block;
	line-height: 61px;
}

.hero-banner h2 span:nth-child(2) {
	padding-left: 80px;
}

.hero-banner h2 span:nth-child(3) {
	padding-left: 150px;
}

.hero-banner h2 span:nth-child(4) {
	padding-left: 165px;
	font-size: 19.3px;
	letter-spacing: 0px;
	line-height: 61px;
}

@media screen and (max-width:991px) {
	.hero-banner {
		height: 70vh;
	}

	.performance-row {
		min-height: auto;
	}

	.omni-Channel-row .inner h3 {
		font-size: 25px;
		margin: -69px auto 50px auto;
	}

	.home-links-row h3 {
		margin-top: 12px;
	}

	.home-links-row {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}

	.footer .contact-col {
		padding-left: 0px;
		padding-top: 50px;
	}

	.header .container {
		width: auto;
	}

	.header .right-box {
		right: 80px;
		top: 12px;
	}

	.navbar {
		min-height: auto;
		margin-bottom: 0;
	}

	.navbar-brand {
		padding: 4px 0 0 0;
	}

	.navbar-toggle {
		margin-right: 20px;
		margin-top: 15px;
		padding: 0;
	}

	.header li a {
		border-right: 0px solid #fff;
		border-bottom: 1px solid #fff;
		line-height: normal;
		padding: 12px 15px !important;
	}

	.header .navbar-nav {
		margin-right: 0;
	}
}

@media screen and (max-width:767px) {
	.hero-banner {
		height: 40vh;
	}

	.hero-banner .text-box {
		background: none;
	}

	.hero-banner .text-box {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		padding-top: 125px;
	}

	.hero-banner {
		text-align: center;
	}

	.hero-banner h2 span:nth-child(2),
	.hero-banner h2 span:nth-child(3),
	.hero-banner h2 span:nth-child(4) {
		padding-left: 0;
	}

	.hero-banner h2 span {
		display: inline !important;
		line-height: 2 !important;
	}

	.solutions-row {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.solutions-row .box {
		padding: 20px;
		min-height: auto;
	}

	.all-in-one .row {
		display: block;
	}

	.all-in-one .circle {
		margin-bottom: 45px;
	}
}

@media screen and (max-width:710px) {
	.omni-Channel-row .inner h3 {
		font-size: 18px;
		margin: -69px auto 40px auto;
		width: 70%;
		padding: 0 0px 0 0px;
	}

	.omni-Channel-row .texts {
		font-size: 18px;
		width: 90%;
		top: 20px;
	}

	.omni-Channel-row .texts span {
		line-height: 0px;
		padding: 7px;
		margin: 8px 0;
	}

	.omni-Channel-row {
		padding-top: 60px;
	}

	.omni-Channel-row .inner {
		padding: 55px 20px 0 20px;
	}
}

@media screen and (max-width:545px) {
	.hero-banner h2 {
		font-size: 18px;
	}

	.hero-banner h2 span {
		line-height: 2 !important;
	}

	.omni-Channel-row .texts {
		width: 100%;
	}

	.omni-Channel-row .inner h3 {
		width: 90%;
	}

	.omni-Channel-row h2 {
		font-size: 30px;
	}

	.all-in-one .circle {
		width: 300px;
		height: 300px;
		background-size: cover;
	}

	.all-in-one .circle h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.simpli-platform-row h2 {
		font-size: 22px;
		margin-bottom: 40px;
		line-height: 32px;
	}

	.header .right-box {
		position: static;
		text-align: center;
		margin: auto;
		padding: 20px 0 10px 0;
	}

	.header .right-box a {
		margin: 0 5px;
	}

	.header {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width:400px) {
	.omni-Channel-row .texts {
		padding: 0 10px 0 10px;
		width: 100%;
	}
}

/* Clearfix */
.clearfix:after,
.clearfix:before {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix {
	clear: both;
}

body {
	font-size: 16px;
	/*font-size: 1rem;*/
	font-family: 'Source Sans Pro', sans-serif;
	text-rendering: optimizeLegibility;
	color: #303c41;
	line-height: 1;
}

ol li,
ul li {
	margin-bottom: 10px;
	line-height: 1.5;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sintony', sans-serif;
	/* text-transform: uppercase; */
}

h2 {
	font-weight: bold;
	font-size: 18px;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

del {
	color: #333;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

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

.placeholder {
	color: #aaa;
}

.hide {
	display: none;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */
.content-protector-access-form .content-protector-password {
	width: 180px;
}

.content-protector-access-form .content-protector-form-submit {
	background-color: #d81f37 !important;
	font-family: 'Sintony', sans-serif !important;
	font-size: 19px !important;
	font-size: 1.35714286rem !important;
	font-weight: normal !important;
	background-image: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	line-height: 1 !important;
	padding: 4px 24px !important;
	padding: 0.28571429rem 1.71428571rem !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.case-study-hover {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.case-study-hover .slide {
	height: 100%;
	width: 100%;
	top: 100%;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	background: #e65046;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	opacity: 0.9;
	text-align: left;
}

.case-study-hover a,
.case-study-hover a:hover {
	color: #fff;
	font-weight: 16px;
	text-transform: uppercase;
	background: url('images/more-plus-dark.png') center right no-repeat;
	padding-right: 33px;
	height: 27px;
	line-height: 27px;
	display: table-cell;
	vertical-align: middle;
	float: right;
	text-decoration: none;
	margin: 13px 0;
}

/* Small headers */
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 21px;
	line-height: 1.09090909;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}

button,
input {
	line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type=text],
input[type=email],
textarea,
select {
	border-radius: 11px;
	outline: none;
	-webkit-box-shadow: inset 2px 2px 1px 0px #d7d7d7;
	-moz-box-shadow: inset 2px 2px 1px 0px #d7d7d7;
	box-shadow: inset 2px 2px 1px 0px #d7d7d7;
	padding-left: 8px;
	border: 2px solid #d7d7d7;
	color: #303c41;
	font-size: 15px !important;
	font-size: 1.07142857rem;
}

select {
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px 0px;
	-webkit-box-shadow: inset 0px 0px 0px 0px #d7d7d7;
	-moz-box-shadow: inset 0px 0px 0px 0px #d7d7d7;
}

input[type=text]:focus,
textarea:focus {
	-webkit-box-shadow: inset 0px 0px 0px 0px;
	-moz-box-shadow: inset 0px 0px 0px 0px;
	box-shadow: inset 0px 0px 0px 0px;
	border: 2px solid #3B3B3B;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* HubSpot Form */
.hs-error {
	color: #303c41;
}

.hs-error span {
	color: #d81f37;
}

.hs-error .close-form-error {
	display: none;
}

.hs-input-error {
	border: 1px solid #d81f37 !important;
}

.hs-form .hs-input,
.hs-form textarea.hs-input {
	border-radius: 0;
	border: 1px solid #d0d0d0;
	/*max-width: 349px !important;
width: 349px !important;*/
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	color: #303c41 !important;
	/*width: 100%;*/
}

.hs-form.stacked input[type="text"],
.hs-form.stacked input[type="email"],
.hs-form.stacked input[type="tel"],
.hs-form.stacked select {
	width: 100%;
}

.hs-form.stacked ul.inputs-list {
	padding: 0;
	list-style: none;
}

.hs-form.stacked ul.inputs-list input {
	margin-right: 10px;
}

.hs-form .hs-button {
	background-color: #0096aa !important;
	font-family: 'Sintony', sans-serif !important;
	font-size: 19px !important;
	font-size: 1.35714286rem !important;
	font-weight: normal !important;
	background-image: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	line-height: 1 !important;
	padding: 4px 24px !important;
	padding: 0.28571429rem 1.71428571rem !important;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.hs-form .hs-button:hover {
	opacity: 1 !important;
	background: #006977 !important;
}

input.hs-input,
textarea.hs-input,
select.hs-input,
.hs-input.uneditable-input {
	padding: 4px 0 4px 12px !important;
	padding: 0.28571429rem 0 0.28571429rem 0.85714286rem !important;
}

input.hs-input:focus,
textarea.hs-input:focus {
	border-width: 1px !important;
	border-color: #dcd145 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/*.hs-form.stacked label{ display: none !important; }*/
.hs_firstname label,
.hs_lastname label,
.hs_company label,
.hs_email label,
.hs_phone label,
.hs_website label,
.hs_business_type label {
	display: none;
}

.hs-form .hs-form-required {
	color: #fff;
}

.hs-form .hs-input.invalid {
	color: #d81f37;
	border: 1px solid #d81f37;
}

.hs-form .actions {
	padding: 0 !important;
	margin: 0px !important;
}

.hs-form {
	margin-bottom: 0 !important;
}

ul.inputs-list li label {
	color: #fff;
	font-weight: normal;
}

/* Buttons */
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 4px 15px 3px;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	line-height: 1.1;
	background-color: #d81f37;
	background-repeat: repeat-x;
	border: 1px solid #d81f37;
	border-radius: 13px;
	font-family: 'Sintony', san-serif;
	text-transform: uppercase;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

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

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	zoom: 1;
}

.menu-toggle:active,
.menu-toggle.toggled-on,
/*button:active,*/
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #e44136;
	background-repeat: repeat-x;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	box-shadow: inset 0 0 8px 2px #e44136, 0 1px 0 0 #e44136;
	border: none;
}

li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

#slider button {
	color: #0096aa;
	background: url(images/discover.png) 0 0 no-repeat;
	width: 208px;
	height: 40px;
	text-indent: -999999px;
	border: 0
}

#slider button:hover {
	background-position: 0 bottom;
	cursor: pointer
}

/* Responsive images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

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

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
	/* Override the Twitter embed fixed width */
}

/* Images */
/*.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}*/
.alignleft,
.alignright,
.aligncenter,
.alignnone {
	/*float: none;*/
	display: block;
	margin: 1rem auto 2rem;
}

/*img.alignleft, img.alignright, img.aligncenter, img.alignnone {
vertical-align: top;
}*/
/*.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}*/
.wp-caption {
	max-width: 100%;
	/* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	margin-bottom: 10px;
}

#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-single+.comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}

.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}

.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size: 87.5%;
}

body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a {
	outline: none;
	color: #00a5b6;
}

a:hover {
	color: #77e1e9;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0;
	background-color: #fff;
}

.width-centered {
	width: 960px;
	margin: 0 auto;
}

.sl-slider h2 {
	margin-top: 120px !important
}

.page-template-page-templateswidth-100-php .wrapper.width-centered {
	width: 100%;
}

#page {
	margin: 0 auto;
	position: relative;
	padding-top: 75px;
}

#safe-zone {
	margin: 0 auto;
	max-width: 1280px;
}

/* Header */
/*.secondary-sub-header{ margin-bottom: 4rem; height: 73px; width: 100%; background: #000; }*/
.secondary-sub-header {
	background: #000;
	position: fixed;
	top: 67px;
	z-index: 3;
	width: 100%;
	height: 59px;
	text-align: center;
}

.secondary-sub-header .safe-zone {
	margin: 0 auto;
}

.secondary-sub-header a#connect-btn {
	background: url(images/connect-btn-down.png) no-repeat;
	width: 221px;
	height: 43px;
	position: absolute;
	right: 24px;
	right: 1.714285714rem;
	top: 0;
}

.secondary-sub-header a#connect-btn:hover {
	background: url(images/connect-btn-down-hover.png) no-repeat;
}

.secondary-sub-header .btn-primary {
	background: #00a5b7;
	border-color: #00a5b7;
	color: #fff;
	font-size: 1.2em;
	font-weight: 100;
	padding: .4em 1.5em;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.secondary-sub-header .btn-primary:hover {
	background: #00b1c6;
}

.landing-sub-header {
	background: #000;
	position: fixed;
	top: 67px;
	z-index: 3;
	width: 100%;
	height: 59px;
	text-align: center;
}

.landing-sub-header .safe-zone {
	margin: 0 auto;
}

.landing-sub-header a#connect-btn {
	background: url(images/connect-btn-down.png) no-repeat;
	width: 221px;
	height: 43px;
	position: absolute;
	right: 24px;
	right: 1.714285714rem;
	top: 0;
}

.landing-sub-header a#connect-btn:hover {
	background: url(images/connect-btn-down-hover.png) no-repeat;
}

.landing-sub-header .btn-primary {
	background: #00a5b7;
	border-color: #00a5b7;
	color: #fff;
	font-size: 1.2em;
	font-weight: 100;
	padding: .4em 1.5em;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.landing-sub-header .btn-primary:hover {
	background: #00b1c6;
}

#wpadminbar {
	z-index: 100001;
}

#wpadminbar li {
	position: relative;
	z-index: 100001;
}

.expanded-top-header {
	display: none;
	top: 0px;
	position: fixed;
	z-index: 100000;
	background: #fff;
}

.admin-bar .expanded-top-header {
	top: 25px;
	box-shadow: 0px 2px 6px #CCC;
	width: 100%;
}

.header-box-shadow {
	-moz-box-shadow: 0px 2px 6px #CCC;
	-webkit-box-shadow: 0px 2px 6px #CCC;
	box-shadow: 0px 2px 6px #CCC;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#CCC')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#CCC');
}

.site-header {
	background: #fff;
	/*z-index:100000;*/
	z-index: 4;
	width: 100%;
	height: 67px;
	-moz-box-shadow: 0px 2px 6px #CCC;
	-webkit-box-shadow: 0px 2px 6px #CCC;
	box-shadow: 0px 2px 6px #CCC;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#CCC')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#CCC');
}

header#masthead {
	position: fixed;
}

.content-shadow {
	background: url(images/bg-menu.png) repeat-x top left;
}

.wrapper {
	padding-top: 110px;
}

.page-template-width-100-new .wrapper {
	padding-top: 100px
}

.page-template-width-100-new .container-fluid {
	/* padding-left: 0; */
	/* padding-right: 0; */
}

.home .wrapper {
	padding-top: 67px;
}

.home.modal-open {
	padding-right: 0px !important;
}

.body-pad-top {
	padding-top: 60px;
	padding-top: 4.28571429rem;
}

.body-pad-top-half {
	padding-top: 30px;
	padding-top: 2.14285714rem;
}

.expanded-top-header {
	padding: 0px !important;
}

.expanded-top-header .width-centered {
	padding: 12px;
	padding: 1.16666667rem;
	box-sizing: border-box;
}

.site-header hgroup {
	width: 500px;
}

.site-header h1,
.site-header h2 {
	text-align: center;
	display: inline-block;
	margin-top: 12px;
}

.site-header h1 a,
.site-header h2 a {
	display: block;
	text-indent: -100000px;
	background: url('images/logo2.png') no-repeat top left;
	width: 123px;
	height: 38px;
}

#menu-top_menu li:last-child {
	background: none
}

.expanded-top-header ul.nav-menu li:last-child {
	background: none
}

.site-header h1.site-title {
	padding-top: 2px !important;
	display: block;
	float: left
}

.site-header h2.site-description {
	margin: 18px 0 0 20px;
	font-size: 15px;
}

.site-header h1 a,
.site-header h2 a {
	display: inline-block;
	text-indent: -100000px;
	background: url('images/logo2.png') no-repeat 12px left;
	width: 123px;
	height: 38px;
}

.site-header .site-page h1 a,
.site-header .site-page h2 a {
	display: inline-block;
	text-indent: -100000px;
	background: url('images/logo-small.png') no-repeat top left;
	width: 92px;
	height: 28px;
}

h2.site-description {
	display: inline-block;
}

.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

.search-block {
	position: relative;
	margin-top: 17px;
	width: 350px;
}

.site-header-search-container {
	float: right;
}

.search-block input[type=text],
.search-block input[type=text]:focus,
.search-block input[type=text]:active {
	width: 199px;
	height: 29px;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px;
	float: left;
	outline: none;
	margin: 0px;
	padding: 4px 0 4px 12px;
	padding: 0.28571429rem 0 0.28571429rem 0.85714286rem;
	line-height: 1.21428571;
	border-radius: 0px;
	font-size: 17px;
	font-size: 1.21428571rem;
	background: transparent;
	border: 1px solid #d0d0d0;
	position: relative;
}

.search-block input[type=submit] {
	text-indent: -100000px;
	background: transparent url('images/search-button.png') no-repeat 0px 0px;
	width: 33px;
	height: 29px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	box-shadow: 0px 0px 0px;
	border-radius: 0px;
	position: relative;
}

/* Navigation Menu */
.main-navigation {
	text-align: center;
}

.expanded-top-header .main-navigation {
	background: none;
	margin-top: 0px;
	padding-bottom: 0px;
}

.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	font-family: 'Sintony', sans-serif;
	text-transform: uppercase;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area #tag-clouds a {
	text-decoration: none;
	line-height: 1.6;
}

.widget-area .widget {
	/*-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;*/
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}

.page_item_has_children.current_page_item li {
	font-weight: normal;
}

.widget .white-paper .title,
.widget .white-paper .header {
	text-transform: uppercase;
	font-family: 'Sintony', sans-serif;
}

.widget .white-paper .title {
	padding: 9px;
	padding: 0.64285714rem;
	color: #FFF;
	background-color: #d81f37;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5em;
}

.widget .white-paper .header {
	padding: 9px;
	padding: 0.64285714rem;
	background-color: #303c41;
	color: #dcd145;
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2em;
}

.widget .white-paper .body {
	background: url(images/calloutbackground.jpg) repeat;
	padding: 9px;
	padding: 0.64285714rem;
	font-size: 15px;
	font-size: 1.07142857rem;
	line-height: 1.6em;
}

.widget-area .widget h3 {
	font-size: 24px;
	color: #303C42;
	font-weight: normal;
	margin-bottom: 12px;
	text-transform: none;
	margin-bottom: 0.85714286rem;
}

.widget ul a {
	font-family: 'Sintony', sans-serif;
	color: #000;
	font-size: 13px;
	font-size: 0.928571429rem;
	text-decoration: none;
	text-transform: uppercase;
}

.widget-area .widget_pages ul {
	padding-left: 0;
}

.widget-area .widget_pages ul li.current_page_item {
	font-weight: bold;
}

.widget-area .widget_pages ul li {
	padding-left: 14px;
	padding-left: 1rem;
	margin-bottom: 12px;
}

/*.widget-area .widget_pages ul li.current_page_item,
.widget ul li:hover {
	background-image: url(images/left-nav-indicator.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}*/
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
}

.widget-area .widget li {
	line-height: 20px;
	padding-left: 0;
}

.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}

.widget-area .widget a {
	font-size: 16px;
	color: #000;
}

.widget-area #s {
	width: 100%;
	/* define a width to avoid dropping a wider submit button */
	max-width: 260px;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 12px;
	font-size: 0.85714286rem;
	line-height: 1.71428571rem;
	text-transform: uppercase;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* =Main content and comment content
-------------------------------------------------------------- */
body {
	background-color: #FFF !important;
}

.entry-meta {
	clear: both;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

img.wp-post-image {
	width: 605px;
	height: 268px
}

.entry-header .entry-title {
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 10px;
	text-align: center;
}

.entry-header .entry-title a {
	text-decoration: none;
}

.entry-header h2 {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 5px 0 25px 0;
}

.post .entry-header .entry-title a,
.post .entry-header .entry-title a:hover,
.post .entry-header .entry-title {
	text-decoration: none;
	color: #3b3b3b !important;
	font-size: 18px !important;
	/*width:640px;*/
	text-align: left;
}

.post img {
	max-width: 100%;
}

.post .entry-header-date {
	float: left;
	color: #d81f37;
	margin-right: 10px;
	display: none;
}

.entry-header .entry-title a {
	display: block;
	line-height: 1.1 !important
}

.post .entry-header-date table td {
	border: 0px;
	vertical-align: top !important;
	padding: 0px;
}

.sm-likes div {
	float: left;
	height: 45px;
}

.entry-header-day {
	font-size: 32px;
	position: relative;
	margin-top: -5px;
	margin-right: 4px;
	letter-spacing: -3px;
}

.entry-header-year {
	font-size: 13px;
	position: relative;
	margin-top: -9px;
	margin-right: 4px;
}

.entry-header-month {
	font-size: 49px;
	position: relative;
	margin-top: -9px;
	text-transform: uppercase;
}

.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}

.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta a {
	color: #757575;
}

.entry-meta a:hover {
	color: #21759b;
}

blog.entry-header {
	display: block;
}

.entry-header {
	display: none;
}

.entry-summary a.post-title,
.entry-content a.post-title {
	font-size: 24px;
	line-height: 0.88888889;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Sintony', sans-serif;
	color: #303C42;
}

.comments-link a,
.comments-link a:hover {
	display: inline-block;
	text-indent: -10000px;
	width: 96px;
	height: 22px;
	background: url('images/comments.png') no-repeat;
	float: right;
}

article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

/*.entry-content { margin-bottom: 50px; margin-bottom: 3.57142857rem; }*/
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.entry-content h1,
h1 {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #303C42;
	margin-bottom: 30px;
	margin-bottom: 2.14285714rem;
	margin-top: 0;
}

.archive-title {
	font-size: 18px;
}

a.blog-title {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.71428571rem;
	line-height: 1;
	font-family: "Sintony", sans-serif;
	font-weight: bold;
}

span.blog-date {
	display: block;
	margin-bottom: 24px;
	margin-bottom: 1.71428571rem;
}

h2.blog {
	margin-top: 0 !important;
}

.entry-content h3,
.comment-content h3,
h3#blogname {
	font-size: 33px;
	font-size: 2.235714286rem;
	line-height: 1;
	font-weight: bold;
	color: #d81f37;
	margin-bottom: 30px;
	margin-bottom: 2.14285714rem;
}

h3#blogname {
	margin-top: 0;
}

.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}

.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}

/*.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
margin: 12px 0;
margin: 0.85714286rem 0;
line-height: 1.714285714;
}*/
/*.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
line-height: 2.1;
}*/
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style-type: none;
	margin: 16px 0;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

/*.entry-content li{
background: url('/images/bullet-red.png') 0px 12px no-repeat;  
}*/
.entry-content ol li {
	list-style-image: none;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry-content pre code,
.comment-content pre code {
	display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

/*img.alignleft {
margin: 12px 24px 12px 0;
margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
margin: 12px 0 12px 24px;
margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
margin-top: 12px;
margin-top: 0.857142857rem;
margin-bottom: 12px;
margin-bottom: 0.857142857rem;
}*/
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}

.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content table,
.comment-content table {
	margin: 0 0 1.214285714rem;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}

.site-content article {
	margin-bottom: 12px;
	margin-bottom: 1.142857143rem;
	word-wrap: break-word;
	/*-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;*/
}

.page-template-page-templateswidth-100-php .site-content article {
	border-bottom: 0px;
	padding-bottom: 8px !important;
	margin-bottom: 0 !important;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

.single-author .entry-meta .by-author {
	display: none;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

ul.list-with-links-only a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

/* Social Media Icons */
.sm-icon {
	margin: 0 10px;
}

.sm-icon {
	display: inline-block;
	width: 23px;
	height: 25px;
	text-decoration: none;
	opacity: 0.7;
}

.sm-icon:hover {
	text-decoration: none;
	opacity: 1;
}

.facebook-icon {
	background: url('images/sm-icons.png') no-repeat -21px 1px;
	width: 19px;
}

.linkedin-icon {
	background: url('images/sm-icons.png') no-repeat -40px 1px;
}

.twitter-icon {
	background: url('images/sm-icons.png') no-repeat -63px 1px;
}

.google-plus-icon {
	background: url('images/sm-icons.png') no-repeat -86px 1px;
}

.youtube-icon {
	background: url('images/sm-icons.png') no-repeat 1px 1px;
}

/* VISIBLE SUCCESS SECTION */
.hero {
	margin: 0 auto;
	max-width: 1700px;
	height: 480px;
	position: relative;
	overflow: hidden;
}

.hero #bg-image {
	height: 480px;
	width: 1700px;
	position: absolute;
	left: -370px;
	top: 0px;
}

.hero #wrapper {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dark-bg-container {
	background-color: #333;
}

.hero #dark-opacity-bar,
.hero #bright-opacity-bar,
.hero #tagline-opacity-bar {
	height: 72px;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Sintony", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}

.hero #dark-opacity-bar {
	width: 68%;
	z-index: 4;
	background: url(images/dark-trans-bg.png) repeat;
	right: 0;
	top: 217px;
	color: #dcd145;
	font-weight: bold;
	font-size: 45px;
	font-size: 3.21428571rem;
	padding: 14px 0 0 24px;
	padding: 1rem 0 0 1.71428571rem;
}

.hero #bright-opacity-bar {
	width: 45%;
	background: url(images/bright-trans-bg.png) repeat;
	left: 0;
	top: 145px;
	z-index: 3;
	font-size: 45px;
	font-size: 3.21428571rem;
	color: #FFF;
	text-align: right;
	padding-right: 24px;
	padding-right: 1.714285714rem;
	padding-top: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 72px;
}

.hero #tagline-opacity-bar {
	width: 68%;
	z-index: 4;
	right: 0;
	top: 305px;
	color: #fff;
	padding-left: 1.8rem;
	font-size: 23px;
}

.hero .scrolling-text {
	z-index: 5;
	color: #FFF;
	font-family: "Sintony", san-serif;
	font-size: 17px;
	font-size: 1.21428571rem;
	text-transform: uppercase;
	position: absolute;
	display: none;
}

.hero .scrolling-text .item span {
	display: block;
	font-size: 12px;
	font-size: 0.857142857rem;
	text-decoration: none !important;
	color: #FFF !important;
}

.hero .scrolling-text .item {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.hero a#connect-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 220px;
	height: 42px;
	margin-right: 48px;
	z-index: 10;
	background: url(images/connect-btn-up.png) no-repeat;
}

.hero a#connect-btn:hover {
	background: url(images/connect-btn-up-hover.png) no-repeat;
}

.hero .connect-btn-wrapper {
	position: relative;
	height: 480px;
}

.hero .request-demo-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	display: none;
}

.hero #request-demo-footer {
	padding: 24px 0 24px 24px;
	padding: 1.71428571rem 0 1.71428571rem 1.71428571rem;
	background-color: #303c41;
	font-family: "Sintony", san-serif;
	color: #FFF;
	font-size: 17px;
	font-size: 1.21428571rem;
}

.hero #request-demo-footer span {
	color: #dcd145;
}

.hero .request-demo-container {
	position: relative;
}

.hero .request-demo-container a#request-demo-close-btn {
	position: absolute;
	right: 12px;
	top: 12px;
}

/* SEE THE DIFFERENCE SECTION */
.see-the-difference {
	text-align: center;
	padding: 78px 48px;
	padding: 5.57142857rem 3.42857143rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.see-the-difference span#title {
	font-family: "Sintony", sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: 33px;
	font-size: 2.35714286rem;
	color: #d81f37;
}

.see-the-difference p {
	font-size: 20px;
	font-size: 1.428571429rem;
	margin: 12px 0 24px 0;
}

.see-the-difference ul {
	list-style-type: none;
}

.see-the-difference ul li {
	font-size: 24px;
	color: #303c41;
	text-decoration: none;
}

.see-the-difference ul li span.text {
	display: block;
}

.see-the-difference ul li span.image {
	display: block;
	height: 102px;
}

.see-the-difference ul li {
	height: 150px;
	display: inline-block;
	margin-left: -4px;
	width: 24%;
	border-right: 3px solid #d7cfc5;
	text-transform: uppercase;
	text-align: center;
}

.see-the-difference ul li:last-child {
	border-right: none;
}

/* CONTACT PAGE */
/*.contact-sub-header #header{ font-weight: bold; line-height: 1; color: #d81f37; font-size: 61px; font-size: 4.35714286rem; font-family: 'Sintony', sans-serif; text-transform: uppercase; text-align: center; }*/
/*.contact-sub-header #sub-header{ line-height: 1.09090909; font-size: 22px; font-size: 1.57142857rem; font-family: 'Sintony', sans-serif; text-transform: uppercase; text-align: center; font-weight: bold; }*/
/* TO SIMPLIFY SECTION */
.to-simplify #callout-text {
	padding: 48px 0;
	padding: 3.42857143rem 0;
	width: 60%;
}

.to-simplify {
	background-color: #f4f2ef;
	position: relative;
	min-height: 598px;
}

.to-simplify .feature-container {
	z-index: 2;
	position: relative;
	background: url(images/to-simplify-trans-bg.png) repeat;
	width: 100%;
}

.to-simplify .feature-container ul li span {
	font-family: "Sintony", sans-serif;
}

.to-simplify .feature-container ul {
	list-style-type: none;
}

.to-simplify #aside {
	z-index: 0;
	position: absolute;
	left: -123px;
	width: 507px;
	height: 598px;
	background: url(images/to-simplify-aside.jpg) no-repeat;
}

.to-simplify p#secondary-text,
.to-simplify p#header {
	padding-left: 24px;
	text-transform: uppercase;
	font-family: "Sintony", sans-serif;
}

.to-simplify p#secondary-text {
	font-size: 19px;
	font-size: 1.35714286rem;
	line-height: 1.26315789;
	margin-bottom: 12px;
	margin-bottom: 0.85714286rem;
}

.to-simplify p#header {
	color: #d81f37;
	font-size: 33px;
	font-size: 2.35714286rem;
	margin-bottom: 24px;
	margin-bottom: 1.71428571rem;
}

.to-simplify .feature-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	width: 50%;
	float: left;
	list-style-type: none;
	padding: 30px;
	padding: 2.14285714rem;
	overflow: hidden;
	position: relative;
}

.to-simplify .feature-item .overlay-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	padding: 0 2.14285714rem;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 17px;
	font-size: 1.21428571rem;
	height: 84px;
	width: 100%;
	top: 0px;
	left: -100%;
	position: absolute;
}

.to-simplify .feature-item span {
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.714285714rem;
}

.to-simplify .feature-item img {
	float: right;
	margin-top: 6px;
	margin-top: 0.42857143rem;
}

.to-simplify #scalable {
	background-color: #cf1d34;
}

.to-simplify #dynamic {
	background-color: #303c41;
}

.to-simplify #granular {
	background-color: #53bac2;
}

.to-simplify #extensible {
	background-color: #038691;
}

.to-simplify #flexible {
	background-color: #303c41;
}

.to-simplify #transparent {
	background-color: #de5062;
}

.to-simplify #scalable .overlay-slider {
	background-color: #e91430;
	padding-top: 24px;
	padding-top: 1.71428571rem;
}

.to-simplify #dynamic .overlay-slider {
	background-color: #010101;
	padding-top: 34px;
	padding-top: 2.42857143rem;
}

.to-simplify #granular .overlay-slider {
	background-color: #00a5b6;
	padding-top: 24px;
	padding-top: 1.71428571rem;
}

.to-simplify #extensible .overlay-slider {
	background-color: #00a5b6;
	padding-top: 17px;
	padding-top: 1.21428571rem;
}

.to-simplify #flexible .overlay-slider {
	background-color: #000000;
	padding-top: 24px;
	padding-top: 1.71428571rem;
}

.to-simplify #transparent .overlay-slider {
	background-color: #d81f37;
	padding-top: 17px;
	padding-top: 1.21428571rem;
}

/* WHY UNSTRUCTURED DATA SECTION */
.why-unstructured-data {
	max-width: 1900px;
	margin: 0px auto;
	min-height: 509px;
	overflow: hidden;
}

.why-unstructured-data #bg-image {
	height: 509px;
	width: 1900px;
	position: absolute;
	left: -470px;
	top: 0px;
}

.why-unstructured-data #wrapper {
	position: relative;
	padding: 120px 0 120px 48px;
	padding: 8.57142857rem 0 8.57142857rem 3.42857143rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.why-unstructured-data #text-container {
	position: absolute;
}

.why-unstructured-data div#header {
	font-family: "Sintony", san-serif;
	text-transform: uppercase;
	color: #dcd145;
	font-size: 33px;
	font-size: 2.35714286rem;
	margin-bottom: 24px;
	margin-bottom: 1.71428571rem;
}

.why-unstructured-data p {
	width: 45%;
	line-height: 1.41176471;
	color: #fff;
	font-size: 17px;
	font-size: 1.21428571rem;
	margin-bottom: 24px;
	margin-bottom: 1.71428571rem;
}

.why-unstructured-data a {
	color: #77e1e9;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.42857143rem;
	text-decoration: none;
}

.why-unstructured-data a:hover {
	color: #00a5b6;
}

.why-unstructured-data a img {
	margin: 2px;
	margin-left: 12px;
	margin-left: 0.85714286rem;
}

/* CONTACT SECTION */
.contact {
	background-color: #f4f2ef;
}

.contact #wrapper {
	padding: 48px 0;
	padding: 3.42857143rem 0;
}

.contact .header,
.contact h2 {
	font-family: "Sintony", san-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.71428571rem;
	font-weight: bold;
	color: #d81f37;
	margin-bottom: 24px;
	margin-bottom: 1.71428571rem;
}

.contact .news-items {
	width: 60%;
}

.contact .news-item {
	background-color: #FFF;
	padding: 12px;
	padding: 0.85714286rem;
	margin-bottom: 12px;
	margin-bottom: 0.85714286rem;
	display: table;
	width: 100%;
}

.contact .news-item a {
	color: #00a6b9;
	text-decoration: none;
	font-size: 20px;
	font-size: 1.42857143rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.contact .news-item img {
	float: left;
	margin-right: 24px;
	margin-right: 1.71428571rem;
}

.contact .news-item .date {
	font-style: italic;
	color: #343436;
}

.contact a.button {
	font-family: "Sintony", sans-serif;
	display: block;
	background-color: #303c41;
	padding: 12px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.07142857rem;
}

.contact a.button:hover {
	background-color: #00a5b6;
}

.contact a.button img {
	margin-left: 12px;
	margin-left: 0.85714286rem;
}

.contact .our-info {
	margin-top: 3rem;
}

.contact .our-info ul {
	list-style-type: none;
	padding-left: 0;
}

.contact .our-info ul li {
	border-top: 1px solid #00a5b6;
	padding: 24px 0;
	padding: 1.71428571rem 0;
}

.contact .our-info ul li:last-child {
	padding: 24px 0 0 0;
	padding: 1.71428571rem 0 0 0;
}

.contact .our-info ul li#address {
	line-height: 1.6;
}

.contact .our-info ul li#phone,
.contact .our-info ul li#email {
	font-size: 24px;
	font-size: 1.71428571rem;
}

.contact .our-info ul li#phone a {
	color: #303c41 !important;
	text-decoration: none !important;
}

.contact .our-info ul li#email a {
	color: #303c41;
	text-decoration: none;
}

.contact .our-info ul li#email a:hover {
	color: #00a5b6;
}

.contact .our-info a {
	display: inline-block;
	width: 39px;
	height: 39px;
}

.contact .our-info a.facebook {
	background: url(images/social-icons-map-small.png) no-repeat 0px 0px;
}

.contact .our-info a.facebook:hover {
	background: url(images/social-icons-map-small.png) no-repeat 0px -38px;
}

.contact .our-info a.linkedin {
	background: url(images/social-icons-map-small.png) no-repeat -166px 0px;
}

.contact .our-info a.linkedin:hover {
	background: url(images/social-icons-map-small.png) no-repeat -166px -38px;
}

.contact .our-info a.twitter {
	background: url(images/social-icons-map-small.png) no-repeat -54px 0px;
}

.contact .our-info a.twitter:hover {
	background: url(images/social-icons-map-small.png) no-repeat -54px -38px;
}

.contact .our-info a.google {
	background: url(images/social-icons-map-small.png) no-repeat -110px 0px;
}

.contact .our-info a.google:hover {
	background: url(images/social-icons-map-small.png) no-repeat -110px -38px;
}

.contact .our-info a.youtube {
	background: url(images/social-icons-map-small.png) no-repeat -222px 0px;
}

.contact .our-info a.youtube:hover {
	background: url(images/social-icons-map-small.png) no-repeat -222px -38px;
}

/* TALK TO US SECTION */
.phone-grey {
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url(images/icons-map.png) no-repeat -108px -3px;
	margin-right: 4px;
}

.phone-number {
	font-size: 19px;
	color: #939b92;
	display: inline-block;
	top: -3px;
	position: relative;
}

.email-grey {
	display: inline-block;
	width: 30px;
	height: 19px;
	background: url(images/icons-map.png) no-repeat -72px -8px;
	margin-right: 6px;
}

.email-to,
.email-to:hover {
	text-decoration: none !important;
	font-size: 18px !important;
	color: #939b92 !important;
}

/* MORE LINKS */
.more-link,
.more-link:hover {
	font-size: 20px;
	padding-right: 29px;
	background: url(images/more-red.png) no-repeat center right;
	text-decoration: none;
	text-transform: uppercase;
	height: 34px;
	display: inline-block;
}

.more-link.red {
	color: #e64136;
	background: url(images/more-red.png) no-repeat center right;
}

.more-link.black {
	color: #000;
	background: url(images/more-black.png) no-repeat center right;
}

.more-plus-link,
.more-plus-link:hover,
.more-plus-link:active {
	width: 28px;
	height: 28px;
	background: url(images/more-plus-link.png) no-repeat center right;
	text-indent: -10000px;
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	font-size: 0;
}

.red-ball-container {
	position: relative;
	display: none;
}

#red-ball-animated {
	background: url(images/red-ball.png);
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 1000;
}

/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 5px !important;
	margin-bottom: 1.714285714rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	border-bottom: 1px solid #ededed;
}

.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}

.image-attachment div.attachment {
	text-align: center;
}

.image-attachment div.attachment p {
	text-align: center;
}

.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}

article.format-aside h1 a:hover {
	color: #2e3542;
}

article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}

article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}

article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}

article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}

article.format-link .entry-content {
	max-width: 80%;
	float: left;
}

article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}

article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.format-status .entry-header header {
	display: inline-block;
}

.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}

.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}

.format-status .entry-header header a {
	color: #757575;
}

.format-status .entry-header header a:hover {
	color: #21759b;
}

.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

/* =Layout
-------------------------------------------------------------- */
.half {
	width: 50%;
}

/*.left{ float: left; }*/
/*.right{ float: right; }*/
.text-right {
	text-align: right;
}

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

.comments-area article header {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	/*	margin-left: 85px;
margin-left: 6.071428571rem;*/
}

.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}

.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}

div.reply,
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	display: none;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
.comments-title,
cite.fn {
	color: #3b3b3b;
	font-size: 18px;
	text-transform: uppercase;
}

.avatar {
	display: none
}

#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}

#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}

#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

#respond form label {
	display: block;
	line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}

.required {
	color: red;
}

/*** Loading Posts Styles ***/
#infscr-loading {
	text-align: center;
	color: #e64136;
	font-size: 18px;
	font-weight: normal !important;
	margin: 0 0 25px 0;
}

#infscr-loading img {
	margin: 40px 0 20px 0;
}

/* =Front page template
-------------------------------------------------------------- */
.page-number-container {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}

.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}

.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}

.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}

.template-front-page .widget-area .widget li a {
	color: #757575;
}

.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}

.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
	margin-top: 12px;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

.widget_categories ul {
	padding-left: 20px;
}

#wp-calendar {
	margin: 0;
	width: 98%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

#wp-calendar th,
#wp-calendar td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

#wp-calendar td a {
	color: #d81f37;
	text-decoration: none;
}

#wp-calendar caption {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 98%;
	text-transform: uppercase;
	padding: 5px 0;
}

#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */
img#wpstats {
	height: 1px;
	width: 1px;
	background-color: #303c41;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* CONTACT US FORM */
#FSContact1 label,
#FSContact2 label {
	display: none;
}

#FSContact1 input[type=text],
#FSContact2 input[type=text],
#FSContact1 select,
#FSContact2 select {
	width: 246px;
	height: 19px;
	font-size: 19px;
}

#FSContact1 select,
#FSContact2 select {
	height: 34px;
	background: #fff;
	border-radius: 11px;
	width: 265px;
}

#FSContact1 textarea {
	height: 140px;
	width: 360px;
	font-size: 19px;
}

#FSContact1 div,
#FSContact2 div {
	margin: 5px 0;
}

#si_contact_captcha_code1 {
	width: 100px;
}

#si_contact_CID1 {
	display: none;
}

#FSContact1 input[type=submit],
#FSContact1 input[type=submit]:hover,
#FSContact2 input[type=submit],
#FSContact2 input[type=submit]:hover {
	background: url(images/submit-newsletter.png) no-repeat top left;
	width: 65px;
	height: 32px;
	text-indent: -10000px;
	border: 0px;
}

#FSContact1 input[type=submit]:hover,
#FSContact2 input[type=submit]:hover {
	box-shadow: 0 1px 1px 1px #e44136;
}

.hs-form.stacked .field {
	margin-bottom: 10px !important;
}

/* =Media queries
-------------------------------------------------------------- */
.IE-error-upgrade {
	width: 95%;
	border: 2px solid red;
	margin: 3px auto 15px auto;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

/*@media screen and (min-width: 600px) { */
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

.author-description {
	float: right;
	width: 80%;
}

.site {
	margin: 0;
}

/*.site-content { float: left; width: 71%; }*/
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
	width: 100%;
}

.widget-area {
	/*float: right;*/
	/*width: 21.041666667%;
	padding-left:30px;*/
}

/*.widget-area.left {
	float: left;
	width: 23%;
	padding-left:0px;
	margin-right: 6%;
}*/
.site-header h1,
.site-header h2 {
	text-align: left;
}

.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}

.site-header .site-page h1 {
	float: left;
	line-height: 1.446154;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
	display: inline-block !important;
	text-align: left;
	padding-left: 0;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
	z-index: 2;
}

.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
	z-index: 5;
}

.main-navigation li a {
	border-bottom: 0;
	color: #000;
	line-height: 3.692307692;
	line-height: 35px;
	white-space: nowrap;
	font-size: 13px;
	font-size: 0.928571429rem;
}

.main-navigation li a:hover {
	color: #d81f37;
}

.main-navigation li {
	padding: 0 20px 0 0;
	padding: 0 1.42857143rem 0 0;
	margin: 0 -4px 0 20px;
	margin: 0 -4px 0 1.42857143rem;
	position: relative;
	background: url(images/menu_divider.png) right 3px no-repeat;
}

.site-page .main-navigation li {
	padding: 0 19px 0 0;
	margin-left: 20px;
}

.site-page .main-navigation ul.nav-menu {
	margin-left: 26px;
}

.main-navigation ul li:first-child {
	margin-left: 0px;
	margin-left: 0rem !important;
}

.main-navigation li ul li {
	margin-left: 0px;
	margin-left: 0rem !important;
	background: none;
}

.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	background: #303c42;
	min-width: 220px;
	padding: 6px;
}

.main-navigation li ul li {
	width: 100%;
}

.main-navigation li ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul li:hover>ul {
	border-left: 0;
	display: block;
}

.main-navigation li ul li a {
	display: block;
	font-size: 13px !important;
	font-size: 0.92857143rem;
	line-height: 1.84615385;
	padding: 4px 5px;
	padding: 0.28571429rem 0.35714286rem;
	white-space: normal;
	color: #fff;
}

.main-navigation li ul li a:hover {
	background: #d81f37;
	color: #fff;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_ancestor>a {
	color: #d81f37;
}

.main-navigation li li.current-menu-item>a,
.main-navigation li li.current-menu-ancestor>a,
.main-navigation li li.current_page_item>a,
.main-navigation li li.current_page_ancestor>a {
	color: #fff;
	background: #d81f37;
}

.menu-toggle {
	display: none;
}

.entry-header .entry-title {
	font-size: 61px;
	color: #3b3b3b;
	text-transform: uppercase;
}

.search .entry-header .entry-title {
	font-size: 42px;
	text-align: left;
}

#respond form input[type="text"] {
	width: 46.333333333%;
}

#respond form textarea.blog-textarea {
	width: 79.666666667%;
}

.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}

.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}

.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}

.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}

.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}

.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}

.moretag {
	font-size: 15px;
	font-size: 1.07142857rem;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-top: 12px;
	text-transform: uppercase;
	margin-top: 0.85714286rem;
}

a#sidebar-top {
	display: block;
	width: 35px;
	height: 42px;
	background: url(images/sidebar-top.png) 0 0 no-repeat;
	cursor: pointer;
	margin: 0 0 46px 5px
}

a#sidebar-top:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.entry-title h1 {
	font-size: 33px;
	font-size: 2.235714286rem;
	line-height: 1;
	font-weight: bold;
	color: #d81f37;
	/*margin-bottom: 10px;*/
	margin-top: 0;
}

.entry-header-date {
	float: left;
}

/* FOOTER */
footer[role="contentinfo"] a {
	/* color: #FFF; */
}

.footer h3 a:hover {
	color: #303C42;
}

footer[role="contentinfo"] .design-credits {
	font-size: 12px;
}

footer[role="contentinfo"] .design-credits .bfm {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(images/bfm-icon.png) no-repeat center center;
	top: 2px;
	position: relative;
}

.request-demo-container {
	background-color: #303c42;
	margin-top: 0;
}

.page-template-width-100-new .secondary-sub-header {
	display: none;
}

.request-demo {
	padding: 4rem 15px !important;
}

.request-demo h2 {
	color: #ffffff;
	font-size: 30px;
}

.request-demo td {
	width: 50%;
}

.request-demo p.subtext {
	color: #FFF;
	font-size: 20px;
	font-size: 1.428571429rem;
	font-size: 19px;
	line-height: 1.2;
}

.request-demo #required-field-note {
	color: #FFF;
}

#social-container {
	background-color: #d81f37;
}

#info-container {
	background-color: #303c41;
	text-align: center;
}

.footer-info {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	padding: 1rem 0rem;
	color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-info ul {
	width: 100%;
}

/*.footer-info ul li {
	display: inline-block;	
}*/
.footer-social {
	font-size: 24px;
	/*font-size: 1.714285714rem;*/
	font-family: 'Sintony', sans-serif;
	color: #fff;
	padding: 24px 0;
	/*padding: 1.71428571rem 3.42857143rem;*/
	text-transform: uppercase;
	/*-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/
	line-height: 39px;
}

.footer-social .phone {
	margin: 12px 0;
	margin: 0.85714286rem 0;
	/*width: 34%;*/
}

.footer-social .phone a {
	text-decoration: none !important;
}

.footer-social .phone span {
	margin-right: 12px;
	margin-right: 0.85714296rem;
}

.footer-social .list-inline>li {
	padding: 0;
}

.footer-vertical-divider {
	background-color: #FFF;
	width: 1px;
	height: 64px;
	margin: 0px 5.9% 0px 3.9%;
}

.footer-social .sm-buttons {
	/*line-height: 39px;
	height: 39px;*/
	margin: 12px 0;
	margin: 0.85714286rem 0;
	/*width: 56%;*/
}

.footer-social .sm-buttons span {
	/*float: left; 
	margin-right: 12px; 
	margin-right: 0.85714296rem; 
	line-height: 39px;*/
}

.footer-social .sm-buttons a {
	width: 39px;
	height: 39px;
	display: inline-block;
}

.footer-social .sm-buttons .facebook {
	background: url(images/social-icons-map.png) no-repeat 0px 0px;
}

.footer-social .sm-buttons .facebook:hover {
	background: url(images/social-icons-map.png) no-repeat 0px -39px;
}

.footer-social .sm-buttons .linkedin {
	background: url(images/social-icons-map.png) no-repeat -152px 0px;
}

.footer-social .sm-buttons .linkedin:hover {
	background: url(images/social-icons-map.png) no-repeat -152px -39px;
}

.footer-social .sm-buttons .twitter {
	background: url(images/social-icons-map.png) no-repeat -50px 0px;
}

.footer-social .sm-buttons .twitter:hover {
	background: url(images/social-icons-map.png) no-repeat -50px -39px;
}

.footer-social .sm-buttons .google {
	background: url(images/social-icons-map.png) no-repeat -101px 0px;
}

.footer-social .sm-buttons .google:hover {
	background: url(images/social-icons-map.png) no-repeat -101px -39px;
}

.footer-social .sm-buttons .youtube {
	background: url(images/social-icons-map.png) no-repeat -203px 0px;
}

.footer-social .sm-buttons .youtube:hover {
	background: url(images/social-icons-map.png) no-repeat -203px -39px;
}

/* FOOTER MENU */
.footer-menu {
	padding: 15px 0 0 0;
	overflow: hidden;
}

.footer-menu ul {
	display: block !important;
	text-align: left;
	margin: 11px 0;
	position: relative;
}

.footer-menu ul li {
	position: relative;
	vertical-align: top;
	float: left;
	padding-left: 28px;
	margin-left: 39px;
}

.footer-menu ul li.menu-item-83 {
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 25px;
}

.footer-menu ul li.menu-item-82,
.footer-menu ul li.menu-item-947 {
	padding-left: 0 !important
}

.footer-menu ul li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

.footer-menu ul ul {
	float: none;
	position: relative;
	clear: both;
	margin-top: 0px;
	max-width: 163px;
	overflow: hidden;
}

.footer-menu ul li a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Sintony', san-serif;
	text-decoration: none;
}

.footer-menu ul li a:hover {
	color: #e64136;
}

.footer-menu ul li ul li {
	float: none;
	display: block;
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
}

.footer-menu ul li ul li a {
	font-size: 12px;
	text-transform: none;
	color: #c2c2c2;
}

.footer-menu .current-menu-item>a,
.footer-menu .current-menu-ancestor>a,
.footer-menu .current_page_item>a,
.footer-menu .current_page_ancestor>a {
	color: #e64136;
	font-weight: bold;
}

/* Contact Us Block */
.footer-contact-us-container {
	position: relative;
}

.footer-contact-us {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.footer-contact-us span {
	color: #fff;
	font-size: 19px;
	display: inline-block;
	margin-right: 11px;
}

.horizontal-divider {
	background: url(images/footer-horizontal-divider.png) repeat-x center center;
	width: 100%;
	height: 5px;
}

/* Footer Middle block */
.footer-middle {
	margin: 15px auto 0;
}

.footer-middle-block {
	float: left;
	padding: 60px 10px 60px 0;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
}

.phone-block {
	padding: 60px 25px;
}

.footer-middle-block .l {
	margin-left: 43px;
}

.footer-middle-block .location {
	width: 30px;
	height: 33px;
	display: block;
	float: left;
	background: url('images/icons-map.png') no-repeat 1px 1px;
	margin-top: 10px;
}

.footer-middle-block .p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-left: 43px;
	margin-top: 21px;
}

.footer-middle-block .phone {
	width: 34px;
	height: 33px;
	display: block;
	float: left;
	background: url('images/icons-map.png') no-repeat -33px 0px;
	margin-top: 10px;
}

.footer-subscribe-block {
	margin-top: 40px;
	margin-left: 0px;
	float: right;
	width: 280px;
}

#constant-contact-signup p {
	text-align: left;
	margin: 0 0 0 4px
}

.footer-subscribe-block .s-title {
	padding-left: 16px;
	font-size: 22px;
	color: #fff;
}

.footer-subscribe-block label {
	display: none;
}

.footer-subscribe-block input[type=text] {
	color: #8c8c8c;
	background: url(images/subscribe-text.png) no-repeat;
	width: 218px;
	height: 28px;
	border: 0px;
	outline: none;
	border-radius: 0px;
	padding: 0 0 0 10px;
	float: left;
	-webkit-box-shadow: inset 0px 0px 0px 0px;
	-moz-box-shadow: inset 0px 0px 0px 0px;
	box-shadow: inset 0px 0px 0px 0px;
}

.footer-subscribe-block input[type=submit],
.footer-subscribe-block input[type=submit]:hover,
.footer-subscribe-block input[type=submit]:active {
	width: 44px;
	height: 28px;
	float: left;
	padding: 0px;
	text-indent: -10000px;
	background: url('images/subscribe-button.png') no-repeat top left transparent;
	border: 0px;
	margin-left: -11px;
}

.footer-subscribe-block #newsletterLoading {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}

/* } */
@media screen and (max-width: 1024px) {
	.text-expander-scroll-image-container {
		display: none
	}

	.text-expanded-scrollpanel {
		display: none
	}

	.bg-simplified-grey {
		display: none
	}

	/*html, body{ min-width: 1024px; }*/
	.wrapper {
		width: 100% !important;
	}

	footer {
		overflow: hidden;
		float: none !important;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#content {
		overflow: hidden;
		float: none !important;
		width: 100%;
	}

	.contact {
		padding: 0 1em;
		box-sizing: border-box;
	}

	.why-unstructured-data p {
		width: 55%;
	}

	.dark-bg-container {
		width: 100%;
	}
}

/*@media screen and (max-width: 560px){
html { overflow-x: auto; width: 300% }
}*/
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	/*body .site {
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}*/
	body.custom-background-empty {
		background-color: #fff;
	}

	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

@-moz-document url-prefix() {
	.entry-header-year {
		margin-top: -27px;
		position: absolute;
		margin-left: 2px;
	}

	.entry-header-month {
		margin-left: 4px;
	}
}

.footer-login {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 0 0;
	color: #fff !important;
	text-decoration: none;
	margin-right: 120px
}

.footer-login:hover {
	color: #e64136 !important
}

.site-header-login {
	position: relative;
	float: right;
	margin: 8px 8px 0 0;
	text-transform: uppercase;
}

.header-login {
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
}

.home-banner {
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 2;
	top: 67px;
}

/*.home-banner {
	background: #000;
	padding: 1rem 0;
}*/
/*#purpose div {
	margin: 0 auto;
	width: 755px;
}*/
/*.home-banner div {
	height: 50px;
}*/
.home-banner p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 200;
	margin: 0;
	line-height: 28px;
}

/*.home-banner div img {
	border: 0 none;
	float: right;
	margin-top: 15px;
}*/
.home-banner .btn-primary {
	text-transform: uppercase;
	background-color: #00a5b6;
	font-size: 1.3rem;
	font-weight: 100;
	letter-spacing: .04rem;
	margin: 10px;
}

.home-tab {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.home-tab img {
	height: auto;
	margin: 0 auto;
}

.home .home-tab img {
	width: 199px;
}

.home-tab h3 a {
	font-size: 23px;
	font-weight: bold;
}

.home-tab h3 a:hover {
	text-decoration: none;
}

.home .home-tab p {
	margin: 0 auto;
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
}

.home .home-tab p {
	max-width: 275px;
	height: 125px;
}

.home-tab a {
	text-transform: uppercase;
}

#slideshow {
	background: none repeat scroll 0 0 #303c42;
	height: 375px;
}

#purpose {
	background: #FFF;
	/*float: left;*/
	/*margin: 0 auto;*/
	padding: 5px 0 40px 0;
	/*width: 100%;*/
}

#purpose h1 {
	color: #303c42;
	font-size: 34px;
	/*margin: 60px 0 45px;
	text-align: center;*/
}

#purpose h3 {
	color: #303c42;
	font-size: 28px;
	font-weight: lighter;
	text-align: center;
}

#purpose p {
	/*display: block;*/
	font-size: 19px;
	font-weight: lighter;
	line-height: 30px;
}

#purpose #trade p,
#purpose #local p,
#purpose #brands p {
	/*height: 125px;*/
}

#purpose a {
	/*display: block;*/
	/*font-size: 14px;*/
	margin: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	outline: none;
}

#purpose a:link,
#purpose a:focus {
	border: none;
	text-decoration: none;
	outline: none;
}

#purpose div {
	/*width: 967px;*/
	/*background: #FFF;*/
}

/*#purpose div div {
	float: left;
	height: 280px;
	padding: 220px 40px 0;
	width: 240px;
}*/
#purpose #trade {
	/*background: url("/wp-content/themes/simplifi/images/iconTradeDesk.jpg") no-repeat scroll 40px 0 transparent;
	cursor: pointer;*/
	/*padding-left: 15px;
	padding-right: 60px;*/
}

#purpose #trade:hover,
#purpose #trade.active {
	/*background: url("/wp-content/themes/simplifi/images/iconTradeDeskro.jpg") no-repeat scroll 40px 0 transparent;*/
}

#purpose #local {
	/*background: url("/wp-content/themes/simplifi/images/iconLMG.jpg") no-repeat scroll 65px 0 transparent;
	cursor: pointer;*/
	/*padding-left: 50px;*/
}

#purpose #local:hover,
#purpose #local.active {
	/*background: url("/wp-content/themes/simplifi/images/iconLMGro.jpg") no-repeat scroll 65px 0 transparent;*/
}

#purpose #brands {
	/*background: url("/wp-content/themes/simplifi/images/iconsBrands.jpg") no-repeat scroll 80px 0 transparent;
	cursor: pointer;
	padding-left: 60px;
	padding-right: 15px;*/
}

#purpose #brands:hover,
#purpose #brands.active {
	/*background: url("/wp-content/themes/simplifi/images/iconsBrandsro.png") no-repeat scroll 80px 0 transparent;*/
}

#showcase {
	display: none;
	/*margin: 30px auto;*/
	overflow: hidden;
	background: #303c41;
	padding: 30px 0;
}

#showcase a {
	background: url("/wp-content/themes/simplifi/images/CloseX.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	display: block;
	height: 17px;
	right: 30px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: 18px;
}

#showcase img.showcase-image {
	margin: 0 auto;
	display: block;
}

.showcase-image {
	margin: 0 auto;
	display: block;
}

.showcase-image.pins,
.showcase-image.networks {
	width: 260px;
}

#showcase .local .showcase-image,
#showcase .trade .showcase-image {
	width: 260px;
}

.showcase-image.brand-guy {
	height: 360px;
}

#showcase .brands .showcase-image {
	height: 360px;
}

#purpose div #showcase,
#purpose div #showcase div {
	/*background: none repeat scroll 0 0 #fff;*/
	/*float: left;*/
	/*height: 470px;*/
	/*left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;*/
	/*width: 960px;*/
}

#purpose div #showcase div {
	/*padding: 0 104px;*/
	/*width: 752px;*/
	/*z-index: 3;*/
}

#purpose div #showcase div p {
	font-size: 16px;
}

#purpose #showcase .trade {
	/*background: url("/wp-content/themes/simplifi/images/PanelTradeDesk.jpg") no-repeat scroll 0 0 transparent;*/
	top: 0;
	/*z-index: 2;*/
	/*background-size: cover;*/
}

#purpose #showcase .local {
	/*background: url("/wp-content/themes/simplifi/images/PanelLMG.jpg") no-repeat scroll 0 0 transparent;*/
	top: 0;
	/*z-index: 3;*/
	/*background-size: cover;*/
}

#purpose #showcase .brands {
	/*background: url("/wp-content/themes/simplifi/images/PanelBrandAgn.jpg") no-repeat scroll 0 0 transparent;*/
	top: 0;
	/*z-index: 1;*/
	/*background-size: cover;*/
}

#purpose #showcase h2 {
	color: #fff;
	/*display: block;*/
	font-size: 42px;
	font-weight: 100;
	/*margin: 75px 0 30px;*/
	text-align: center;
}

#purpose #showcase p,
#purpose #showcase ul {
	color: #fff;
	text-align: left;
}

#purpose #showcase ul {
	list-style: outside disc;
}

#purpose #showcase ul li {
	line-height: 23px;
	font-weight: 300;
	font-size: 16px;
}

.home .featured-collapse-container h1 {
	color: #303c41;
	font-weight: 300;
	font-size: 36px;
}

.home .featured-collapse-container p {
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
}

.featured-collapse .panel-collapse {
	background: #303c41;
	color: #fff;
}

.home .featured-collapse .panel-default>.panel-heading {
	background-color: transparent;
	border-color: transparent;
}

.home .featured-collapse .panel-heading.text-center.visible-xs a:hover,
.home .featured-collapse .panel-heading.text-center.visible-xs a:focus {
	text-decoration: none;
	color: #303c41;
}

.featured-collapse .panel-default {
	border-color: #303c41;
}

.featured-collapse .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #303c41;
}

.featured-collapse h2 {
	font-size: 25px;
	font-weight: 100;
	text-align: center;
}

.featured-collapse p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 100;
}

.featured-collapse ul {
	list-style: disc;
}

.featured-collapse ul li {
	line-height: 23px;
	font-weight: 300;
	font-size: 16px;
}

.home .featured-collapse .panel-title img {
	max-width: 199px;
	height: auto;
	margin: 0 auto;
}

.home .featured-collapse .panel-title h3 {
	font-weight: bold;
	font-size: 23px;
	color: #00a5b6;
}

.home .featured-collapse .panel-title p {
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
}

.home .featured-collapse .panel-title p.text-uppercase {
	color: #00a5b6;
	font-size: 16px;
	font-weight: 400;
}

.featured-collapse.panel-group .panel+.panel {
	margin-top: 0;
}

.featured-collapse .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.featured-collapse.panel-group .panel {
	border-radius: 0;
}

/*.featured-collapse .collapse.in{
			overflow-y: inherit;
	}*/
.mid-banner {
	background: #303c41;
	margin-top: 5rem;
	padding: 2rem 0;
	text-align: center;
}

.mid-banner img {
	margin: 0 auto;
}

.mid-banner h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
}

.mid-banner h3 {
	color: #d8c726;
	text-transform: uppercase;
	line-height: 30px;
}

.mid-banner p {
	color: #fff;
	font-weight: 100;
	font-size: 16px;
	line-height: 30px;
}

.mid-banner .banner-item {
	border-bottom: 1px solid #000;
	overflow: hidden;
	padding: 3em 0 4em;
	margin-bottom: 1em;
}

.mid-banner .row:last-child .banner-item {
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
}

.lower-banner {
	background: #fff;
	padding: 5.5rem 0;
}

.lower-banner .data-image {
	width: 308px;
	height: auto;
	margin: 20px auto;
	display: block
}

.lower-banner h2 {
	font-size: 36px;
	margin-top: 30px;
	font-weight: normal;
}

.lower-banner p {
	font-size: 16px;
	font-weight: 100;
	line-height: 20px;
}

.lower-banner a {
	text-transform: uppercase;
	font-weight: bold;
}

#unstructured {
	background: url("/wp-content/themes/simplifi/images/whyUnstructuredBg.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 510px;
	width: 100%;
}

#unstructured div {
	margin: 130px auto;
	width: 560px;
}

#unstructured div h1 {
	color: #ded82f;
	font-size: 50px;
	margin: 30px 0 15px;
}

#unstructured div p {
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
	line-height: 25px;
}

#unstructured div a {
	display: inline-block;
	font-size: 21px;
	font-weight: 500;
	margin: 24px 0;
	text-decoration: none;
	text-transform: uppercase;
}

/********/
#atg-hero {
	height: 375px;
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
}

.atg-hero-slide {
	height: 388px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1040px;
	z-index: 1;
}

#atg-hero div.active {
	z-index: 19;
}

#atg-hero div.next {
	z-index: 18;
}

.atg-hero-slide a {
	color: #fff !important;
}

.atg-hero-slide a:hover {
	color: #fff;
}

.atg-prev,
.atg-next {
	color: #ffffff;
	font-size: 85px;
	padding: 4px;
	text-decoration: none;
}

.atg-prev {
	background-color: #696969;
	border-radius: 10px;
	display: inline-block;
	float: left;
	height: 100px;
	margin: 143px 5px 0;
	opacity: 0.6;
	position: relative;
	right: 0;
	width: 55px;
	z-index: 20;
}

.atg-next {
	background-color: #696969;
	border-radius: 10px;
	display: inline-block;
	float: right;
	height: 100px;
	margin: 143px 5px 0;
	opacity: 0.6;
	position: relative;
	right: 0;
	width: 55px;
	z-index: 20;
}

.slider-nav {
	display: block;
	float: left;
	height: 25px;
	left: 962px;
	position: relative;
	top: 30px;
	width: 75px;
	z-index: 20;
}

#atg-hero .inactive {
	opacity: 0.4;
}

.slider-nav a {
	background-color: #000;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	margin-right: 8px;
	width: 15px;
}

.slider-nav a.active {
	background-color: #0094af;
}

/*.carouselContainer {
	position: relative;
}*/
.hero {
	overflow: visible;
	clear: left;
}

.hero a#connect-btn {
	z-index: 10000;
}

.hero .connect-btn-wrapper {
	position: absolute;
	height: 375px;
}

.hero .request-demo-wrapper {
	overflow: visible;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 10000;
	bottom: 0;
	left: 0;
}

.dark-bg-container {
	background-color: #333;
}

.why-unstructured-data p {
	width: 48%;
	font-weight: 300;
}

.why-unstructured-data {
	float: left;
	width: 100%;
}

/*.request-demo {
padding: 1.9rem;
}*/
/*#hubspot-form-container .hs-form {
padding-right: 20px;
}*/
.edgeLoad-EDGE-320728554 {
	visibility: hidden;
}

.edgeLoad-EDGE-310482120 {
	visibility: hidden;
}

.edgeLoad-EDGE-320728555 {
	visibility: hidden;
}

.single-post .entry-header {
	display: block;
}

/* Geofencing Landing Page */
.page-template-geofencing .wrapper {
	padding-top: 67px;
}

.page-template-geofencing {}

.page-template-geofencing .page-title {
	font-size: 44px;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 0.325em 0 0.15em;
	margin-top: 0;
}

.page-template-geofencing .entry-content {
	margin-bottom: 0;
	padding-top: 3em;
	padding-bottom: 3em;
	box-sizing: border-box;
}

.page-template-geofencing .entry-content:after,
.page-template-geofencing .use-cases:after,
.page-template-geofencing .conversion-zones:after,
.page-template-geofencing .use-case-tab:after {
	content: "";
	display: table;
	clear: both;
}

.page-template-geofencing #conversion-zones h2,
.page-template-geofencing #event-targeting h2 {
	text-align: center;
}

.page-template-geofencing .entry-content ul {
	margin-left: 0;
}

.page-template-geofencing .entry-content li {
	background: transparent;
	list-style: outside disc;
}

.page-template-geofencing .bg-black .border-responsive {
	margin-top: 20px;
}

.u-bl {
	border-left: 1px solid;
}

.u-br {
	border-right: 1px solid;
}

.u-text-center {
	text-align: center;
}

/*.img-responsive {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}*/
.banner-gradient {
	background: url('images/simplifi-geofencing-banner-gradient.png') 50% 50% repeat-x;
}

.geofencing-banner {
	background: url('images/simplifi-geofencing-banner.png') 50% 50% no-repeat;
	height: 189px;
}

.page-template-geofencing .col-1-3,
.page-template-geofencing .col-2-3,
.page-template-geofencing .col-1-2,
.page-template-geofencing .col-1-4 {
	float: left;
	padding: 0 1em;
	box-sizing: border-box;
}

.page-template-geofencing .col-1-3 {
	width: 33.3334%;
}

.page-template-geofencing .col-2-3 {
	width: 66.6667%;
}

.page-template-geofencing .col-1-2 {
	width: 50%;
}

.page-template-geofencing .col-1-4 {
	width: 25%;
}

/* .bg-black */
.page-template-geofencing .bg-black {
	background: #000;
	color: #fff;
}

.page-template-geofencing .bg-black .col-main,
.page-template-geofencing .bg-black .col-secondary {
	padding: 0 1em;
	float: left;
	box-sizing: border-box;
}

.page-template-geofencing .bg-black .col-main {
	width: 600px;
	width: 42.8571429em;
}

.page-template-geofencing .bg-black .col-secondary {
	width: 360px;
	width: 25.7142857em;
}

.page-template-geofencing .bg-black .entry-content {
	padding-top: 0;
}

.page-template-geofencing .bg-black h2 {
	color: #dcd149;
	text-transform: none;
	margin-top: 0;
	line-height: 1.2;
	font-weight: normal;
	font-size: 22px;
	font-size: 1.57142857rem;
}

.page-template-geofencing .bg-black h4 {
	text-transform: none;
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
}

.page-template-geofencing .bg-black a {
	color: #02b0c7;
	font-weight: 600;
	text-decoration: none;
}

.page-template-geofencing .bg-black h4+p {
	margin-top: 0;
}

.page-template-geofencing .bg-black p:last-child {
	margin-bottom: 0;
}

/* .bg-grey */
.page-template-geofencing .bg-grey {
	background: #303c41;
	color: #fff;
}

.page-template-geofencing .bg-grey h2 {
	margin-top: 0;
	text-transform: none;
	font-size: 26px;
	letter-spacing: -1px;
}

.page-template-geofencing .bg-grey h3 {
	color: #dcd149;
	text-transform: none;
	margin-top: 0;
	line-height: 1.2;
	font-size: 20px;
}

.page-template-geofencing .bg-grey img {
	padding: 2em 0 1em;
	margin: 0 auto;
}

/* .bg-tan */
.page-template-geofencing .bg-tan {
	background: #e9e3d9;
}

.page-template-geofencing .bg-tan h2 {
	text-align: center;
	color: #d92136;
	font-size: 40px;
	line-height: 40px;
	margin-top: 0;
}

.page-template-geofencing .panel-default>.panel-heading {
	background: #303c41;
}

.page-template-geofencing a.collapsed h3 {
	color: #ffffff;
}

.page-template-geofencing .panel-title.mobile {
	background: #303c41;
	color: #fff;
}

.page-template-geofencing .entry-content .use-cases {
	/*margin-left: auto;
margin-right: auto;*/
	padding-left: 0;
	margin: 0;
}

.page-template-geofencing .entry-content .use-cases li {
	list-style: none;
	text-align: center;
}

.page-template-geofencing .use-cases img {
	margin: 1em auto;
}

.page-template-geofencing .use-cases h4,
.page-template-geofencing .home-tab h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 5px 0;
	font-weight: bold;
}

.page-template-geofencing .use-cases h4 a {
	color: #303c41;
	display: block;
	background: #303c41;
	color: #fff;
	padding: 10px 0;
	text-transform: none;
}

.page-template-geofencing .use-cases a {
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: #00a5b6;
}

.page-template-geofencing .use-case-tab {
	background-color: #303c41;
	color: #fff;
	padding: 1em;
	position: relative;
	display: none;
}

.page-template-geofencing .use-case-tab.active {
	/*display: block;*/
}

.page-template-geofencing .use-case-tab .close-tab {
	position: absolute;
	top: 0;
	right: 1em;
	z-index: 1;
}

.page-template-geofencing .use-case-tab h3,
.page-template-geofencing .panel h3 {
	color: #dcd149;
	text-transform: none;
	margin: 0.5em 0 0;
	text-align: center;
}

.page-template-geofencing .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.page-template-geofencing .panel-heading {
	border-top: 4px solid #e9e3d9;
}

.page-template-geofencing .panel-title.mobile h3 {
	font-size: 25px;
	margin: 0;
}

.page-template-geofencing .panel-title.mobile a:hover,
.page-template-geofencing .panel-title.mobile a:focus {
	text-decoration: none;
}

.page-template-geofencing .use-case-tab h4,
.page-template-geofencing .panel h4 {
	font-size: 20px;
	text-transform: none;
}

.page-template-geofencing .use-case-tab li {
	list-style: outside disc;
}

.page-template-geofencing .use-case-tab img,
.page-template-geofencing .panel img {
	margin: 1em auto;
}

/* .bg-blue */
.page-template-geofencing .bg-blue {
	background: #00a5b6;
	color: #fff;
}

.page-template-geofencing .bg-blue h2 {
	font-size: 40px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 35px;
	color: #ffffff;
}

.page-template-geofencing .bg-blue h3 {
	font-size: 20px;
	text-transform: none;
	margin: 1em 0;
	color: #fff;
}

/*.page-template-geofencing .bg-blue p {
margin: 2em 0;
}*/
.page-template-geofencing .bg-blue .conversion-zones ul {
	margin: 0;
}

.page-template-geofencing .bg-blue .col-2-3 {
	padding-left: 2.5em;
}

/* .bg-white */
.page-template-geofencing .bg-white {}

.page-template-geofencing .bg-white h2 {
	font-size: 40px;
	line-height: 40px;
	color: #d92136;
	margin-top: 0;
	margin-bottom: 35px;
}

.page-template-geofencing .bg-white h3 {
	font-size: 20px;
	color: #000;
	text-transform: none;
	margin: 1em 0;
}

.page-template-geofencing .bg-white .col-2-3 {
	padding-right: 4em;
}

.page-template-geofencing .bg-white ul {
	margin-right: 5em;
}

.page-template-geofencing .bg-tan .entry-content,
.page-template-geofencing .bg-blue .entry-content,
.page-template-geofencing .bg-white .entry-content {
	padding-top: 4em;
	padding-bottom: 4em;
}

.page-template-geofencing .request-demo-container {
	margin-top: 0;
}

/* Home Carousel Begin */
.home-hero {
	margin-bottom: 2rem;
	margin-top: 59px;
}

.carousel-inner .item {
	height: 405px;
	padding: 3rem 0;
}

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

.carousel-caption {
	position: relative;
	right: initial;
	bottom: initial;
	left: initial;
	text-shadow: none;
}

.carousel-caption {
	font-size: 35px;
}

.carousel-caption h2 {
	font-size: 32px;
	margin: 6px 0;
}

.carousel-caption p {
	font-size: 23px;
	font-weight: 100;
}

.carousel-caption a {
	color: #dcd345;
	font-size: 15px;
	text-transform: uppercase;
}

.carousel-indicators {
	z-index: 1;
}

.carousel-indicators li {
	background-color: #000;
	border: 1px solid transparent;
}

.carousel-indicators .active {
	background-color: #00a5b6;
}

.rotator-image {
	height: auto;
	margin: 0 auto;
	display: block;
}

.rotator-image.rotator-1 {
	width: 456px;
}

.rotator-image.rotator-2 {
	width: 468px;
}

.rotator-image.rotator-3 {
	width: 560px;
}

.rotator-image.rotator-4 {
	width: 444px;
}

/* Home Carousel End */
.site-header #toggle-nav {
	float: right;
	height: 3em;
	width: 1.5em;
	padding: 1em 0;
}

.site-header #toggle-nav:after {
	content: '';
	display: block;
	height: 0;
	box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

	.carousel-fade .carousel-inner>.item.next,
	.carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.prev,
	.carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.next.left,
	.carousel-fade .carousel-inner>.item.prev.right,
	.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Home Carousel End */
/* Responsive Nav Begin */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}

.navbar-default .mobile.navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #d81f37;
	background-color: #fff;
}

.navbar-default .mobile.navbar-nav>.active>a,
.navbar-default .mobile.navbar-nav>.active>a:focus,
.navbar-default .mobile.navbar-nav>.active>a:hover,
.navbar-default .mobile.navbar-nav>li>a:hover {
	color: #fff;
	background-color: #d81f37;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #d81f37;
}

.mobile.navbar-nav li.current-page-ancestor>a {
	color: #d81f37;
	background-color: #FFF;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #303c42;
	/*background-color: #000;*/
	padding: 0 6px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	top: calc(100% + 15px);
	right: 13px;
}

.navbar-nav>li>.dropdown-menu li {
	margin: 10px 0;
}

.mobile-nav .navbar-nav>li>ul.dropdown-menu {
	padding: 0;
}

.dropdown-menu>li>a {
	color: #fff;
	text-transform: uppercase;
	padding: 4px 5px;
	line-height: 1.8rem;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: #d81f37;
	color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background: #d81f37;
	color: #fff;
}

.dropdown-menu {
	position: relative;
	display: block;
	float: none;
}

.navbar-header .navbar-toggle {
	border-color: transparent;
}

.navbar-header .navbar-toggle:focus,
.navbar-header .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-header .navbar-toggle .icon-bar {
	background-color: #00a5b6;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 4px;
}

.navbar-toggle .button:active {
	background-color: #00a5b6;
	box-shadow: inset 0 0 8px 2px #00a5b6, 0 1px 0 0 #00a5b6
}

.navbar-nav .caret {
	display: none;
}

/*.nav.navbar-nav {
background-color: #000;
}*/
/*.menu-item-has-children > a, .navbar-nav > li > a {
background-color: #303c41;
color: #fff;
}*/
/* Responsive Nav End */
/* Modal Begin */
.demo-modal .modal-content {
	background-color: #00a5b6;
	border-radius: 0;
}

.demo-modal .modal-content h2 {
	color: #dcd145;
	margin-top: 0;
	line-height: 26px;
	font-size: 30px;
}

.demo-modal .modal-body {
	padding: 15px 15px 30px;
}

.demo-modal .modal-content p {
	color: #fff;
}

.demo-modal .modal-content p.intro {
	font-size: 20px;
}

.demo-modal .close {
	color: #fff;
	opacity: 1;
}

/* Modal End */
/* Custom CSS plugin code begin */
.widget-area .widget input[type="text"],
input[type="email"],
textarea,
select {
	border-radius: 3px !important;
	border: 1px solid #ccc !important;
	box-shadow: 0px 0px 0px 0 #d7d7d7 inset !important;
}

.widget-area .widget input[type="submit"] {
	border: 5px solid #fff !important;
}

.entry-content ul,
.comment-content ul li:before {
	list-style-type: inherit;
}

/*.pagination {
clear:both;
padding:20px 0 20px 4.5%;
position:relative;
font-size:11px;
line-height:13px;
max-width: 500px !important;
margin-left: auto;
margin-right: auto;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #00a5b6;
}
.pagination a:hover{
color:#fff;
background: #3279BB;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #303c42;
color:#fff;
}*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #00a5b6;
	border-color: #00a5b6;
}

.pagination>li>a,
.pagination>li>span {
	color: #000;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.mobile-nav {
	background-color: #303c42;
}

.mobile-login {
	background: #00a5b6;
}

.navbar-default .navbar-nav li.mobile-login a {
	color: #fff;
}

ul.mobile.nav .dropdown-menu li a {
	padding-left: 35px;
}

/* Custom CSS plugin code end */
/*.basic-accordion .panel-group .panel {
border-radius: 0;
}*/
.accordion-section h3.category-title {
	color: #cf102d;
}

.panel-group.basic-accordion {
	margin-bottom: 40px;
}

.basic-accordion .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.basic-accordion .panel-heading h4 {
	margin: 5px 0;
}

.basic-accordion .panel-default {
	border-color: transparent;
}

.basic-accordion .panel-default>.panel-heading {
	background-color: transparent;
	border-bottom: 1px solid #dddddd;
}

.basic-accordion .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.basic-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.basic-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	line-height: 1.714285714;
}

.basic-accordion .panel-heading .accordion-toggle.collapsed:before {
	/* symbol for "collapsed" panels */
	content: "\e080";
	/* adjust as needed, taken from bootstrap.css */
	color: red;
}

.basic-accordion .panel-heading .accordion-toggle:before {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114";
	/* adjust as needed, taken from bootstrap.css */
	float: left;
	/* adjust as needed */
	color: black;
	/* adjust as needed */
}

a.anchor-offset,
a.geofencing-anchor-offset {
	display: block;
	position: relative;
	top: 0px;
	visibility: hidden;
}

a.anchor-offset {
	top: -58px;
}

a.geofencing-anchor-offset {
	display: block;
	position: relative;
	top: 100px;
	visibility: hidden;
}

.cookieinfo {
	display: flex;
	flex-direction: column;
}

.cookie-msg {
	order: 1;
}

.cookieinfo-close {
	float: none !important;
	order: 2;
}

.widget-area#secondary {
	border-top: 5px solid #db1931;
	padding-top: 2em;
}

.search .request-demo-container,
.search #connect-btn {
	display: none;
}

.search #social-container {
	margin-top: 2em;
}

.default_template_wrapper {
	padding: 50px 0;
}

.default_template_content {
	max-width: 900px;
	margin: 0 auto;
}

.default_template_content p {
	line-height: 1.714285714;
}

.archive_section {
	padding: 75px 0;
}

#search-form {
	position: relative;
}

#search-form #searchsubmit {
	position: absolute;
	top: -1px;
	right: 5px;
	border: none !important;
	height: 100%;
	width: 25px;
	background-color: transparent;
	background-image: url(images/search_icon.png);
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
}

/*==========  Mobile First Method  ==========
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.cookieinfo {
		display: block;
		text-align: left !important;
	}

	.cookieinfo-close {
		float: right !important;
	}
}

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

@media only screen and (max-width: 767px) {
	.home.modal-open {
		position: fixed;
		width: 100%;
		padding-right: 0 !important;
	}

	.home-links-row .first_col {
		padding-left: 15px;
		margin-bottom: 20px;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: inherit;
	}

	.table-responsive>.table {
		font-size: 14px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.alignnone {
		margin: 1rem 0 2rem;
	}

	.alignleft {
		float: left;
		/* margin-right: 2rem; */
	}

	.alignright {
		float: right;
		margin-left: 2rem;
	}

	.aligncenter {
		margin: 1rem auto 2rem;
		display: block;
	}

	.home-hero {
		margin-top: 115px;
	}

	.navbar-toggle {
		float: right;
	}

	.navbar-toggle {
		display: block;
	}

	.home-banner {
		padding: 1rem 0;
	}

	.carousel-indicators {
		bottom: 5px;
	}

	.carousel-inner .item {
		height: 372px;
	}

	.featured-collapse h2 {
		font-size: 42px;
		text-align: left;
	}

	#purpose #showcase h2 {
		text-align: left;
	}

	.featured-collapse .panel-body {
		padding: 30px 50px;
	}

	#showcase {
		padding: 30px;
	}

	#info-container {
		text-align: left;
	}

	.page-template-geofencing .page-title {
		font-size: 80px;
	}

	.page-template-geofencing .use-case-tab h3,
	.page-template-geofencing .panel h3 {
		text-align: left;
	}

	.page-template-geofencing .use-cases h4 a,
	.page-template-geofencing .home-tab h4 a {
		color: #303c41;
		display: initial;
		background: transparent;
		padding: 0;
		text-transform: uppercase;
		margin: 10px 0;
	}

	.page-template-geofencing .home-tab p {
		max-width: 220px;
		margin: 0 auto;
	}

	.page-template-geofencing .entry-content .use-cases {
		margin: 20px 0;
	}

	.footer-nav {
		text-align: right;
	}

	.page-template-geofencing .bg-black h2 {
		text-align: left;
	}

	.contact .our-info {
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		padding: 0;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.bs-example-navbar-collapse-mobile {}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mobile-nav.collapse.in {
		display: block !important;
		overflow-y: scroll !important;
	}

	.dropdown-menu {
		display: block !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.mobile-nav {
		background-color: #fff;
	}

	.home-banner {
		position: fixed;
		width: 100%;
		z-index: 2;
		padding: 2rem 0;
		top: 110px;
	}

	.home-banner p {
		font-size: 22px;
		line-height: 35px;
		display: inline-block;
	}

	.home-banner .btn-primary {
		display: inline-block;
		vertical-align: initial;
	}

	.home-hero {
		margin-top: 115px;
	}

	a.anchor-offset {
		top: -150px;
	}

	.widget-area#secondary {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}

	a.geofencing-anchor-offset {
		top: 0px;
	}

	.site-header {
		height: 110px;
	}

	.wrapper {
		padding-top: 110px;
	}

	.page-template-width-100-new .wrapper {
		padding-top: 100px;
	}

	.page-template-full-width .wrapper {
		padding-top: 150px;
	}

	.page-template-full-width #content {
		padding-top: 20px;
	}

	.home .wrapper {
		padding-top: 110px;
	}

	.secondary-sub-header {
		background: #000 url(images/secondary-sub-header-bg.jpg) no-repeat;
		position: fixed;
		top: 110px;
		z-index: 3;
		height: 73px;
		text-align: right;
	}

	.nav>li>a {
		padding: 5px 12px;
	}

	.nav.navbar-nav {
		background-color: transparent;
	}

	.navbar-default .navbar-nav li.current-page-ancestor>a {
		color: #d81f37;
		background-color: transparent;
	}

	.navbar-header .navbar-toggle {
		display: none;
	}

	.dropdown-menu {
		position: absolute;
		display: none;
		float: left;
		background-color: #000000;
	}

	.nav.navbar-nav {
		margin-top: 37px;
	}

	.navbar-default .navbar-nav>li {
		border-right: 1px solid #ccc;
	}

	.navbar-default .navbar-nav>li:last-child {
		border-right: none;
	}

	.menu-item-has-children>a {
		background-color: transparent;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background-color: transparent;
	}

	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:focus,
	.dropdown-menu>.active>a:hover {
		background: #00a5b6;
	}

	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		background: #00a5b6;
		color: #fff;
	}

	#purpose #trade p,
	#purpose #local p,
	#purpose #brands p {
		max-width: 275px;
		margin: 0 auto;
		height: 125px;
	}

	.request-demo-container {
		text-align: left;
	}

	.footer-social .phone {
		border-right: 1px solid #fff;
	}

	.footer-social p.connect-text {
		display: inline;
		vertical-align: top;
		margin-right: 20px;
	}

	.page-template-geofencing .wrapper {
		padding-top: 110px;
	}

	.page-template-geofencing .page-title {
		font-size: 120px;
	}

	.page-template-geofencing #conversion-zones h2,
	.page-template-geofencing #event-targeting h2 {
		text-align: left;
	}

	.page-template-geofencing .bg-black .border-responsive {
		border-left: 1px solid #fff;
		margin-top: 0;
	}

	#showcase .local .showcase-image,
	#showcase .trade .showcase-image {
		margin-top: 165px;
	}

	.mid-banner {
		text-align: left;
	}

	.mid-banner .graphic-transparency {
		margin-top: 90px;
	}

	.hs-form.stacked input[type="text"],
	.hs-form.stacked input[type="email"],
	.hs-form.stacked input[type="tel"],
	.hs-form.stacked select {
		width: 90%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.cookieinfo {
		text-align: center !important;
	}

	.home-hero {
		margin-top: 0;
	}

	.home-banner p {
		font-size: 25px;
	}

	.nav>li>a {
		padding: 5px 15px;
	}

	.showcase-image.pins,
	.showcase-image.networks {
		margin-top: 100px;
	}

	#showcase .local .showcase-image,
	#showcase .trade .showcase-image {
		margin-top: 100px;
	}
}

.request_demo_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 900px;
	display: none;
	background-color: #303C42;
	padding: 30px;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 100;
}

.request_demo_popup h1 {
	color: #fff;
}

.close_popup {
	position: absolute;
	top: 0px;
	right: 7px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}

.popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 52%);
	z-index: 99;
	display: none;
}

/*========Webinar styles ======= */
.webinar_masthead {
	background-image: url('https://simpli.fi/wp-content/uploads/2021/07/webinar-header-background.jpg');
	background-size: cover;
	background-position: center center;
	padding: 150px;
	text-align: center;
}

.webinar_masthead h1 {
	margin: 0;
	color: #fff;
	font-size: 3.5rem;
	position: relative;
	display: inline-block !important;
}

.webinar_masthead h1 span {
	opacity: 0;
	display: block;
	transition: all 300ms linear;
	transition-delay: 400ms;
	transform: scale(0);
}

.webinar_masthead h1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 20px;
	border-left: solid 3px #0096AC;
	border-right: solid 3px #D8C900;
	transform: translateX(-50%);
	margin-left: -20px;
	transition: all 400ms linear;
}

.webinar_masthead h1::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	height: 100%;
	width: 20px;
	border-left: solid 3px #d00328;
	border-right: solid 3px #D8CAB3;
	transform: translateX(50%);
	margin-right: -20px;
	transition: all 400ms linear;
}

.webinar_masthead h1.show span {
	opacity: 1;
	transform: scale(1);
}

.webinar_masthead h1.show::before {
	left: 0;
	transform: translateX(-20px);
}

.webinar_masthead h1.show::after {
	right: 0;
	transform: translateX(20px);
}

.webinar-wrap {
	background-color: #fff;
	padding: 20px;
	min-height: 400px;
}

.webinar-wrap .txt-wrap {
	padding: 0 20px;
}

.webinar-wrap h2,
.webinar-wrap p {
	color: #000;
	margin: 20px 0;
}

.webinar-wrap h2 a {
	color: #000;
}

.webinar-wrap h2 {
	font-size: 20px;
	line-height: 28px;
	min-height: 85px;
}

.webinar-wrap p {
	font-size: 15px;
	line-height: 1.3;
	height: 60px;
}

.webinars .py-2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.suggested-webinar {
	color: #fff;
	padding-bottom: 70px;
}

.suggested-webinar h2 {
	font-size: 30px;
}

.suggested-webinar h3 {
	font-size: 22px;
}

.suggested-webinar h3 a {
	color: #fff;
}

.suggested-webinar hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 30px 0 30px 0;
}

.mb50 {
	margin-bottom: 50px;
}

a.case-link {
	font-size: 16px;
	color: #303c41;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: calc(100% - 50px);
	left: 50%;
	transform: translate(-50%, -50%);
}

a.case-link:hover {
	text-decoration: underline;
}

.connect_section {
	background-color: #303C42;
	padding: 75px 0;
}

.connect_section h1 {
	color: #fff;
	font-weight: normal;
}

.connect_section h4 {
	color: #fff;
	line-height: 1.4;
	font-size: 20px;
}

.connect_section h4+ul {
	color: #fff;
	padding-left: 30px;
	font-size: 17px;
	margin-top: 15px;
}

.connect_section h1:before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(images/simplifi_bars.png);
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	vertical-align: top;
}

.connect_section h3 {
	color: #fff;
	font-weight: bold;
	font-size: 2.65rem;
	line-height: 1.3;
	max-width: 500px;
	margin-bottom: 25px;
}

.connect_section p {
	color: #fff;
	font-size: 1.35em;
	max-width: 505px;
	line-height: 1.4;
}

section.request-demo-container.contactus-section .text {
	color: #fff;
}

section.request-demo-container.contactus-section .text h2,
section.request-demo-container.contactus-section .text h2 span {
	font-size: 22px;
}

section.request-demo-container.contactus-section .text img {
	margin: 0;
}

section.request-demo-container.contactus-section .text p {
	font-size: 18px;
	line-height: 1.6
}

section.contactus-section.all-in-one {
	color: #fff;
	background-color: #000;
}

section.contactus-section.all-in-one .circle h3 {
	padding-left: 15px
}

section.contactus-section.all-in-one .circle h3 p {
	color: #fff;
	font-size: 45px;
	line-height: 1.4;
	padding: 0;
}

section.contactus-section.all-in-one ul li {
	font-size: 16px;
	padding: 0px 0;
}

section.contactus-section.call-to-action {
	padding-top: 70px;
	padding-bottom: 70px;
}

section.contactus-section.call-to-action h2 {
	text-align: left;
	font-size: 22px;
	color: #fff;
	line-height: 1.4;
}

section.contactus-section.call-to-action .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

section.contactus-section.call-to-action a {
	font-size: 18px;
	padding: 15px 25px;
	text-transform: uppercase;
	border-radius: 10px;
	margin-top: 10px;
	display: inline-block;
}

.form-section {
	background-color: #303c42;
	padding-top: 55px;
	padding-bottom: 55px;
}

.form-section h3 {
	color: #fff;
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
}

.form-section h2 {
	color: #fff;
	font-size: 40px;
	margin: 25px 0;
}

.form-section p {
	color: #fff;
	font-size: 20px;
}

.all-in-one-row {
	background-color: #000;
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../images/border.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.all-in-one-row h2 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 50px;
}

.all-in-one-row h3 {
	font-size: 26px;
	color: #fff;
}

.all-in-one-row .circle {
	width: 122px;
	line-height: 115px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid;
	margin: auto;
}

.all-in-one-row p {
	font-size: 21px;
	color: #fff;
	margin-top: 15px;
}

.all-in-one-row .circle-box img {
	/* transition: all .3s; */
}

.all-in-one-row .circle-box:hover img {
	/* transform: scale(.9) translateY(-25%); */
}

.border-red {
	border-color: #cf102d !important;
}

.border-yellow {
	border-color: #d8c826 !important;
}

.border-blue {
	border-color: #0096aa !important;
}

.border-gray {
	border-color: #dacab4 !important;
}

.border-gray {
	border-color: #dacab4 !important;
}

.border-dark-gray {
	border-color: #303c42 !important;
}

.border-white {
	border-color: #fff !important;
}

.icons_row {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 30px;
	flex-wrap: wrap;
}

.thankyou_section {
	background-color: #303C42;
	padding: 100px 0;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}

.thankyou_section h1 {
	color: #fff;
	margin-bottom: 30px;
}

.thankyou_section a {
	color: #fff;
}

.thankyou_links_wrapper {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 40px;
}

.thankyou_links_wrapper a {
	border: solid 2px #fff;
	display: block;
	margin: 15px 0;
	padding: 15px 10px;
	font-weight: 600;
	font-size: 17px;
	transition: all 200ms linear;
	text-decoration: none !important;
}

.thankyou_links_wrapper a:first-of-type {
	border-color: #0096aa;
}

.thankyou_links_wrapper a:first-of-type:hover {
	border-color: #1db5c9;
}

.thankyou_links_wrapper a:nth-of-type(2) {
	border-color: #d8c726;
}

.thankyou_links_wrapper a:nth-of-type(2):hover {
	border-color: #f7e74d;
}

.thankyou_links_wrapper a:last-of-type {
	border-color: #cf102d;
}

.thankyou_links_wrapper a:last-of-type:hover {
	border-color: #fb3950;
}

.careers-hero {
	background: url('https://simpli.fi/wp-content/uploads/2022/01/CareersHero.jpg');
	background-position: center;
	padding: 140px 0;
	background-size: cover;
}

.careers-hero h2 {
	font-size: 50px;
	color: #fff
}

.careers-hero p {
	font-size: 20px;
	color: #fff;
	line-height: 31px;
	margin: 22px 0 0 0;
	padding-right: 5%;
}

.careers-hero .btn-primary-outline {
	margin-top: 30px;
}

.careers-sneak-row {
	background: #000;
	padding: 100px 0;
}

.careers-sneak-row h2 {
	color: #FFF;
	font-size: 36px;
	line-height: 1.3;
}

.careers-sneak-row h3 {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 10px;
}

.careers-sneak-row p {
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
}

.careers-sneak-row hr {
	margin: 15px 0
}

.careers_whatMakes_row {
	background: #303c42;
	padding: 60px 0;
}

.careers_whatMakes_row h2 {
	color: #FFF;
	font-size: 28px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px
}

.careers_whatMakes_row h3 {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 15px;
}

.careers_whatMakes_row p {
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
}

.careers_whatMakes_row .inner-box {
	padding: 0 20px 0 0;
	min-height: 282px;
}

.careers_whatMakes_row .culture {
	border-right: 2px solid #0096aa
}

.careers_whatMakes_row .diversity {
	border-right: 2px solid #d8c826
}

.careers_whatMakes_row .awards {
	border-right: 2px solid #cf102d
}

.careers_page_content h2.title{
	font-size: 28px;
	margin-bottom: 30px;
}

.careers_page_content p{
	line-height: 1.4;
}

.careers_page_content h2.title:before{
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(images/line_block.png);
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	vertical-align: top;
}

.new-hero-banner {
	background-image: url(images/hero.jpg);
	background-size: cover;
	height: 600px;
	display: flex;
	align-items: center;
	background-position: center;
}

.new-hero-banner .container {
	margin-bottom: 50px;
}

.new-hero-banner .text-box {
}

.new-hero-banner .text_wrapper{
	margin-left: 45px;
	overflow: hidden;
}

.banner_bars{
	position: absolute;
	width: 50px;
	height: auto;
	left: 0;
	top: -6px;
	transform: scaleY(0);
	transition: all 300ms linear;
}

.new-hero-banner.custom_animate .banner_bars{
	transform: scaleY(1);
}

.new-hero-banner h2{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 2px;
}

.new-hero-banner p{
	color: #fff;
	font-size: 22px;
}

.new-hero-banner h2,
.new-hero-banner p{
	transform: translateX(-100%);
	transition: all 500ms linear;
	transition-delay: 500ms;
}

.new-hero-banner.custom_animate h2,
.new-hero-banner.custom_animate p{	
	transform: translateX(0%);
}

@media (max-width:991px) {
	.careers_whatMakes_row .culture {
		border-right: 0px solid #0096aa;
		border-bottom: 2px solid #0096aa
	}

	.careers_whatMakes_row .diversity {
		border-right: 0px solid #d8c826;
		border-bottom: 2px solid #d8c826
	}

	.careers_whatMakes_row .awards {
		border-right: 0px solid #cf102d;
		border-bottom: 2px solid #cf102d
	}

	.careers_whatMakes_row .inner-box {
		padding: 0 0 25px 0;
		min-height: auto;
	}

	.careers_whatMakes_row p {
		margin-bottom: 0
	}

	.careers_whatMakes_row h2 {
		color: #FFF;
		line-height: 38px;
	}

	.careers-hero {
		padding: 59px 0;
	}

	.careers-hero h2 {
		font-size: 43px;
	}
}

@media (max-width:767px) {
	.banner_bars{
		display: none;
	}
	.new-hero-banner .text_wrapper{
		margin: 0;
		line-height: 1.4;
	}
}