@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.off-canvas-content {
	box-shadow: none;
}
/* general */

body, p {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 400;
	color: #4b4f54;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, .button {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 400;
/* 	color: #CF0A2C; */
}
.lato-thin {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 200;
}
.lato-light {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 300;
}
.lato-light-italic {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: italic;
	font-weight: 300;
}
.lato-regular {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 400;
}
.lato-italic {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: italic;
	font-weight: 400;
}
.lato-bold {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 700;
}

.page-id-38 .secondary-banner, .page-id-5827 .secondary-banner {
	margin-top: 0 !important;
}
.page-id-481 .secondary-banner .secondary-banner-left {
	-webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.page-id-481 .secondary-banner .secondary-banner-right {
	-webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.secondary-banner {
/* 	margin-top: 100px; */
	background: #f1f1f2;
}
.secondary-banner .row {
	padding: 50px 0;
}
.secondary-banner h1 {
	color: #CF0A2C;
	font-size: 1.875em;
}
.secondary-banner .secondary-banner-right {
	text-align: right;
}
.secondary-banner .secondary-banner-right p {
	margin-bottom: 0;
}
.secondary-banner.single-banner {
	text-align: center;
}
.secondary-banner.single-banner h1 {
	color: #003a4f;
}
.secondary-banner.single-banner h4 {
}

.button {
	padding: 15px 40px;
    border-radius: 5px;
    font-size: 0.9375em;
}
.button:hover {
	background-color: #4B4F54;
}
.button.grey-bg:hover {
	background-color: #CF0A2C;
}
.button.red-bg:hover {
	background-color: #4B4F54;
}

a {
	font-style: normal;
	font-weight: 700;
	color: #4b4f54;
}
a:hover {
	color: #84BD00;
}

.uppercase {
	text-transform: uppercase;
}
.bold {
	font-weight: 700;
}

.red {
	color: #CF0A2C;
}
.red-bg {
	background-color: #CF0A2C;
}
.grey {
	color: #4B4F54;
}
.grey-bg {
	background-color: #4B4F54;
}

.orange {
	color: #FF8200;
}
.orange-bg {
	background-color: #FF8200;
}
.green {
	color: #84BD00;
}
.green-bg {
	background-color: #84BD00;
}
.blue {
	color: #003A4F;
}
.blue-bg {
	background-color: #003A4F;
}
.button-transparent {
	background: rgba(255,255,255,0);
	border: 1px solid #fff;
}
.button-transparent:hover {
	background: rgba(255,255,255,1);
	color: #003A4F;
}
.button-new {
	background-color: #f1f1f2 !important;
	padding: 1rem 8rem 1rem 2.5rem !important;
	color: #4b4f54 !important;
	box-shadow: 5px 5px 15px 0px rgba(204,204,204,1) !important;
	position: relative !important;
	font-size: 1.25rem;
	text-align: left !important;
}
.schedule-demo {
	color: #eb7f24 !important;
}
.button-new:hover {
	background-color: #fff !important;
}
.button-new img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100% !important;
}
.button-new .inactive {
	display: block !important;
}
.button-new .active {
	display: none !important;
}
.button-new:hover .active {
	display: block !important;
}
.button-new:hover .inactive {
	display: none !important;
}

.blue-banner-cta {
}
.blue-banner-cta h4 {
	color: #fff;
	margin: 20px 0;
	font-size: 1.5em;
}
.blue-banner-cta a.button {
	border: 1px solid #fff;
	margin-bottom: 0;
}
.blue-banner-cta a.button:hover {
	background: #fff;
	color: #003A4F;
}

.sidebar-container .widgettitle {
	display: none;
}
.grey-banner-cta {
	color: #fff;
	padding: 30px 0;
}
.grey-banner-cta .button:hover {
	color: #4B4F54;
	background: #fff;
}
.grey-banner-cta h4 {
	
}
.grey-banner-cta p {
	color: #fff;
}
.grey-banner-cta .button {
	margin-bottom: 0;
	margin-left: 20px;
}
.home-pre-footer form {
	position: relative;
}
.home-pre-footer form input {
	border-radius: 5px;
	margin-bottom: 0;
}
.home-pre-footer form p.wysija-paragraph {
	margin-bottom: 0;
}
.home-pre-footer .wysija-submit-field {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	bottom: 0;
	width: 150px;
	border: none;
	background: #CF0A2C;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.beauty-pre-footer {
	
}
.default-pre-footer {
	
}


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

/* top-bar */
/*
.page-id-38 .top-bar-container, .page-id-5827 .top-bar-container {
	background-color: transparent;
}
.page-id-38 .pre-fixed-top-bar, .page-id-5827 .pre-fixed-top-bar {
	background-color: rgba(255,255,255,1) !important;
}
.page-id-38 .top-bar-fixed-container, .page-id-5827 .top-bar-fixed-container {
	background-color: rgba(255,255,255,0.65);
}
*/

.top-bar-fixed-container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #ccc;
	z-index: 999;
	height: 100px;
	background: #fff;
}
.top-bar, .top-bar ul {
	background: #fff;
}

.top-bar-right ul li > a { /* all level anchors */
	color: #003A4F;
	font-size: 0.9375em;
	font-weight: 700;
}
.top-bar-right ul li:hover > a { /* all level anchors hover */
	color: #CF0A2C;
}
.top-bar-right > ul > li { /* first level li's */
}
.top-bar-right > ul > li > a { /* first level anchors */
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.top-bar-right > ul > li.active > a { /* first level anchors active */
	color: #CF0A2C;
	background: transparent;
	font-weight: 700;
}
.top-bar-right > ul > li:hover > a { /* first level anchors hover */
	font-weight: 700;
}
.top-bar-right > ul > li > a:after {
	display: none !important;
}
.top-bar-right > ul > li > ul { /* dropdown level ul */
	border-top: 5px solid #CF0A2C;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.top-bar-right > ul > li > ul:before { /* dropdown level ul */
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #CF0A2C;
	
	position: absolute;
    left: 25px;
    top: -15px;
}
.top-bar-right #menu-item-488 > ul:before { /* dropdown level ul */
	left: 125px;
}
.top-bar-right > ul > li > ul > li { /* dropdown level li's */
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.top-bar-right > ul > li > ul > li > a { /* dropdown level anchors */
}
.top-bar-right > ul > li > ul > li:hover > a { /* dropdown level anchors hover */
	font-style: italic;
}
.top-bar-right > ul > li > ul > li.active > a { /* dropdown level anchors active */
	font-style: italic;
	background: #ededed;
	color: #CF0A2C;
}
.top-bar-right ul li.phone a {
	color: #84BD00;
}
.off-canvas-wrapper {
	padding-top: 100px !important;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
	left: 16px;
}

/* footer */
footer:not(.article-footer) {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#025c6b+0,023c59+100 */
	background: #025c6b; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #025c6b 0%, #023c59 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #025c6b 0%,#023c59 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #025c6b 0%,#023c59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025c6b', endColorstr='#023c59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-top: 75px;
}
.footer .footer-logo {
}

.footer .footer-col {
	
}
.footer .footer-col h4 {
	color: #fff;
}
.footer .footer-col ul {
	list-style-type: none;
	margin-left: 0;
}
.footer .footer-col ul li {
	
}
.footer .footer-col ul li a {
	color: #fff;
}

.footer .footer-col-4 {
	position: relative;
	text-align: right;
}
.footer .footer-col-4 .half {
	
}
.footer .footer-col-4 .top-half {
	
}
.footer .footer-col-4 .bottom-half {
	position: absolute;
	bottom: 2rem;
	right: 0.9375rem;
}

.footer .copyright-col {
	
}
.footer .copyright-col {
	padding-top: 20px;
	padding-bottom: 15px;
}
.footer .copyright-col .copyright {
	color: #fff;
}

.footer .footer-nav {
	position: relative;
}
.footer .footer-nav #menu-footer {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 500px;
	min-width: 10px;
	top: 10px;
}
.footer .footer-nav #menu-footer a {
	color: #003A4F;
	font-size: 0.8em;
}
.footer .social-media-icons {
	list-style-type: none;
	margin: 10px 0 0 0;
}
.footer .social-media-icons li {
	display: inline-block;
}
.footer .social-media-icons li i {
	font-size: 1.3em;
}
.footer .footer-social .client-login-link {
	color: #90c51a;
}
.footer .copyright {
	text-align: center;
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 0.75em;
}
#menu-footer li.active a {
	background: #fff;
	color: #4b4f54;
}
#menu-footer li:hover a {
	color: #84BD00;
}
.home .footer {
	padding-top: 150px;
}

/* tab functionality */
.tab {
}
.tab .tab-header {
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1em;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-bottom: 0;
	position: relative;
}
.tab .tab-header.active,
.tab .tab-header:hover {
/*
	background: #FF8000;
	color: #fff;
	font-weight: 700;
*/
}
.tab .tab-content {
	display: none;
}
.tab .tab-content.active {
	display: block;
}

/* accordion functionality */
.accordion-container {
	margin-bottom: 20px;
}
.accordion-main {
	margin-bottom: 5px;
}
.accordion-main.active > .accordion-main-content {
	display: block;
	border: 1px solid rgba(221, 221, 221, 0.43);
}
.accordion-main-header {
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	padding-right: 0.9375em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion-container .accordion-container .accordion-main-header {
	padding-left: 0.9375em;
}
.accordion-main-header > * {
    font-size: 1.375em;
    color: #0062A5;
    font-weight: 400;
    margin-bottom: 0;
}
.accordion-main-content {
	display: none;
	padding: 0.9375em;
	text-align: center;
}
.accordion-main > .accordion-main-header .open-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 15%;
	text-align: center;
	font-size: 1.875em !important;
}
.accordion-main > .accordion-main-header .open-close.minus {
	display: none;
	line-height: 1.5em;
}
.accordion-main.active > .accordion-main-header .open-close.minus {
	display: block;
}
.accordion-main.active > .accordion-main-header .open-close.plus {
	display: none;
}
.accordion-main > .accordion-main-header .open-close.plus {
	line-height: 1.8em;
}
.accordion-main > .accordion-main-content > p {
	font-size: 0.75em;
	text-align: left;
	margin-bottom: 0;
}

/* client loop */
.client-loop-sect {
	margin: 50px 0;
}
.client-loop-sect h4 {
	color: #FF8200;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 50px;
}
.client-loop-sect p {
	text-align: center;
}
.client-loop-container {
	overflow: hidden;
}

/* shift-it */
.shift-container {
	position: relative;
	padding: 0 0.9375em;
}

.shift-box {
	position: absolute !important;
	overflow: hidden;
	cursor: pointer;
}

.shift-foreground {
}

.shift-overlay {
	position: absolute;
	top: 0;
	text-align: center;
	width: 101%;
	display: table;
	opacity: 0.0;
}
.shift-overlay > * {
	display: table-cell;
	vertical-align: middle;
}
.shift-overlay * {
	color: #fff;
}

