/*
Theme Name: InterWorks
Theme URI: https://interworks.com
Description: InterWorks child theme based on the Bridge Theme
Author: InterWorks, Inc
Author URI: https://interworks: .com;
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

body {
	/* font-family: 'proxima-nova', sans-serif !important; */
	font-family: 'Nunito Sans', sans-serif;
	background: #fff;
}

/*logo*/
body header .logo_wrapper .q_logo a img {
	width: 150px !important;
	height: auto !important;
	top: -14px !important;
}

body header .logo_wrapper .q_logo a img.normal {
	width: 150px !important;
	height: auto !important;
	top: -22px !important;
}

// REMOVE AFTER LAUNCH
.wrapper_inner:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  background: black;
  background: linear-gradient(
180deg
, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
  z-index: 101;
}

@media only screen and (max-width: 1000px) {
	body.popup_menu_opened header .logo_wrapper .q_logo a img.popup {
		top: 17px !important;
		box-shadow: none;
		background: none;
		display: none;
	}
	
	/* REFRESH TEMP */
	.dark .q_logo img.mobile {
	  opacity: 1 !important;
	}
	body header .logo_wrapper .q_logo a img.normal {
	  display: none !important;
	}    
	nav.popup_menu ul li a span {
	  font-weight: bold;
	  color: #000;
	  text-transform: capitalize;
	  font-size: 20px;
	}
	nav.popup_menu ul li.active a span {
	  color: #FF195B;
	}
	/* Refresh temp */

	body header .logo_wrapper .q_logo a img {
		top: 17px !important;
	}
}

@media print {
   .noprint {
	  visibility: hidden !important;
	  display: none !important;
   }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   .noprint {
	  visibility: hidden !important;
	  display: none !important;
   }
}

/* CUSTOM GRID*/
/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

.enlighter span {
	font-weight: 600;
	font-size: 13px !important;
}

.enlighter-t-enlighter .enlighter-text {
	color: #404040 !important;
}


/* ==== GRID SYSTEM ==== */

.grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 0;
  min-height: 0.125rem;
  padding: 0px 20px;
}

.row [class^="col"]:nth-child(odd) {
	padding-left: 0px;
}

.row [class^="col"]:nth-child(even) {
	padding-right: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
	width: 4.33%;
  }

  .col-2 {
	width: 12.66%;
  }

  .col-3 {
	width: 21%;
  }

  .col-4 {
	width: 29.33%;
  }

  .col-5 {
	width: 37.66%;
  }

  .col-6 {
	width: 46%;
  }

  .col-7 {
	width: 54.33%;
  }

  .col-8 {
	width: 62.66%;
  }

  .col-9 {
	width: 71%;
  }

  .col-10 {
	width: 79.33%;
  }

  .col-11 {
	width: 87.66%;
  }

  .col-12 {
	width: 96%;
  }

  .hidden-sm {
	display: block;
  }
}

/*END CUSTOM GRID*/

.white {
	color: #fff;
}

.dark {
	color: #27292e;
}

.teal {
  color: #1abbb4;
}

/*CHANGE*/

/* teal nav button */
nav.main_menu ul li.teal-round {
	position: relative;
}

nav.main_menu ul li.teal-round a {
	border-radius: 50px;
	line-height: 1em !important;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 12px;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	margin-left: 10px;
}

.dark nav.main_menu ul li.teal-round a {
  border: 2px solid #27292e;
}

.dark-menu nav.main_menu ul li.teal-round a {
  border: 2px solid #505050;
}

/*header.scrolled nav.main_menu ul li.teal-round a {
	margin-bottom: 14px;
	margin-top: 10px;
}*/

/* Search button */
.side_menu_button>a.search_button {
	vertical-align: top;
	margin-left: 10px;
	margin-top: 3px;
}

a.search_button i {
	color: #fff;
	font-size: 26px;
	transform: rotate(90deg);
}

.dark-menu a.search_button i {
	color: #505050;
}

@media screen and (max-width: 1000px) {
  a.search_button i {
	color: #505050;
	font-size: 22px;
	position: fixed;
	left: 25px;
  }
  a.search_button i {
	transform: rotate(0deg);
  }
  .qode_search_form_3 .qode_search_close {
	font-size: 22px;
  }
}
.qode_search_form_3 input, .qode_search_form_3 input:focus {
  color: #505050;
  text-transform:none;
  font-weight: 400;
  font-size: 26px;
}
.side_menu_button a:last-child {
  top: 0px;
  width: 25px;
  padding-right: 10px;
}
.popup_menu_holder_outer {
  backdrop-filter: blur(4px);
}
.popup_menu_holder {
  background: rgba(255,255,255,0.75);
}
nav.popup_menu ul li a, nav.popup_menu ul li h6 {
  color: #505050;
}
.popup_menu_inner {
  width: 25px;
  top: 0px;
}
.popup_menu .line, .popup_menu .line:before, .popup_menu .line:before {
  height: 2px;
  width: 20px;
  margin-bottom: 1px;
}

.popup_menu .line:before {
  top: -6px;
}
.popup_menu .line:after {
  top: 6px;
  width: 20px;
}
header.fixed.scrolled a.search_button i,
.dark a.search_button i {
  color: #27292e;
}

.qode_search_form_3 input[type="text"] {
	text-indent: 85%;
}

@media screen and (max-width: 768px) {
  .qode_search_form_3 input[type="text"] {
	  text-indent: 0px;
  }
}

/*HERO // SLIDER BOTTOM BAR*/
a.hero-btn {
	background: #1abbb4;
	margin-left: 20px;
	padding: 5px 15px;
	color: #27292e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	border-radius: 4px;
	display: inline-block;
}

a.hero-btn:hover {
	opacity: 0.6;
}

h1, h2, h3, h4 {
	letter-spacing: 0px;
}

