/*
	Theme Name: Affectiva 2018 - Child Theme
	Theme URI: http://html5blank.com
	Description: Affectiva Child Theme (2018)
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url("webfonts.css"); /* Using a url */
@import url("main.min.css"); /* Using a url */

/*=====================
	Default Styles
======================*/

html, body {
	font-family: "Trade Gothic Next W01",sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
}

.wrapper {
	position: relative;
}

.hide {
	display: none !important;
}

.how-to-section.has-animation {
	opacity: 1;
}

/*-- Typography --*/

a {
	text-decoration: none;
}

a:hover {
	color: #E80088;
}

/*-- Colors --*/

.pink {
	color: #E60187;
}

.cookie-consent-privacy {
	color: #FFF !important;
	margin-right: 10px;
}

.cookie-consent-privacy:hover {
	display: inline-block;
	color: #FFF;
	text-decoration: underline;
}

.cli_action_button {
	padding: 15px !important;
	border-radius: 3px !important;
}

/*-- Tabs --*/

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
		
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	color: #222;
}

.tab-content,
.tab-content h2 {
	display: none;
}

.tab-content.current{
	display: inherit;
}

/* -- Icons --*/

.affectiva-form-type-checkbox li label:after, 
.tag__wrap--goofy:before, 
.tag__wrap--smiley:before, 
.tag__wrap--specs:before, 
.tag__wrap--toothy:before, 
.tag__wrap--tweet:before, 
.tag__wrap--winky:before {
	content: " ";
	background: url("img/sprite.css.svg") no-repeat;
}

.tag__wrap--smiley:before, 
.tag__wrap--goofy:before, 
.tag__wrap--toothy:before, 
.tag__wrap--winky:before, 
.tag__wrap--tweet:before, 
.tag__wrap--specs:before {
	position: relative;
	top: 7px;
}

.tag__wrap--specs:before {
	background-position: 0 54.76190476190476%;
	width: 23px;
	height: 23px;
}

.tag__wrap--toothy:before {
	background-position: 50% 54.76190476190476%;
	width: 23px;
	height: 23px;
}

.tag__wrap--goofy:before {
	background-position: 0 0;
	width: 23px;
	height: 23px;
}

.tag__wrap--smiley:before {
	background-position: 50% 0;
	width: 23px;
	height: 23px;
}

.tag__wrap--winky:before {
	background-position: 100% 0;
	width: 23px;
	height: 23px;
}

/*-- Style fixes --*/

embed iframe {
	max-width: 100%;
}

.two-col__main {
	position: relative;
}

.carousel-slide img {
	height: auto;
}

.image-insert {
	font-size: .6875rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #A5A5A5;
	letter-spacing: .04em;
}

.image-insert img {
	margin-bottom: 16px;
}

/*-- Image alignments --*/

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

/*=====================
		Header
=====================*/

.header--transparent {
	border-bottom: none;
	background: none;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	height: 75px;
	width: 100%;
	transition: height, background .3s linear;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 1px #dfdfdf;
	z-index: 60;
	box-sizing: border-box;
	box-shadow: 0px -11px 20px 6px rgba(24,20,21,0.2);
	transition: opacity .5s ease-out, background-color .5s ease-out;
	background-color: #fff;
}

.header--transparent {
	box-shadow: none;
	border: none;
	background-color: transparent;
	transition: background-color .250s ease-out;
}

.header:not(.header--transparent) .header__logo .st2-b {
	fill: #E60187 !important;
}

.header--transparent .header__logo {
	background: #E60187;
	color: white;
	height: 75px;
}

.header__logo {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-weight: bold;
	background: transparent;
	color: #E80088;
}

.icon-wrap {
	position: relative;
	top: 2px;
}

.header .icon-wrap {
	display: inline-block;
}

.icon {
	width: 1.5rem;
	height: 1.5rem;
	fill: currentcolor;
}

.header .icon-logo-text {
	width: 180px;
	height: 40px;
}

.header .icon-wrap {display: none;}

/*-- Nav --*/

.hamburger-nav,
nav.nav-mobile {
	display: none;
}