.shift-content {
	display: none;
}
.shift-content-box {
	background: #f3f3f3;
	border: 1px solid #ccc;
	position: absolute;
	padding: 40px;
	overflow-y: scroll;
	
	-webkit-transform: scale(0.0); 
	-moz-transform: scale(0.0);
	-ms-transform: scale(0.0);
	-o-transform: scale(0.0);
	transform: scale(0.0);
	
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.shift-close {
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

/* home - NEW W/DIVI */
.home-1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02415c+0,025c6b+100 */
	background: #000 !important; /* Old browsers */
	background: -moz-linear-gradient(45deg, #000 0%, #000 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #000 0%,#000 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #000 0%,#000 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02415c', endColorstr='#025c6b',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}
.home-1 .line-1 {
	font-weight: bold !important;
}
.home-1 .line-2 {
	color: #fff !important;
	font-size: 65px !important;
	font-weight: 900 !important;

	position: relative !important;
	top: 6px !important;
}
.home-1 .line-3 {
	font-size: 32px !important;
}
.home-1 br {
	display: block !important;
}
.home-1 .floating-img,
.home-2 .floating-img {
	position: absolute !important;
    left: 0;
    right: 0;
    text-align: center !important;
    bottom: 0;
    transform: translateY(50%);
    z-index: 99;
}
.home-2 .floating-img {
	transform: translateY(50%) !important;
}
.home-1 .floating-img img {
	margin-top: 25px !important;
}

.home-3 .vid-row h2,
.home-3 .reporting-row h2,
.home-4 .header-row h2,
.home-2 .header-row h2,
.new-home-sect-1 .header-row h2 {
	color: #000 !important;
}
.home-3 .vid-row h2 span,
.home-4 .header-row h2 span,
.new-home-sect-1 .header-row h2 span {
	color: #CF0A2C !important;
}
.home-3 .reporting-row h2 span {
	color: #90ac28!important;
}
.home-2 .header-row h2 span {
	color: #eb7f24 !important;
}
.home-3 .vid-row .vid-ctn,
.new-home-sect-1 .vid-row .vid-ctn {
	margin: 30px auto 75px !important;
	width: 80%;
	
	-webkit-box-shadow: 2px 2px 9px 4px rgba(66,66,66,0.5) !important; 
	box-shadow: 2px 2px 9px 4px rgba(66,66,66,0.5) !important;
}
.new-home-sect-1 .header-row h2 {
	
}
.new-home-sect-1 .vid-row .vid-ctn {
	width: 100% !important;
}

.cta-popup-sect {
	
}
.cta-popup-sect .inner-container {
	cursor: pointer;
	height: 100% !important;
	
	transition: all .2s ease-in-out !important;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
  
	-webkit-box-shadow: 10px 10px 42px 0px rgba(204,204,204,1) !important;
	-moz-box-shadow: 10px 10px 42px 0px rgba(204,204,204,1) !important;
	box-shadow: 10px 10px 42px 0px rgba(204,204,204,1) !important;
}
.cta-popup-sect .inner-container:hover {
	transform: scale(1.2);
	
	transition: all .2s ease-in-out !important;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
}
.cta-popup-sect .inner-container .top {
}
.cta-popup-sect .inner-container .top .inactive {
	display: block !important;
}
.cta-popup-sect .inner-container .top .active {
	display: none !important;
}
.cta-popup-sect .inner-container:hover .top .active {
	display: block !important;
}
.cta-popup-sect .inner-container:hover .top .inactive {
	display: none !important;
}
.cta-popup-sect .inner-container .top img {
	float: none !important;
}

.home-4.cta-popup-sect .inner-container * {
	color: #cc2027 !important;
}


.cta-popup-sect .inner-container .bottom {
	text-align: center !important;
	padding: 1rem 2rem !important;
}
.cta-popup-sect .et_pb_column > div,
.cta-popup-sect .et_pb_column > div > div {
	height: 100% !important;
}
.home-2.cta-popup-sect .home-cta-col {
	padding-left: 0.9375rem !important;
	padding-right: 0.9375rem !important;
}
.home-2.cta-popup-sect .home-cta-col .inner-container .bottom > p {
	color: #ec7c0d !important;
}
.home-2.cta-popup-sect .home-cta-col .inner-container .bottom {
    padding: 1rem 2rem 2rem !important;
}
.home-cta-reveal {
	padding: 0;
	width: 60%;
}
.home-cta-reveal .text-col {
	padding: 2rem 2rem 4rem
}
.home-cta-reveal .text-col h3 {
	color: #ec7c0d;
    font-size: 1.5rem;
}
.home-cta-reveal .text-col p {
    margin-bottom: 50px;
}
.home-cta-reveal .text-col .button-new {
	font-weight: 300;
}
.home-cta-reveal .img-col {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}





.home-3 .home-bubbles {
	margin-top: 50px !important;
/* 	margin-bottom: 50px !important; */
	height: 625px !important;
}
.home-3 .home-bubbles .bubble-container {
	position: relative !important;
}
.home-3 .home-bubbles .bubble-chart {
	background: #90ac28 !important;
    height: 190px !important;
    width: 190px !important;
    margin: 0 auto !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    text-align: center !important;
    border: 18px solid #F1F1F2 !important;
    display: table !important;
    position: absolute !important;
    z-index: 99 !important;
	left: 50% !important;
	-webkit-transform: translate(-50%) !important;
	-moz-transform: translate(-50%) !important;
	-ms-transform: translate(-50%) !important;
	transform: translate(-50%) !important;
}
.home-3 .home-bubbles .bubble-container:nth-child(1).active .bubble-chart {
	background: #bdd74a !important;
}
.home-3 .home-bubbles .bubble-container:nth-child(2).active .bubble-chart {
	background: #bdd74a !important;
}
.home-3 .home-bubbles .bubble-container:nth-child(3).active .bubble-chart {
	background: #bdd74a !important;
}
.home-3 .home-bubbles .bubble-container:nth-child(4).active .bubble-chart {
	background: #bdd74a !important;
}
.home-3 .home-bubbles .bubble-container:nth-child(5).active .bubble-chart {
	background: #bdd74a !important;
}
.home-3 .home-bubbles .bubble-container:nth-child(6).active .bubble-chart {
	background: #bdd74a !important;
}
.home-3 .home-bubbles .bubble-container:nth-child(1) .bubble-chart { z-index: 99 !important; }
.home-3 .home-bubbles .bubble-container:nth-child(2) .bubble-chart { z-index: 100 !important; }
.home-3 .home-bubbles .bubble-container:nth-child(3) .bubble-chart { z-index: 99 !important; }
.home-3 .home-bubbles .bubble-container:nth-child(4) .bubble-chart { z-index: 100 !important; }
.home-3 .home-bubbles .bubble-container:nth-child(5) .bubble-chart { z-index: 101 !important; }
.home-3 .home-bubbles .bubble-container:nth-child(6) .bubble-chart { z-index: 102 !important; }
.home-3 .home-bubbles .bubble-chart > div {
	display: table-cell !important;
	vertical-align: middle !important;
	color: #fff !important;
}
.home-3 .home-bubbles .bubble-top {
	
}
.home-3 .home-bubbles .bubble-bottom {
	top: 70px !important;
}
.home-3 .home-bubbles .b-arrow {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
	display: none !important;
}
.home-3 .home-bubbles .b-content {
	display: none !important;
}
.home-3 .home-bubbles .bubble-container.active > .b-arrow {
	display: block !important !important;
}
/*
.home-3 .home-bubbles .bubble-container:hover.active > .b-arrow {
	display: none !important !important;
}
*/
/*
.home-3 .home-bubbles .bubble-chart.active ~ .b-arrow,
.home-3 .home-bubbles .bubble-chart:hover ~ .b-arrow {
	display: block !important !important;
}
*/
.home-3 .home-bubbles .b-line {
	height: 100px !important;
    width: 4px !important;
    background: #F1F1F2 !important;
    bottom: -330px !important;
}
.home-3 .home-bubbles .bubble-top ~ .b-line {
	height: 200px !important;
}
.home-3 .home-bubbles .b-circle {
	height: 25px !important;
	width: 25px !important;
	background: #F1F1F2 !important;
	bottom: -350px !important;
	border-radius: 50% !important;
}
.home-3 .home-bubbles .b-content {
	bottom: -360px !important;
}
.home-3 .home-bubbles .b-content .inner-container {
	position: relative !important;
}
.home-3 .home-bubbles .b-content .content-container {
	position: absolute !important;
	text-align: center !important;
	width: 250px !important;
	left: 50% !important;
	font-size: 19px !important;
	
	-webkit-transform: translate(-50%) !important;
	-moz-transform: translate(-50%) !important;
	-ms-transform: translate(-50%) !important;
	transform: translate(-50%) !important;
}
.home-3 .home-bubbles .b-content .content-container p {
	font-size: 0.75em !important;
}



#cookie-notice {
	width: 100% !important;
}



.floating-row {
	position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    bottom: 0 !important;
    transform: translateY(50%) !important;
}
.home-5 .floating-row .client-loop-sect {
	margin: 0 !important;
}
.home-5 .button-new {
	width: 350px !important;
}

.home-5 .client-loop-post img {
	padding: 0 15px !important;
}



/* home - OLD PRE DIVI */
.home-page-video {
	position: absolute;
	top: 0;
	height: 560px;
	overflow: hidden;
}
.home-page-video video {
	width: 100%;
}
.home-sect-1 {
	background-size: cover;	
	height: 560px;
	padding-top: 225px;
	z-index: 99;
    position: relative;
}
.home-sect-1 .home-banner-interior {
	background: rgba(255,255,255,0.5);
}
.home-sect-1 .home-banner-interior .row {
	text-align: center;
}		
.home-sect-1 h2 {
	margin: 30px 0 50px;
	font-size: 2.75em;
}
.home-sect-1 .button:first-child {
	margin-right: 20px;
}
.home-sect-1 .button:last-child {
	margin-left: 20px;
}
#home-page-reveal {
	text-align: center;
	padding: 4em 1em 1em;
}
#home-page-reveal iframe {
	width: 100%;
}

.home-sect-2 {
}
.home-sect-2 .row {
	text-align: center;
}
.home-sect-2 p {
	margin-bottom: 65px;
	font-size: 1.125em;
	font-weight: 400;
}
.home-sect-2 h4 {
	margin: 65px 0 40px;
	color: #FF8200;
}

.home-sect-3 {
	background: #F1F1F2;
}
.home-sect-3 .medium-4 {
	padding: 50px 0;
}
.home-sect-3 .medium-4:nth-child(2) {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.home-sect-3 .row {
	text-align: center;
}
.home-sect-3 p {
	margin: 0px auto;
	width: 85%;
	line-height: 1.8em;
	font-weight: 400;
}

.home-sect-3 a {
	display: block;
	clear: both;
}
.home-sect-3 h4 {
	margin: 10px 0 20px;
	font-size: 1.5em;
}

.home-sect-4 {	
}
.home-sect-4 .row {
	text-align: center;
}
.home-sect-4 p {
	margin-bottom: 40px;
	font-size: 1.125em;
}
.home-sect-4 h4 {
	margin: 50px 0 30px;
	font-weight: 400;
	font-size: 1.5em;
	color: #FF8200;
}
.home-sect-4 h4 br {
	display: block;
}

.home-sect-5 {
	margin-bottom: 50px;
}
.home-sect-5 .medium-6:first-child {
	padding-right: 0;
}
.home-sect-5 a {
}
.home-sect-5 a > div {
	position: relative;
	
}
.home-sect-5 a .white-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	opacity: 0.5;
	
}
.home-sect-5 .medium-6 > a:hover .white-overlay {
	display: none;
}
.home-sect-5 a img {
}
.home-sect-5 a .solutions-1 {
	background: #84BD00;
	color: #fff;
	position: absolute;
	top: 40%;
	padding: 10px 30px;
	font-size: 1.5em;
}
.home-sect-5 a .solutions-2 {
	background: #84BD00;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
    padding-top: 25px;
    padding-left: 20px;
    width: 120px;
    font-size: 1.25em;
}

/* why accelerated */
.why-sect-1 {
	margin-top: 50px;
}
.why-sect-1 h2 {
	font-size: 1.5em;
	color: #CF0A2C;
}
.why-sect-1 p {
	font-size: 1.0625em;
	margin-top: 20px;
}