.lead {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

h1.outline, .title_holder h1 span {
	color: white;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
	font-family: 'proxima-nova', sans-serif;
	padding: 25px;
	background-image: -moz-linear-gradient(to right, #fff 43%, transparent 43%, transparent 57%, #fff 57%);
	background-image: -webkit-linear-gradient(left, #fff 43%, transparent 43%, transparent 57%, #fff 57%);
	background-image: -o-linear-gradient(left, #fff 43%, transparent 43%, transparent 57%, #fff 57%);
	background-image: linear-gradient(to right, #fff 43%, transparent 43%, transparent 57%, #fff 57%);
	background-size: 100% 1px, 1px 100%, 1px 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;
	text-align: center !important;
	display: inline-block;
	min-width: 100px;
	line-height: 1.1em !important;
}

h1.outline.short-title, .title_holder h1 span.short-title {
	background-image: -moz-linear-gradient(to right, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
	background-image: -webkit-linear-gradient(left, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
	background-image: -o-linear-gradient(left, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
	background-image: linear-gradient(to right, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
	background-size: 100% 1px, 1px 100%, 1px 100%;
}

h1.outline.super-short-title, .title_holder h1 span.super-short-title {
	background-image: -moz-linear-gradient(to right, #fff 25%, transparent 25%, transparent 80%, #fff 80%);
	background-image: -webkit-linear-gradient(left, #fff 25%, transparent 25%, transparent 80%, #fff 80%);
	background-image: -o-linear-gradient(left, #fff 25%, transparent 25%, transparent 80%, #fff 80%);
	background-image: linear-gradient(to right, #fff 25%, transparent 25%, transparent 80%, #fff 80%);
	background-size: 100% 1px, 1px 100%, 1px 100%;
}

h1.outline:after, .title_holder h1 span:after {
	content: '';
	height: 40px;
	width: 40px;
	background: url(images/foundation-white.svg) no-repeat center center;
	background-size: 40px auto;
	bottom: -20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}

@media only screen and (max-width: 600px) {
	h1.outline, .title_holder h1 span {
		color: white;
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 200;
		font-family: 'proxima-nova', sans-serif;
		padding: 15px;
		background-image: -moz-linear-gradient(to right, #fff 37%, transparent 37%, transparent 63%, #fff 63%);
		background-image: -webkit-linear-gradient(left, #fff 37%, transparent 37%, transparent 63%, #fff 63%);
		background-image: -o-linear-gradient(left, #fff 37%, transparent 37%, transparent 63%, #fff 63%);
		background-image: linear-gradient(to right, #fff 37%, transparent 37%, transparent 63%, #fff 63%);
		background-size: 100% 1px, 1px 100%, 1px 100%;
		background-position: bottom right;
		background-repeat: no-repeat;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		position: relative;
		text-align: center !important;
		min-width: 100px;
		max-width: 90%;
	}

	h1.outline.short-title, .title_holder h1 span.short-title {
		background-image: -moz-linear-gradient(to right, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-image: -webkit-linear-gradient(left, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-image: -o-linear-gradient(left, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-image: linear-gradient(to right, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-size: 100% 1px, 1px 100%, 1px 100%;
	}

	h1.outline.super-short-title, .title_holder h1 span.super-short-title {
		background-image: -moz-linear-gradient(to right, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-image: -webkit-linear-gradient(left, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-image: -o-linear-gradient(left, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-image: linear-gradient(to right, #fff 35%, transparent 35%, transparent 65%, #fff 65%);
		background-size: 100% 1px, 1px 100%, 1px 100%;
	}

	h1.outline:after, .title_holder h1 span:after {
		content: '';
		height: 30px;
		width: 30px;
		background: url(images/foundation-white.svg) no-repeat center center;
		background-size: 30px auto;
		bottom: -15px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
	}

}

body h2, h2.dark {
	color: #1abbb4;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 200;
}

h2.light {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
}

h2.teal {
  font-size: 38px;
  color: #1abbb4;
  text-transform: uppercase;
  font-weight: 200;
}

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

.text-left {
	text-align: left;
}

.text-right {
	tex-align: right;
}

.capitalize {
	text-transform: uppercase;
}

.normalcase {
	text-transform: none;
}

.lowercase {
	text-transform: lowercase;
}

.row-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.row-padding-alt {
	padding-top: 60px;
	padding-bottom: 80px;

}

@media screen and (max-width: 600px) {
	.row-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.row-padding-alt {
		padding-top: 20px;
		padding-bottom: 40px;

	}
}

.intro {
	max-width: 550px;
	width: 100%;
	margin: auto;
}

.intro-800 {
	max-width: 800px;
	width: 100%;
	margin: auto;
}

p.call-to-action {
	font-size: 14px;
}

.wpb_content_element.service {
	margin-bottom: 40px !important;
}

.service h2 {
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.service p {
	margin-bottom: 20px;
}

.service p:first-line {
	font-weight: bold;
}

.title_outer .title {
	background-size: 100% auto !important;
}

.title .title_overlay {
	background-repeat: none;
	background-position: center center;
	background-size: cover;
}

/*MOBILE HEADER*/

@media only screen and (max-width: 1000px){
	body header .logo_wrapper .q_logo a img.mobile {
		height: 60px !important;
		top: 0px !important;
	}

	.mobile_menu_button {
		height: 60px !important;
	}
	.side_menu_button {
		height: 60px !important;
	}
	.logo_wrapper {
		height: 60px !important;
	}
}

.mobile_menu_button {
	display: none !important;
}

header.page_header .container_inner {
	width: auto !important;
}

@media only screen and (min-width: 1000px) {
	a.popup_menu {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.popup_menu {
		position: absolute;
		left: 0px;
		top: 17px;
	}
}

/* ICON with Text */
.q_icon_with_title h3.icon_title {
	color: #1abbb4;
	text-transform: none;
	margin-bottom: 10px;
}

.q_icon_with_title p {
	font-size: 12px;
	line-height: 1.5em;
}

.q_icon_with_title {
	margin-bottom: 20px;
}

.q_icon_with_title .icon_with_title_link {
	margin-top: 0px;
	position: relative;
	padding-right: 15px;
}

.q_icon_with_title .icon_with_title_link:after {
	content: ">";
	height: 10px;
	width: 10px;
	position: absolute;
	right: 0px;
	top: 1px;
	font-size: 13px;
	font-weight: 400;
}

.q_icon_with_title:not(.right) .icon_holder {
	top: -16px;
}

/*PARALLAX*/
section.parallax_section_holder {
	background-size: cover;
	background-color: #27292e;
}

/*SECTIONS*/
.iw-dark p {
	color: white;
}

.iw-teal h2, .iw-teal p {
	color: #27292e;
}

/*add class as parent to content*/
.vert-align .section_inner_margin {
	display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

.vert-align h2 {
	margin-bottom: 10px;
}

.vert-align p {
	margin-bottom: 20px;
}

.work-intro p {
	font-size: 17px;
	margin-bottom: 20px;
}

.work-intro h2 {
	margin-bottom: 20px;
}

.sub-nav ul {
	list-style: none;
}

.sub-nav ul li, .sub-nav ul li a {
	display: inline-block;
}

.sub-nav ul li {
	margin-right: 15px;
}

.sub-nav ul li a {
	font-weight: bold;
	color: #1abbb4;
	font-size: 16px;
}

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

.section.wpb_row.triangle-gradient {
	background-image: url(images/triangle-gradient.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-attachment: fixed;
	background-position: center center;
}

.triangle-gradient h2 {
  margin-bottom: 20px;
}

.fw-right-content {
	max-width: 550px;
	width: 45%;
	position: relative;
	top: 125px;
	padding-left: 4%;
}

div.teal-triangle-bg {
	background-image: url(images/teal-triangles-bg.png);
	background-repeat: no-repeat;
	background-position: right 0px bottom -240px;
	background-size: 65% auto;
}

.home div.teal-triangle-bg {
	background-image: url(images/teal-triangles-bg.png);
	background-repeat: no-repeat;
	background-position: right 0px bottom 50px;
	background-size: 65% auto;
}

div.dark-triangle-bg {
	background-image: url(images/dark-triangles-bg.png);
	background-repeat: no-repeat;
	background-position: left 0px bottom -375px;
	background-size: 65% auto;
}

.people-homepage {
	background-color: #27292e;
}

@media only screen and (max-width: 1500px) {
	div.dark-triangle-bg {
		background-image: url(images/dark-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: left 0px bottom -275px;
		background-size: 65% auto;
	}
}

@media only screen and (max-width: 1200px) {
	div.dark-triangle-bg {
		background-image: url(images/dark-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: left 0px bottom -175px;
		background-size: 65% auto;
	}
}

@media only screen and (max-width: 1000px) {
	.fw-right-content {
		top: 30px;
	}

	div.teal-triangle-bg {
		background-image: url(images/teal-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: right 0px bottom -205px;
		background-size: 65% auto;
	}

	.home div.teal-triangle-bg {
		background-image: url(images/teal-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: right 0px bottom -120px;
		background-size: 65% auto;
	}

	div.dark-triangle-bg {
		background-image: url(images/dark-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: left 0px bottom -180px;
		background-size: 65% auto;
	}

}

@media only screen and (max-width: 767px) {
	.hide-tablet {
		display: none;
	}

	.fw-right-content {
		width: 630px;
		max-width: 90%;
		margin: auto;
		float: none;
		padding-left: 0px;
	}

	.iw-left-attach img {
		max-width: 90%;
	}

	div.teal-triangle-bg {
		background-image: url(images/teal-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: right 0px bottom -100px;
		background-size: 65% auto;
	}

	div.dark-triangle-bg {
		background-image: url(images/dark-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: left 0px bottom -100px;
		background-size: 65% auto;
	}

}

@media only screen and (max-width: 600px) {
	.fw-right-content {
		width: 420px;
	}

	div.teal-triangle-bg {
		background-image: url(images/teal-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: right 0px bottom -80px;
		background-size: 80% auto;
	}

	div.dark-triangle-bg {
		background-image: url(images/dark-triangles-bg.png);
		background-repeat: no-repeat;
		background-position: left 0px bottom -80px;
		background-size: 80% auto;
	}

}

/*HOMEPAGE JOBS*/
#join-us {
	margin-top: -50px;
}

/*BANNERS*/

.community-list {
	position: relative;
}

.content .container.lpblog {
	background: transparent;
}

.content .container.lpblog .container_inner.page_container_inner {
	padding: 40px 0px;
}

.lpblog .grid {
  margin-bottom: 0px;
}

.iw-banners .qode-banner {
	height: 340px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.iw-banners .qode-banner-image {
	height: 340px;
	position: relative;
}

.qode-banner-image img {
	height: 100%;
	width: auto;
	max-width: inherit;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.two-thirds-banner .qode-banner-image img {
	width: 100%;
	height: auto;
}

.qode-banner .qode-banner-content {
	background-color: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 50px;
}

.qode-banner:hover .qode-banner-content {
	opacity: 1;
}

.qode-banner .qode-banner-image:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: " ";
	top: 0px;
	left: 0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 96%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 96%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qode-banner:hover .qode-banner-image:after {
	opacity: 0.2;
}

.qode-banner .qode-banner-content .qode-banner-text-holder {
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qode-banner:hover .qode-banner-content .qode-banner-text-holder {
	padding-bottom: 15px;
}

.qode-banner .qode-banner-content .qode-banner-text-holder .pt-cat {
	text-align: left;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 5px 8px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #27292e;
	background: #1abbb4;
	border-radius: 3px;
}

.qode-banner .qode-banner-content .qode-banner-text-holder .pt-title {
	font-size: 22px;
	display: block;
	max-height: 106px;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {

	.community-list {
	}

	.iw-banners .qode-banner {
		height: 250px;
		border-radius: 6px;
		margin-bottom: 30px;
	}

	.iw-banners .qode-banner-image {
		height: 250px;
		position: relative;
	}
}


@media screen and (max-width: 768px) {

	.community-list {
	}

	.qode-banner-image img {
		width: 100%;
		height: auto;
	}

	.iw-banners .qode-banner {
		height: 300px;
		border-radius: 6px;
		margin-bottom: 30px;
	}

	.iw-banners .qode-banner-image {
		height: 300px;
		position: relative;
	}
}

@media screen and (max-width: 480px) {
	.qode-banner-image img {
		height: 100%;
		width: auto;
	}

	.two-thirds-banner .qode-banner-image img {
		height: 100%;
		width: auto;
	}
}

/* Footer */

.footer_top {
	overflow: hidden;
}

.footer_top .widget.widget_nav_menu li {
	float: left;
	width: 15%;
	padding-bottom: 0px;
}

.footer_top .widget_nav_menu ul.sub-menu li, .footer_top .widget_pages ul.sub-menu li {
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.footer_top .widget.widget_nav_menu li {
		float: left;
		width: 25%;
	}
}

@media only screen and (max-width: 600px) {
	.footer_top .widget.widget_nav_menu li {
		float: left;
		width: 100%;
	}
}

.footer_top .widget_nav_menu ul li ul, .footer_top .widget_pages ul li ul {
	padding: 0px;
}

.footer_top ul.menu li a {
	font-size: 16px;
	font-weight: 400;
}

.footer_top .widget_nav_menu ul li ul li a, .footer_top .widget_pages ul li ul li a {
	font-size: 14px;
}

@media screen and (max-width: 600px) {
  .footer_top ul.menu li a {
	font-size: 24px;
	line-height: 1.5em;
	padding: 3px 0px;
	margin-top: 30px;
  }

  .footer_top .widget_nav_menu ul li ul li a, .footer_top .widget_pages ul li ul li a {
	font-size: 20px;
	line-height: 1.5em;
	padding: 3px 0px;
	margin-top: 0px;
  }
}


.footer_top .widget_nav_menu ul li ul li a:hover, .footer_top .widget_pages ul li ul li a:hover {
	color: #1abbb4 !important;
}

.footer_bottom ul {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.wpml-ls-sidebars-footer_text.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
	float: left;
	margin-top: 12px;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
	width: 150px;
}

.wpml-ls-legacy-dropdown a {
  background: #384150;
}

.footer_bottom ul li a {
	text-transform: none;
}

#social-footer {
	margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
  .footer_bottom_holder .footer_bottom ul.menu li a {
	font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
   .footer_bottom_holder .footer_bottom ul.menu li a {
	  font-size: 20px;
	  line-height: 2.5em;
	  padding: 0px;
	}
  }
  .footer_bottom_holder .footer_bottom ul.menu {
	margin-bottom: 15px;
	margin-top: 15px;
  }

  a#open-nl-signup {
	display: inline-block;
  }
}

/*.angled-section.svg-top {
	top: -160px;
}

.angled-section.svg-bottom {
	bottom: -159px;
}*/

/* BLOG */
/*.single-post .title {
	display: none;
}

.post_image {
	height: 400px;
	width: 100%;
	overflow: hidden;
}

h1.blog-title {
	position: relative;
	line-height: 440px;
	width: 1100px;
	margin: auto;
	color: white;
	font-weight: 200;
	font-size: 40px;
}

.dark-overlay {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
}

*/

.custom-blog-items .grid, .featured-blog-section .grid {
  margin-bottom: 0px;
}

.content .container.custom-blog-items {
  background: #27292e;
  background-image: url(images/triangle-gradient.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
  background-position: center center;
}

.custom-blog-items .grid {
  margin-bottom: 0px;
}

.content .container.custom-blog-items .container_inner.page_container_inner {
  padding: 80px 0px 50px;
}

.custom-blog-items .mr-post-content a div.post-title {
  color: #fff;
}

.page-template-iw-blog.paged .featured-blog-section .grid {
  margin-bottom: 80px;
}

.paged .featured-blog-section {
  display: none;
}

.page-id-6687 .content .container .container_inner.page_container_inner {
  padding: 30px 0px;
}

/*careers*/

table#jobs-table {
	margin-bottom: 80px;
	border-bottom: 1px solid #a5d0ce;
	width: 100%;
}

#jobs-table thead th {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #27292e;
	padding: 15px;
	font-weight: bold;
}

#jobs-table tr {
	border-top: 1px solid #a5d0ce;
}

/* #jobs-table tr:nth-child(even) {
	background: #e5f1f0;
} */

#jobs-table tr.stripe {
	background: #e5f1f0;
}

#jobs-table td {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #27292e;
	padding: 15px;
	border-right: 1px solid #a5d0ce;
	vertical-align: middle;
}

#jobs-table td.job-title {
	border-left: 1px solid #a5d0ce;
}

#jobs-table td.job-title a {
	font-weight: bold;
		color: #198883;
	text-decoration: underline;
}

#jobs-table .job-type, #jobs-table .job-dept {
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#jobs-table .apply {
	vertical-align: middle;
	text-align: center;
}

#jobs-table .job-location, #jobs-table .job-country {
	font-size: 14px;
	color: #27292e;
	font-weight: bold;
}

#jobs-table .th-country {
	text-align: center;
}

#jobs-table .job-country {
	white-space: nowrap;
	text-align: center;
}

.benefits {
	text-align: center;
}

.benefits h3 {
	padding: 20px 0px;
	border-bottom: 1px solid #1abbb4;
}

.benefits ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.benefits ul li {
	list-style: none;
	color: #27292e;
	font-size: 16px;
	padding: 5px 0px;
}

.jobs-listing {
	padding-top: 80px;
	border-top: 1px solid #1abbb4;
}

@media only screen and (max-width: 1200px) {
	.jobs-listing {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

form.job-search {
	margin-bottom: 20px;
}

form.job-search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #1abbb4;
	padding: 0px 25px 0px 15px;
	font-size: 14px;
	height: 40px;
	font-weight: normal;
	background: url(images/select-arrow.png) no-repeat right 12px top 15px white;
	background-size: 15px auto;
	border-radius: 6px;
	margin-right: 20px;
	outline: none;
}

.jobs-listing h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 40px;
}

/*PEOPLE PAGE*/

.people-filter, .action-bar {
	padding: 20px;
	background: #27292e;
}

.people-filter input[type="search"], .action-bar input[type="search"],
.action-bar input[type="text"] {
	-webkit-appearance: none;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 10px;
	border-radius: 4px;
	background: #1e2024;
	color: #fff;
	font-size: 14px;
	width: 300px;
	padding-left: 50px;
	background-image: url(images/teal-search.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	background-size: 15px auto;
}

.people-filter input[type="search"]::-webkit-input-placeholder,
.action-bar input[type="search"]::-webkit-input-placeholder,
.action-bar input[type="text"]::-webkit-input-placeholder {
	color: #999;
}


.people-filter input[type="search"]::-moz-placeholder,
.action-bar input[type="search"]::-moz-placeholder,
.action-bar input[type="text"]::-moz-placeholder {
	color: #999;
}

.people-filter input[type="search"]:-ms-input-placeholder,
.action-bar input[type="search"]:-ms-input-placeholder,
.action-bar input[type="text"]:-ms-input-placeholder {
	color: #999;
}

#no-results {
  display: none;
}

.team-listing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}

.team-listing .user {
	width: 125px;
	margin: 20px;
	text-align: center;
}

.team-listing .user a.user-img {
	position: relative;
	height: 125px;
	width: 125px;
	display: block;
	margin-bottom: 10px;
}

.team-listing .user img {
	border-radius: 100px;
	height: 125px;
	width: 125px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}

.team-listing .user a.user-img:hover img {
	filter: grayscale(100%);
}

.shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.3);
}

.team-listing .user a.user-img:hover .shadow {
	box-shadow: inset 0px 0px 0px 100px rgba(255,255,255,0.0);
}

.user-content {
	display: block;
	text-align: center;
}

.user-name {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.user-title {
	line-height: 1.2em;
	margin-bottom: 10px;
}

.user-dept, .user-location {
	display: none;;
}

.user-social-link {
	display: inline-block;
	margin-right: 10px;
}

.user-social-link:last-child {
	margin-right: 0px;
}

.user-social-link a {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
}

.user-social-link a:last-child {
	margin-right: 0px;
}

.user-social-link a:hover {
	opacity: 0.7;
}

.user-social-link.user-facebook a {
	background: url(images/facebook.svg) no-repeat center center;
	background-size: 15px auto;
}

.user-social-link.user-twitter a {
	background: url(images/twitter.svg) no-repeat center center;
	background-size: 15px auto;
}

.user-social-link.user-google-plus a {
	background: url(images/googleplus.svg) no-repeat center center;
	height: 18px;
	width: 18px;
	background-size: 18px auto;
	position: relative;
	top: -1px;
}

.user-social-link.user-linkedin a {
	background: url(images/linkedin.svg) no-repeat center center;
	background-size: 15px auto;
}

.social-media-links .user-social-link a {
	width: 35px;
	height: 36px;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	display: inline-block;
}

.user-social-link.user-facebook-circle a {
	background: url(images/facebook-circle.png) no-repeat center center;
	background-size: 35px auto;
}

.user-social-link.user-twitter-circle a {
	background: url(images/twitter-circle.png) no-repeat center center;
	background-size: 35px auto;
}

.user-social-link.user-google-plus-circle a {
	background: url(images/google-circle.png) no-repeat center center;
	background-size: 35px auto;
}

.user-social-link.user-linkedin-circle a {
	background: url(images/linkedin-circle.png) no-repeat center center;
	background-size: 35px auto;
}

.user-social-link.user-email-circle a {
	background: url(images/email-circle.png) no-repeat center center;
	background-size: 35px auto;
}

.social-media-links .user-social-link a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*PROFILE PAGE*/
#cover-photo {
	height: 600px;
	width: 100%;
	background-color: #27292e;
	position: relative;
}

@media screen and (max-width: 600px) {
	#cover-photo {
		height: 350px;
	}
}

.dark-gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 55%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 55%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.small-gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), 0%rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 5px;
}

.profile-info {
	height: 100%;
}

.fh {
	height: 100%;
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
}

.info-content {
	position: absolute;
	bottom: 0px;
	padding-bottom: 60px;
	left: 0px;
	right: 0px;
}

.name {
	font-size: 38px;
	color: white;
	font-weight: 300;
}

.job {
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin-top: 10px;
}

.edit-button {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 10px 20px;
	background: #27292e;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	z-index: 2000000000;
}

.edit-button.msp-button {
  right: 110px;
}

.edit-button.msp-offline {
  background: #FF3B4B;
}

.edit-button.msp-offline:hover,
.edit-button.msp-offline:active {
  background: #09ab8f;
  color: white;
}

.edit-button.msp-online {
  background: #09ab8f;
}

.edit-button.msp-online:hover,
.edit-button.msp-online:active {
  background: #FF3B4B;
  color: white;
}

div.author-description {
	margin-top: 40px;
	max-width: 700px;
	margin-bottom: 150px;
	font-size: 16px;
}

.user-blog-section {
	background: #27292e;
}

.angled {
	position: relative;
	z-index: 1;
	color: #fff;
}

.angled:before {
	background: inherit;
	top: -180px;
	content: '';
	display: block;
	height: 180px;
	left: 0;
	position: absolute;
	right: 0;
	transform: skewY(-4.5deg);
	transform-origin: 100%;
	z-index: -1;
}

.teal-triangle-bg.user-bio {
	background-position: right 0px bottom -60px;
	background-size: 50% auto;
}

.dark-triangle-bg.user-bio {
	background-position: left 0px bottom -420px;
	background-size: 65% auto;
}

.user-blog {
	width: 30%;
	float: left;
	display: block;
	margin-right: 5%;
	height: auto;
	min-height: 250px;
	margin-bottom: 40px;
	margin-top: 40px;
}

@media screen and (max-width: 600px) {
	.user-blog {
		width: 100%;
		float: none;
		display: block;
		margin-right: 0;
		height: auto;
		min-height: 250px;
		margin-bottom: 40px;
		margin-top: 40px;
	}
}

.user-blog:nth-child(3n) {
	margin-right: 0;
}

.user-blog-image {
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #222;
	position: relative;
	border-radius: 6px;
}

span.cat {
	display: inline-block;
	background: #1abbb4;
	letter-spacing: 2px;
	color: #27292e;
	text-transform: uppercase;
	padding: 5px 10px;
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 12px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1em;
}

.user-blog-title {
	font-size: 22px;
	font-weight: 400;
	color: white;
	margin-top: 10px;
	overflow: hidden;
	height: 28px;
	white-space: nowrap;
	line-height: 1.4em;
	text-overflow: ellipsis;
	display: block;
	 -webkit-line-clamp: 2;
}

.user-blog-date {
	font-weight: bold;
	color: #1abbb4;
	font-size: 14px;
	margin-top: 5px;
}

.post-nav {
	float: right;
}

.prev {
	margin-right: 20px;
}

.next, .prev {
	display: inline-block;
}

.next a, .prev a {
	color: #1abbb4;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}

.next a:hover, .prev a:hover {
	text-decoration: underline;
}

p.no-result {
	font-size: 20px;
	margin-top: 10px;
	color: #999;
}

/*BLOG*/
.blog_holder.blog_small_image article .post_image, .iw-blog .more-recents .post_image {
	max-width: 400px;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #222;
	position: relative;
	border-radius: 6px;
	margin-right: 40px;
}

.archive .content .container .container_inner {
	padding: 80px 0px;
}

@media screen and (max-width: 600px) {
	.archive .content .container .container_inner {
		padding: 40px 0px;
	}
}

.blog_holder.blog_small_image article h2.entry_title a,
.iw-blog .more-recents article h2.entry_title a  {
	font-weight: 400;
	line-height: 1.2em;
	font-size: 30px;
	display: block;
}

.iw-blog .more-recents article h2.entry_title a {
	color: #1abbb4;
}

.blog_holder.blog_small_image article h2.entry_title a:hover,
.iw-blog .more-recents article h2.entry_title a:hover {
	color: #27292e;
}

.blog_holder.blog_small_image article .post_text .post_text_inner,
.iw-blog .more-recents article .post_text .post_text_inner {
	padding: 0px;
}

.blog_holder.blog_small_image article .post_info,
.iw-blog .more-recents article .post_info {
	color: #1abbb4;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

.iw-blog .more-recents article .post_info  {
	margin-top: 0px;
	margin-bottom: 15px;
}

.blog_holder.blog_small_image article .post_info a,
.iw-blog .more-recents article .post_info a {
	color: #1abbb4;
	font-weight: bold;
}

.blog_holder.blog_small_image article .post_info a:hover,
.iw-blog .more-recents article .post_info a:hover {
	text-decoration: underline;
}

.blog_holder.blog_small_image article .post_info .time,
.iw-blog .more-recents article .post_info .time {
	font-weight: 600;
}

ul.blog-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}

ul.blog-menu li:last-child {
	margin-right: 0px;
}

ul.blog-menu li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.action-bar .blog-search .screen-reader-text {
	display: none;
}

.action-bar .blog-search input[type="submit"]#searchsubmit {
	display: none;
}

.action-bar .blog-search {
	position: absolute;
	right: 0px;
	top: -6px;
}

@media screen and (max-width: 1000px) {
	.blog_holder.blog_small_image article .post_image,
	.iw-blog .more-recents article .post_image {
		max-width: 40%;
	}
}

@media screen and (max-width: 768px) {

	.blog_holder.blog_small_image article .post_image,
	.iw-blog .more-recents article .post_image {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.action-bar input[type="text"] {
		width: 200px;
	}
}

@media screen and (max-width: 600px) {
	.action-bar {
		text-align: center;
	}

	.action-bar input[type="text"] {
		width: 300px;
	}

	.action-bar .blog-search {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 10px;
	}

}

@media screen and (max-width: 480px) {

	.archive .content .container .container_inner {
		width: 90%;
	}

	.action-bar input[type="text"] {
		width: 100%;
		box-sizing: border-box;
	}

	ul.blog-menu li {
		margin-right: 16px;
	}

	ul.blog-menu li a {
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
	}
}

/*SEARCH*/
.search-results .post_text_inner {
	min-height: 50px!important;
}

.search-results .blog_holder.blog_small_image article {
	border-bottom: 1px solid #dedede;
	padding-bottom: 40px;
}

.search-results .blog_holder.blog_small_image article .post_image {
	height: 150px;
}

.search-results .blog_holder.blog_small_image h2 a  {
	font-size: 20px;
	display: block;
	line-height: 1.2em;
}

.search-results span.cat {
	left: 16px;
	bottom: 16px;
}

/*BLOG SINGLE*/

.single-post .title_outer .title {
	display: none;
}

.single-case_studies .title_outer .title,
.single-events .title_outer .title {
  display: none;
}

.single-post .post_image,
.single-case_studies .post_image,
.single-events .post_image {
	height: 500px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

@media screen and (max-width: 1000px) {
  .single-post .post_image,
  .single-case_studies .post_image,
  .single-events .post_image {
	  height: 400px;
  }
}

.title_overlay {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.dark-overlay {
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
}

.blog-title-wrapper {
	position: absolute;
	bottom: 40px;
	max-width: 550px;
	width: 100%;
}

.blog-title-wrapper .post-date {
	color: #999;
}

h1.blog-title {
	color: white;
	font-weight: 400;
}

.single-post span.cat,
.single-case_studies span.cat,
.single-events span.cat  {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 5px;
}

.author-meta {
	margin: 10px 0px 0px;
}

.headshot img {
	border-radius: 100px;
	width: 50px;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.headshot img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.7;
}

.am-wrap {
	display: block;
	position: relative;
}

.headshot {
	display: inline-block;
	margin-right: 20px;
	height: 50px;
	width: 50px;
	overflow: hidden;
	border-radius: 100px;
	background: auto;
}

.am-meta {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	top: 5px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	color: #ccc;
}

.am-meta .post-date {
  color: #ccc;
}

.blog_single.blog_holder article .post_text .post_text_inner {
  padding-top: 40px;
}

div.content-area {
	width: 100%;
	max-width: 760px;
}

div.blog-primary.content-area, #blog-sidebar {
  float: left;
}

div.content-area.full-width {
	max-width: 100%;
}

#blog-sidebar {
  width: 300px;
  margin-left: 40px;
}

.sidebar-author {
  background: #27292e;
  -webkit-transform: skew(0deg, -5deg);
  -moz-transform: skew(0deg, -5deg);
  -o-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  margin-bottom: 20px;
  padding: 20px;
}

.sidebar-author .headshot {
  margin: 10px auto;
  display: block;
  -webkit-transform: skew(0deg, 5deg);
  -moz-transform: skew(0deg, 5deg);
  -o-transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  width: 125px;
  height: 125px;
  margin-bottom: 20px;
}

.sidebar-author .headshot img {
  width: 125px;
  height: auto;
}

.sidebar-author .am-meta {
  height: auto;
  display: block;
  top: auto;
  margin: 10px auto;
}

.sidebar-author .author {
  -webkit-transform: skew(0deg, 5deg);
  -moz-transform: skew(0deg, 5deg);
  -o-transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
}

.sidebar-author .author a {
  color: white;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  display: block;
}

.sidebar-author .job-title {
  color: #1abbb4;
  font-size: 14px;
  display: block;
  text-align: center;
  -webkit-transform: skew(0deg, 5deg);
  -moz-transform: skew(0deg, 5deg);
  -o-transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  margin-top: 5px;
}

.content-area h2, .content-area h3, .content-area h4,
.content-area h5, .content-area h6 {
	text-transform: none;
	font-weight: 400;
	margin-bottom: 5px;
	color: #1abbb4;
}

.author-section h2.more-about {
  font-size: 40px;
  text-transform: none;
  margin-bottom: 40px;
  font-weight: 400;
}

.author-section .more {
  margin-top: 40px;
}

p {
	font-size: 17px;
	margin-bottom: 25px;
	color: #666;
}

.tableauPlaceholder {
	/* width: 100% !important;
	overflow: scroll !important; */
}

.tableau-viz-wrapper {
	width: 100%;
	display: block;
	overflow: auto;
	-webkit-overflow-scolling: touch;
}

.content-area img {
	border-radius: 6px;
}

.content-area img.no-radius {
	border-radius: 0px;
}

a.blog-cat:hover {
	opacity: 0.7;
}

.tags_text a {
	color: #27292e;
	background: #1abbb4;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1em;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 5px;
}

.tags_text a:hover {
	opacity: 0.7;
}

.angled.author-section {
	background: #27292e;
	margin-top: 300px;
	padding-bottom: 80px;
}

.single-post .teal-triangle-bg {
	background-position: right 0 bottom 250px;
	background-size: 45% auto;
}

.author-section .am-wrap {
	margin-bottom: 40px;
}

.author-blog {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.author-blog a {
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}

.author-blog:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	.single-post div.teal-triangle-bg {
		background-position: right 0 bottom 400px;
		background-size: 50% auto;
	}
}

@media screen and (max-width: 1000px) {
	.single-post div.teal-triangle-bg {
		background-position: right 0 bottom 450px;
		background-size: 65% auto;
	}
}

@media screen and (max-width: 768px) {
	.single-post div.teal-triangle-bg {
		background-position: right 0 bottom 550px;
		background-size: 65% auto;
	}
}

@media screen and (max-width: 600px) {
	.single-post div.teal-triangle-bg {
		background-position: right 0 bottom 580px;
		background-size: 70% auto;
	}

	.author-section .am-wrap {
		margin-top: -40px;
	}

	.author-blog {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 40px;
	}

	.author-blog:last-child {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 480px) {
	.single-post div.teal-triangle-bg {
		background-position: right 0 bottom 800px;
		background-size: 80% auto;
	}
}


.author-section .am-meta {
	top: 8px;
}

.author-section .headshot {
	background: #27292e;
	height: 120px;
	width: 120px;
	margin-right: 60px;
}

.author-section .headshot img {
	background: #27292e;
	height: 120px;
	width: 120px;
}

.author-section h2 {
	color: white;
	font-weight: 400;
	margin-bottom: 5px;
}

.author-section .author-job {
	font-size: 18px;
	color: #1abbb4;
	margin-bottom: 12px;
}

.author-section .user-social-link a {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.author-section .user-social-link a:hover {
	opacity: 0.7;
}

.author-section .user-social-link.user-facebook a {
	background: url(images/facebook.svg) no-repeat center center;
	background-size: 20px auto;
}

.author-section .user-social-link.user-twitter a {
	background: url(images/twitter.svg) no-repeat center center;
	background-size: 20px auto;
}

.author-section .user-social-link.user-google-plus a {
	background: url(images/googleplus.svg) no-repeat center center;
	height: 26px;
	width: 26px;
	background-size: 26px auto;
	position: relative;
	top: 0px;
}

.author-section .user-social-link.user-linkedin a {
	background: url(images/linkedin.svg) no-repeat center center;
	background-size: 20px auto;
}

#disqus_thread {
	margin-top: 80px;
}

.file-attachments {
	margin-bottom: 40px;
}

.file-attachments .qbutton.download {
	margin-right: 10px;
	display: inline-block;
}

blockquote {
	padding: 30px;
	border: 1px solid #1abbb4;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #1abbb4;
}

blockquote p {
	color: #1abbb4;
	font-size: 18px;
}

blockquote p:first-child {
	font-style: italic;
}

/*SERIES*/
p.series-description {
	padding: 20px;
	background: #f6f6f6;
	color: #27292e;
	font-size: 16px;
	font-style: italic;
	border-radius: 6px;
}

body .pagination ul li span {
	background-color: #1abbb4;
	border-color: #179691;
	color: white;
}

.series-menu {
	padding: 20px 0px;
	margin-top: 40px;
	border-top: 1px solid #ccc;
	max-width: 800px;
}

.series-menu h3 {
	font-size: 28px;
	color: #27292e;
}

.series-menu ol {
	margin-top: 20px;
	margin-left: 0px;
}

.series-menu ol li {
	margin-left: 0px;
	padding: 5px 20px 5px 20px;
	list-style: decimal inside none;
}

.series-menu ol li a:visited {
	color: #666;
	text-decoration: line-through;
}

.series-menu ol li:nth-child(odd) {
	background: #f6f6f6;
}

@media only screen and (max-width: 480px) {
	.container_inner {
		width: 90%;
	}
}

.tax-title {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
}

.tax-description {
	font-size: 14px;
	line-height: 1.4em;
}

.series-list .qode-banner-image img {
	min-width: 100%;
	max-height: 100%;
	width: auto;
	height: 380px;
}

/*BLOG MAIN PAGE*/
.blog-slider-wrapper {
	max-width: 1140px;
	margin: auto !important;
	width: 90%;
}

@media only screen and (max-width: 1000px) {
	text-align: center;

	.blog-slider-wrapper {
		max-width: 1140px;
		margin: auto !important;
		width: 100%;
	}

}

.blog-slider-wrapper a[rel="category tag"] {
	display: inline-block;
	padding: 3px 10px !important;
	line-height: 1em !important;
	color: #27292e;
	text-transform: uppercase;
	background: #1abbb4;
	font-size: 15px !important;
	font-weight: bold !important;
	letter-spacing: 1px;
	border-radius: 3px;
	width: auto !important;
	margin-bottom: 10px !important;
	font-family: 'Proxima nova', sans-serif;
}

.blog-slider-wrapper h1.blog-title, .blog-slider-wrapper div.author-meta-info {
	font-family: 'Proxima nova', sans-serif;
}

.blog-slider-wrapper h1.blog-title {
	font-size: 32px;
	max-width: 550px;
	white-space: normal;
	line-height: 1.2em !important;
	margin-bottom: 10px !important;
}

.blog-slider-wrapper div.author-meta-info,
.blog-slider-wrapper div.author-meta-info a {
	font-size: 16px !important;
}

/*BLOG MAIN PAGE*/
.content .container .container_inner.page_container_inner {
	padding: 80px 0px;
}

.page-template-iw-blog .action-bar {
	position: relative;
	z-index: 10;
	top: -1px;
}

.grid {
	margin-bottom: 80px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.left-col, .right-col {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}

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

.three-col {
	float: left;
	width: 33.333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 40px;
}

.three-col:nth-child(1n) {
	padding-left: 0px;
}

.three-col:nth-child(3n) {
	padding-right: 0px;
}

@media only screen and (max-width: 769px) {
  .three-col {
	  float: left;
	  width: 50%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 0px;
	  margin-bottom: 40px;
  }

  .three-col:nth-child(1n) {
	  padding-left: 0px;
  }

  .three-col:nth-child(3n) {
	  padding-right: 0px;
  }

  .three-col:nth-child(odd) {
	padding-right: 10px;
  }

  .three-col:nth-child(even) {
	padding-left: 10px;
  }

}

@media only screen and (max-width: 599px) {
  .three-col {
	  float: none;
	  width: 100%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 0px;
	  margin-bottom: 40px;
  }

  .three-col:nth-child(1n) {
	  padding-left: 0px;
  }

  .three-col:nth-child(3n) {
	  padding-right: 0px;
  }

  .three-col:nth-child(odd) {
	padding-right: 0px;
  }

  .three-col:nth-child(even) {
	padding-left: 0px;
  }

}

.square-features {
	float: left;
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

/* .square-features span.time {
  color: white;
} */

.square-features:first-child {
  padding-left: 0px;
}
.square-features:last-child {
  padding-right: 0px;
}

@media only screen and (max-width: 599px) {
	.square-features {
		float: none;
		display: block;
		position: relative;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.square-features:last-child {
	  margin-bottom: 0px;
	}
}

.square-wrap {
  width: 100%;
  position: relative;
  display: block;
  height: 300px;
}

.series-link {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  color: #1abbb4;
  cursor: pointer;
}

.series-label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.series-label span {
  color: #fff !important;
}

.post_image {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 6px;
}

.post-title {
	color: white;
	font-size: 22px;
}

.blog-meta-wrapper {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

span.post-cat {
	display: inline-block;
	background: #1abbb4;
	letter-spacing: 2px;
	color: #27292e;
	text-transform: uppercase;
	padding: 4px 10px;
	position: relative;
	font-size: 12px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}

.iw-blog h2.dark {
	color: #27292e;
}

.blog-list-content h3 a {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	color: #1abbb4;
	font-weight: 400;
	font-size: 22px;
}

.blog-list-content .post_text {
	margin-top: 20px;
}

.blog-list-content .post_info {
	font-weight: bold;
	color: #666;
}

.mr-wrapper {
	width: 100%;
	height: 220px;
	position: relative;
	display: block;
}

.mr-post-content div.post-title {
	color: #27292e;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-template-2021cloud .mr-post-content div.post-title,
.page-template-2021cloud-us .mr-post-content div.post-title,
.page-template-2021cloud-apac .mr-post-content div.post-title {
  color: #27292e;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 56px;
  overflow: hidden;
  white-space: normal;
}

.iw-case-studies {
  padding: 80px 0px 0px;
}

.iw-case-studies .mr-post-content div.post-title {
	margin-bottom: 20px;
	height: 30px;
	overflow: hidden;
}

.mr-post-content div.post-title:hover {
	color: #1abbb4;
}

.mr-post_info {
	font-weight: bold;
	color: #666;
}

.more-recents .left-col {
	width: 40%;
}

.more-recents .right-col {
	width: 60%;
}

.more-recents {
	margin: 40px 0px;
}

.add-margin {
  margin-bottom: 40px;
}

@media only screen and (max-width: 599px) {
  .more-recents .left-col, .more-recents .right-col {
	width: 100%;
	float: none;
	display: block;
	padding: 0px;
  }
}

/*PARTNERS*/
.single-partners .title_outer {
	display: none;
}

.single-partners .post_image {
	height: 250px;
	position: relative;
}

.single-partners span.cat {
	left: 0px;
	position: relative;
	margin-bottom: 10px;
	bottom: 0px;
}

.single-partners article {
	padding: 40px 0px
}

.single-partners article .post_text .post_text_inner {
  padding-bottom: 40px;
  padding-top: 0px;
}

.single-partners .col-4 {
  padding-right: 60px;
}

.single-partners .col-8 {
  padding-left: 60px;
  border-left: 1px solid #ccc;
}

.partner-image-wrap {
  width: 33.33333%;
  float: left;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.partner-image-wrap:nth-child(1n) {
  border-right: 1px solid #ccc;
}

.partner-image-wrap:nth-child(3n) {
  border-right: none;
}

/* .partner-image-wrap:nth-last-child(-n+3) {
  border-bottom: none;
} */

.partner-image-wrap img {
  width: 75%;
  margin: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}

.partner-image-wrap:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 600px) {
  .partner-image-wrap {
	width: 100%;
	float: none;
	border: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .partner-image-wrap:nth-child(1n) {
	border-right: none;
  }
  .partner-image-wrap:nth-child(1n) {
	border-right: none;
  }
  .partner-image-wrap:nth-last-child(-n+3) {
	border-bottom: 1px solid #ccc;
  }
  .partner-image-wrap:last-child {
	border-bottom: none;
  }

}

.hentry .post_image:before,
.square-wrap .post_image:before,
.mr-wrapper .post_image:before,
.hentry .user-blog-image:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 96%, rgba(0,0,0,0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 96%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 96%,rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

.page-template-events .mr-wrapper .post_image:before {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 96%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 96%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 96%,rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.single-post .post_image:before {
  background: none;
}

.post_image .small-gradient,
.user-blog-image .small-gradient {
  background: none;
}

a:hover .post_image:before,
a:hover .user-blog-image:before {
  opacity: 0.2;
}

a:hover .blog-meta-wrapper {
  padding-bottom: 40px;
}

/*CASE STUDIES*/
.take-away-wrapper {
	position: relative;
}

.take-away {
	position: absolute;
	top: 0px;
	background: white;
	width: 250px;
	right: -325px;
	border: 1px solid #dedede;
	padding: 20px;
	border-radius: 4px;
}

.take-away.blue {
	background: #1abbb4;
	border: 1px solid #1abbb4;
	color: white !important;
}

.take-away:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 25px;
	left: -8px;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }

.take-away.blue:after {
	background: #1abbb4;
	border-top: 1px solid #1abbb4;
	border-right: 1px solid #1abbb4;
}

.take-away h4 {
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 20px;
	color: #fff;
	font-weight: bold;
}

.take-away ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.take-away.blue ul li {
	color: white;
	line-height: 1.2em;
	padding-bottom: 15px;
	list-style: none;
	font-size: 14px;
}

.company-info {
	width: 265px;
	position: absolute;
	right: 0px;
	padding: 0px 20px;
	border-left: 1px solid #dedede;
}

.company-info p {
  font-size: 13px;
}

.company-info h3 {
  font-size: 14px;
  font-weight: bold;
}

.company-info ul {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .company-info {
	  width: auto;
	  margin-bottom: 40px;
	  position: relative;
	  right: 0px;
	  padding: 0px 20px;
	  border-left: none;
	  border-bottom: 1px solid #1abbb4;
  }

  .company-info img {
	max-width: 250px;
	height: auto;
	display: block;
	margin: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .take-away {
	  position: relative;
	  top: 0px;
	  width: 250px;
	  right: 0;
	  padding: 20px;
	  border-radius: 4px;
	  margin: 20px 0px;
  }

  .take-away:after {
	display: none;
  }

}

/* EVENTS */
.event-info {
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 60px;
  color: #fff;
}

.date-mdy {
  font-size: 20px;
  font-weight: 400;
}

.event-location {
  font-size: 20px;
  font-weight: bold;
}

/* EVENTS SINGLE */

.single-events span.cat:empty {
  display: none;
}

.event-meta-bg {
  background: #27292e;
  margin-bottom: 40px;
}

.event-meta-bg .fw {
  max-width: 1140px;
  margin: auto;
}

div#addeventatc1 {
  background: #1abbb4;
  border: 1px solid #1abbb4;
  font-weight: 400;
  margin-top: -10px;
}

@media screen and (max-width: 599px) {
  div#addeventatc1 {
	margin-bottom: 25px;
  }
}

.events-meta-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #1abbb4;
  line-height: 1.2em;
}

.events-meta .three-col p {
  color: #fff;
}

.grid.events-meta-wrapper {
  margin-bottom: 0px;
}

.grid.events-meta-wrapper .row {
  display: table;
  table-layout: fixed;
}

.events-meta .three-col {
  border-right: 1px solid #070707;
  padding: 30px 40px 30px;
  margin-bottom: 0px;
  display: table-cell;
  float: none;
  width: 33%;
}

.events-meta .events-what {
  border-left: none
}

.events-meta .events-where {
  border-right: none;
}

@media only screen and (max-width: 599px) {
  .events-meta .three-col {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #070707;
	height: auto;
	display: block;
	padding-top: 30px;
	padding-bottom: 5px;
	width: 100%;
  }

  .grid.events-meta-wrapper .row {
	display: block;
  }
}

/* UK CONTACT */

#eu-form-wrapper {
	width: 100%;
	margin: auto;
	max-width: 685px;
}

#eu-form-wrapper img {
  margin-top: 25px;
}

#eu-form label {
	display: block;
}

#eu-form input[type="text"] {
	padding: 10px 20px;
	width: 100%;
	max-width: 350px;
	display: block;
	margin-bottom: 10px;
}

#eu-form textarea {
	padding: 10px 20px;
	width: 100%;
	max-width: 350px;
	height: 100px;
}

#eu-form input[type="submit"] {
	border: none;
	background: #1abbb4;
	padding: 10px 20px;
	color: white;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	outline: none;
}

/* EVENT REGISTRATION */

/* .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 1rem 1rem;
} */

.gform_wrapper form.event-registration-form {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.event-registration-form li.first_name.gfield,
.event-registration-form li.last_name.gfield,
.event-registration-form li.email.gfield,
.event-registration-form li.organization.gfield,
.event-registration-form li.phone.gfield,
.event-registration-form li.address.gfield {
  float: left;
  width: 50%;
  clear: none;
}

.event-registration-form li.first_name input,
.event-registration-form li.last_name input,
.event-registration-form li.email input,
.event-registration-form li.organization input,
.event-registration-form li.phone input,
.event-registration-form li.address input {
  width: 100%;
}

.gform_wrapper .event-registration-form .chosen-container-single .chosen-single {
  height: 44px;
  padding: 10px;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	  line-height: 2;
	  min-height: 1rem;
  }
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
	  line-height: 24px !important;
  }
  .event-registration-form li.first_name.gfield,
  .event-registration-form li.last_name.gfield,
  .event-registration-form li.email.gfield,
  .event-registration-form li.organization.gfield,
  .event-registration-form li.phone.gfield,
  .event-registration-form li.address.gfield {
	float: none;
	width: 100%;
	clear: both;
  }
}

/*FEEDBACK FORM*/

.feedback-form_wrapper {
  margin: 0px !important;
}

.feedback-form {
  width: 200px;
  position: fixed;
  bottom: -655px;
  left: 0px;
  background: #27292e;
  color: #fff;
  z-index: 1000;
  padding: 20px;
  box-shadow: 4px -6px 10px rgba(0,0,0,0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h3.feedback-title {
  font-size: 18px;
}

.feedback-form.open {
  bottom: 0px;
  width: 320px;
}

.feedback-form.gform_confirmation_wrapper {
  background: #1abbb4;
}

.feedback-form.gform_confirmation_wrapper .gform_confirmation_message {
  font-weight: bold;
  font-size: 32px;
  text-align: left;
}

h3.feedback-title, p.feedback-description {
  color: white;
}

p.feedback-description {
  font-size: 14px;
}

h3.feedback-title {
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}

h3.feedback-title:hover {
  color: #1abbb4;
}

.feedback-form input[type="text"].medium,
.feedback-form textarea.medium {
  width: 100% !important;
  background: #27292e;
  border: 1px solid #1abbb4 !important;
  color: white !important;
}

.gform_wrapper .feedback-form ul.gform_fields li.gfield {
  padding-right: 0px !important;
}

.gform_wrapper .feedback-form .gform_footer input[type=submit] {
  width: 100%;
}

/* pagination */
.pagination ul li span.dots {
	background-color: #ececec;
	border-color: #ececec;
	color: #636363;
}

.pagination ul li {
  margin-bottom: 10px;
}

/*BLOG PAGED*/
/* .paged.page-template-iw-blog .action-bar {
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 1000;
} */

@media only screen and (max-width: 480px) {
	.action-bar .grid_section,
	.action-bar .grid_section .section_inner {
		width: 100%;
	}
}

.paged.page-template-iw-blog .iw-blog h2.dark {
	color: #27292e;
	/* margin-top: 125px; */
}

.qode_search_form_3 {
	padding: 0px 30px;
	box-sizing: border-box;
}

/* WIDGETS */
.social-footer-item {
	display: inline-block;
}

a#open-nl-signup {
  height: 26px;
  padding: 8px 20px 8px 45px;
  background: url(images/newsletter.svg) no-repeat left 15px center white;
  background-size: 20px auto;
  font-weight: bold;
  color: #27292e;
  border-radius: 100px;
  line-height: 26px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a#open-nl-signup:hover {
  opacity: 0.3;
  color: #27292e !important;
}

@media only screen and (max-width: 599px) {
  .social-footer-item {
	margin-top: 20px;
  }
}

#nav_menu-3 ul li a,
.footer_top #nav_menu-3.widget_nav_menu ul li ul li a {
  color: #000;
}

/* Newsletter */
#newsletter-overlay, #impressum-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 1000;
  background: rgba(0,0,0,0.7);
  display: none;
}

.inner-impressum {
	position: fixed;
	top: 15%;
	width: 260px;
	background: white;
	padding: 20px 20px 0px 20px;
	left: 50%;
	margin-left: -150px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.7);
	border-radius: 4px;
}

.impressum-close {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	font-size: 24px;
	color: #404040;
	cursor: pointer;
}

.impressum-close:hover {
	opacity: 0.7;
}

#europe-contact-form {
	display: none;
}

.footer_bottom ul li.impressum {
	display: none;
}

#gform_wrapper_7, #gform_confirmation_wrapper_7 {
  background: white;
  width: 100%;
  max-width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -240px;
  margin-top: 10%;
  padding: 40px;
  box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
}

@media only screen and (min-width: 641px) {
  .gform_wrapper ul#gform_fields_7.gform_fields li.gfield {
	padding-right: 0px !important;
  }
}

body #gform_wrapper_7 .top_label div.ginput_container {
  margin-top: 0px;
}

body #gform_wrapper_7 .top_label .gfield_label {
  font-weight: bold;
}

#gform_wrapper_7 span.close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  /* content: "\d7"; */
  color: #27292e;
  font-size: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
}

#gform_wrapper_7 span.close:hover {
  color: #1abbb4;
}

/* BLOG SIDEBAR */

h3.blog-sb-title {
  font-weight: normal;
  color: #27292e;
  margin-bottom: 20px;
  text-transform: none;
}

#blog-sidebar .latest_post_image img {
  border-radius: 100%;
}

#blog-sidebar .latest_post_title a {
  color: #1abbb4;
  text-transform: none;
  line-height: 1.2em;
  font-weight: normal;
  letter-spacing: 0px;
  display: inline-block;
  margin-top: 20px;
}

#blog-sidebar .entry_date {
  color: #666;
}

#blog-sidebar .widget {
  margin-bottom: 40px;
}

.et_monarch .et_social_sidebar_networks {
	margin-top: 44px !important;
}

#blog-sidebar.full-width-template {
  margin-left: 0px;
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.full-width-template .latest_post_holder ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px 20px;
}

.full-width-template .latest_post_holder>ul>li:first-child {
  padding-top: 20px;
}

.full-width-template .latest_post_holder ul li:nth-child(odd) {
  padding-left: 0px;
}

.full-width-template .latest_post_holder ul li:nth-child(even) {
  padding-right: 0px;
}

@media only screen and (max-width: 1200px) {
  .blog_single div.grid_section .section_inner,
  .blog_single .container_inner {
	max-width: 760px;
	width: 90%;
  }

  #blog-sidebar {
	margin-left: 0px;
	width: 100%;
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
  }

  .latest_post_holder ul li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 20px 20px;
  }

  .latest_post_holder>ul>li:first-child {
	padding-top: 20px;
  }

  .latest_post_holder ul li:nth-child(odd) {
	padding-left: 0px;
  }

  .latest_post_holder ul li:nth-child(even) {
	padding-right: 0px;
  }

}

@media only screen and (max-width: 700px) {
  .latest_post_holder ul li,
  .full-width-template .latest_post_holder ul li {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 10px 0px;
  }
}

.gdpr {
  position: fixed;
  bottom: -100%;
  left: 0px;
  right: 0px;
  height: auto;
  background: #1abbb4;
  color: #27292e;
  z-index: 1000;
  box-shadow: 0px -1px 5px rgba(0,0,0,0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gdpr-active {
  bottom: 0px;
}

.inner-gdpr {
  width: 96%;
  padding: 15px 0px;
  margin: auto;
}

.inner-gdpr p {
  text-align: center;
  margin: 0px;
  color: #27292e;
  font-weight: 400;
  font-size: 16px;
}

.gdpr .gdpr-review {
  color: #27292e;
  text-decoration: underline;
  margin: 0px 6px;
  font-weight: 600;
}

.gdpr .gdpr-accept {
  display: inline-block;
  color: #1abbb4;
  padding: 2px 12px;
  background: #27292e;
  border-radius: 4px;
  margin-left: 6px;
  font-weight: 600;
}

.gdpr a:hover {
  opacity: 0.7;
}

.disclaimer {
  padding: 20px;
  background: rgba(26, 187, 181, 0.1);
  border: 1px solid #1abbb4;
  border-radius: 3px;
  color: #1f4442;
  font-size: 13px;
  line-height: 1.4em;
}

#event-id-view {
	position: fixed;
	z-index: 1000;
	left: 0px;
	bottom: 0px;
	width: auto;
	display: inline-block;
	padding: 10px 20px;
	background: #27292e;
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

div.private-event {
  position: absolute;
  right: 20px;
  bottom: 15px;
  height: 30px;
  width: auto;
  padding-right: 45px;
  background: url(images/private-outline.svg) no-repeat right center;
  background-size: 35px auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 30px;
}

article ul, article ol {
  margin-left: 30px;
  font-size: 16px;
  margin-bottom: 22px;
}

article ul li, article ol li {
  color: #666;
  padding: 3px 0px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	height: 40px;
	color: #404040;
}

/* CHARMS */

.fw-left-content {
	max-width: 550px;
	width: 45%;
	position: relative;
	top: 125px;
	padding-right: 4%;
}

.iw-dark h3 {
  color: #fff;
}

.locations-banner img {
  width: 100%;
  height: auto;
}

p {
  font-size: 16px;
}

a,
p a,
h2 a,
nav.main_menu>ul>li.active > a,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a,
.footer_bottom p a:hover,
.footer_bottom a:hover {
  color: #1abbb4;
}

a:hover,
p a:hover,
h2 a:hover {
  color: #6eccc1;
}

body h2 {
  font-size: 32px;
  line-height: 1.2;
}

.page-template-default h2 {
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
}

.page-template-default h3 {
  margin-bottom: 12px;
}

#rev_slider_1_1 a:hover {
  opacity: 1;
  color: #fff;
}

.q_icon_with_title p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.people-homepage p,
.community-homepage p {
  margin-bottom: 0;
}

.social-media-links {
  margin-top: 10px;
}

.user-bio .row-padding {
  padding-top: 20px;
}

.user-bio .author-description {
  background-color: rgba(255,255,255,.9);
}

.wpb_content_element.service {
  margin-bottom: 80px !important;
}

.archive .type-events .post_text .post_text_inner {
  background-color: transparent;
}

blockquote {
  border: 0;
  border-top: 1px solid #1abbb4;
  border-bottom: 1px solid #1abbb4;
}

blockquote p:last-child,
blockquote p.attribution {
  text-align: right;
  margin-bottom: 0;
}

.iw-dark .container {
  background-color: transparent;
}

.iw-dark .mr-post-content div.post-title {
  color: #fff;
}

/* Gravity Forms */

.gform_wrapper .gfield_required {
  color: #EE1609;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea,
textarea {
  border: 1px solid #ddd;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper textarea:focus {
  border: 1px solid #1abbb4;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body .gform_wrapper input[type=submit],
body .gform_wrapper input[type=button] {
  border-color: #1abbb4;
  color: #1abbb4;
}


body .gform_wrapper input[type=submit],
body .gform_wrapper input[type=button] {
  height: 3rem;
  text-align: center;
}

body .gform_wrapper input[type=reset] {
  border-color: #EE1609;
  color: #EE1609;
}

body.gform_wrapper input[type=reset]:hover {
  border-color: #EE1609;
  background-color: #EE1609;
}

/* Need to remove from style.css - line 236 */
.service p:first-line {
	font-weight: normal;
}

/* Need to remove from style.css - line 27 */
body header .logo_wrapper .q_logo a img.normal {
  top: -14px !important;
}

body.dark-menu header .logo_wrapper .q_logo a img {
  display: none;
  /* text-indent: -9999999px;
  background: url(/wp-content/uploads/2021/02/black-logo-1.svg) no-repeat center center;
  bakcground-size: 100px auto; */
}
body.dark-menu header .logo_wrapper .q_logo a img.dark,
body.dark-logo header .logo_wrapper .q_logo a img.dark {
  display: block;
  opacity: 1;
}

body.light-logo header .logo_wrapper .q_logo a img.dark {
  display: none;
  /* text-indent: -9999999px;
  background: url(/wp-content/uploads/2021/02/black-logo-1.svg) no-repeat center center;
  bakcground-size: 100px auto; */
}

body.light-logo header .logo_wrapper .q_logo a img.normal {
  display: block;
  opacity: 1;
}

.qbutton.big_large_full_width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

article.post pre {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 4px;
	color: #f54b85;
	white-space: pre;
	overflow: scroll;
	margin-bottom: 20px;
}

/* PODCASTS */
.podcast-entry {
  line-height: 0px;
}

.blog_holder.blog_small_image .podcast-entry article {
  margin-bottom: 0px;
}

.podcast-entry a {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  float: none;
  margin: 0px;
}

.podcast-entry .entry_title a {
  width: 100%;
  padding-top: 80px;
}

.blog_holder.blog_small_image .podcast-entry article .post_image {
  max-width: 100%;
  margin: 0px;
  height: 420px;
  border-radius: 0px;
}

.blog_holder.blog_small_image .podcast-entry article .post_text {
  float: none;
  display: block;
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
  line-height: 26px;
}

.blog_holder.blog_small_image .podcast-entry article .podcast-even .post_text {
  float: none;
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
  line-height: 26px;
}

@media screen and (max-width: 1000px) {
  .blog_holder.blog_small_image .podcast-entry article .post_image {
	max-width: 100%;
	margin: 0px;
	height: 600px;
	border-radius: 0px;
  }
}

@media screen and (max-width: 768px) {
  .blog_holder.blog_small_image .podcast-entry article a  {
	width: 100%;
  }
  .blog_holder.blog_small_image .podcast-entry article .post_image {
	max-width: 100%;
	margin: 0px;
	height: 240px;
	border-radius: 6px;
	margin-bottom: 20px;
  }

  .blog_holder.blog_small_image .podcast-entry article .post_text,
  .blog_holder.blog_small_image .podcast-entry article .podcast-even .post_text {
	float: none;
	width: 100%;
	padding: 0px;
	margin-bottom: 80px;
  }

  .podcast-entry .entry_title a {
	padding: 0px;
  }

}

.podcast-nav-wrapper {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.podcast-nav {
  width: 50%;
  display: block;
  float: left;
  box-sizing: border-box;
  height: 115px;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 25px;
  box-sizing: border-box;
}

.podcast-nav:hover {
	height: 125px;
	margin-top: 15px;
}

.podcast-nav a h2 {
  padding: 30px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

.prev-podcast.podcast-nav a h2 {
	padding-left: 60px;
}

.prev-podcast.podcast-nav a h2:before {
	content: "←";
	font-size: 28px;
	color: white;
	position: absolute;
	left: 20px;
	top: 25px;
	font-weight: 800;
}

.next-podcast.podcast-nav a h2 {
	padding-right: 60px;
}

.next-podcast.podcast-nav a h2:before {
	content: "→";
	font-size: 28px;
	color: white;
	position: absolute;
	right: 20px;
	top: 25px;
	font-weight: 800;
}

.podcast-nav .post_image {
  border-radius: 0px;
}

.podcast-nav .post_image .small-gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5), 0%rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.podcast-nav:hover .post_image .small-gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2), 0%rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

li#field_1_21:after {
	content: "";
	display: table;
	clear: both;
}

li#field_1_21 {
	margin-bottom: 20px;
}

ul#input_1_21 li {
  display: block;
  float: left;
  width: 25%;
}

@media screen and (max-width: 768px) {
	ul#input_1_21 li {
	  display: block;
	  float: left;
	  width: 33%;
	}
}

@media screen and (max-width: 599px) {
	ul#input_1_21 li {
	  display: block;
	  float: none;
	  width: 100%;
	}
}

body #gform_wrapper_1 .top_label div.ginput_container {
	margin-top: 0px;
}

body #gform_wrapper_1 .gfield_label {
	font-weight: 600;
	font-color: #333;
	font-size: 16px;
}

body .gform_wrapper select {
	border: 1px solid #ddd;
}

.filter-option {
	float: left;
	margin-right: 40px;
}

.filter-option:last-child() {
	margin-right: 0px;
}

.filter-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: 1px solid #1abbb4;
	padding: 10px;
  height: auto;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	width: 250px;
	margin-top: 5px;
	font-size: 18px;
}

@media only screen and (max-width: 599px) {
	.filter-option {
		float: none;
		display: block;
		margin-right: 0px;
		text-align: left;
		margin-bottom: 10px;
	}

	.filter-option:last-child() {
		margin-bottom: 0px;
	}

	.filter-option select {
		width: 100%;
	}
}

.wistia p {
	margin-bottom: 0px;
}

.page-template-channel .content .wistia {
	background: #000;
}

/* RICKI CLASSES */

div.bg-img-top, .bg-img-top {
	background-position: center top !important;
	background-attachment: scroll !important;
}

div.bg-img-bottom, bg-img-bottom {
	background-position: center bottom !important;
	background-attachment: scroll !important;
}

div.bg-img-center, .bg-img-center {
	background-position: center center !important;
	background-attachment: scroll !important;
}
.industry-description-wrapper {
	margin: auto;
	width: 100%;
	background: #f6f6f6;
}
.industry-description p {
	padding: 40px 0px;
	box-sizing: border-box;
	max-width: 1140px;
	width: 90%;
	margin: auto;
	color: #27292e;
	font-size: 19px !important;
	line-height: 1.5em;
}

.dibs-form_wrapper h3 {
	font-weight: bold !important;
	color: #ED174C;
	font-size: 30px;
}

.dibs-form_wrapper p {
	color: #27292e;
	font-size: 18px;
	margin-bottom: 10px !important;
}

.dibs-form_wrapper label.gfield_label {
	color: #27292e;
	font-weight: bold !important;
}

.dibs-form_wrapper.gform_wrapper {
/* 	padding: 30px 29px 30px 45px; */
	box-sizing: border-box;
	display: block;
/* 	box-shadow: 0px 4px 16px rgba(0,0,0,0.15); */
	border-radius: 10px;
	max-width: 700px;
	width: 100%;
	position: relative;
	margin: 40px auto;
}

.dibs-form_wrapper.gform_wrapper li.gfield.gfield_html {
	width: 100%;
	display: block;
}

.dibs-form_wrapper.gform_wrapper li.gfield {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
}

.dibs-form_wrapper.gform_wrapper li.gfield.email {
	width: calc(100% - 124px)
}

.dibs-form_wrapper.gform_wrapper .gform_footer {
	position: absolute;
	right: 14px;
	bottom: 4px;
	width: 110px;
}

@media only screen and (max-width: 640px) {
	.dibs-form_wrapper.gform_wrapper li.gfield.email {
		width: 100%;
	}
	.dibs-form_wrapper.gform_wrapper .gform_footer {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		padding-top: 0px;
		margin-top: 0px;
	}

	.dibs-form_wrapper.gform_wrapper li.gfield {
		width: 100%;
	}

}

.dibs-form_wrapper.gform_wrapper .top_label input.medium {
	width: 100%;
	padding: 11px !important;
	box-sizing: border-box !important;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #27292e;
}

.dibs-form_wrapper.gform_wrapper .top_label .ginput_container_email input.large {
	width: 100%;
	margin-top: 0px;
	padding: 11px !important;
	box-sizing: border-box;
	color: #27292e;
}

body .dibs-form_wrapper.gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
}