.nav {
	height: 75px;
	vertical-align: middle;
}

.header-nav {
	font-family: 'DIN Bold Alternate';
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}

.header-nav a {
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 70px;
	padding: 0 15px 0 15px;
	transition: color 0.25s ease-out;
	white-space: nowrap;
	cursor: pointer;
}

.header--transparent a {
	color: #FFF;
}

.header-nav a:hover {
	color: #E60187;
}

.header-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-nav ul li {
	position: relative;
	display: inline-block;
}

.header-nav-left {
	margin-left: 30px;
}

.header-nav-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	max-width: 300px;
	text-align: right;
}

.header-nav-right-social {
	display: flex;
	justify-content: flex-end;
	padding-top: 22px;
	padding-right: 30px;
}

.header-nav-right-social a {
	padding: 0;
}

.header--transparent .header-nav-right-social a:hover {
	color: #E60187 !important;
}

.header-nav-right-social .social-icons__link--instagram {
	position: relative; 
	top: 2px;
}

.header-nav-right-social a:hover .arcls-1 {
	transition: all ease-in-out .3s;
}

.header-nav .header-nav-right-social a .arcls-1 {
	transition: color 0.25s ease-out;
	fill: #000 !important;
}

.header--transparent .header-nav-right-social a .arcls-1 {
	fill: #FFF !important;
}

.header-nav-right-social a:hover .arcls-1 {
	fill: #E60187 !important;
}

#menu-header-menu-right {
	position: relative;
	right: 50px;
}

.header-nav a#info-card-trigger {
	position: absolute;
	top: 24px;
	right: 5px;
	line-height: 40px;
	display: inline-block;
}

.quick-info-element {
	position: fixed;
	top: 90px;
	right: 15px;
	display: none;
	opacity: 0;
	transition: opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
	transition: transform .7s ease-out, opacity .6s ease-out .4s;
	transition: transform .7s ease-out, opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
	z-index: 999999;
}

.quick-info-element.open {
	display: block;
	opacity: 1;
}


/*-- Submenu --*/

.header-nav ul li.menu-item-has-children:hover > ul.sub-menu,
.header-nav ul li.menu-item-has-children ul.sub-menu:hover  {
	visibility: visible;
	opacity: 1;
	transition-delay:0s;
}

.header-nav .sub-menu {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 70px;
	left: 0;
	min-width: 180px;
	padding-top: 10px;
	border-radius: 4px;
	transition:visibility 0s linear 0.3s, opacity 0.3s linear; 
	background: #FFF;
}

.header--transparent .header-nav .sub-menu {
	background: transparent;
}

.header-nav .sub-menu .sub-menu {display:none !important;}

.header-nav .sub-menu li {
	display: block;
	margin: 17px 0 17px 0;
}

.header-nav .sub-menu li a {
	font-size: .9em;
	line-height: 1em;
	color: #B9B9B9;
}

.header--transparent .header-nav .sub-menu a {
	color: #FFF;
}

.header-nav .sub-menu li a:hover {
	color: #E60187;
}


/*===================
		Home
====================*/


/* temp styles */
#section6 {
}

#section7 {
	position: relative;
	display: block;
}

/*--- Hero Slider --*/

#section1 .content {
	position: absolute;
	right: 7vw;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	text-align: right;
	transition: opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
	transition: transform .7s ease-out, opacity .6s ease-out .4s;
	transition: transform .7s ease-out, opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
	z-index: 398;
}

#section1 .content h2 {
	font-family: 'TradeGothic LT CondTwenty Bold';
	font-size: 3.6rem;
	font-weight: 900 !important;
	line-height: 1.1em;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	z-index: 398;
}

#section1 .content-stat {
	position: absolute;
	bottom: 5%;
	right: 7vw;
	z-index: 398;
}

#section1 .content-stat h3 {
	font-family: 'DIN Bold';
	-webkit-font-smoothing: antialiased;
	width: 100%;
	text-align: right;
	font-size: 3.6rem;
	color: #E60187;
}

#section1 .content-stat h3 span {
	display: block;
	font-size: .9rem;
	color: #FFF;
	margin-top: 15px;
	margin-right: 130px;
	text-transform: uppercase;
}