.why-sect-2 {
	margin-top: 50px;
/* 	margin-bottom: 50px; */
	height: 550px;
}
.why-sect-2 .bubble-container {
	position: relative;
}
.why-sect-2 .bubble-chart {
	background: #BBBDBF;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    border: 18px solid #F1F1F2;
    display: table;
    position: absolute;
    z-index: 99;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.why-sect-2 .bubble-container:nth-child(1).active .bubble-chart {
	background: #84bd00;
}
.why-sect-2 .bubble-container:nth-child(2).active .bubble-chart {
	background: #f1cd3f;
}
.why-sect-2 .bubble-container:nth-child(3).active .bubble-chart {
	background: #cf0a2c;
}
.why-sect-2 .bubble-container:nth-child(4).active .bubble-chart {
	background: #003A4F;
}
.why-sect-2 .bubble-container:nth-child(5).active .bubble-chart {
	background: #84bd00;
}
.why-sect-2 .bubble-container:nth-child(6).active .bubble-chart {
	background: #f1cd3f;
}
.why-sect-2 .bubble-container:nth-child(1) .bubble-chart { z-index: 99; }
.why-sect-2 .bubble-container:nth-child(2) .bubble-chart { z-index: 100; }
.why-sect-2 .bubble-container:nth-child(3) .bubble-chart { z-index: 99; }
.why-sect-2 .bubble-container:nth-child(4) .bubble-chart { z-index: 100; }
.why-sect-2 .bubble-container:nth-child(5) .bubble-chart { z-index: 101; }
.why-sect-2 .bubble-container:nth-child(6) .bubble-chart { z-index: 102; }
.why-sect-2 .bubble-chart > div {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.why-sect-2 .bubble-top {
	
}
.why-sect-2 .bubble-bottom {
	top: 70px;
}
.why-sect-2 .b-arrow {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.why-sect-2 .b-content {
	display: none;
}
.why-sect-2 .bubble-container.active > .b-arrow {
	display: block !important;
}
/*
.why-sect-2 .bubble-container:hover.active > .b-arrow {
	display: none !important;
}
*/
/*
.why-sect-2 .bubble-chart.active ~ .b-arrow,
.why-sect-2 .bubble-chart:hover ~ .b-arrow {
	display: block !important;
}
*/
.why-sect-2 .b-line {
	height: 100px;
    width: 4px;
    background: #F1F1F2;
    bottom: -330px;
}
.why-sect-2 .bubble-top ~ .b-line {
	height: 200px;
}
.why-sect-2 .b-circle {
	height: 25px;
	width: 25px;
	background: #F1F1F2;
	bottom: -350px;
	border-radius: 50%;
}
.why-sect-2 .b-content {
	bottom: -360px;
}
.why-sect-2 .b-content .inner-container {
	position: relative;
}
.why-sect-2 .b-content .content-container {
	position: absolute;
	text-align: center;
	width: 250px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.why-sect-2 .b-content .content-container p {
	font-size: 0.75em;
}

.why-sect-3 {
	margin-bottom: 25px;
}
.why-sect-3 .accordion-main {
	background: #F1F1F2;
}
.why-sect-3 .accordion-toggle {
	position: relative;
}
.why-sect-3 .accordion-main > .accordion-main-content {
	border: none;
	padding-top: 0;
/*
	position: relative;
    top: -75px;
*/
}
.why-sect-3 .accordion-main > .accordion-main-content > .columns {
	padding-left: 1.875em;
}
.why-sect-3 .accordion-main > .accordion-main-content p {
	font-size: 0.875em;
	text-align: left;
}
.why-sect-3 .accordion-main-header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.why-sect-3 .accordion-main > .accordion-main-header h2 {
	font-size: 1.125em;
	margin-top: 55px;
	font-weight: 700;
}
.why-sect-3 .accordion-main > .accordion-main-header .open-close {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ccc;
    font-size: 5em !important;
    width: 100%;
    line-height: 1.25em;
}

/* solutions */
.green-banner {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
}
.green-banner h2 {
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 0;
}
.green-banner h2 span {
	font-weight: bold;
}
.arrow {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto !important;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-top: 20px solid #84BD00 !important;
}

.page-id-1001 .secondary-banner .row {
	padding: 20px 0;
}
.solutions-sect-1 {
	position: relative;
}
.solutions-sect-1 .banner-text {
	padding-top: 2.5em;
	padding-bottom: 3.5em;
}
.solutions-sect-1 .banner-text h2 {
	color: #003A4F;
	font-size: 1.5em;
}
.solutions-sect-1 .banner-text p {
	font-size: 1em;
}
.solutions-sect-1 .banner-img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 41%;
}
.solutions-sect-1.beauty .banner-img {
    background: url('../images/beauty.jpg');
}
.solutions-sect-1.fashion .banner-img {
    background: url('../images/apparel.jpg');
}
.solutions-sect-1.cpg .banner-img {
    background: url('../images/CPG.jpg');
}
.solutions-sect-1.diy .banner-img {
    background: url('../images/diy.jpg');
}
.solutions-sect-3 {
	background: #F1F1F2;
	padding-bottom: 30px;
}
.solutions-sect-3 .header {
	padding-top: 50px;
	padding-bottom: 20px;
}
.solutions-sect-3 .header h2 {
	font-size: 1.5em;
	color: #003A4F;
}
.solutions-sect-3 .header p {
	font-size: 1em;
	color: #003A4F;
	font-weight: 300;
}

.solutions-tab {
}
.solutions-tab .tab-header.active .inner-container, 
.solutions-tab .tab-header:hover .inner-container,
.solutions-accordion .accordion-main.active .inner-container {
	background-blend-mode: normal;
}
.solutions-tab .tab-header.active .inner-container *, 
.solutions-tab .tab-header:hover .inner-container * ,
.solutions-accordion .accordion-main.active .accordion-main-header .inner-container * {
	visibility: hidden;
}
.solutions-tab .tab-header {
	padding-top: 0;
	padding-bottom: 0;
}
.solutions-tab .tab-header .inner-container,
.solutions-accordion .accordion-main-header .inner-container {
	background-color: #a6a9cd;
	background-blend-mode: multiply;
    
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 2.5em;
    padding-bottom: 0.5em;
    position: relative;
}
.solutions-tab .tab-header .inner-container *:not(.blue-overlay),
.solutions-accordion .accordion-main-header .inner-container *:not(.blue-overlay) {
	position: relative;
	z-index: 99;
}
.solutions-tab .tab-header .inner-container .blue-overlay,
.solutions-accordion .accordion-main-header .inner-container .blue-overlay  {
	background: #a6a9cd;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.6;
	margin: auto;
	z-index: 9;
	
	display: none;
}
.solutions-tab .tab-header .inner-container.account-executive,
.solutions-accordion .inner-container.account-executive {
	background-image: url('../images/account-executive.jpg');
}
.solutions-tab .tab-header .inner-container.business-planner,
.solutions-accordion .inner-container.business-planner {
	background-image: url('../images/business-planner.jpg');
}
.solutions-tab .tab-header .inner-container.field-rep,
.solutions-accordion .inner-container.field-rep {
	background-image: url('../images/fieldrep2.jpg');
}
.solutions-tab .tab-header .inner-container.beauty-consultant,
.solutions-accordion .inner-container.beauty-consultant {
	background-image: url('../images/beauty-consultant.jpg');
}
.solutions-tab .tab-header .inner-container.it-manager,
.solutions-accordion .inner-container.it-manager {
	background-image: url('../images/it-manager.jpg');
}

.solutions-tab .tab-header .inner-container br,
.solutions-accordion .inner-container br {
	display: block;	
}
.solutions-tab .tab-header .inner-container h2,
.solutions-accordion .inner-container h2 {
	font-size: 1.5em;
	color: #fff;
	text-transform: none;
	margin-bottom: 20px;
}
.solutions-tab .tab-header .inner-container .button ,
.solutions-accordion .inner-container .button {
	text-transform: none;
}
.solutions-tab .tab-content .inner-container {
	background: #fff;
	padding: 2em;
	margin-top: 15px;
	position: relative;
}
.solutions-tab .tab-content .inner-container h2,
.solutions-accordion .accordion-main-content .inner-container h2 {
	text-transform: uppercase;
	font-size: 1.25em;
	margin-bottom: 15px;
	color: #4b4f54;
}
.solutions-tab .tab-content .inner-container h4,
.solutions-accordion .inner-container h4 {
	color: #CF0A2C;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 15px;
}
.solutions-tab .tab-content .inner-container p,
.solutions-accordion .inner-container p {
	font-weight: 300;
/* 	font-size: 0.875em; */
}
.solutions-tab .tab-content .inner-container .close {
	font-size: 1.5em;
	position: absolute;
	right: 30px;
	top: 10px;
	cursor: pointer;
}

/* our company/about us */
.about-sect-1 {
	
}
.about-sect-1 h2 {
	text-align: center;
	font-size: 1.5em;
	color: #003A4F;
	margin-bottom: 50px;
}
.about-sect-1 p {
	font-size: 1.0625em;
}

.about-sect-2 {
	
}
.about-sect-2 .section-header {
	color: #003A4F;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: center;
}
.about-sect-2 p {
	font-size: 1.0625em;
	margin-bottom: 1.5em;
}
.about-sect-2 #leadership-row .leadership-post:nth-child(2) {
	
}
.about-sect-2 #leadership-row .leadership-post:nth-child(3) {
	
}

.about-sect-3 {
	
}
.about-sect-3 .section-header {
	color: #003A4F;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 50px;
    margin-bottom: 25px;
}
.about-sect-3 .shift-container {
	margin-bottom: 300px;
}
.about-sect-3 .shift-content-box {
	padding: 60px;
}
.about-sect-3 .shift-content-box .team-name {
	margin-bottom: 30px;
	font-size: 1.25em;
}
.about-sect-3 .shift-content-box .team-name span {
	color: #4b4f54;
	font-style: italic;
}
.about-sect-3 .shift-content-box {
	border: none;
	background: #F1F1F2;
}
.about-sect-3 .shift-content-box p {
	font-size: 1.0625em;
}
.about-sect-3 .shift-overlay h4,
.leadership-post .leadership-hover-overlay h4 {
	color: #cf0a2c;
	font-size: 1.5em;
	font-weight: 400;
}
.about-sect-3 .shift-overlay p,
.leadership-post .leadership-hover-overlay p {
	color: #4b4f54;
	font-size: 1.125em;
	font-style: italic;
}
.about-sect-3 .shift-box .team-active-overlay,
.about-sect-3 .shift-box:hover .team-active-overlay {
	display: none;
}
.about-sect-3 .shift-active .team-active-overlay {
	display: block;
	
	position: absolute;
    background: #cf0a2c;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.about-sect-4 {
	margin-top: 50px;
}

#leadership-row {
	width: 1170px;
}
.leadership-post {
	margin-bottom: 8px;
}
.leadership-post .leadership-img {
	position: relative;
	cursor: pointer;
}
.leadership-post .leadership-img img {
	width: 100%;
}
.leadership-post .leadership-active-overlay,
.leadership-post .leadership-hover-overlay,
.leadership-post.active .leadership-img:hover .leadership-active-overlay {
	display: none;
}
.leadership-post.active .leadership-active-overlay {
	display: block;
	
	position: absolute;
    background: #cf0a2c;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.leadership-post .leadership-img:hover .leadership-hover-overlay {
	display: block;
	
	position: absolute;
    background: #fff;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.leadership-post .leadership-hover-overlay > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 80px;
    right: 0;
    text-align: center;
}
.leadership-post .leadership-info {
	display: none;
}
.leadership-content-box {
/*
	padding-left: 0;
	padding-right: 0;
*/
}
.leadership-content-box .inner-container {
	position: relative;
	background: #F1F1F2;
	padding: 30px 70px;
	margin-bottom: 8px;
}
.leadership-content-box .inner-container .team-name {
	font-size: 1.25em;
	margin-bottom: 20px;
}
.leadership-content-box .inner-container .team-name span {
	color: #4b4f54;
	font-style: italic;
}
.leadership-content-box .inner-container p {
	font-size: 1.0625em;
}

/* resources */
.resource-sect-sticky  {
	position: relative;
	height: auto !important;
	border: 1px solid #ccc;
}
.resource-sticky-overlay  {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
/*
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
*/
}
.resource-sect-sticky .row {
/* 	height: 400px; */
}
.resource-sect-sticky .content-column {
	background: #fff;
	position: relative;
}
.resource-sect-sticky .sticky-inner-container {
	padding: 2em 3em;
}
.resource-sect-sticky .sticky-inner-container .featured {
	color: #84BD00;
}
.secondary-banner.videos + #content article.resources .entry-content {
	text-align: center;
}

.resource-sect-1 {
	padding: 50px 0;
}
.resource-sect-1 .resource-tab-list {
	list-style-type: none;
    margin-left: 0;
    margin-bottom: 50px;
}
.resource-sect-1 .resource-tab-sort {
	color: #000 !important;
	text-transform: uppercase;
}
.resource-sect-1 .resource-tab,
.resource-sect-1 .resource-tab-sort {
	display: inline;
	cursor: pointer;
	margin-left: 55px;
	color: #84BD00;
	font-weight: 300;
}
.resource-sect-1 .resource-tab.active {
	color: #000;
	font-style: italic;
}
.resource-sect-1 .resource-content {
	display: none;
}
.resource-sect-1 .resource-content.active {
	display: block;
}
.resource-sect-1 .resource-content .resource-content-post {
	margin-bottom: 30px;
	display: none;
}
.resource-sect-1 .resource-content .resource-content-post.active {
/* 	margin-bottom: 30px; */
	display: block;
}
.resource-sect-1 .resource-content .resource-post-inner-container {
	border: 1px solid #ccc;
	height: 100%;
	position: relative;
}
.resource-sect-1 .resource-post-inner-container .resource-post-top img {
	width: 100%;
}
.resource-sect-1 .resource-post-inner-container .resource-post-bottom {
	padding: 1em 1em 2.5em;
}
.resource-sect-1 .resource-content .pagination-row {
    margin-right: 0;
    margin-top: 50px;
    float: right;
}



.resource-sect-1 .resource-content .pagination-row ul {
	list-style-type: none;
}
.resource-sect-1 .resource-content .pagination-row li {
    display: inline;
	margin-left: 5px;
	cursor: pointer;
	padding: 10px 20px;
	background: #84BD00;
	color: #fff;
	font-weight: 700;
}
.resource-sect-1 .resource-content .pagination-row li.active,
.resource-sect-1 .resource-content .pagination-row li:hover {
	background: #CF0A2C;
}