.dibs-form_wrapper.gform_wrapper li.gfield.dibs-select {
	width: 100%;
	margin-bottom: 10px;
	display: none;
}

body .dibs-form_wrapper.gform_wrapper select.medium.gfield_select+div.chosen-container-multi[style] {
	width: 100% !important;
}

.dibs-form_wrapper.gform_wrapper .chosen-container-multi .chosen-choices {
	border: 1px solid #dedede;
	padding: 5px;
}

.dibs-form_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
	background: #fff;
	color: #27292e;
	font-weight: bold;
	border: 1px solid #27292e;
	padding: 5px 20px 5px 5px;
}

.dibs-form_wrapper.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background-position: -42px -10px;
	top: 6px;
}

body .dibs-form_wrapper.gform_wrapper input[type=submit] {
	font-size: 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0px 20px !important;
	margin: 0px !important;
	color: #fff;
	background: #ED174C;
	border: none;
}

body .dibs-form_wrapper.gform_wrapper input[type=submit]:hover {
	background: #27292e;
}

.dibs-form_wrapper.gform_wrapper li.gfield.dibs-checkbox {
	width: 100%;
	margin-bottom: 2px;
}

.dibs-form_wrapper.gform_wrapper ul.gfield_checkbox li {
	display: block;
	float: left;
	width: auto;
	vertical-align: top;
	margin-right: 20px;
}