#slideshow div.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* -- Vertical Sections -- */
.cd-section {
	position: relative;
	min-height: 300px;
	background-color: #000;
	z-index: 1;
}

.cd-section .section-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}

.cd-section .section-content .section-content-copy {
	position: absolute;
	width: 100%;
	left: 5%;
	max-width: 650px;
	font-family: 'TradeGothic LT CondTwenty Bold';
	line-height: 4rem;
	margin-top: 14%;
}

.cd-section:nth-child(even) .section-content .section-content-copy {
	left: auto;
	right: 5%;
	max-width: 800px;
}

.cd-section .section-content h3 {
	font-size: 1.6rem;
	font-weight: 900 !important;
	color: #E60187;
	margin-bottom: 0;
}

.cd-section .section-content h2 {
	font-size: 3.6rem;
	color: #FFF;
	margin-top: 20px;
	margin-left: 5%;
}

.cd-section .section-content .cta-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.cd-section .section-content .cta-buttons .button {
	margin-right: 15px;
	margin-bottom: 20px;
}

.cd-section .section-content .button:last-of-type {
	margin-right: 0;
}

#section6.cd-section {
	padding: 4vw 3vw 4vw 3vw;
	background: transparent;
}

#section6.cd-section h1,
#section6.cd-section p {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	-webkit-transform: none;
	-moz-transform:  none;
	-ms-transform:  none;
	-o-transform:  none;
	transform:  none;
	width: auto;
	max-width: 100%;
	text-align: left;
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 35px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
}

.no-touch #cd-vertical-nav li {
  text-align: right;
}

.no-touch #cd-vertical-nav a {
  display: inline-block;
  width: 16px;
  height: 16px;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}

.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.no-touch #cd-vertical-nav a:hover span,
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.3);
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}


.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: rgba(255,255,255,1);
}

.no-touch #cd-vertical-nav.solid .cd-dot {
	background-color: rgba(0,0,0,.2);
}

.no-touch #cd-vertical-nav.solid a.is-selected .cd-dot {
  background-color: #E60187;
}

.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}

.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}

.touch .cd-nav-trigger span::before {
  top: -9px;
}

.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

#cd-vertical-nav ul {
	list-style: none;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}

.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}

.touch #cd-vertical-nav a span:first-child {
  display: none;
}

.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}

.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}

.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}

.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

/*-- Buzz --*/

#section6 ul.tabs {
	margin-left: 0;
}

#section6 ul.tabs li {
	font-family: 'DIN Black 1';
	font-size: 50px;
	color: #C9C9C9
}

#section6 ul.tabs li:hover,
#section6 ul.tabs li.current {
	color: #454545;
}

.tabs__more {
	position: absolute;
	top: 100px;
	right: 60px;
	padding-right: 20px;
	text-align: right;
	z-index: 100;
}

.tabs__more {
	position: absolute;
	top: 100px;
	right: 60px;
	padding-right: 20px;
	text-align: right;
}

.content-card-thirds-grid__item {
	padding-bottom: 30px;
}

/*===================
	Vertical Pages
====================*/

.vertical-sub-menu {
	text-align: center;
	margin-top: 120px;
}

.vertical-sub-menu .header__nav a {
	color: #181415;
	padding: 5px;
	border-radius: 5px;
	margin-right: 8px;
	margin-left: 8px;
	text-transform: uppercase;
}

.vertical-sub-menu .header__nav a:hover,
.vertical-sub-menu .header__nav a.is-active {
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	background-color: #E80088;
}

/*=========================
		Careers Page
==========================*/

.careers-anchor-nav span {
	display: inline-block;
	color: #a1a1a1;
	margin-right: 12px;
}