.page-template-template-news .pagination-row {
	margin-bottom: 40px;
	margin-top: 70px;
}
.page-template-template-news .pagination-row a.page-numbers,
.page-template-template-news .pagination-row .page-numbers.current {
	display: inline;
	margin-left: 5px;
	cursor: pointer;
	padding: 10px 20px;
	background: #84BD00;
	color: #fff;
	font-weight: 700;
}
.page-template-template-news .pagination-row a.page-numbers:hover,
.page-template-template-news .pagination-row .page-numbers.current {
	background: #CF0A2C !important;
}
.page-template-template-news .pagination-row .page-numbers.dots {
	margin-left: 10px;
}


.resource-content-post .resource-post-category {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

/* .resource-content-post.blog .resource-post-category { color: red; } */
.resource-content-post.whitepapers .resource-post-category,
.secondary-banner.single-banner.whitepapers h4 { color: #cf0a2c; text-transform: uppercase; font-size: 85%; }
.resource-content-post.infographics .resource-post-category,
.secondary-banner.single-banner.infographics h4 { color: #ff8200; text-transform: uppercase; font-size: 85%; }
.resource-content-post.industry-research .resource-post-category,
.secondary-banner.single-banner.industry-research h4 { color: #84bd00; text-transform: uppercase; font-size: 85%; }
.resource-content-post.videos .resource-post-category,
.secondary-banner.single-banner.videos h4 { color: #2199e8; text-transform: uppercase; font-size: 85%;}
.resource-content-post.case-studies .resource-post-category,
.secondary-banner.single-banner.case-studies h4 { color: #00a697; text-transform: uppercase; font-size: 85%; }
.resource-content-post.webinars .resource-post-category,
.secondary-banner.single-banner.webinars h4 { color: #652d90; text-transform: uppercase; font-size: 85%;}

h4.resource-post-header {
	font-style: italic;
	color: #003a4f;
	font-size: 1.3em;
}
h4.resource-post-header br {
	display: block;
}

article.resources {
	margin-top: 50px;
}

/* retailers */
.retail-sect-1 {
	padding: 20px 0;
	background: #99B0B9;
}
.retail-sect-1 .retail-sort-row {
	
}
.retail-sect-1 .retail-sort-category .button {
	margin: 0;
	background: #336172;
}
.retail-sect-1 .retail-sort-category .dropdown-pane {
	border: none;
	background: rgba(255,255,255,0);
	padding: 0;
	width: 200px;
}
.retail-sect-1 .retail-sort-category .dropdown-pane ul {
	margin: 0;
	list-style-type: none;
	margin-top: 19px;
	background: #003A4F;
	border: 1px solid #003A4F;
}
.retail-sect-1 .retail-sort-category .dropdown-pane li {
	color: #fff;
	padding: 0.2em 1em;
	padding-left: 20px;
	font-size: 0.8em;
	cursor: pointer;
	text-transform: uppercase;
}
.retail-sect-1 .retail-sort-category .dropdown-pane li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.retail-sect-1 .retail-sort-category .dropdown-pane li.active {
	background: #fff;
	color: #003A4F;
}
.retail-sect-1 .retail-sort-alpha h4 {
	text-transform: uppercase;
	float: right;
	font-size: 0.8em;
	margin-top: 5px;
	margin-right: 40px;
}
.retail-sect-1 .retail-sort-alpha ul {
	list-style-type: none;
	margin-left: 0;
	float: right;
	margin-bottom: 0;
}
.retail-sect-1 .retail-sort-alpha li {
	display: inline;
	text-transform: uppercase;
	margin-left: 10px;
	cursor: pointer;
	letter-spacing: 3px;
}
.retail-sect-1 .retail-sort-alpha li.active,
.retail-sect-1 .retail-sort-alpha li:hover {
	text-decoration: underline;
}
.retail-sect-2 {
	padding: 50px 0;
}
.retail-sect-2 .retail-content-row {
}
.retail-sect-2 .retail-content-row .retail-content-post {
/* 	margin-bottom: 30px; */
	display: none !important;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;
}
.retail-sect-2 .retail-content-row .retail-content-post.active.even {
	background-color: #fff;
}
.retail-sect-2 .retail-content-row .retail-content-post.active.odd {
	background-color: #F5F5F7;
}
.retail-sect-2 .retail-content-row .retail-content-post.active {
	display: block !important;
}
.retail-sect-2 .no-results-row {
	display: none;
}

/* news */
.news-sect-1 {
	padding-top: 50px;
}
.news-post {
	margin-bottom: 40px;
}
.news-post .date {
	font-size: 1.125em;
	margin-bottom: 0;
	font-style: italic;
	color: #FF8200;
}
.news-post .title {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 800;
}
.news-post .excerpt {
	
}
.news-post .excerpt .excerpt-read-more {
	color: #FF8200;	
}
.news-sect-year {
	margin-top: 50px;
}
.news-sect-year ul {
	list-style-type: none;
	margin: 0;
}
.news-sect-year li {
	display: inline-block;
}
.news-sect-year li a {
	color: #003A4F;
	padding: 10px 20px;
}
.news-sect-year li.active a,
.news-sect-year li:hover a {
	background: #003A4F;
	color: #fff;
}

/* news blog */
.news-post-blog {
	
}
.news-post-blog .author {
	
}
.news-post-blog .date {
		font-size: 1.125em;
	margin-bottom: 0;
	font-style: italic;
	color: #FF8200;
}
.news-post-blog .single-title {
		font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 800;
}
.news-post-blog .news-blog-content img {
	float: left;
	padding: 2em 2em 2em 0;
}
.news-post-blog .news-blog-content img.float-left,
.news-post-blog .news-blog-content .full-image-float-left img {
	padding: 2em 2em 2em 0;
	float: left;
}
.news-post-blog .news-blog-content img.float-right,
.news-post-blog .news-blog-content .full-image-float-right img {
	padding: 2em 0 2em 2em;
	float: right;
}
.full-image-float-right {
	float: right;
}
.full-image-float-left {
	float: left;
}

.single-post #main {
	border-right: 1px solid #ccc;
}

#content > section > div > div.columns.medium-6.small-12.text-center.align-middle.content-column > div > h4:nth-child(2) {
	display: none;
}
/* contact us */
.contact-sect-1 {
}
.contact-sect-1 .header {
	margin-top: 50px;
	margin-bottom: 30px;
}
.contact-sect-1 .header p {
	color: #000;
	font-size: 1.125em;
	margin-bottom: 0;
}
.contact-sect-1 .meta-column {
	margin-top: 75px;
}
.contact-sect-1 .meta-column h2 {
	font-weight: 700;
	font-size: 1.125em;
	color: #CF0A2C;
}
.contact-sect-1 .meta-column p {
	color: #000;
	font-size: 1.125em;
	margin-bottom: 25px;
}
.contact-sect-1 .meta-column br {
	display: block;
}


.contact-sect-1 .form-column table tbody{
	border: none;
}


.beta-base .preheader, .beta-base .header, .beta-base .sidebar, .beta-base .body, .beta-base .footer, #mainContent {
    text-align: start;
}
.beta-base .preheader, .beta-base .header, .beta-base .body, .beta-base .sidebar, .beta-base .leftSidebar, .beta-base .rightSidebar, .beta-base .footer {
    margin: 0;
    padding: 0;
    border: none;
    white-space: normal;
    line-height: normal;
}
.beta-base .title, .beta-base .subtitle, .beta-base .text, .beta-base img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    white-space: normal;
    line-height: normal;
}
.beta-base .bodyContainer td.preheader{
    padding: 10px 0;
}
.beta-base .bodyContainer td.header {
    padding: 0;
    height: 30px;
}
/*
.beta-base .bodyContainer td.body, .beta-base .bodyContainer td.footer,
.beta-base .bodyContainer td.sidebar, .beta-base .bodyContainer td.leftSidebar, .beta-base .bodyContainer td.rightSidebar {
    padding: 20px;
}
*/
.beta-base .bodyContainer td.header p, .beta-base .bodyContainer td.preheader p, .beta-base .bodyContainer td.body p,
.beta-base .bodyContainer td.footer p, .beta-base .bodyContainer td.sidebar p,
.beta-base .bodyContainer td.leftSidebar p, .beta-base .bodyContainer td.rightSidebar p {
    margin: 0;
    color: inherit;
}
.beta-base .bodyContainer td.header div.title, .beta-base .bodyContainer td.preheader div.title, .beta-base .bodyContainer td.body div.title,
.beta-base .bodyContainer td.footer div.title, .beta-base .bodyContainer td.sidebar div.title,
.beta-base .bodyContainer td.leftSidebar div.title, .beta-base .bodyContainer td.rightSidebar div.title,
.beta-base .bodyContainer td.header div.subtitle, .beta-base .bodyContainer td.preheader div.subtitle, .beta-base .bodyContainer td.body div.subtitle,
.beta-base .bodyContainer td.footer div.subtitle, .beta-base .bodyContainer td.sidebar div.subtitle,
.beta-base .bodyContainer td.leftSidebar div.subtitle, .beta-base .bodyContainer td.rightSidebar div.subtitle,
.beta-base .bodyContainer td.header div.text, .beta-base .bodyContainer td.preheader div.text, .beta-base .bodyContainer td.body div.text, .beta-base .bodyContainer td.body div.text div,
.beta-base .bodyContainer td.footer div.text, .beta-base .bodyContainer td.sidebar div.text,
.beta-base .bodyContainer td.leftSidebar div.text, .beta-base .bodyContainer td.rightSidebar div.text {
    overflow: auto;
}
.beta-base .optout {
    margin-bottom: 10px;
    margin-top: 10px;
}
div.infusion-captcha {
    width: 220px;
    padding: 10px;
}
div.infusion-captcha input, div.infusion-captcha select, div.infusion-captcha textarea {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
}
table.infusion-field-container td.infusion-field-input-container input[type='text'],
table.infusion-field-container td.infusion-field-input-container input[type='password'],
table.infusion-field-container td.infusion-field-input-container textarea {
    width: 98%; /* must be 98% to make the snippet-menu line up due to border width */
    margin: 0;
}
table.infusion-field-container td.infusion-field-input-container select {
    width: 101%;
    *width: 102%; /* this one for IE */
    margin: 0;
}
table.infusion-field-container td.infusion-field-label-container {
    padding-right: 5px;
    max-width: 200px;
}
td.header .image-snippet img {
    vertical-align: bottom;
}
#webformErrors {
    color: #990000;
    font-size: 14px;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.infusion-form {
    margin: 0;
    height: 100%;
}
.infusion-option {
    display: block;
    text-align: left;
}
</style><style type="text/css">
.beta-font-b h1, .beta-font-b h2, .beta-font-b h3, .beta-font-b h4, .beta-font-b h5, .beta-font-b h6 {
    font-family: arial,sans-serif;
}
.beta-font-b h1 {font-size: 24px;}
.beta-font-b h2 {font-size: 20px;}
.beta-font-b h3 {font-size: 14px;}
.beta-font-b h4 {font-size: 12px;}
.beta-font-b h5 {font-size: 10px;}
.beta-font-b h6 {font-size: 8px;}
.beta-font-b address {font-style: italic;}
.beta-font-b pre {font-family: Courier New, monospace;}
.beta-font-b .title, .beta-font-b .title p {
    font-size: 20px;
    font-weight: bold;
    font-family: arial,sans-serif;
}
.beta-font-b .subtitle, .beta-font-b .subtitle p {
    font-size: 11px;
    font-weight: normal;
    font-family: arial,sans-serif;
}
.beta-font-b .text, .beta-font-b p {
    font-size: 12px;
    font-family: arial,sans-serif;
}
.beta-font-b .preheader .text, .beta-font-b .preheader .text p {
    font-size: 11px;
    font-family: arial,sans-serif;
}
.beta-font-b .footer a {
    font-size: 11px;
    font-family: arial,sans-serif;
}
.beta-font-b .footer .text {
    font-size: 10px;
    font-family: verdana,sans-serif;
}
.beta-font-b .sidebar .title, .beta-font-b .leftSidebar .title, .beta-font-b .rightSidebar .title {
    font-size: 15px;
    font-weight: bold;
    font-family: arial,sans-serif;
}
.beta-font-b .sidebar .subtitle, .beta-font-b .leftSidebar .subtitle, .beta-font-b .rightSidebar .subtitle {
    font-size: 12px;
    font-family: arial, sans-serif;
}
.beta-font-b .sidebar .text, .beta-font-b .sidebar .text p, .beta-font-b .leftSidebar .text, .beta-font-b .rightSidebar .text {
    font-size: 11px;
    font-family: arial, sans-serif;
}
.infusion-field-label-container {
    font-size: 14px;
    font-family: arial,sans-serif;
}
.infusion-field-input-container {
    color: #000000;
    font-size: 12px;
}
.infusion-option label {
    color: #000000;
    font-size: 14px;
    font-family: arial,sans-serif;
}

.custom-18 .background{
background-color:#ffffff;
;
}
.custom-18 .title{
color:#1a242e;
;
}
.custom-18 .subtitle{
color:#000000;
;
}
.custom-18 .text{
color:#000000;
;
}
.custom-18 a{
color:#0645ad;
;
}
.custom-18 .background .preheader .text{
color:#1a242e;
;
}
.custom-18 .background .preheader a{
color:#0645ad;
;
}
.custom-18 .header{
background-color:#FFFFFF;
;
}
.custom-18 .header .title{
color:#000000;
;
}
.custom-18 .header .subtitle{
color:#000000;
;
}
.custom-18 .header .text{
color:#000000;
;
}
.custom-18 .header .a{
color:#157DB8;
;
}
.custom-18 .hero{
background-color:#025C8D;
;
}
.custom-18 .hero .title{
color:#FFFFFF;
;
}
.custom-18 .hero .subtitle{
color:#FFFFFF;
;
}
.custom-18 .hero .text{
color:#FFFFFF;
;
}
.custom-18 .hero .a{
color:#157DB8;
;
}
.custom-18 .quote{
background-color:#013B5A;
;
}
.custom-18 .quote:after{
border-color:#013B5A transparent transparent transparent;
;
}
.custom-18 .quote .title{
color:#FFFFFF;
;
}
.custom-18 .quote .subtitle{
color:#FFFFFF;
;
}
.custom-18 .quote .text{
color:#FFFFFF;
;
}
.custom-18 .quote .a{
color:#157DB8;
;
}
.custom-18 .body{
background-color:#ffffff;
;
}
.custom-18 .main{
background-color:#FFFFFF;
;
}
.custom-18 .main .title{
color:#000000;
;
}
.custom-18 .main .subtitle{
color:#000000;
;
}
.custom-18 .main .text{
color:#000000;
;
}
.custom-18 .main .a{
color:#157DB8;
;
}
.custom-18 .sidebar{
background-color:#FFFFFF;
;
}
.custom-18 .sidebar .title{
color:#000000;
;
}
.custom-18 .sidebar .subtitle{
color:#000000;
;
}
.custom-18 .sidebar .text{
color:#000000;
;
}
.custom-18 .sidebar .a{
color:#157DB8;
;
}
.custom-18 .leftSidebar{
background-color:#ffffff;
;
}
.custom-18 .leftSidebar .title{
color:#000000;
;
}
.custom-18 .leftSidebar .subtitle{
color:#000000;
;
}
.custom-18 .rightSidebar{
background-color:#ffffff;
;
}
.custom-18 .rightSidebar .title{
color:#000000;
;
}
.custom-18 .rightSidebar .subtitle{
color:#000000;
;
}
.custom-18 .footer{
background-color:#FFFFFF;
;
}
.custom-18 .footer .text{
color:#000000;
;
}
.custom-18 .footer .title{
color:#000000;
;
}
.custom-18 .footer a{
color:#0645AD;
;
}
.custom-18 .footer .subtitle{
color:#000000;
;
}
.custom-18 .infusion-field-label-container{
font-size:14px;
;
}
.custom-18 .infusion-field-label-container{
font-family:Verdana;
;
}
.custom-18 .infusion-field-label-container{
color:#929293;
;
}
.custom-18 .infusion-field-input{
font-size:14px;
;
}
.custom-18 .infusion-option label{
font-size:14px;
;
}
.custom-18 .infusion-option label{
font-family:Verdana;
;
}
.custom-18 .infusion-option label{
color:#929293;
;
}
.custom-18 .webFormBodyContainer{
border-width:0px;
;
}
.custom-18 .webFormBodyContainer{
border-style:Hidden;
;
}
.custom-18 .webFormBodyContainer{
border-color:#000000;
;
}

.infusion-field-label-container {
text-align:Left;
}
.infusion-field-input-container {
width:400px;
}
.infusion-field-label-container {
vertical-align:Middle;
}
/*
.bodyContainer {
width:675px;
}
*/


/* blog */
.category-blog .secondary-banner {
	margin-bottom: 50px;
}

.pagination .current {
	padding: 10px 20px !important;
	background: #CF0A2C;
}
.pagination li {
	padding: 0 !important;
	margin-right: 5px;
	background: #84BD00;
}
.pagination a:hover, 
.pagination button:hover {
	background: #CF0A2C;
}
.pagination a, .pagination button {
	padding: 10px 20px !important;
	font-weight: 700;
	color: #fff;
}

.blog-sect-sticky  {
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.blog-sticky-overlay  {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
/*
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
*/
}
.blog-sect-sticky .row {
/* 	height: 400px; */
}
.blog-sect-sticky .content-column {
	background: #fff;
	position: relative;
}
.blog-sect-sticky .sticky-inner-container {
	padding: 2em 3em;
}
.blog-sect-sticky .sticky-inner-container .featured {
	color: #84BD00;
}
.category-blog .secondary-banner {
	margin-bottom: 0;
}
.category-blog #content #inner-content {
	padding-top: 0;
}

/* LEARN MORE */

.page-id-9879 .secondary-banner .secondary-banner-left {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	
	text-align: center;
}
.learn-more-3 .arrow {
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-top: 20px solid #015165 !important;
}
.schedule-demo-1 {
	
}
.schedule-demo-1 .et_pb_module_header {
	margin-bottom: 10px !important;
}
.schedule-demo-1 .et_pb_fullwidth_header_subhead {
	margin-bottom: 35px !important;
}
.schedule-demo-1 .branding {
	display: none !important;
}

.arrow {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto !important;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-top: 20px solid #84BD00 !important;
}









.learn-more-4 .solutions-sect-3 {
	background: #fff !important;
}
.learn-more-4 .solutions-tab {
}
.learn-more-4 .solutions-tab .tab-header.active .inner-container, 
.learn-more-4 .solutions-tab .tab-header:hover .inner-container,
.learn-more-4 .solutions-accordion .accordion-main.active .inner-container {
	background-blend-mode: normal !important;
}
.learn-more-4 .solutions-tab .tab-header.active .inner-container *, 
.learn-more-4 .solutions-tab .tab-header:hover .inner-container * ,
.learn-more-4 .solutions-accordion .accordion-main.active .accordion-main-header .inner-container * {
	visibility: hidden !important;
}
.learn-more-4 .solutions-tab .tab-header:first-child {
	padding-left: 0 !important;
}
.learn-more-4 .solutions-tab .tab-header:last-child {
	padding-right: 0 !important;
}
.learn-more-4 .solutions-tab .tab-header {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container,
.learn-more-4 .solutions-accordion .accordion-main-header .inner-container {
	background-color: #a6a9cd !important;
	background-blend-mode: multiply !important;
    
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	
	padding-top: 3em !important;
    padding-bottom: 2em !important;
    
    position: relative !important;
    
    text-align: center !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container *:not(.blue-overlay),
.learn-more-4 .solutions-accordion .accordion-main-header .inner-container *:not(.blue-overlay) {
	position: relative !important;
	z-index: 99 !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container .blue-overlay,
.learn-more-4 .solutions-accordion .accordion-main-header .inner-container .blue-overlay  {
	background: #a6a9cd !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	opacity: 0.6 !important;
	margin: auto !important;
	z-index: 9 !important;
	
	display: none !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container.account-executive,
.learn-more-4 .solutions-accordion .inner-container.account-executive {
	background-image: url('../images/account-executive.jpg') !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container.business-planner,
.learn-more-4 .solutions-accordion .inner-container.business-planner {
	background-image: url('../images/business-planner.jpg') !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container.field-rep,
.learn-more-4 .solutions-accordion .inner-container.field-rep {
	background-image: url('../images/fieldrep2.jpg') !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container.beauty-consultant,
.learn-more-4 .solutions-accordion .inner-container.beauty-consultant {
	background-image: url('../images/beauty-consultant.jpg') !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container.it-manager,
.learn-more-4 .solutions-accordion .inner-container.it-manager {
	background-image: url('../images/it-manager.jpg') !important;
}

.learn-more-4 .solutions-tab .tab-header .inner-container br,
.learn-more-4 .solutions-accordion .inner-container br {
	display: block !important;	
}
.learn-more-4 .solutions-tab .tab-header .inner-container h2,
.learn-more-4 .solutions-accordion .inner-container h2 {
	font-size: 1.5em !important;
	color: #fff !important;
	text-transform: none !important;
	margin-bottom: 20px !important;
}
.learn-more-4 .solutions-tab .tab-header .inner-container .button ,
.learn-more-4 .solutions-accordion .inner-container .button {
	text-transform: none !important;
}
.learn-more-4 .solutions-tab .tab-content .inner-container {
	background: #fff !important;
	padding: 2em !important;
	margin-top: 15px !important;
	position: relative !important;
	background-color: #f1f1f2 !important;
}
.learn-more-4 .solutions-tab .tab-content .inner-container h2,
.learn-more-4 .solutions-accordion .accordion-main-content .inner-container h2 {
	text-transform: uppercase !important;
	font-size: 1.25em !important;
/* 	margin-bottom: 15px !important; */
	color: #4b4f54 !important;
}
.learn-more-4 .solutions-tab .tab-content .inner-container h4,
.learn-more-4 .solutions-accordion .inner-container h4 {
	color: #CF0A2C !important;
	font-size: 1em !important;
	font-style: italic !important;
	margin-bottom: 15px !important;
}
.learn-more-4 .solutions-tab .tab-content .inner-container p,
.learn-more-4 .solutions-accordion .inner-container p {
	font-weight: 300 !important;
/* 	font-size: 0.875em !important; */
}
.learn-more-4 .solutions-tab .tab-content .inner-container .close {
	font-size: 1.5em !important;
	position: absolute !important;
	right: 30px !important;
	top: 10px !important;
	cursor: pointer !important;
}
.learn-more-4 .button {
	padding: 15px 40px !important;
    border-radius: 5px !important;
    font-size: 0.9375em !important;
    margin-bottom: 20px !important;
}
.learn-more-4 .button-transparent {
	background: rgba(255,255,255,0) !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
.learn-more-4 br {
	display: block !important;
}
.learn-more-4 h2 {
	line-height: 2rem !important;
}






/* LANDING PAGE TEMPLATE STYLES */
.arrow-down {
	width: 0;
	height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 13px solid #b1b1b1;
}
.landing-sect {
	padding-top: 75px;
	padding-bottom: 75px;
}
.landing-sect .list-col {
	display: flex;
	justify-content: center;
}
.single-landing-page h1 {
	font-size: 42px !important;
}
.single-landing-page h1,
.single-landing-page h2 {
/* 	font-size: 40px !important; */
	margin-bottom: 15px;
}
.single-landing-page .landing-sect img {
	margin-bottom: 50px;
	margin-top: 20px;
}
.arrow-sect {
	position: relative;
}
.arrow-sect .arrow-top {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.arrow-sect .arrow-btm {
	position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}


.landing-1 img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.landing-12 a {
	display: inline-block;
	margin-top: 35px;
	font-weight: bold;
}

.landing-2 {
	border-top: 50px solid #b1b1b1;
	border-bottom: 2px solid #b1b1b1;
	background: #e8e8e8;
	
}

.landing-3,
.landing-4,
.landing-11 {
	padding-bottom: 0 !important;
}
.landing-3 img,
.landing-4 img,
.landing-5 img,
.landing-9 img,
.landing-11 img {
	margin-bottom: 20px !important;
}
.landing-12 img {
	margin-bottom: 35px !important;
}

.landing-6 {
	background: #e88027;
	position: relative;
	padding-top: 35px;
	padding-bottom: 15px;
	margin-top: 30px;
}
.landing-6 * {
	color: #fff;
	font-size: 50px;
	position: relative;
	z-index: 9;
	font-weight: 900;
}
.landing-6 .question-circle {
	position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #e88027;
    border-radius: 50%;
    z-index: 8;
    font-size: 65px;
    font-weight: 900;
}

.landing-7 .table-ctn {
    border: 10px solid #878787;
    margin-top: 50px;
    margin-bottom: 30px;
    
	-webkit-box-shadow: 45px 40px 0px 0px rgba(187,187,187,1);
	-moz-box-shadow: 45px 40px 0px 0px rgba(187,187,187,1);
	box-shadow: 45px 40px 0px 0px rgba(187,187,187,1);
}
.landing-7 .table-ctn .row {
}
.landing-7 .table-ctn .row:not(:last-child) {
	border-bottom: 7px solid gray;
}
.landing-7 .table-ctn .table-col {
	padding-top: 3px;
	padding-bottom: 3px;
	background: #fff;
}
.landing-7 .table-ctn .header-row .table-col {
	background: #c3c3c3;
}
.landing-7 .table-ctn .header-row .table-col .inner-container {
	color: #000;
}
.landing-7 .table-ctn .header-row .table-col.name-cell .inner-container {
	transform: translateX(5px);
	text-align: left;
	padding-left: 10px;
}
.landing-7 .table-ctn .table-col .inner-container {
	color: #e88027;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.landing-7 .table-ctn .table-col:not(:last-child) .inner-container {
	border-right: 10px solid #878787;
}
.landing-7 .table-ctn .label-cell {
	background: #e1e1e1;
}
.landing-7 .table-ctn .label-cell .inner-container {
	color: #000;
	transform: translateX(5px);
	text-align: left;
	padding-left: 10px;
	justify-content: flex-start;
}
.landing-7 .table-ctn .header-row .table-col .inner-container,
.landing-7 .table-ctn .table-col .inner-container,
.landing-7 .table-ctn .label-cell .inner-container {
	font-weight: 900;
	font-size: 22px;
}

.landing-7,
.landing-8 {
	background: #e9e9e9;
}
.landing-8 {
	border-bottom: 50px solid #e88027;
	padding-top: 0;
}

.landing-10 {
	border-top: 2px solid #b1b1b1;
	border-bottom: 2px solid #b1b1b1;
	background: #e8e8e8;
}

.single-landing-page footer {
	margin-top: 150px;
}
.landing-12 a {
	display: inline-block;
	margin-top: 35px;
	font-weight: bold;
}
.landing-12 .lead {
	color: #e88027;
	font-size: 32px;
	font-weight: bold;
}

.lp-cta-sect {
}
.lp-cta-sect .lp-cta-post {
	min-height: 25px;
	margin-bottom: 30px !important;
}
.lp-cta-sect .lp-cta-post .inner-container {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px !important;
    
	-webkit-box-shadow: 10px 10px 42px 0px rgba(204,204,204,1) !important;
    -moz-box-shadow: 10px 10px 42px 0px rgba(204,204,204,1) !important;
    box-shadow: 10px 10px 42px 0px rgba(204,204,204,1) !important;
}
.lp-cta-sect.cta-popup-sect .home-cta-col {
	padding-left: 0.9375rem !important;
	padding-right: 0.9375rem !important;
}



/*=====MEDIA QUERIES======*/

/* ipad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	.home-sect-5 a .solutions-2 {
		padding-top: 17px;
	}
	
	.solutions-tab .tab-header .inner-container h2, 
	.solutions-accordion .inner-container h2 {
		font-size: 1.2em;
	}
	
	.home-4 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.learn-more-2,
	.learn-more-4 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

/* ipad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	.top-bar-left {
		width: 20%;
	}
	.top-bar-left .menu>li>a img {
		width: 167px;
		height: 44px;
	}
	
	.blue-banner-cta h4 {
		font-size: 1.3em;
	}
	
	.home-sect-1 {
		height: auto;
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.home-sect-2 .small-12:first-child {
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	.home-sect-5 a .solutions-1 {
		top: 25%;
	}
	.home-sect-5 a .solutions-2 {
		padding-top: 10px;
	}
	.home-sect-5 > div > div > div > div:nth-child(1) > a > div > p:nth-child(2) > img {
		height: 176px;
	}
	
	.why-sect-1 h2 {
		font-size: 1.4em;
	}
	.why-sect-2 .medium-8 {
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
	.why-sect-2 {
		height: 630px;
	}
	.why-sect-2 .b-content .content-container {
		width: 150px;
	}
	.why-sect-3 .accordion-main > .accordion-main-header .open-close {
		top: -30px;
	}
	.why-sect-3 .accordion-main > .accordion-main-header h2 {
		margin-top: 25px;
	}
	
	.solutions-tab .tab-header .inner-container, 
	.solutions-accordion .accordion-main-header .inner-container {
		height: 100%;
		padding: 1em;
		position: relative;
	}
	.solutions-tab .tab-header .inner-container > p, 
	.solutions-accordion .accordion-main-header .inner-container > p {
		position: static !important;
	}
	.solutions-tab .tab-header {
		height: 150px;
	}
	.solutions-tab .tab-header .inner-container h2, 
	.solutions-accordion .inner-container h2 {
		font-size: 1em;
	}
	.solutions-tab .tab-header .inner-container .button, 
	.solutions-accordion .inner-container .button {
		padding: 10px;
		width: 85%;
		margin-bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 16px;
		margin: 0 auto;
	}
	.solutions-tab .tab-header .inner-container br, 
	.solutions-accordion .inner-container br {
		display: none;
	}
	
	.page-id-481 .secondary-banner .secondary-banner-left {
		-webkit-flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}
	
	.about-sect-3 .shift-container {
		margin-bottom: 200px;
	}
	
	.grey-banner-cta .button {
		margin-left: 0;
	}
	
	.careers-3 .cta-boxes .left-col .top-box, 
	.careers-3 .cta-boxes .left-col .bottom-box,
	.careers-3 .cta-boxes .right-col {
		padding: 30px !important;
	}
	
	.careers-5 .cta-boxes .left-col .flex-video {
		padding-bottom: 71% !important;
	}
	
	.home-2.cta-popup-sect .home-cta-col .inner-container .bottom p {
	    font-size: 0.75rem !important;
	}
	.home-3 .home-bubbles {
		padding-left: 50px;
		padding-right: 50px;
	}
	.home-4 {
		padding-left: 40px !important;
		padding-bottom: 0 !important;
	}
	.home-4 .cta-row .et_pb_column_1_5 {
		width: 16.25% !important;
		margin-right: 3.5% !important;
	}
	.home-4.cta-popup-sect .inner-container {
		height: 222px !important;
	}
	.home-4.cta-popup-sect .inner-container p {
		font-size: 0.6em !important;
	}
	
	.home-5 {
		padding-left: 50px !important;
		padding-right: 50px !important;
		padding-bottom: 100px !important;
	}
	.home-5 .button-row .et_pb_column {
		width: 50% !important;
	}
	.home-5 .button-new {
	    width: 325px !important;
	    margin-right: 50px !important;
	}

	.learn-more-4 .solutions-tab .tab-header {
		height: 100% !important;
	}
	.learn-more-4 .solutions-tab .tab-header .inner-container, 
	.learn-more-4 .solutions-accordion .accordion-main-header .inner-container {
		height: 210px !important;
	}
}

/* ipad both */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	.blue-banner-cta .button {
		width: 100%;
		padding: 10px !important;
	}
	
	.retail-sect-2 .retail-content-row {
		margin-left: 16px;
		margin-right: 16px;
	}
	
	#leadership-row {
		width: auto !important;
	}
	
}

/* medium and up */
@media only screen and (min-width: 768px) {
	
	/* top-bar */
/*
	.page-id-38 .top-bar, .page-id-5827 .top-bar, .top-bar ul {
		background: rgba(255,255,255,0);
	}
	.top-bar ul.is-dropdown-submenu {
		background: rgba(255,255,255,1);
	}
	.pre-fixed-top-bar {
		background: #fff;
	}
	.pre-fixed-top-bar .top-bar, 
	.pre-fixed-top-bar .top-bar ul {
		background: rgba(255,255,255,1.0) !important;
	}
*/
	
	
/*
	.leadership-post.first-post {
		padding-right: 0;
	}
	.leadership-post.middle-post {
		padding-left: 0.46875em;
		padding-right: 0.46875em;
	}
	.leadership-post.last-post {
		padding-left: 0;
	}
*/

	.leadership-post {
		display: flex;
		justify-content: center;
	}
	.leadership-post .leadership-img {
		width: 25%;
	}
	.leadership-post.first-post {
		padding-right: 6px;
		padding-left: 0px;
	}
	.leadership-post.second-post {
		padding-left: 2px;
		padding-right: 4px;
	}
	.leadership-post.third-post {
		padding-left: 4px;
		padding-right: 2px;
	}
	.leadership-post.last-post {
		padding-right: 0px;
		padding-left: 6px;
	}
	
	.client-loop-post img {
	overflow: hidden;
		max-height: 150px;
	}
	
	#menu-item-4699 > ul {
		width: 250px;
	}
	
	.careers-6 .left-col {
		padding-right: 50px;
	}
	.careers-6 .off-grid-bg-image {
		position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 35%;
	}
	
	.careers-8 .off-grid-bg-image.left {
		position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    width: 30%;
	}
	.careers-8 .off-grid-bg-image.right {
		position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 30%;
	}
	
	
}
/* medium and up */
@media only screen and (min-width: 769px) { 
	.careers-5 .cta-boxes .left-col .flex-video {
		padding-bottom: 47% !important;
	}
}

/* mobile */
@media only screen and (max-width: 767px) {
	
	/* general */
	.blue-banner-cta h4 {
		text-align: center;
	}
	.blue-banner-cta a.button {
		margin-bottom: 20px;
	}
	.blue-banner-cta .columns:last-child {
		text-align: center;
	}
	.grey-banner-cta .columns {
		text-align: center;
	}
	.grey-banner-cta .button {
		margin-left: 0;
	}
	.secondary-banner .secondary-banner-right {
		text-align: left;
	}
	
	/* top-bar */
	.top-bar-fixed-container {
		border-bottom: none;
	}
	.top-bar {
		border-bottom: 1px solid #ccc;
	}
	.title-bar {
		background: #fff;
		border-bottom: 1px solid #ccc;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.title-bar .title-bar-title {
		margin: 0 auto;
		
	}
	.menu-icon::after {
		background: #000;
		box-shadow: 0 7px 0 #000,0 14px 0 #000;
	}
	
	.secondary-banner .row {
		padding: 30px 0;
	}
	
	.top-bar {
		padding: 0 !important;
	}
	.top-bar-right {
		width: 100%;
	}
	.top-bar .top-bar-right > ul { /* actual list of main nav */
	}
	.top-bar .top-bar-right > ul > li { /* first level list items */
		position: relative;
	}
	.top-bar .top-bar-right > ul > li > a { /* first level list items anchor */
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}
	.top-bar-right > ul > li > ul:before {
		display: none !important;
	}
	.top-bar .top-bar-right > ul > li.menu-item-has-children[aria-expanded="false"]:after {
		content: '';
		display: block;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		
		border-top: 10px solid #CF0A2C;
		
		position: absolute;
		top: 14px;
		right: 20px;
	}
	.top-bar .top-bar-right > ul > li.menu-item-has-children[aria-expanded="true"]:after {
		content: '';
		display: block;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		
		border-bottom: 10px solid #CF0A2C;
		
		position: absolute;
		top: 14px;
		right: 20px;
	}
	.top-bar .top-bar-right > ul > li:not(:last-child) > a { /* first level list items anchor */
		border-bottom: 1px solid #ccc;
	}
	.top-bar .top-bar-right > ul > li.active > a { /* first level list items active anchor */
	}
	.top-bar .top-bar-right > ul > li > ul { /* second level(dropdowns) list */
		border-top: none;
		
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.top-bar .top-bar-right > ul > li > ul > li { /* second level(dropdowns) list items */
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.top-bar .top-bar-right > ul > li > ul > li > a { /* second level(dropdowns) list items anchor */
	}
/*
	#menu-item-2128 > ul[aria-labelledby="menu-item-2128"] > .show-for-small-only {
		display: none;
	}
	#menu-item-488 > ul[aria-labelledby="menu-item-488"] > .show-for-small-only {
		display: none;
	}
*/
	
	/* footer */
	.footer .footer-logo,
	.footer .footer-social {
		text-align: center;
	}
	.footer .footer-social {
		margin-top: 50px;
	}
	.footer .copyright {
		margin-top: 10px;
	}
	
	.client-loop-post {
		text-align: center !important;
	}
	
	/* home */
	.home-sect-1 {
		padding-top: 160px;
		background-image: url('../images/trythis3.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.home-sect-1 .button:first-child {
		margin-right: 0;
	}
	.home-sect-1 .button:last-child {
		margin-left: 0;
	}
	
	.home-sect-2 h4 {
		font-size: 1.5em;
	}
	.home-sect-2 p {
		font-size: 1em;
	}
	
	.home-sect-3 .medium-4:nth-child(2) {
		border-bottom: 2px solid #ccc;
		border-top: 2px solid #ccc;
		border-left: none;
		border-right: none;
	}
	.home-sect-3 .medium-4 {
		padding: 40px 0;
	}
	
	.home-sect-5 .medium-6:first-child {
		padding-right: 0.625em;
	}
	.home-sect-5 a .solutions-2 {
		padding-top: 24px;
	}
	
	.home-sect-7 .client-loop-post {
		text-align: center;
	}
	.home-sect-7 .client-loop-post img {
		width: 75%;
		margin: 0 auto;
	}
	
	/* why accelerated */
	.why-sect-2 {
		height: auto;
	}
	.why-sect-2 .bubble-container {
		text-align: center;
		margin-bottom: 30px;
	}
	.why-sect-2 .bubble-chart {
		position: static;
		
		-webkit-transform: translate(0%); */
		-moz-transform: translate(0%);
		-ms-transform: translate(0%);
		transform: translate(0%);
	}
	.why-sect-2 .b-arrow {
		position: static;
	}
	.why-sect-2 .bubble-container.active > .b-line,
	.why-sect-2 .bubble-container.active > .b-circle {
		display: none !important;
	}
	.why-sect-2 .b-content .content-container {
		position: static;
		margin: 10px auto 10px;
		
		-webkit-transform: translate(0%); */
		-moz-transform: translate(0%);
		-ms-transform: translate(0%);
		transform: translate(0%);
	}
	
	.why-sect-3 .accordion-main-header > .row {
		text-align: center;
	}
	.why-sect-3 .accordion-main-header > .row > .medium-2 {
		text-align: left;
	}
	.why-sect-3 .accordion-main > .accordion-main-header .open-close {
		left: auto;
		width: auto;
		right: 30px;
	}
	
	
	/* our company/about us */
	#leadership-row {
		width: 100%;
		margin-left: 0 !important; 
		margin-right: 0 !important;
	}
	
	.shift-container {
		padding-left: 0.625em;
		padding-right: 0.625em;
	}
	.shift-foreground img{
		width: 100%;
	}
		
	/* retailers */
	.retail-sect-1 .retail-sort-alpha {
		text-align: center;
		margin-top: 20px;
	}
	.retail-sect-1 .retail-sort-alpha ul {
		float: none;
	}
	.retail-sect-1 .retail-sort-category {
		text-align: center;
	}
	.retail-sect-1 .retail-sort-alpha h4 {
		float: none;
		margin: 0;
		position: relative;
		top: -50px;
	}
	.retail-sect-1 .retail-sort-category .dropdown-pane li {
		text-align: left;
	}
	.retail-sect-2 .retail-content-row {
		margin-left: 0.625em;
		margin-right: 0.625em;
	}
	.retail-sect-2 .retail-content-row .retail-content-post img {
		width: 60%;
	}
	
	/* resources */
	.resource-sticky-overlay  {
	    width: 100%;
	}
	.resource-sect-sticky .content-column {
		background: transparent;
	}
	.resource-sect-sticky .sticky-inner-container {
		background: #fff;
	}
	.resource-sect-1 .resource-tab-list {
		text-align: center;
	}
	.resource-sect-1 .resource-tab {
		margin-left: 0;
	}
	.resource-sect-1 .resource-tab:not(:last-child) {
		margin-right: 20px;
	}
	.resource-sect-1 .resource-tab-sort {
		display: block !important;
		text-align: center;
		margin-left: 0;
		margin-bottom: 15px;
	}
	
	/* solutions */
	.solutions-sect-1 .banner-img {
		position: static;
		height: 300px;
		width: 100%;
	}
	.solutions-sect-3 {
		padding-bottom: 0.1em;
	}
	.solutions-accordion {
		margin-bottom: 0;
	}
	.solutions-accordion .accordion-main {
		margin-bottom: 0.625em;
	}
	.solutions-accordion .accordion-main-header {
		padding: 0 0.625em;
	}
	.solutions-accordion .accordion-main-header .inner-container {
		text-align: center;
		padding: 3.5em 1em 2em;
		position: relative;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.solutions-accordion .accordion-main-content .inner-container .close {
		cursor: pointer;
		display: none;
	}
	.solutions-accordion .accordion-main.active > .accordion-main-content {
		padding: 0.625em;
	}
	.solutions-accordion .accordion-main.active > .accordion-main-content > div > .columns {
		padding: 0;
	}
	.solutions-accordion .accordion-main.active > .accordion-main-content .inner-container {
		padding: 1em;
		background: #fff;
	}
	.solutions-accordion .accordion-main.active > .accordion-main-content {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	/* other */
	.banner-hero {
		padding-top: 20%;
	}
	.contact-sect-1 .meta-column {
		margin-top: 30px;
		text-align: center;
	}
	.news-sect-year ul {
		text-align: center;
	}
	.news-sect-year li {
		margin-bottom: 22px;
	}
	.contact-sect-1 .header p {
		font-size: 1em;
	}
	
	/* careers */
	.careers-1 {
		padding-bottom: 50px !important;
	}
	.careers-1 .bubble-container {
		margin-bottom: 0px;
	}
	
	.careers-3 .cta-boxes .left-col .top-box, 
	.careers-3 .cta-boxes .left-col .bottom-box,
	.careers-3 .cta-boxes .right-col {
		padding: 30px !important;
	}
	
	.careers-6,
	.careers-8 {
		padding-bottom: 0 !important;
	}
	.careers-8 {
		padding-top: 0 !important;
	}
	.careers-8 .left-col {
		margin-top: 50px;
	}
	.careers-6 .off-grid-bg-image,
	.careers-8 .off-grid-bg-image {
		margin-top: 20px;
		height: 300px;
	}
	.careers-8 .off-grid-bg-image.right {
		background-position-y: -40px;
	}
	
	.careers-7 .team-col {
		margin-bottom: 30px;
	}
	.careers-7 .team-col img {
		margin-bottom: 15px;
	}
	
	.cta-popup-sect .home-cta-col {
		margin-bottom: 50px !important;
	}
	.home-cta-reveal {
		width: 100%;
	}
	.home-cta-reveal .img-col {
		height: 300px;
	}
	.home-4.cta-popup-sect .cta-row .et_pb_column:not(:last-child) {
		margin-bottom: 100px !important;
	}
	
	/* why accelerated */
	.home-1 h1 {
		font-size: 1.3rem !important;
		line-height: 2.5rem !important;
	}
	
	.home-3 .home-bubbles {
		height: auto !important;
		margin-top: 0 !important;
	}
	.home-3 .home-bubbles .bubble-container {
		text-align: center !important;
		margin-bottom: 30px !important;
	}
	.home-3 .home-bubbles .bubble-chart {
		position: static !important;
		
		-webkit-transform: translate(0%) !important; */
		-moz-transform: translate(0%) !important;
		-ms-transform: translate(0%) !important;
		transform: translate(0%) !important;
	}
	.home-3 .home-bubbles .b-arrow {
		position: static !important;
	}
	.home-3 .home-bubbles .bubble-container.active > .b-line,
	.home-3 .home-bubbles .bubble-container.active > .b-circle {
		display: none !important;
	}
	.home-3 .home-bubbles .b-content .content-container {
		position: static !important;
		margin: 10px auto 10px !important;
		
		-webkit-transform: translate(0%) !important; */
		-moz-transform: translate(0%) !important;
		-ms-transform: translate(0%) !important;
		transform: translate(0%) !important;
	}
	
	.home .footer {
		padding-top: 50px;
	}
	.footer .footer-col-4 .bottom-half {
		position: static;
	}
	
	.home-5 .button-new {
		width: 100% !important;
	}
	
	
	/* learn more */
	.learn-more-4 .solutions-sect-3 {
		padding-bottom: 0.1em !important;
	}
	.learn-more-4 .solutions-accordion {
		margin-bottom: 0 !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main {
		margin-bottom: 0.625em !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main-header {
		padding: 0 0.625em !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main-header .inner-container {
		text-align: center !important;
		padding: 3.5em 1em 2em !important;
		position: relative !important;
		background-position: top center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main-content .inner-container .close {
		cursor: pointer !important;
		display: none !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main.active > .accordion-main-content {
		padding: 0.625em !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main.active > .accordion-main-content > div > .columns {
		padding: 0 !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main.active > .accordion-main-content .inner-container {
		padding: 1em !important;
		background: #f1f1f2 !important;
	}
	.learn-more-4 .solutions-accordion .accordion-main.active > .accordion-main-content {
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	.learn-more-4 .solutions-accordion .inner-container h2 {
		margin-bottom:  0 !important;
	}
	
	.button-new {
		padding-right: 2rem !important;
	}
	.button-new img {
		width: 20% !important;
	}
}

/* various sizes */
@media only screen and (max-width: 1170px) {
	#leadership-row {
		width: 100%;
		margin-left: 0.9375em;
		margin-right: 0.9375em;
	}
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 0;
  padding: 30px 0 20px; 

}

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
  
/****** Neu Concepts additions *****/

p:empty, br {
  display: none;
}

.row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row.display .columns:nth-child(2), .row.display .columns.small-centered, .row.display .columns.large-centered {
    background: #e1e1e1;
}

/***match color and border to .top-bar ****/
/*
.top-bar-container {
	background-color: rgba(255,255,255,1);
}
*/
.top-bar {
	width: 100%;
	padding: .5rem 0;
}


/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

/**** PARNTER PAGE *****/

img.partner-logo {
	display: block;
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
}

.banner-hero {
	min-height: 300px;
}

.banner-hero h1 {
	padding-top: 2.4em;
}

.partners-hero {
	background: url('../images/partners-hero2.jpg');
	background-size: cover;
}
.contact-hero {
	background: url('../images/contact-us-hero.jpg');
	background-size: cover;
}
.news-hero {
	background: url('../images/news-hero.jpg');
	background-size: cover;
}

/**** CAREERS PAGE *****/

.careers-hero {
	background: url('../images/careers.jpg');
	background-size: cover;
	margin-bottom: 2em;
}

/*** Landing Page **/

.contact-0917-1 p {
	font-size: 1.125em;
}

.contact-0917-1 h4 {
	margin-bottom: 1em;
}

.flex-video {
	padding-bottom: 56.25% !important;
}

/* JOIN OUR TEAM/CAREERS PAGE */
.careers-hero {
	position: relative;
}
.careers-hero .subtext-col {
	position: absolute;
	bottom: 0;
}
.careers-hero .subtext-col p {
	font-style: italic;
	color: #797979;
	margin-bottom: 5px;
}
.careers-1 {
	height: auto !important;
	padding-bottom: 330px;
}
.careers-1 h2 {
	color: #cf202f;
	text-align: center;
	font-size: 1.5rem;
}
.careers-1 h2:first-child {
	margin-bottom: 0;
}
.careers-1 p {
	margin-top: 20px;
}
.careers-1 .bubble-container {
	margin-top: 50px;
}
.careers-1 .bubble-container:hover {
	margin-top: 50px;
}

.careers-1 .bubble-container:nth-child(1):hover .bubble-chart {
	background: #84bd00;
}
.careers-1 .bubble-container:nth-child(2):hover .bubble-chart {
	background: #f1cd3f;
}
.careers-1 .bubble-container:nth-child(3):hover .bubble-chart {
	background: #cf0a2c;
}
.careers-1 .bubble-container:nth-child(4):hover .bubble-chart {
	background: #003A4F;
}
.careers-1 .bubble-container:nth-child(5):hover .bubble-chart {
	background: #84bd00;
}
.careers-1 .bubble-container:nth-child(6):hover .bubble-chart {
	background: #f1cd3f;
}

.careers-1 .bubble-container.active .bubble-chart {
	background: #cf0a2c !important;
}

.careers-2 {
}
.careers-2 p {
	color: #fff;
	margin-bottom: 0;
}

.careers-3 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.careers-3 h2 {
	color: #84bd41;
	font-size: 1.5rem;
	text-align: center;
}
.careers-3 p {
	margin-top: 20px;	
}
.careers-3 .cta-boxes {
	margin-top: 40px;
}
.careers-3 .cta-boxes > .row {
	margin-left: 0;
	margin-right: 0;
}
.careers-3 .cta-boxes .left-col {
	background: #84bd41;
}
.careers-3 .cta-boxes .left-col .top-box,
.careers-3 .cta-boxes .left-col .bottom-box {
	padding: 30px 70px 60px;
}
.careers-3 .cta-boxes .left-col .top-box h4,
.careers-3 .cta-boxes .left-col .bottom-box h4 {
	font-size: 0.8125rem;
	color: #fff;
	background: #484f56;
	display: inline-block;
    padding: 0.7rem 6rem 0.7rem 1rem;
    margin-bottom: 10px;
}
.careers-3 .cta-boxes .left-col .top-box h3,
.careers-3 .cta-boxes .left-col .bottom-box h3 {
	font-size: 3.0625rem;
	font-weight: 400;
	margin-bottom: 0;
}
.careers-3 .cta-boxes .left-col .top-box h3 {
	color: #cf202f;
}
.careers-3 .cta-boxes .left-col .bottom-box h3 {
	color: #fff;
}
.careers-3 .cta-boxes .left-col .top-box p,
.careers-3 .cta-boxes .left-col .bottom-box p {
	margin-bottom: 0;
	margin-top: 0;
}
.careers-3 .cta-boxes .left-col .top-box {
	background: #ededed;
}
.careers-3 .cta-boxes .left-col .bottom-box {
	background: #84bd41;
}
.careers-3 .cta-boxes .right-col {
	background: #484f56;
	padding: 2rem 4rem;
}
.careers-3 .cta-boxes .right-col ul {
	list-style-type: none;
	margin: 0;
}
.careers-3 .cta-boxes .right-col ul li {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.2rem;
	cursor: pointer;
}
.careers-3 .cta-boxes .right-col ul li:hover {
	color: #84bd41;
}
.careers-3 .cta-boxes .right-col ul li:first-letter {
	font-size: 34px;
}

.careers-4 {
/*
	background-image: url('../images/team-bg.png');
	padding-top: 125px;
	padding-bottom: 125px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
}
.careers-4 .inner-container {
/*
	background: rgba(255,255,255,0.9);
	padding: 2rem
*/
}
.careers-4 h2 {
	color: #cf202f;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}
.careers-4 h3 {
	color: #cf202f;
	font-size: 1rem;
	text-align: center;
	margin-top: 30px;
}

.careers-5 {
	padding-top: 70px;
	padding-bottom: 100px;
}
.careers-5 h2 {
	color: #cf202f;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.careers-5 .cta-boxes {
	margin-top: 50px;
}
.careers-5 .cta-boxes > .row {
	margin-left: 0;
	margin-right: 0;
}
.careers-5 .cta-boxes .left-col {
	background-color: #000;
	
	padding: 0;
}
.careers-5 .cta-boxes .left-col .flex-video {
	margin-bottom: 0;
}
.careers-5 .cta-boxes .left-col img {
	cursor: pointer;
}
.careers-5 .cta-boxes .right-col {
/* 	background: #ededed; */
	padding: 2rem;
}
.careers-5 .cta-boxes .right-col .icon {
	margin-bottom: 20px;
	cursor: pointer;
    display: flex;
    justify-content: center;
}
.careers-5 .cta-boxes .right-col .icon > div {
	display: flex;
    align-self: flex-end;
}
.careers-5 .cta-boxes .right-col .icon .title {
	font-size: 0.75rem;
	margin-bottom: 0;
	margin-top: 5px;
}
.careers-5 .cta-boxes .right-col .icon .title br {
	display: block;
}
.careers-5 .cta-boxes .right-col .icon:hover .title {
	color: #84bd41;
}


.bg-dental:hover {
    background: url('../images/css_sprites.png') -10px -245px;
}
.bg-dental {
    width: 63px; height: 76px;
    background: url('../images/css_sprites.png') -336px -112px;
	margin: 12px auto 0;
}
.bg-discounts:hover {
    background: url('../images/css_sprites.png') -10px -139px;
}
.bg-discounts {
    width: 61px; height: 86px;
    background: url('../images/css_sprites.png') -91px -139px;
    margin: auto;
}
.bg-employee_services:hover {
    background: url('../images/css_sprites.png') -174px -10px;
}
.bg-matching_401k:hover {
    background: url('../images/css_sprites.png') -10px -10px;
}
.bg-medical:hover {
    background: url('../images/css_sprites.png') -172px -139px;
}
.bg-matching_401k {
    width: 62px; height: 109px;
    background: url('../images/css_sprites.png') -92px -10px;
    margin: auto;
}
.bg-medical {
    width: 63px; height: 82px;
    background: url('../images/css_sprites.png') -336px -10px;
    margin: auto;
}
.bg-employee_services {
    width: 61px; height: 101px;
    background: url('../images/css_sprites.png') -255px -10px;
    margin: 11px auto 0;
}
.bg-vision:hover {
    background: url('../images/css_sprites.png') -93px -245px;
}
.bg-vision {
    width: 63px; height: 68px;
    background: url('../images/css_sprites.png') -176px -245px;
    margin: 8px auto 0;
}

.careers-6 {
	padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
	background-color: #f2f2f3;
}
.careers-6 h2 {
	color: #84bd41;
	font-size: 1.5rem;
}
.careers-6 .off-grid-bg-image {    
    background-image: url('../images/careers-6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.careers-7 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.careers-7 h2 {
	color: #f58220;
	font-size: 1.5rem;
	margin-bottom: 50px;
}
.careers-7 .team-col {
	
}
.careers-7 .team-col img {
	margin-bottom: 30px;
}
.careers-7 .team-col .name {
	color: #f58220;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
}
.careers-7 .team-col .title {
	color: #f58220;
	font-size: 1rem;
	font-weight: bold;
}
.careers-7 .team-col .description {
	font-style: italic;
	margin: 10px auto 0;
	width: 70%;
}
.careers-7 .btn-col {
	margin-top: 60px;
}
.careers-7 .btn-col .button {
	background-color: #f58220;
}

.careers-8 {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #f2f2f3;
}
.careers-8 h2 {
	color: #cf202f;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.careers-8 .button {
	background: #cf202f;
	font-size: 1.5625rem;
	margin-top: 50px;
}
.careers-8 .off-grid-bg-image {    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.careers-8 .off-grid-bg-image.left {    
    background-image: url('../images/redshirt.jpg');
}
.careers-8 .off-grid-bg-image.right {    
    background-image: url('../images/bg-image-right-NEW.png');
}

.careers-4 .row.align-center {
	padding: 3em 0;
}

.top-img.banner-imgs img, .bottom-img.banner-imgs img {
	width: 100%;
}














/* CAREERS PAGE WHEEL */

.page-id-10648 .careers-5 .cta-boxes .left-col {
	padding: 0 15px;
}
.page-id-10648 .careers-5 .cta-boxes .right-col {
	background: transparent;
}


/* hospital circular rotation css */
.rotate-circle-ctn {
}
.rotate-circle-ctn .circle-ctn {
	position: relative;
}
.rotate-circle-ctn .circle-ctn .center {
}
.rotate-circle-ctn .circle-ctn .center img {
	width: 100% !important; /* DO NOT CHANGE THIS - SET PADDING OF THE CONTAINER(above) IF YOU NEED TO CHANGE WIDTH */
}
.rotate-circle-ctn .circle-ctn .rotating-img {
	position: absolute;
	width: 15%;
}
.rotate-circle-ctn .circle-ctn .rotating-img.active img,
.rotate-circle-ctn .circle-ctn .rotating-img img:hover {
	transform: scale(1.2);
	
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
.rotate-circle-ctn .circle-ctn .rotating-img img {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
.rotate-circle-ctn .content-ctn {
	position: absolute;
	background: #edeced;
	top: 28%;
	right: 28%;
	bottom: 28%;
	left: 28%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rotate-circle-ctn .content-ctn .circle-copy {
	display: none;
	padding: 20px;
}
.rotate-circle-ctn .content-ctn .circle-copy.active {
	display: block;
}
.rotate-circle-ctn .content-ctn .circle-copy h4 {
	font-size: 16px;
}
.rotate-circle-ctn .content-ctn .circle-copy p {
	font-size: 14px;
	line-height: 16px;
}
.rotate-circle-ctn .content-ctn .circle-arrow {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #edeced;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	transform: translateY(-16px);
}

/**** COOKIE POLICY ****/

#cookie-notice .cn-button {
	background-color: #FF8200;
	color: #FFF;
	padding: 10px;
	margin-left: 0px;
}

#cn-notice-text {
	display: block;
	float: left;
	width: 85%;
	padding-bottom: 12px;
}

.cookie-notice-container {
    max-width: 900px;
    margin: auto;
    padding: 1rem 1rem 0;
}

#cookie-notice .cookie-notice-container {
    display: block;
}

.page-template-template-blank-template #hs-eu-cookie-confirmation, .resources-template-single-resources-blank #hs-eu-cookie-confirmation {
	display: none !important;
}

#cookie-notice {
	min-width: auto !important;
}

/** Search Results **/

.search-results .secondary-banner .search-form input.search-submit.button, .search-no-results .secondary-banner .search-form input.search-submit.button {
	display: block;
	float: right;
	padding: 5px;
	margin-top: -49px;
	margin-right: 5px;
	background-color: #CF0A2C;
}

.search-results .secondary-banner .search-form input.search-submit.button:hover, .search-no-results .secondary-banner .search-form input.search-submit.button:hover {
	background-color: #FF8200;
}


.search-results .secondary-banner .screen-reader-text {
	display: none;
}

.top-bar-container .search-form .search-submit.button, .top-bar-container .search-form .screen-reader-text{
	display: none;
}

.top-bar input {
	margin-right: 0px;
	border-radius: 5px;
	margin-top: 15px;
}

/*** Job Listing ***/

.single-job_listing .wp-post-image, .single-job_listing .byline {
	display: none;
}

.single-job_listing .job_application {
	padding-bottom: 5em;
}

form.job_filters {
	display: none;
}

div.job_listings ul.job_listings {
	margin: 2em 0 5em 0;
}

/** Dillard's Free Trial **/

.solutions-sect-5.dillards-cta a {
	display: block;
	width: 100%;
}

.solutions-sect-5.dillards-cta {
	margin-top: 5em;
	margin-bottom: 5em;
}

.page-id-1001 .solutions-sect-1 .banner-text {
	padding-bottom: 0px;
}
.page-id-1001 .solutions-1-1 {
	padding-top: 2em;
}

/** Cosmetics Business Page **/

.light-grey-bg {
	background-color: #f1f1f2;
}

.page-id-14041 .solutions-sect-2 {
	padding: 3em 0;
}

.page-id-14041 .solutions-sect-2.green-banner h2 {
	color: #FF8200;
}

.page-id-14041 .solutions-sect-2 ul {
	list-style-type: none;
}

.page-id-14041 .solutions-sect-2 ul.seven-across li {
	padding: 0px 12px;
}

.page-id-14041 .solutions-sect-2 ul li {
	display: block;
	float: left;
}

.page-id-14041 .solutions-sect-2 .arrow {
	border-top: 20px solid #f1f2f2 !important;
}

.page-id-14041 .solutions-sect-cta h4 {
	color: #fff;
	font-size: 19px;
	text-align: center;
}
.page-id-14041 .solutions-sect-cta {
	background-color: #6f7276;
	padding: 35px 0 20px 0px;
}
.page-id-14041 .solutions-sect-cta .button {
	margin: 0 auto;
	width: 190px;
	padding: 15px 11px;
	display: block;
}

.page-id-14041 #sidebar1 {
	display: none;
}

.page-id-14041 .solutions-sect-3 {	
	background-color: #FFF;
	padding: 4em 0;
}

.solutions-tab .tab-header .inner-container.dillards-inner-image {
    background-image: url('../images/dillards-dash.png');
    min-height: 300px;
    text-align: center;
    padding-top: 5.5em;
}

.solutions-tab .tab-header .inner-container.case-study-image {
	background-image: url('../images/tmicro.png');
	min-height: 300px;
    text-align: center;
    padding-top: 5.5em;
}


.page-id-14041 .solutions-tab .tab-header:hover .inner-container * {
	visibility: visible;
}


.page-id-14041 .solutions-tab .tab-header.active .inner-container, 
.page-id-14041 .solutions-tab .tab-header:hover .inner-container,
.page-id-14041 .solutions-accordion .accordion-main.active .inner-container {
	background-blend-mode: multiply;
}

@media only screen and (max-width: 767px) {
	.page-id-14041 .solutions-sect-2 ul li  {
		clear: both;
		float: none;
		margin: 0 auto; 
		padding: 5px 0;
	}
	
	.solutions-tab .tab-header .inner-container.case-study-image {
		margin-top: 15px;
	}
	}
	
.page-template-template-thank-you h1 {
	color: #FF8200;
	font-size: 5rem;
}
	
.page-template-template-thank-you #content {
	padding: 7rem 0 8rem 0;
}