.dibs-form_wrapper.gform_wrapper ul.gfield_checkbox li label {
	display: inline-block;
	white-space: nowrap;
	color: #27292e;
	font-weight: normal;
	font-size: 16px;
	box-sizing: unset !important;
	text-transform: capitalize;
}

.dibs-form_wrapper.gform_wrapper ul.gfield_checkbox li input:checked + label {
	font-weight: 600;
}

.dibs-form_wrapper.gform_wrapper ul.gfield_checkbox input[type="checkbox"] {
	opacity: 0;
	margin: 0px !important;
	width: 0px !important;
	padding: 0px !important;
}

.dibs-form_wrapper.gform_wrapper ul.gfield_checkbox li label::before {
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	border: 1px solid #dedede;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.dibs-form_wrapper.gform_wrapper ul.gfield_checkbox li input:checked + label::before {
	background: url(images/checkmark-white.svg) no-repeat 2px 3px #ED174C;
	background-size: 10px auto;
}

/* BLM */

#blm {
	position: fixed;
	background: black;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	display: none;
	z-index: 1000;
}

#blm span {
	color: white;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	display: block;
	margin-top: -12px;
	font-size: 24px;
	font-family: Open Sans, sans-serif;
}


/* END RICKI CLASSES */

@media only screen and (max-width: 1000px) {
  .archive.tax-series .title .not_responsive {
	display: none !important;
  }

  .archive.tax-series .title {
	height: 300px !important;
  }
  .title.term-title-image {
	  height: 300px !important;
  }
}