.careers-anchor-nav ul {
	display: inline-block;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.careers-anchor-nav ul li {
	display: inline-block;
	margin-right: 5px;
}

.careers-anchor-nav ul li:first-child:after {
	display: inline-block;
	color: #000;
	content: "|";
	margin-left: 10px;
}

.careers-anchor-nav ul li a:hover {
	text-decoration: underline;
}

.careers-list {
	margin-bottom: 150px;
}

.careers-list h3 {
	font-family: "TradeGothicNextW01-Heav_693241",sans-serif;
	font-size: 30px;
	margin-top: 40px;
	color: #E80088;
}

.careers-list .career-post-item {
	display: block;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e1e2e0;
}

.careers-list .career-post-item a.career-link {
	font-family: 'TradeGothic LT Bold' !important;
	font-size: 25px;
	color: #000 !important;
}

.careers-list .career-post-item a.career-link:hover {
	text-decoration: underline;
}

.careers-list .career-list-location .career-post-item:last-child,
.careers-list .career-list-team .career-post-item:last-child {
	border: none;
}

.careers-list .career-post-item .social-icons a {
	color: #c9c9c9;
}

.careers-list .career-post-item .social-icons a:hover {
	color: #E80088;
}

.careers-list .career-post-item .single-career__sharing {
	margin-top: 0;
}

.careers-list .career-post-item .single-career__sharing-text {
	position: relative !important;
	top: 6px !important;
}

.careers-list .career-post-item .social-icons__link--email {
	position: relative;
	top: 4px;
}

.careers-list .career-post-item .career-location {
	display: inline-block;
	text-transform: uppercase;
	color: #cfcfcf;
	margin-left: 30px;
}

.careers-list h2#heading-team {
	margin-top: 90px !important;
}
/*=========================
		Results Page
==========================*/

.results-grid-container {
	margin-top: 60px;
}

.results-grid-container,
.archive-page__masonry-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: flex-start;
	align-content: space-between;
	justify-content: space-between;
}

.archive-page__masonry-item, 
.archive-page__masonry-item-sizer {
	margin-bottom: 30px;
}

.search-form input[type="text"] {
	color: #FFF;
	border: none;
	background: transparent;
}

.search-form .archive-page__search-submit {
	position: relative;
	top: 3px;
	color: #FFF;
	border: none;
	background: transparent;
}

.tag,
.tag-item {
	display: inline-block;
	font-family: "TradeGothicNextW01-Bold_693229",sans-serif;
	background: #E60187;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	border-radius: 3px;
	padding: 5px 11px 6px 11px;
	transition: background-color .1s ease-out;
	letter-spacing: 0.06em;
}

.tag-item a {
	color: #FFF;
	line-height: 1em;
	font-size: .8rem;
}

.tag__wrap a {
	background: #E60187;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8rem;
	line-height: 1;
	border-radius: 3px;
	padding: 5px 11px 6px 11px;
	transition: background-color .1s ease-out;
	letter-spacing: 0.06em;
}

.tag__vertical a {
	margin-right: 5px;
}

.pagination {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}

.pagination a  {
	background: #E60187;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 3px;
	padding: 5px 11px 6px 11px;
	transition: background-color .1s ease-out;
	letter-spacing: 0.06em;
}

.pagination a:hover {
	background-color: #fe0396;
}

.pagination .current {
	font-size: 1.4rem;
	line-height: 1;
	color: #454545;
	padding: 3px 11px 4px 11px;
	border-radius: 3px;
	border: 1px solid #EEE;
}

.no-results-found {
	min-height: 300px;
}


/*===================
		News Page
====================*/

.section-news-logos {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-news-logos h2 {
	width: 100%;
	color: #C9C9C9;
	text-align: center;
}

.section-news-logos h2 span {
	color: #454545;
	color: #C9C9C9;
}

.section-news-logos-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 150px;
}

.section-news-logos .section-news-logos-header {
	padding-bottom: 20px;
}

.search .section-news-logos .section-news-logos-header h2 {
	margin-top: 0;
}

/*-- Slider --*/

.section-news-logos-container .slider {
  width: calc(100% - 80px);
  margin: 0 auto;
}

.section-news-logos-container .slick-slide img {
   width: 100%;
   max-height: 60px;
}

.section-news-logos-container .slick-prev:before,
.section-news-logos-container .slick-next:before {
  color: #C9C9C9 !important;
  font-size: 30px;
  transition: all ease-in-out .3s;
}