@media only screen and (max-width: 599px) {
  .archive.tax-series .title .not_responsive {
	display: none !important;
  }

  .archive.tax-series .title {
	height: 200px !important;
  }
  .title.term-title-image {
	  height: 200px !important;
  }
  .title_outer .title.term-title-image {
	  background-size: cover !important;
  }
}

.curator-emblem {
  height: 50px;
  width: 50px;
  background: url(/wp-content/themes/interworks/images/curator-emblem.png);
  background-size: 40px auto;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
}

.full-width .curator-emblem {
  top: 12%;
}

.popup {
  width: 96%;
  max-width: 420px;
  right: -500px;
  bottom: 30px;
  background: white;
  /* opacity: 0.75;
  backdrop-filter: blur(5px); */
  border-radius: 8px;
  height: auto;
  box-sizing: border-box;
  padding: 20px ;
  position: fixed;
  z-index: 10000;
  box-shadow: 0px 5px 10px rgba(0,0,0,.25);
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.3);
}

.popup.active {
  right: 2%;
}

.popup-label {
  color: #EA485A;
  font-size: 12px;
  display: block;
  margin: 0px 0px 0px;
  font-weight: bold;
  line-height: 1em;
}

.popup-title {
  color: #27292e;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}

.popup-close {
  color: #27292e;
  position: absolute;
  top: 5px;
  right: 10px;
  height: 14px;
  width: 14px;
  font-size: 24px;
  display: block;
  cursor: pointer;
  text-align: center;
}
body .popup .gform_wrapper {
  margin: 0px;
}
body .popup .gform_wrapper li.popup-field {
  width: 260px;
  float: left;
  padding-right: 0px;
  margin-bottom: 0px;
}
body .popup .gform_wrapper li.popup-field input[type="text"] {
  border: none !important;
  border-bottom: 1px solid #27292e !important;
  color: #27292e;
  font-size: 16px;
  float: left;
  width: 100%;
}

body .popup .gform_wrapper .gform_footer input[type=submit] {
  font-size: 14px;
  color: #EA485A;
  border-color: #EA485A;
  padding: 0px 10px;
  line-height: 1em;
  height: 34px;
  margin-bottom: 0px;
  margin-right: 0px;
}

body .popup .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #ea485a;
  color: white;
}

.popup .gform_wrapper .gform_footer {
	right: 20px;
	bottom: 20px;
	position: absolute;
	width: auto;
	padding: 0px;
	margin: 0px;
}

@media only screen and (max-width: 599px) {
	body .popup .gform_wrapper li.popup-field {
	  width: 58%;
	}
	body .popup .gform_wrapper li.popup-field input[type="text"] {
	  font-size: 14px !important;
	  line-height: 1.2em !important;
	}

	.popup {
	  bottom: 10px;
	}

}

/*NEW MENU*/
header.fixed.scrolled div.q_logo a img {
  display: none;
}

header.fixed.scrolled div.q_logo a {
  background: url(/wp-content/uploads/2021/03/black-logo-1.svg) no-repeat center center;
  background-size: 150px auto;
  width: 150px;
  height: 30px !important;
  top: -16px;
}

.page-id-40600 .content .container .container_inner.page_container_inner {
  padding: 0px 0px;
}

/* IE 11 haaaaaaaack */

@media all and (-ms-high-contrast:none){
 *::-ms-backdrop, body header .logo_wrapper .q_logo a img {
  height: 100% !important;
  top: -30px !important; }
}

/* NEW BLOG */
/* landing page */
/* .blog_single * {
	font-family:nunito sans;
}
.featured-blog-section {
	display: none;
}
.content .container.custom-blog-items {
	background-color:white;
	background:none;
}
h2.list-title {
	color:#535353;
	font-weight:normal;
	text-transform: none;
}
.custom-blog-items .mr-post-content a div.post-title {
	color:#535353;
}
.iw-blog .more-recents article .post_info {
	padding-top:10px;
}
.iw-blog .more-recents article h2.entry_title a{
	color:#535353;
}
.time, .post_author {
	color:#535353;
	font-weight:bold;
}
.action-bar {
	background-color:white;
}
.action-bar ul li a {
	color:#535353;
	text-transform:Capitalize;
	font-size:18px;
}
.action-bar ul li {
  border-bottom: 3px solid transparent;
}
.action-bar ul li:hover{
	border-bottom:3px solid red;
	border-radius: 0;
}
.blog-search input[type="text"]{
	background-color:white;
	border-bottom:1px solid #535353;
	border-radius:0;
}

span.post-cat {
	background-color:black;
	color:white;
} */
/* blog post */
/* .blog_single .post_image {
	max-width:1280px;
	margin:50px auto;
	border-radius: 10px;   
}
.blog_single .dark-overlay {
	background:none;
}
.blog_single .dark-gradient {
	background:none;
}
.blog_single .title_overlay {
	background:none !important;
}
.blog_single .blog-title-wrapper {
	max-width:980px;
}
.blog_single article {
	max-width:980px;
	margin: auto;
}
.blog_single article .fluid-width-video-wrapper {
	max-width:860px !important;
	margin:75px auto;
}
.blog_single h2 {
	color:#535353;
	max-width:860px !important;
	margin: auto;
	padding:50px 0;
	font-weight:500;   
}
.blog_single p {
	max-width: 980px;
}
.blog_single p strong {
	font-size:28px !important;
	line-height:34px;
}
.blog_single  strong {
	font-weight:normal;
}
.blog_single article p a strong {
	color:#EC324A;
	font-size:17px !important;
	font-weight:bold;
}
.blog_single ul li {
	list-style: none;
}
.blog_single li u {
	font-weight:bold;
	text-decoration: none;
}
#blog-sidebar {
	display: none;
}
.page-template-iw-blog .action-bar {
  margin-top: 100px;
}
.blog-search {
  width: 300px;
}
.people-filter input[type="search"], .action-bar input[type="search"], .action-bar input[type="text"] {
  background-image: none;
  padding-left: 10px;
  width: 240px;
  float: left;
}
.blog-search i {
  float: left;
  color: #27292e;
  transform: rotate(90deg);
  font-size: 24px;
  position: relative;
  top: 8px;
  margin-right: 10px;
} */