.section-news-logos-container .slick-prev:hover:before,
.section-news-logos-container .slick-next:hover:before {
	color: #E60187 !important;;
}

.section-news-logos-container .slick-prev {
	width: 30px;
	height: 30px;
	left: -40px;
}

.section-news-logos-container .slick-next {
	width: 30px;
	height: 30px;
	right: -40px;
}

.section-news-logos-container .slick-slide {
	display: flex !important;
	min-height: 80px;
  align-content: stretch;
  justify-content: center;
  transition: all ease-in-out .3s;
  opacity: .2;
  margin: 0px 20px;
}
    
.section-news-logos-container .slick-active {
  opacity: 1;
}

.section-news-logos-container .slick-current {
  opacity: 1;
}

.section-news-logos-container .logo-item {
	display: flex;
	align-items: center;
	align-content: center;
	padding: 0 10px 0 10px;
}

.section-news-featured {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 100px 0;
	margin-top: 30px;
}

.section-news-featured .news-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48%;
	text-align: center;
}

.section-news-featured .news-item .news-image {
	position: relative;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #000;
	margin-bottom: 20px;
}

.section-news-featured .news-item .news-image a /*,
.section-news-listings .news-item .news-image a*/ {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}


.section-news-featured .news-item .news-excerpt {
	display: block;
	font-family: "TradeGothicNextW01-Ligh_693250",sans-serif;
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 20px;
}

.section-news-featured .news-item .news-excerpt .view-article {
	display: none;
}

.section-news-listings,
.section-news-listings .alm-reveal,
.section-news-listings .alm-listing  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.search .section-news-listings {
	margin-top: 20px;
}

.section-news-listings .news-item {
	width: 19%;
	min-width: 200px;
	margin-bottom: 50px;
}

.section-news-listings .news-item .news-image {
	position: relative;
	width: 100%;
	/*
	height: 250px;
	*/
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.section-news-listings .news-item .news-image img {
	width: 100%;
	height: auto;
	border: 1px solid #C9C9C9;;
}

.section-news-listings .news-item .content-card__content-title {
	font-size: 1.2rem !important;
	text-align: center;
}

.section-news-listings .alm-load-more-btn {
	background: #E60187 !important;
}

.section-news-listings .alm-load-more-btn:hover {
	background-color:#fe0396 !important;
}

.search .section-news-filters {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 60px;
}

/*===================
		Solutions Page
====================*/

.product-content-container {
	max-width: 900px;
	font-size: 22px;
	padding: 70px 0 100px 0;
}


/*===================
		Footer
====================*/

footer.footer {
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 50px;
	background: #181415;
}

footer .footer-wrapper {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 10px;
}

footer .site-footer__section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

footer .footer-section-right {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

footer .footer-section-column {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	display: block;
}

.footer-menu ul li a {
	display: block;
	font-size: .9rem;
	letter-spacing: 0.08em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-decoration: none;
}

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

.footer-menu-1,
.footer-menu-2 {
	float: left;
	clear: none;
}

.footer-menu-2 {
	margin-left: 40px;
}

.footer-copyright {
	display: block;
	font-size: .8em;
	font-weight: 100;
	color: #aaa;
	margin-top: 80px;
}

.footer-copyright a {
	color: #E60187;
}


/*-- newsletter signup --*/

.inline-newsletter {
	position: relative;
	max-width: 240px;
}

.inline-newsletter h4 {
	font-family: "TradeGothicNextW01-Bold_693229",sans-serif;
	font-weight: 300;
	font-size: .9rem;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
}

.newsletter-signup__form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.newsletter-signup__form input[type="email"], 
.newsletter-signup__form input[type="submit"] {
	font-size: .9rem;
	font-weight: 800;
}

.newsletter-signup__form input[type="email"] {
	width: calc(100% - 60px);
	border: 0;
	font-family: "TradeGothicNextW01-Bold_693229",sans-serif;
	color: #A5A5A5;
	padding: 10px;
}

.newsletter-signup__form input[type="submit"] {
	width: 60px;
	height: 100%;
	border: 0;
	font-family: "TradeGothicNextW01-Bold_693229",sans-serif;
	color: white;
	background: #C9C9C9;
	transition: background 0.3s;
}

.newsletter-signup__form--green input[type="submit"] {
	background: #94E370;
	color: #547E42;
}

/*-- social icons --*/

.social-icons {
	margin-top: 10px;
}

.social-icons a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
}

.social-icons a:hover {
	color: #E60187;
}

.social-icons a:hover .arcls-1 {
	fill: #E60187 !important;
	transition: all ease-in-out .3s;
}



@media only screen and (max-width: 1380px) {
    
	.header-nav {
		font-size: 1rem;
	}
	
	#info-card-trigger {display:none !important;}
	
	.header-nav-right {
		max-width: 100px;
		right: -10px;
	}
	
	.header-nav a {
		padding: 0 12px 0 12px;
	}
	
	.header-nav-right-social {
		padding-top: 28px;
		padding-right: 35px;
	}
	
	.header-nav-right-social a {
		padding: 0;
	}
	
	.header-nav-right-social a .icon {
		width: 1rem;
		height: 1rem;
	}
	
	.social-icons__link:not(:first-child) {
		margin-left: 10px;
	}

}

@media only screen and (max-width: 1219px) {
	
	.nav,
	.header-nav a#info-card-trigger {
		display:none;
	}
	
	.nav {
		position: relative;
		z-index: 9999;
	}
	/* mobile nav */
	
	.nav-desktop {
		display: none;
	}
	
	.hamburger-nav {
		position: absolute;
		top: 10px;
		right: 20px;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all ease 0.4s;
		z-index: 99999;
	}
	
	.hamburger-nav .hamburger-nav-icon {
		display: block;
		width: 32px;
		height: 2px;
		background: #E60187;
		transition: all ease 0.2s;
	}

	.hamburger-nav .hamburger-nav-icon:before,
	.hamburger-nav .hamburger-nav-icon:after {
		display: block;
		content: " ";
		width: 24px;
		height: 2px;
		margin-left: 8px;
		background:  #E60187;
		transition: all ease 0.2s;
	}

	.hamburger-nav .hamburger-nav-icon:before {
		transform: translateY(-7px);
	}

	.hamburger-nav .hamburger-nav-icon:after {
		transform: translateY(5px);
	}
	
	/*-- Active Icon --*/

	.menu-active .hamburger-nav .hamburger-nav-icon {
		width: 24px;
		transform: rotate(45deg);
	}

	.menu-active .hamburger-nav .hamburger-nav-icon:before {
		transform: rotate(45deg);
		margin-left: 0;
		display: none;
		
		}

	.menu-active .hamburger-nav .hamburger-nav-icon:after {
		transform: rotate(270deg);
		margin-left: 0;
	}
	
	nav.nav-mobile { 
		position: fixed;
		top: 0;
		right: 0;
		display: none;
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
		padding: 0;
		background: rgba(0,0,0,.9);
		z-index: 99998;
		overflow-x: hidden;
		overflow-y: auto;
	}

	nav.nav-mobile .nav-container {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding: 70px 20px 80px 20px;
		margin: 0 auto;
	}
	
	nav.nav-mobile .logo {
		margin-bottom: 40px;
	}

	nav.nav-mobile .toggle {
		position: relative;
		display: inline-block;
		width: 13px;
		height: 24px;
		margin-left: 15px;
		cursor: pointer;
	}

	nav.nav-mobile .toggle:before {
		position: absolute;
		display: block;
		content: " ";
		width: 8px;
		height: 2px;
		top: 16px;
		left: 0;
		transform: rotate(45deg);
		background: #E60187;
		transition: all ease 0.2s;
	}

	nav.nav-mobile .toggle:after {
		position: absolute;
		display: block;
		content: " ";
		width: 8px;
		height: 2px;
		top: 16px;
		right: 0;
		transform: rotate(-45deg);
		background: #E60187;
		transition: all ease 0.2s;
	}

	/* Sub menu toggle arrow */
	nav.nav-mobile .sub-menu .toggle {
		position: relative;
		display: inline-block;
		width: 18px;
		height: 20px;
		margin-left: 15px;
		cursor: pointer;
	}

	nav.nav-mobile .sub-menu .toggle:before {
		position: absolute;
		display: block;
		content: " ";
		width: 12px;
		height: 3px;
		top: 12px;
		left: 0;
		transform: rotate(45deg);
		background: #E60187;
		transition: all ease 0.2s;
	}

	nav.nav-mobile .sub-menu .toggle:after {
		position: absolute;
		display: block;
		content: " ";
		width: 12px;
		height: 3px;
		top: 12px;
		right: 0;
		transform: rotate(-45deg);
		background: #E60187;
		transition: all ease 0.2s;
	}

	nav.nav-mobile .toggle.active:before {
		transform: rotate(-45deg);
	}

	nav.nav-mobile .toggle.active:after {
		transform: rotate(45deg);
	}

	nav.nav-mobile ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	nav.nav-mobile .nav-container > ul {
		padding-bottom: 20px;
	}
	
	nav.nav-mobile .nav-container ul {
		text-align: center;
	}

	nav.nav-mobile .nav-container > ul > li {
		padding-bottom: 28px;
	}

	nav.nav-mobile .nav-container > ul > li > a {
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 700;
		color: #FFF;
	}

	nav.nav-mobile .nav-container > ul > li > a:hover {
		color: #E60187;
		text-decoration: none;
	}

	nav.nav-mobile .sub-menu,
	nav.nav-mobile .sub-menu .sub-menu {
		display: none;
		padding: 12px 0;
	}
	
	nav.nav-mobile > .nav-container > ul.menu > li > .sub-menu {
		padding-right: 25px !important;
	}

	nav.nav-mobile .sub-menu li {
		padding: 10px 0;
	}

	nav.nav-mobile .sub-menu li a {
		color: #FFF;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1rem;
	}

	/*-- 2nd level sub menu --*/

	nav.nav .sub-menu .sub-menu {
		padding-left: 10px !important;
	}
	
	nav.nav-mobile .social-icons {
		display: flex;
		justify-content: center;
		padding: 20px 25px 0 0;
	}
	
	nav.nav-mobile .social-icons__link:not(:first-child) {
		margin-left: 15px;
	}

	
}