/* IW LOGOS */
.iw-skew {	
	width: 90px;
	height: 45px;
	transform: skew(-18.25deg) rotate(-18.25deg);
	position: relative;
	top: 15px;
}
.iw-skew.small-wedge {
	width: 60px;
	height: 30px;
}
.iw-skew.iw-border {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
}
.iw-skew.iw-solid {
	background-color: #000;
	border: none;
}
.iw-skew.iw-gradient {
	background: rgb(23,229,199);
	background: linear-gradient(22deg, rgba(23,229,199,1) 0%, rgba(102,51,255,1) 100%);
}
.center-wedge {
	margin: -30px auto 60px;
}

/* NEW HEADER */
@media screen and (max-width: 767px) {
	.header-one {
		height: 450px;
	}
}
.blur-bg-overlay {
	display: none;
}
.blur .blur-bg-overlay {
	width: 100%;
	position: absolute;
	height: 150px;
	display: block;
	top: 300px;
	background: rgba(255,255,255,0.72);
	backdrop-filter: blur(35px);
}
@media screen and (max-width: 1024px) {
	.blur .blur-bg-overlay {
		width: 400px;
		left: -60px;
		top: 330px;
	}
}
.blur.featured-image-left .blur-bg-overlay {
	width: 750px;
	right: 0px;
	top: -5px;
	height: 300px;
}
@media screen and (max-width: 1024px) {
	.blur.featured-image-left .blur-bg-overlay {
		left: auto;
	}
}
@media screen and (max-width: 767px) {
	.blur .blur-bg-overlay {
		display: none;
	}
}

.header-one {
	position: relative;
	overflow: visible;
	z-index: 1;
}
.wedge-feature, .wedge-bg, .wedge-grad-overlay {
	height: 340px;
	width: 600px;
	transform: skew(-18.25deg) rotate(-18.25deg);
	left: 140px;
	top: -30px;
	overflow: hidden;
	position: absolute;
}
@media screen and (max-width: 1024px) {
	.wedge-feature, .wedge-bg, .wedge-grad-overlay {
		left: 40px;
		top: -20px;
	}	
}
.featured-image-left .wedge-feature, .featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
	height: 340px;
	width: 600px;
	transform: skew(-18.25deg) rotate(-18.25deg);
	left: auto;
	right: 135px;
	top: 50px;
	overflow: hidden;
	position: absolute;
} 
@media screen and (max-width: 1024px) {
	.featured-image-left .wedge-feature, .featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
		right: 85px;
	}
}
@media screen and (max-width: 767px) {
	.wedge-feature, .wedge-bg, .wedge-grad-overlay, 
	.featured-image-left .wedge-feature, .featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
		right: 20px;
		left: auto;
		top: 90px;		
	}	
}
@media screen and (max-width: 499px) {
	.header-one {
		height: 380px;
	}
	.wedge-feature, .wedge-bg, .wedge-grad-overlay,
	.featured-image-left .wedge-feature, .featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
		right: 20px;
		left: auto;
		top: 90px;		
		width: 500px;
		height: 250px;
	}	
}
.wedge-bg, .wedge-grad-overlay {
	left: 95px;
	top: 30px;
}
@media screen and (max-width: 1024px) {
	.wedge-bg, .wedge-grad-overlay {
		left: 0px;
		top: 30px;
	}
}
.featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
	left: auto;
	right: 100px;
	top: 0px;
}
@media screen and (max-width: 1024px) {
	.featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
		right: 50px;
	}
}
@media screen and (max-width: 767px) {
	.wedge-bg, .wedge-grad-overlay,
	.featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
		left: 20px;
		top: -20px;
	}
}
@media screen and (max-width: 499px) {
	.wedge-bg, .wedge-grad-overlay,
	.featured-image-left .wedge-bg, .featured-image-left .wedge-grad-overlay {
		left: 20px;
		top: -20px;
		width: 500px;
		height: 250px;
	}
}
.wedge-grad-overlay {
	background: rgb(102,51,255);
	background: linear-gradient(23deg, rgba(102,51,255,1) 0%, rgba(23,229,199,1) 100%);
	opacity: 0.85;
}
.p-y .wedge-grad-overlay {
	background: rgb(240,27,220);
	background: linear-gradient(23deg, rgba(240,27,220,1) 0%, rgba(255,235,12,1) 100%);
}
.g-b .wedge-grad-overlay {
	background: rgb(6,229,34);
	background: linear-gradient(23deg, rgba(6,229,34,1) 0%, rgba(0,204,255,1) 100%);
}
.p-p .wedge-grad-overlay {
	background: rgb(96,48,239);
	background: linear-gradient(23deg, rgba(96,48,239,1) 0%, rgba(240,27,220,1) 100%);
}
.o-p .wedge-grad-overlay {
	background: rgb(255,127,41);
	background: linear-gradient(23deg, rgba(255,127,41,1) 0%, rgba(240,27,220,1) 100%);
}
.t-b .wedge-grad-overlay {
	background: rgb(23,226,198);
	background: linear-gradient(23deg, rgba(23,226,198,1) 0%, rgba(0,204,254,1) 100%);	
}