@media only screen and (max-width: 1023px) {
	
	.header__logo .icon-logo-text {
		display: none;
	}
	
	.header__logo .icon-wrap {display: block;}
	
	.header {
		height: 53px;
	}
	
	.header__logo  {
		height: 50px !important;
		background: transparent !important;
		padding-left: 0;
		color: white;
	}
	
	.header__logo:hover {
		color: white;
	}

	.icon-wrap {
		top: 0px;
		width: 60px;
		height: 60px;
	}
	
	.header .icon-logo-text {
		width: 95px;
	}
	
	.page-title, .page-subtitle {
		font-size: 2.5rem;
	}
	
	.content-card__content-title {
		font-size: 1.5rem;
	}
	
	/*-- Home Page --*/
	
	#section1 .content {
		position: absolute;
		top: initial;
		right: initial;
		bottom: 50px;
		left: 20px;
		transform: none;
		width: 70%;
		text-align: left;
		transition: opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
		transition: transform .7s ease-out, opacity .6s ease-out .4s;
		transition: transform .7s ease-out, opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
		z-index: 1;
	}
	
	.cd-section .content {
		position: absolute;
		height: auto;
		right: initial;
		top: initial;
		left: 20px;
		bottom: 50px;
		transform: none;
		width: 80%;
		text-align: left;
		transition: opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
		transition: transform .7s ease-out, opacity .6s ease-out .4s;
		transition: transform .7s ease-out, opacity .6s ease-out .4s, -webkit-transform .7s ease-out;
		z-index: 1;
	}
	
	.cd-section .section-content .section-content-copy {
		position: absolute;
		width: 100%;
		bottom: 50px;
		left: 20px;
		max-width: 80%;
		line-height: 2rem;
		margin-top: 0;
	}
	
	.cd-section:nth-child(2n) .section-content .section-content-copy {
		left: 20px;
		right: initial;
		max-width: 80%;
	}
	
	.cd-section h3 {
		display: none;
	}

	.cd-section h2 {
		font-size: 2.4rem !important;
		line-height: 2.8rem !important;
		margin-bottom: 30px;
	}
	
	/*-- General Styles --*/
	
	.has-animation {opacity: 1 !important;}
	
	/*-- Careers Page --*/
	
	.careers-list {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	/*-- News Section --*/
	
	.section-news-featured {
		flex-wrap: wrap;
	}
	
	.section-news-featured .news-item {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.section-news-filters {
		padding: 20px;
	}
	
	.section-news-filters .archive-page__filters {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}

	
}




@media only screen and (min-width: 768px) {
	
	.page-wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.touch .cd-nav-trigger, .touch #cd-vertical-nav {
		bottom: 40px;
	}
	
	.cd-section h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	
	.cd-section p {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 2;
	}
	
}


@media only screen and (max-width: 767px) {
	
	/*-- Header --*/
	
	.header__logo .icon-logo-text {display:none;}
	
	/*-- Home Page --*/
	
	.cd-section h2 {
		font-size: 1.8rem !important;
		line-height: 2.2rem !important;
		margin-bottom: 30px;
	}
	
	.cd-section .section-content .cta-buttons {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	/* START mobile alignment of slide background images */
	
	.mobile-align-left {
		background-position: left top !important;
	}
	
	.mobile-align-right {
		background-position: right top !important;
	}
	
	.mobile-align-center {
		background-position: center top !important;
	}
	
	/* END mobile alignment */
	
	#section6 .tab-content {
		display: block !important;
	}
	
	.tab-content h2 {
		display: block;
	}
	
	#section6 ul.tabs {
		display: none;
	}
	
	#section6 .content-card--mobile-two-col .content-card__img {
		margin-left: 20px;
	}
	
	#section6 .content-card__content {
		margin-left: 0;
	}
	
	.how-to-content {
		background-color: rgba(255,255,255,.9);
	}
	
	/*-- Careers Page --*/
	
	.careers-list .career-post-item .single-career__sharing-text {
		top: 25px;
	}
		
		.careers-list .career-post-item .social-icons {
			margin-top: 15px !important;
		}
		
	/*-- News Section --*/
	
	.section-news-logos h2 {
		font-size: 1.5rem;
	}
	
	.section-news-featured {
		padding: 0 0 10px 0;
	}
	
	.section-news-logos-container {
		margin-bottom: 80px;
	}
	
	.section-news-featured .news-item .news-image {
		height: 250px !important;
	}
	
	.section-news-listings .news-item {
		width: 100%;
		min-width: auto;
	}
	
	.section-news-filters {
		padding: 20px 0 20px 0;
		white-space: nowrap;
	}
	
	.section-news-logos-container .slider {
	  width: calc(100% - 40px);
	}
	
	.section-news-logos-container .slick-prev:before,
	.section-news-logos-container .slick-next:before {
	  font-size: 20px;
	}

	.section-news-logos-container .slick-prev {
		width: 20px;
		height: 20px;
		left: -25px;
	}

	.section-news-logos-container .slick-next {
		width: 20px;
		height: 20px;
		right: -25px;
	}

	
	/*-- Footer --*/
    
	
	footer.footer {
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 100px;
	}
	
	footer .footer-wrapper,
	footer .site-footer__section,
	footer .footer-section-column,
	footer .footer-section-right,
	footer .footer-section-left,
	footer .footer-menu,
	.footer-menu-1, 
	.footer-menu-2 {
		position: relative;
		float: left !important;
		display: block;
		width: 100%;
		clear: both !important;
		flex-direction: none;
		align-items: none;
	}
	
	footer .footer-section-left {
		z-index: 998;
	}
	
	footer .footer-section-right {
		z-index: 999;
	}
	
	.inline-newsletter {
		width: 50%;
		min-width: 250px;
	}
	
	.footer-menu-2 {
		margin-left: 0;
	}

	.footer-copyright {
		position: relative;
		bottom: -210px;
		left: 0;
		display: block;
		width: 100%;
		z-index: 998;
	}

}