.grad, .b-t {
	background: rgb(102,51,255);
	background: linear-gradient(23deg, rgba(102,51,255,1) 0%, rgba(23,229,199,1) 100%);
}
.p-y {
	background: rgb(240,27,220);
	background: linear-gradient(23deg, rgba(240,27,220,1) 0%, rgba(255,235,12,1) 100%);
}
.g-b {
	background: rgb(6,229,34);
	background: linear-gradient(23deg, rgba(6,229,34,1) 0%, rgba(0,204,255,1) 100%);
}
.p-p {
	background: rgb(96,48,239);
	background: linear-gradient(23deg, rgba(96,48,239,1) 0%, rgba(240,27,220,1) 100%);
}
.p-p2 {
	background: rgb(96,48,239);
	background: linear-gradient(23deg, rgba(240,27,220,1) 0%, rgba(96,48,239,1) 100%);
}
.o-p {
	background: rgb(255,127,41);
	background: linear-gradient(23deg, rgba(255,127,41,1) 0%, rgba(240,27,220,1) 100%);
}
.p-o {
	background: rgb(255,127,41);
	background: linear-gradient(23deg, rgba(240,27,220,1) 0%, rgba(255,127,41,1) 100%);
}
.t-b {
	background: rgb(23,226,198);
	background: linear-gradient(23deg, rgba(23,226,198,1) 0%, rgba(0,204,254,1) 100%);	
}
.rounded-box {
	border-radius: 20px;
}

.mosaic-grid {
	min-height: 380px;
}
.mosaic-grid p {
	font-size: 18px;
	line-height: 1.4em;
}
.elementor-element .text-light p {
	color: white;
}
.shadowed-box {
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.wedge-feature img, .wedge-bg img {
	width: 140%;
	max-width: 140%;
	height: auto;
	transform: skew(18.25deg) rotate(18.25deg);
	margin-left: -20%;
	top: -120px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.wedge-feature img, .wedge-bg img {
		left: -70px;
	}
}
@media screen and (max-width: 767px) {
	.wedge-feature img, .wedge-bg img {
		left: 0px;
	}
}
@media screen and (max-width: 420px) {
	.wedge-feature img, .wedge-bg img {
		left: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.featured-image-left .wedge-feature img, .featured-image-left .wedge-bg img {
		left: 70px;
	}
}
@media screen and (max-width: 767px) {
	.featured-image-left .wedge-feature img, .featured-image-left .wedge-bg img {
		left: 0px;
	}
}

/* NEW FOOTER */
.main_menu #nav-menu-item-959 .second {
	display: none !important;
}
.footer_bottom_border {
	display: none;
}
.footer_bottom ul li a {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
}
#nav_menu-3 ul li a {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 8px;
}
.footer_top #nav_menu-3.widget_nav_menu ul li ul li a {
	font-weight: normal;	
}
.footer_top #nav_menu-3.widget.widget_nav_menu li {
	width: 190px;
}
.footer_top #nav_menu-3.widget.widget_nav_menu li#menu-item-955,
.footer_top #nav_menu-3.widget.widget_nav_menu li#menu-item-955 li {
	margin-right: 70px;
	width: 200px;
}
nav.main_menu>ul>li>a {
	letter-spacing: 0px;
}
.footer-shift {
	margin-left: 260px;
}
#footer-content {
	width: calc(100% - 260px);
	float: right;
}
#footer-logo {
	width: 260px;
	float: left;
}
#iw-footer-mobile {
	display: none;
}
@media screen and (max-width: 999px) {
	.footer-shift {
		margin-left: 220px;
	}
	#footer-content {
		width: calc(100% - 220px);
		float: right;
	}
	#footer-logo {
		width: 220px;
		float: left;
	}
	li#menu-item-5366 {
		margin-bottom: 100px;
	}
	.footer_top #nav_menu-3.widget.widget_nav_menu li#menu-item-954 {
		width: 270px;
	}
	.footer_bottom_holder .footer_bottom ul.menu li a {
		font-size: 18px;
	}
	.footer_bottom_holder .footer_bottom ul.menu li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.footer-shift {
		margin-left: 0;
	}
	#footer-content {
		width: 100%;
		float: none;
	}
	#footer-logo {
		display: none;
	}
	.footer_top #nav_menu-3.widget.widget_nav_menu li.menu-item-has-children {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.footer_top #nav_menu-3.widget.widget_nav_menu li,
	.footer_top #nav_menu-3.widget.widget_nav_menu li#menu-item-955, .footer_top #nav_menu-3.widget.widget_nav_menu li#menu-item-955 li,
	.footer_top #nav_menu-3.widget.widget_nav_menu li#menu-item-954 {
		width: 100%;
		overflow: hidden;
	}
	#iw-footer-mobile {
		position: absolute;
		top: 0px;
		width: 100%;
		height: auto;
		display: block;
	}
	#iw-footer-mobile .iw-skew {
		width: calc(100% - 200px);
		height: calc(100vw * .5);
		left: 100px;
		top: -45px;
	}
	.footer_inner {
		background: rgba(255,255,255,.6);
		backdrop-filter: blur(30px);
		margin-top: 150px;
	}
	footer .footer_top_holder {
		background: transparent;
	}
	
	footer .footer_top, footer .footer_top.footer_top_full {
		padding-top: 50px;
	}
}
@media screen and (max-width: 600px) {
	.footer_bottom_holder .footer_bottom ul.menu li a {
		line-height: 1em;
	}
	#nav_menu-3 ul li a {
		padding-bottom: 0px;
	}
	.footer_top ul.menu li a {
		margin-top: 0px;
	}
	footer .container_inner {
		padding: 0px 50px;
	}
	#iw-footer-mobile .iw-skew {
		width: calc(100% - 120px);
		height: calc(100vw * .5);
		left: 60px;
		top: -40px;
	}
}
@media screen and (max-width: 500px) {
	footer .q_social_icon_holder.circle_social .fa-stack {
		margin-right: 15px !important;
		font-size: 20px !important;
	}
}

@media screen and (max-width: 320px) {
	footer .q_social_icon_holder.circle_social .fa-stack {
		margin-right: 10px !important;
		font-size: 17px !important;
	}
	footer .q_social_icon_holder.circle_social:last-child .fa-stack {
		margin-right: 0px !important;
	}
}

/* ELEMENTOR STYLES */
.title-topic {
	text-transform: uppercase;
	color: #5836DB;
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 26px;
}
.elementor-element p.heading-p {
	font-size: 20px;
	line-height: 1.6em;
	margin-top: 30px;
	font-weight: 500;
	color: #000;
}
@media screen and (max-width: 1024px) {
	.elementor-widget-wrap .elementor-element h1 {
		font-size: 48px;
	}
}
.elementor-element h2 {
	font-size: 44px;
	text-transform: none;
	margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
	.elementor-element h2 {
		font-size: 36px;
	}
}
.elementor-element h3 {
	font-size: 36px;
	text-transform: none;
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.elementor-element h3 {
		font-size: 28px;
	}
}
.elementor-element p {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.landing-menu li.current_page_item a.elementor-item-active {
	font-weight: bold !important;
	color: #000 !important;
}
.landing-menu ul:after {
	content: " ";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -12px;
	height: 8px;
	background: #f6f6f6;
	border-radius: 100px;
	visibility: visible !important;
}
#magic-line { 
	position: absolute; 
	bottom: -12px; 
	left: 0; 
	width: 100px; 
	height: 8px; 
	background: #7300CB;
	border-radius: 150px; 
	z-index: 1;
}
.bg-angled-gray {
	position: relative;
	background: transparent;
}
.bg-angled-gray:after {
	content: " ";
	z-index: -1;
	position: absolute;
	display: block;
	background: #f7f7f7;
	transform: rotate(-18.25deg);
	width: 300%;
	height: 200%;
	top: -115%;
	left: -100%;
	right: -100%;
}
.elementor-custom-embed-play {
	background-image: url(/wp-content/themes/interworks/images/play-button.svg);
	background-position: center center;
	background-size: 85% auto;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
}
.elementor-custom-embed-play:hover {
	background-size: 100% auto;
}
.elementor-custom-embed-play i {
	color: transparent;
	text-shadow: none !important;
	font-size: 140px;
}
.elementor-custom-embed-image-overlay {
	max-width: 1400px;
	margin: auto;
}
.text-light h3 {
	color: white !important;
}
@media screen and (max-width: 1024px) {
	.landing-menu.elementor-nav-menu--dropdown-tablet nav ul {
		overflow-y: hidden;
		position: relative;
		padding-left: 10px;
	}
	.landing-menu.elementor-nav-menu--dropdown-tablet nav ul:before {
		content: "";
		width: 8px;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		background: #f5f5f5;
		border-radius: 150px;
	}
	
	.landing-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .landing-menu .elementor-nav-menu--dropdown .elementor-item.highlighted, .landing-menu .elementor-nav-menu--dropdown .elementor-item:focus, .landing-menu .elementor-nav-menu--dropdown .elementor-item:hover, .landing-menu .elementor-sub-item.elementor-item-active, .landing-menu .elementor-sub-item.highlighted, .elementor-sub-item:focus, .landing-menu .elementor-sub-item:hover {
		background: none;
		color: #000;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	
	.landing-menu .elementor-nav-menu li.current-menu-item a:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 8px;
		background: #7300CB;
		border-radius: 150px;
		left: -8px;
		top: 0px;
	}
	
	.landing-menu nav ul.elementor-nav-menu li a {
		padding: 0px 20px;
		margin-bottom: 20px;
		line-height: 1em;
		position: relative;
	}
	
	.landing-menu nav ul.elementor-nav-menu li:last-child a {
		margin-bottom: 0px;
	}
	
	.landing-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
		background: none;
		color: #000;
	}
}

/* FW ANGLE IMAGE */
.fw-angle-image {
	margin: 100px auto;
	clear: both;
	overflow:hidden;
	height: 700px;
}
.fw-angle-image-holder {
	height: 550px;
	width: 1500px;
	transform: skew(
-18.25deg
) rotate(
-18.25deg
);
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -750px;
	top: 225px;
	}
.fw-angle-image-holder img {
	width: 1900px;
	top: -80%;
	height: auto;
	transform: skew( 
	18.25deg
	) rotate( 
	18.25deg
	);
	display: block;
	margin: auto;
	position: relative;
	max-width: inherit;
	text-align: center;
	left: -200px;
}
.fw-angle-wedge-1 {
	height: 340px;
	transform: skew(
-18.25deg
) rotate(
-18.25deg
);
	left: 0px;
	right: 68%;
	overflow: hidden;
	position: absolute;	
	top: 260px;
}
.fw-angle-wedge-2 {
	opacity: 0.85;
	height: 340px;
	width: auto;
	transform: skew(
-18.25deg
) rotate(
-18.25deg
);
	left: 0;
	right: 62%;
	overflow: hidden;
	position: absolute;	
	top: 320px;
}
.fw-angle-wedge-3 {
	height: 340px;
	transform: skew(
-18.25deg
) rotate(
-18.25deg
);
	right: 0px;
	left: 68%;
	overflow: hidden;
	position: absolute;	
	bottom: 160px;
}
.fw-angle-wedge-4 {
	opacity: 0.85;
	height: 340px;
	width: auto;
	transform: skew(
-18.25deg
) rotate(
-18.25deg
);
	right: 0;
	left: 62%;
	overflow: hidden;
	position: absolute;	
	bottom: 220px;
}


/* TEMP REPLACEMENT */
footer#oldschool .footer_top_holder,
footer#oldschool .footer_bottom_holder {
	background: #27292e;
}
footer#oldschool #nav_menu-3 ul li a, footer#oldschool .footer_top #nav_menu-3.widget_nav_menu ul li ul li a {
	color: white;
}
footer#oldschool #footer-logo, footer#oldschool #iw-footer-mobile {
	display: none;
}
footer#oldschool #footer-content {
	float: none;
	width: 100%;
}
footer#oldschool .footer-shift {
	margin-left: 0px;
}
footer#oldschool .footer_inner {
	margin-top: 0px;
}
footer#oldschool .footer_top {
	padding-top: 100px;
}