@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,600");
/* Responsiveness */
/* Icons */
/* VENDOR - Default fall-backs and external files.
 ========================================================================== */
.fc button, .fc table, body .fc {
  font-size: 1em;
}
.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-icon, .fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  white-space: nowrap;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-clear {
  clear: both;
}
.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden;
}
.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event, .fc-event-dot {
  background-color: #3a87ad;
}
.fc-event, .fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap3 a, .ui-widget .fc-event {
  text-decoration: none;
}
.fc-limited {
  display: none;
}
.fc-icon, .fc-toolbar .fc-center {
  display: inline-block;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: 'â†';
}
[dir=rtl] .slick-prev:before {
  content: 'â†’';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: 'â†’';
}
[dir=rtl] .slick-next:before {
  content: 'â†';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
/* BASE - Base Variable file along with starting point Mixins and Placeholders.
 ========================================================================== */
/* Typography */
/* Icons */
/* Colors */
/* Buttons */
/* Global */
/* Post list */
.mc-button::after, .mc-button-light::after, .mc-button-yellow::after, .mc-button-green::after, .mc-button-green-solid::after, .mc-button-light-outlined::after, .inuse-form_wrapper .button::after, .contact-form_wrapper .button::after, .trial-form .button::after, .study-request-form .button::after, .blog-list .list-item:nth-child(1) .read-more::after, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-tags::before, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-date::before, .team-list .list-item .list-item-wrapper .list-content-wrapper .team-links a::before, .job-list .list-item .list-item-wrapper .list-content-wrapper .list-title::before, .mc-posts-detail .detail-terms::before, .event-tabs .date::before, .slick-next::before, .slick-prev::before, .slider .slick-prev::before, .slider .slick-next::before, .case-study-home .slick-prev::before, .case-study-home .slick-next::before, .fc .fc-prev-button .fc-icon::after, .fc .fc-next-button .fc-icon::after, .et_pb_text ul li::before, .mc-posts-detail ul li::before, .related-cs-wrapper ul li::before, .et_pb_text ol li::before, .mc-posts-detail ol li::before, .related-cs-wrapper ol li::before, .quote-wrapper .text::before, .read-more::after, .read-more-white::after, .read-more-dark::after, .flash-news .flash-news-container .heading::before, .twitter-heading::before, .social-links a::before {
  font-family: 'Font Awesome 5 Pro', 'sans-serif' !important;
  content: "";
  display: inline-block;
  font-weight: 300 !important;
}
.social-links a::before {
  font-family: 'Font Awesome 5 Brands', 'sans-serif' !important;
}
/* FRAMEWORK - Structure and layout files.
 ========================================================================== */
/* MODULES - Re-usable site elements.
 ========================================================================== */
.mc-button, .mc-button-light, .mc-button-yellow, .mc-button-green, .mc-button-green-solid, .mc-button-light-outlined, .inuse-form_wrapper .button, .contact-form_wrapper .button, .trial-form .button, .study-request-form .button, .blog-list .list-item:nth-child(1) .read-more {
  cursor: pointer;
  font-size: 1em;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 1em 2em;
  font-size: 1.1em;
}
.mc-button::after, .mc-button-light::after, .mc-button-yellow::after, .mc-button-green::after, .mc-button-green-solid::after, .mc-button-light-outlined::after, .inuse-form_wrapper .button::after, .contact-form_wrapper .button::after, .trial-form .button::after, .study-request-form .button::after, .blog-list .list-item:nth-child(1) .read-more::after {
  content: '\f061';
  padding-left: 1em;
}
.mc-button:hover::after, .mc-button-light:hover::after, .mc-button-yellow:hover::after, .mc-button-green:hover::after, .mc-button-green-solid:hover::after, .mc-button-light-outlined:hover::after, .inuse-form_wrapper .button:hover::after, .contact-form_wrapper .button:hover::after, .trial-form .button:hover::after, .study-request-form .button:hover::after, .blog-list .list-item:nth-child(1) .read-more:hover::after {
  padding-left: 1.5em;
}
.mc-button.subscription::after, .mc-button-light.subscription::after, .mc-button-yellow.subscription::after, .mc-button-green.subscription::after, .mc-button-green-solid.subscription::after, .mc-button-light-outlined.subscription::after, .inuse-form_wrapper .button.subscription::after, .contact-form_wrapper .button.subscription::after, .trial-form .button.subscription::after, .study-request-form .button.subscription::after, .blog-list .list-item:nth-child(1) .read-more.subscription::after {
  content: '\f234';
}
.mc-button.contact::after, .mc-button-light.contact::after, .mc-button-yellow.contact::after, .mc-button-green.contact::after, .mc-button-green-solid.contact::after, .mc-button-light-outlined.contact::after, .inuse-form_wrapper .button.contact::after, .contact-form_wrapper .button.contact::after, .trial-form .button.contact::after, .study-request-form .button.contact::after, .blog-list .list-item:nth-child(1) .read-more.contact::after {
  content: '\f0e0';
}
.mc-button.down::after, .mc-button-light.down::after, .mc-button-yellow.down::after, .mc-button-green.down::after, .mc-button-green-solid.down::after, .mc-button-light-outlined.down::after, .inuse-form_wrapper .button.down::after, .contact-form_wrapper .button.down::after, .trial-form .button.down::after, .study-request-form .button.down::after, .blog-list .list-item:nth-child(1) .read-more.down::after {
  content: '\f063';
}
.mc-button {
  background-color: transparent;
  border-color: #111;
  color: #000;
}
.mc-button:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button:hover {
  border-color: #1e1e1e;
}
.mc-button-light {
  background-color: #fff;
  border-color: transparent;
}
.mc-button-light:hover {
  background-color: #fff;
}
.mc-button-light:hover {
  border-color: rgba(13, 13, 13, 0);
}
.mc-button-yellow {
  background-color: transparent;
  border-color: #ffb60f;
  color: #ffb60f;
}
.mc-button-yellow:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button-yellow:hover {
  border-color: #ffbe29;
}
.mc-button-green {
  background-color: transparent;
  border-color: #1ab394;
  color: #1ab394;
}
.mc-button-green:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button-green:hover {
  border-color: #1dc9a6;
}
.mc-button-green-solid {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #fff;
}
.mc-button-green-solid:hover {
  background-color: #1dc9a6;
}
.mc-button-green-solid:hover {
  border-color: #1dc9a6;
}
.mc-button-light-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.mc-button-light-outlined:hover {
  background-color: rgba(13, 13, 13, 0);
}
.mc-button-light-outlined:hover {
  border-color: #fff;
}
.gform_wrapper .gform_fields {
  padding: 0;
  list-style-type: none;
}
.inuse-form_wrapper .gform_fields, .contact-form_wrapper .gform_fields, .trial-form .gform_fields, .study-request-form .gform_fields {
  margin: -1%;
  overflow: hidden;
}
.inuse-form_wrapper .gform_fields .gfield, .contact-form_wrapper .gform_fields .gfield, .trial-form .gform_fields .gfield, .study-request-form .gform_fields .gfield {
  width: 100%;
  float: left;
  padding: 1%;
}
.inuse-form_wrapper .gform_fields .gfield .gfield_label, .contact-form_wrapper .gform_fields .gfield .gfield_label, .trial-form .gform_fields .gfield .gfield_label, .study-request-form .gform_fields .gfield .gfield_label {
  display: none;
}
.inuse-form_wrapper .gform_fields .gfield input[type="text"], .contact-form_wrapper .gform_fields .gfield input[type="text"], .trial-form .gform_fields .gfield input[type="text"], .study-request-form .gform_fields .gfield input[type="text"], .inuse-form_wrapper .gform_fields .gfield textarea, .contact-form_wrapper .gform_fields .gfield textarea, .trial-form .gform_fields .gfield textarea, .study-request-form .gform_fields .gfield textarea {
  width: 100%;
  display: block;
  font-family: "Barlow", "Arial", sans-serif;
  font-size: 15px;
  padding: 20px;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.inuse-form_wrapper .gform_fields .gfield input[type="text"]::-webkit-input-placeholder, .contact-form_wrapper .gform_fields .gfield input[type="text"]::-webkit-input-placeholder, .trial-form .gform_fields .gfield input[type="text"]::-webkit-input-placeholder, .study-request-form .gform_fields .gfield input[type="text"]::-webkit-input-placeholder, .inuse-form_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder, .contact-form_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder, .trial-form .gform_fields .gfield textarea::-webkit-input-placeholder, .study-request-form .gform_fields .gfield textarea::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 0.8;
}
.inuse-form_wrapper .gform_fields .gfield input[type="text"]::-moz-placeholder, .contact-form_wrapper .gform_fields .gfield input[type="text"]::-moz-placeholder, .trial-form .gform_fields .gfield input[type="text"]::-moz-placeholder, .study-request-form .gform_fields .gfield input[type="text"]::-moz-placeholder, .inuse-form_wrapper .gform_fields .gfield textarea::-moz-placeholder, .contact-form_wrapper .gform_fields .gfield textarea::-moz-placeholder, .trial-form .gform_fields .gfield textarea::-moz-placeholder, .study-request-form .gform_fields .gfield textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 0.8;
}
.inuse-form_wrapper .gform_fields .gfield input[type="text"]:-ms-input-placeholder, .contact-form_wrapper .gform_fields .gfield input[type="text"]:-ms-input-placeholder, .trial-form .gform_fields .gfield input[type="text"]:-ms-input-placeholder, .study-request-form .gform_fields .gfield input[type="text"]:-ms-input-placeholder, .inuse-form_wrapper .gform_fields .gfield textarea:-ms-input-placeholder, .contact-form_wrapper .gform_fields .gfield textarea:-ms-input-placeholder, .trial-form .gform_fields .gfield textarea:-ms-input-placeholder, .study-request-form .gform_fields .gfield textarea:-ms-input-placeholder {
  color: #fff !important;
  opacity: 0.8;
}
.inuse-form_wrapper .gform_fields .gfield input[type="text"]:-moz-placeholder, .contact-form_wrapper .gform_fields .gfield input[type="text"]:-moz-placeholder, .trial-form .gform_fields .gfield input[type="text"]:-moz-placeholder, .study-request-form .gform_fields .gfield input[type="text"]:-moz-placeholder, .inuse-form_wrapper .gform_fields .gfield textarea:-moz-placeholder, .contact-form_wrapper .gform_fields .gfield textarea:-moz-placeholder, .trial-form .gform_fields .gfield textarea:-moz-placeholder, .study-request-form .gform_fields .gfield textarea:-moz-placeholder {
  color: #fff !important;
  opacity: 0.8;
}
.inuse-form_wrapper .gform_fields .gfield#field_1_1, .contact-form_wrapper .gform_fields .gfield#field_1_1, .trial-form .gform_fields .gfield#field_1_1, .study-request-form .gform_fields .gfield#field_1_1, .inuse-form_wrapper .gform_fields .gfield#field_1_2, .contact-form_wrapper .gform_fields .gfield#field_1_2, .trial-form .gform_fields .gfield#field_1_2, .study-request-form .gform_fields .gfield#field_1_2, .inuse-form_wrapper .gform_fields .gfield#field_1_6, .contact-form_wrapper .gform_fields .gfield#field_1_6, .trial-form .gform_fields .gfield#field_1_6, .study-request-form .gform_fields .gfield#field_1_6, .inuse-form_wrapper .gform_fields .gfield#field_1_7, .contact-form_wrapper .gform_fields .gfield#field_1_7, .trial-form .gform_fields .gfield#field_1_7, .study-request-form .gform_fields .gfield#field_1_7, .inuse-form_wrapper .gform_fields .gfield#field_2_1, .contact-form_wrapper .gform_fields .gfield#field_2_1, .trial-form .gform_fields .gfield#field_2_1, .study-request-form .gform_fields .gfield#field_2_1, .inuse-form_wrapper .gform_fields .gfield#field_2_2, .contact-form_wrapper .gform_fields .gfield#field_2_2, .trial-form .gform_fields .gfield#field_2_2, .study-request-form .gform_fields .gfield#field_2_2, .inuse-form_wrapper .gform_fields .gfield#field_2_6, .contact-form_wrapper .gform_fields .gfield#field_2_6, .trial-form .gform_fields .gfield#field_2_6, .study-request-form .gform_fields .gfield#field_2_6, .inuse-form_wrapper .gform_fields .gfield#field_2_7, .contact-form_wrapper .gform_fields .gfield#field_2_7, .trial-form .gform_fields .gfield#field_2_7, .study-request-form .gform_fields .gfield#field_2_7, .inuse-form_wrapper .gform_fields .gfield#field_3_1, .contact-form_wrapper .gform_fields .gfield#field_3_1, .trial-form .gform_fields .gfield#field_3_1, .study-request-form .gform_fields .gfield#field_3_1, .inuse-form_wrapper .gform_fields .gfield#field_3_2, .contact-form_wrapper .gform_fields .gfield#field_3_2, .trial-form .gform_fields .gfield#field_3_2, .study-request-form .gform_fields .gfield#field_3_2, .inuse-form_wrapper .gform_fields .gfield#field_3_6, .contact-form_wrapper .gform_fields .gfield#field_3_6, .trial-form .gform_fields .gfield#field_3_6, .study-request-form .gform_fields .gfield#field_3_6, .inuse-form_wrapper .gform_fields .gfield#field_3_7, .contact-form_wrapper .gform_fields .gfield#field_3_7, .trial-form .gform_fields .gfield#field_3_7, .study-request-form .gform_fields .gfield#field_3_7, .inuse-form_wrapper .gform_fields .gfield#field_4_1, .contact-form_wrapper .gform_fields .gfield#field_4_1, .trial-form .gform_fields .gfield#field_4_1, .study-request-form .gform_fields .gfield#field_4_1, .inuse-form_wrapper .gform_fields .gfield#field_4_2, .contact-form_wrapper .gform_fields .gfield#field_4_2, .trial-form .gform_fields .gfield#field_4_2, .study-request-form .gform_fields .gfield#field_4_2, .inuse-form_wrapper .gform_fields .gfield#field_4_6, .contact-form_wrapper .gform_fields .gfield#field_4_6, .trial-form .gform_fields .gfield#field_4_6, .study-request-form .gform_fields .gfield#field_4_6, .inuse-form_wrapper .gform_fields .gfield#field_4_7, .contact-form_wrapper .gform_fields .gfield#field_4_7, .trial-form .gform_fields .gfield#field_4_7, .study-request-form .gform_fields .gfield#field_4_7, .inuse-form_wrapper .gform_fields .gfield#field_5_1, .contact-form_wrapper .gform_fields .gfield#field_5_1, .trial-form .gform_fields .gfield#field_5_1, .study-request-form .gform_fields .gfield#field_5_1, .inuse-form_wrapper .gform_fields .gfield#field_5_2, .contact-form_wrapper .gform_fields .gfield#field_5_2, .trial-form .gform_fields .gfield#field_5_2, .study-request-form .gform_fields .gfield#field_5_2, .inuse-form_wrapper .gform_fields .gfield#field_5_6, .contact-form_wrapper .gform_fields .gfield#field_5_6, .trial-form .gform_fields .gfield#field_5_6, .study-request-form .gform_fields .gfield#field_5_6, .inuse-form_wrapper .gform_fields .gfield#field_5_7, .contact-form_wrapper .gform_fields .gfield#field_5_7, .trial-form .gform_fields .gfield#field_5_7, .study-request-form .gform_fields .gfield#field_5_7 {
  width: 50%;
}
.inuse-form_wrapper .gform_fields .gfield_checkbox, .contact-form_wrapper .gform_fields .gfield_checkbox, .trial-form .gform_fields .gfield_checkbox, .study-request-form .gform_fields .gfield_checkbox {
  list-style-type: none;
  padding: 0;
}
.inuse-form_wrapper .gform_fields .gfield_checkbox label, .contact-form_wrapper .gform_fields .gfield_checkbox label, .trial-form .gform_fields .gfield_checkbox label, .study-request-form .gform_fields .gfield_checkbox label {
  color: #fff;
}
.inuse-form_wrapper .gform_footer, .contact-form_wrapper .gform_footer, .trial-form .gform_footer, .study-request-form .gform_footer {
  margin-top: 3%;
}
.inuse-form_wrapper .button, .contact-form_wrapper .button, .trial-form .button, .study-request-form .button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.inuse-form_wrapper .button:hover, .contact-form_wrapper .button:hover, .trial-form .button:hover, .study-request-form .button:hover {
  background-color: rgba(13, 13, 13, 0);
}
.inuse-form_wrapper .button:hover, .contact-form_wrapper .button:hover, .trial-form .button:hover, .study-request-form .button:hover {
  border-color: #fff;
}
.inuse-form_wrapper .validation_error, .contact-form_wrapper .validation_error, .trial-form .validation_error, .study-request-form .validation_error, .inuse-form_wrapper .validation_message, .contact-form_wrapper .validation_message, .trial-form .validation_message, .study-request-form .validation_message {
  background: #ffb60f;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2%;
  padding: 2%;
}
.inuse-form_wrapper .gform_confirmation_message, .contact-form_wrapper .gform_confirmation_message, .trial-form .gform_confirmation_message, .study-request-form .gform_confirmation_message {
  color: #fff;
}
/* Isotope filter */
.filters-button-group button {
  padding: 1em 2em;
  font-size: 1.1em;
  border-radius: 0;
  margin-right: 1px;
}
.filters-button-group {
  text-align: left;
  margin-bottom: 4%;
  border-bottom: 2px solid #ffb60f;
}
.filters-button-group button {
  background-color: #1ab394;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.filters-button-group button::after {
  display: none !important;
}
.filters-button-group button:hover {
  background-color: #1dc9a6;
}
.filters-button-group .is-checked {
  background-color: #ffb60f;
  border-bottom-color: #ffb60f;
  font-weight: 600;
  color: #111;
}
.filters-button-group .is-checked:hover {
  background-color: #ffbe29;
}
.filters-button-group.letters button {
  text-transform: uppercase;
}
.glossary .filters-button-group button {
  padding: 0 10px;
  line-height: 30px;
  height: 33px;
}
.pods-pagination-paginate {
  font-size: 0;
  padding: 30px 0;
}
.pods-pagination-paginate .page-numbers {
  display: inline-block;
  background-color: #36a997;
  color: #fff;
  font-size: 14px;
  margin-right: 1px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.pods-pagination-paginate .next, .pods-pagination-paginate .prev {
  font-family: "FontAwesome";
}
/* --------- Default Post List --------- */
.mc-posts-list {
  overflow: hidden;
  margin: -2%;
  display: flex;
  flex-wrap: wrap;
}
.mc-posts-list:not(.blog-list) .list-thumbnail {
  background: none !important;
}
.mc-posts-list .list-item {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin: 2%;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-tags::before {
  content: '\f02b';
  margin-right: 0.5em;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  font-size: 1.8em;
  color: #111;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0.5em 0;
  padding: 0;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-date {
  color: #a3a3a3;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-date::before {
  content: '\f017';
  margin-right: 0.5em;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-location {
  color: #a3a3a3;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-excerpt {
  display: block;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-excerpt a {
  color: #5e5d5d;
  text-decoration: underline;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .read-more {
  margin-top: 1em;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-bottom-bar {
  font-size: 14px;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail {
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail img {
  width: 100%;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail::after {
  display: block;
  content: "";
  padding-bottom: 60%;
}
.mc-posts-list .break-row {
  clear: both;
}
.mc-posts-list-2-col .list-item {
  width: 46%;
}
.mc-posts-list-3-col .list-item {
  width: 29.3333333333%;
}
.mc-posts-list-4-col .list-item {
  width: 21%;
}
.case-study .list-tags, .news-list .list-tags, .event-list .list-tags {
  color: #1ab394;
  font-weight: 600;
}
.case-study .list-title a:hover, .news-list .list-title a:hover, .event-list .list-title a:hover {
  color: #1ab394;
}
.case-study .read-more, .news-list .read-more, .event-list .read-more {
  color: #1ab394;
}
.case-study .read-more:hover, .news-list .read-more:hover, .event-list .read-more:hover {
  color: #1dc9a6;
}
/*.news-list {
 .list-item {
 .list-item-wrapper {
 .list-thumbnail {
 background-color: #efefef !important;
 img {
 max-width: 100%;
 height: auto;
 max-height: 100%;
 width: auto !important;
 }
 }
 }
 }
 }*/
.case-study .list-date {
  display: none !important;
}
.case-study-related {
  text-align: center;
}
.case-study-related .list-item {
  display: inline-block;
  float: none;
  width: 100%;
}
.case-study-related .list-item .list-thumbnail {
  width: 46%;
  float: left;
  margin: 2%;
}
.case-study-related .list-item .list-content-wrapper {
  width: 46%;
  float: left;
  margin: 2%;
}
.case-study-related .list-item .list-content-wrapper .list-title {
  display: none;
}
.case-study-related .list-item .list-content-wrapper .logo {
  text-align: center;
}
.case-study-related .list-item .list-content-wrapper .logo img {
  display: inline-block;
  width: 30%;
}
.team-list .list-item {
  background-color: #1ab394;
}
.team-list .list-item .list-item-wrapper .list-thumbnail {
  margin: 0;
}
.team-list .list-item .list-item-wrapper .list-thumbnail::after {
  padding-bottom: 100%;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper {
  color: #fff;
  padding: 2em 2em 6em 2em;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  color: #fff;
  margin: 0;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .team-links {
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .team-links a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin-right: 0.5em;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .team-links a.twitter::before {
  font-family: 'Font Awesome 5 Brands', 'sans-serif' !important;
  content: '\f099';
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .team-links a.linkedin::before {
  font-family: 'Font Awesome 5 Brands', 'sans-serif' !important;
  content: '\f0e1';
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .team-links a.email::before {
  content: '\f0e0';
}
.partner-list .list-item .list-item-wrapper {
  height: 100%;
}
.partner-list .list-item .list-item-wrapper .list-thumbnail {
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #fff !important;
  height: 100%;
}
.partner-list .list-item .list-item-wrapper .list-thumbnail img {
  max-width: 80%;
  max-height: 80%;
}
.partner-list .list-item .list-item-wrapper .list-thumbnail .description {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffb60f;
  z-index: 2;
  opacity: 0;
}
.partner-list .list-item .list-item-wrapper .list-thumbnail .description span {
  display: block;
  width: 100%;
  text-align: center;
  color: #111;
  padding: 2em;
}
.partner-list .list-item .list-item-wrapper .list-thumbnail .description h4 {
  font-weight: 600;
}
.partner-list .list-item .list-item-wrapper .list-thumbnail .description p {
  margin-top: 20px;
  line-height: 1.4em;
}
.partner-list .list-item .list-item-wrapper .list-thumbnail::after {
  padding-bottom: 100%;
}
.partner-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  font-size: 1em;
}
.partner-list .list-item:hover .list-item-wrapper .list-thumbnail {
  border-color: #ffb60f;
}
.partner-list .list-item:hover .list-item-wrapper .list-thumbnail .description {
  opacity: 1;
}
.page-id-263 .et_pb_section h3, .page-id-2318 .et_pb_section h3 {
  color: #1ab394;
}
.page-id-263 .et_pb_section:nth-child(2), .page-id-2318 .et_pb_section:nth-child(2) {
  background-color: #e7ebed;
}
.job-list {
  margin: 0;
}
.job-list .list-item {
  margin: 0 0 1em 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1em 2em;
  border: 1px solid transparent;
}
.job-list .list-item .list-item-wrapper .list-content-wrapper .list-date {
  color: #fff;
  font-weight: 600;
}
.job-list .list-item .list-item-wrapper .list-content-wrapper .list-date::before {
  display: none;
}
.job-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  font-weight: 600;
  font-size: 1.3em;
  color: #fff;
}
.job-list .list-item .list-item-wrapper .list-content-wrapper .list-title::before {
  content: '\f0b1';
  margin-right: 0.3em;
}
.job-list .list-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.job-list .list-item:hover .list-date {
  color: #fff !important;
}
.blog-list {
  display: flex;
  margin: -2%;
}
.blog-list .list-item {
  width: 100%;
  margin: 2%;
  display: flex;
  flex-direction: column;
  /*
   @include breakpoint(md) {
   &:nth-child(1) {
   width: 100%;
   .list-item-wrapper {
   position: relative;
   }
   .list-thumbnail {
   background: {
   size: cover;
   };
   }
   .list-content-wrapper {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   top: 0;
   min-width: 400px;
   padding: 60px;
   text-align: center;
   }
   .read-more {
   @extend %mc-btn;
   @include btn-background( $secondary-color );
   @include btn-border( $secondary-color );
   color: #fff;
   font-size: 14px;
   padding: 0.5em 1em;
   &::after {
   padding-left: 0em;
   }
   }
   .list-date,
   .list-title a,
   .list-excerpt {
   color: #fff !important;
   }
   .list-title {
   }
   .author {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   bottom: 120px;
   border: none;
   padding: 0;
   margin: 0;
   //display: none;
   .name,.function {
   color: #fff;
   }
   }
   }
   }
   &:nth-child(1){
   .list-thumbnail {
   &::after {
   padding-bottom: 50%;
   @include breakpoint(lg) {
   padding-bottom: 40%;
   }
   }
   }
   .list-content-wrapper {
   width: 100%;
   @include breakpoint(md) {
   width: 100%;
   }
   @include breakpoint(lg) {
   width: 50%;
   }
   }
   }
   */
}
@media (min-width: 981px) {
  .blog-list .list-item {
    width: 46%;
  }
}
.blog-list .list-item .list-thumbnail {
  display: none !important;
  background-position: center;
  background-color: #1ab394;
  background-size: cover;
  margin: 0 !important;
  display: block !important;
}
@media (min-width: 768px) {
  .blog-list .list-item .list-thumbnail::after {
    padding-bottom: 60%;
  }
}
.blog-list .list-item .list-thumbnail img {
  display: none;
}
.blog-list .list-item .list-thumbnail.darken::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.blog-list .list-item .list-item-wrapper {
  position: relative;
}
.blog-list .list-item .list-content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
}
.blog-list .list-item .list-excerpt {
  display: none !important;
  /*
   @include breakpoint(620px, 980px) {
   display: block !important;
   }
   @include breakpoint(981px, 1400px) {
   display: none !important;
   }
   @include breakpoint(xl) {
   display: block !important;
   }
   */
}
.blog-list .list-item .read-more {
  display: none;
}
@media (min-width: 1200px) {
  .blog-list .list-item .read-more {
    display: inline-block;
  }
}
.blog-list .list-item .read-more.darken {
  color: #fff;
}
.blog-list .list-item .list-date, .blog-list .list-item .list-title a, .blog-list .list-item .list-excerpt {
  color: #fff !important;
}
.blog-list .list-item .author {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 30px;
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .blog-list .list-item .author {
    display: flex;
  }
}
.blog-list .list-item .author .name, .blog-list .list-item .author .function {
  color: #fff;
}
.blog-list .list-item:nth-child(1) {
  width: 100%;
}
.blog-list .list-item:nth-child(1) .read-more {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1em;
}
.blog-list .list-item:nth-child(1) .read-more:hover {
  background-color: rgba(13, 13, 13, 0);
}
.blog-list .list-item:nth-child(1) .read-more:hover {
  border-color: #fff;
}
.blog-list .list-item:nth-child(1) .read-more::after {
  padding-left: 0em;
}
@media (min-width: 1200px) {
  .blog-list .list-item:nth-child(1) .author {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 60px;
  }
}
.blog-list .list-item:nth-child(1) .list-content-wrapper {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .blog-list .list-item:nth-child(1) .list-content-wrapper {
    text-align: center;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .blog-list .list-item:nth-child(1) .list-thumbnail::after {
    padding-bottom: 40%;
  }
}
.blog-list .list-item:nth-child(1) .list-content-wrapper {
  width: 100%;
}
@media (min-width: 981px) {
  .blog-list .list-item:nth-child(1) .list-content-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog-list .list-item:nth-child(1) .list-content-wrapper {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog-list .list-item:nth-child(1) .list-excerpt {
    display: block !important;
  }
}
.blog-list .author {
  position: relative;
  display: flex;
  margin-top: auto;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}
.blog-list .author .photo {
  background-position: center;
  background-size: cover;
  width: 60px;
}
.blog-list .author .photo::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.blog-list .author .wrapper {
  padding-left: 20px;
}
.blog-list .author .wrapper .name {
  font-weight: 600;
}
.related-title {
  text-transform: uppercase;
  color: #1ab394;
  font-size: 22px !important;
  font-weight: 600;
}
.mc-posts-list.related-list {
  border: 1px solid #ccc;
  padding: 30px;
  margin: 0 0 60px 0;
}
.mc-posts-list.related-list .list-item-wrapper .list-thumbnail {
  display: none;
}
.mc-posts-list.related-list .list-item-wrapper .list-content-wrapper {
  width: 100%;
}
.mc-posts-list.related-list .list-item-wrapper .list-content-wrapper .list-title {
  padding-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 600;
}
.mc-posts-list.related-list .list-item-wrapper .list-content-wrapper .list-excerpt {
  padding-bottom: 0 !important;
}
.related-links {
  border: 1px solid #ccc;
  padding: 30px 55px !important;
  margin: 0 0 60px 0;
}
.related-links li::before {
  content: '\f0c1' !important;
  color: #1ab394;
}
.related-links li a {
  color: #000;
  font-size: 18px !important;
  font-weight: 600;
}
.search-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  font-size: 1.8em;
}
/* --------- Default Post detail --------- */
.mc-posts-detail .detail-terms {
  display: inline-block;
  margin-bottom: 1em;
  background-color: #ffb60f;
  color: #111;
  padding: 0.2em 0.6em;
  margin-bottom: 2em;
  text-transform: uppercase;
}
.mc-posts-detail .detail-terms::before {
  content: '\f02b';
  margin-right: 0.5em;
}
.mc-posts-detail h1 {
  color: #111;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.mc-posts-detail .page-sub-title .detail-terms {
  background-color: transparent;
  color: #fff;
  margin: 0;
}
.mc-posts-detail .detail-thumbnail img {
  width: 100% !important;
}
.single-case_study .et_pb_section_3 .et_pb_row {
  margin: 0;
}
.single-case_study .et_pb_section_3 .et_pb_row_6 {
  padding-bottom: 0;
}
.single-case_study .key-figures-wrapper .et_pb_row_7 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.single-case_study .key-figures-wrapper .et_pb_row_7 h2 {
  margin-bottom: 1em;
}
.single-news .detail-date, .single-event .detail-date, .single-job .detail-date, .single-post .detail-date {
  background-color: #ffb60f;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.4em 0.6em;
  margin-bottom: 0.6em;
}
.single-news .page-heading-wrapper::before, .single-event .page-heading-wrapper::before, .single-job .page-heading-wrapper::before, .single-post .page-heading-wrapper::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.single-job .page-heading-wrapper {
  background-image: url('/wp-content/uploads/2018/07/header-company.jpg') !important;
}
.single-job .page-heading-wrapper::before {
  display: none;
}
.single-post .page-heading-wrapper .page-sub-title {
  background-color: #fff;
  color: #1ab394;
}
.single-post .page-heading-wrapper::before {
  display: none;
}
.single-post .author {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 55px;
}
.single-post .author::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.single-post .author .wrapper {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 100%;
}
.single-post .author .wrapper .name, .single-post .author .wrapper .function {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0.5em;
}
.single-post .author .wrapper .name {
  background: #ffb60f;
  font-weight: 600;
  color: #000;
}
.single-post .author .wrapper .function {
  background: #1ab394;
  color: #fff;
}
/* -- Tabs: jQuery UI -- */
.mc-tabs .ui-tabs-nav {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
}
.mc-tabs .ui-tabs-nav .ui-tabs-tab {
  float: left;
  list-style-type: none;
}
ul.mc-tabs {
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
@media (min-width: 981px) {
  .event-tabs {
    display: flex;
  }
}
.event-tabs .mc-tabs {
  padding: 0;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
}
@media (min-width: 981px) {
  .event-tabs .mc-tabs {
    width: 33.33%;
  }
}
.event-tabs .mc-tabs li {
  margin: 0 0 1px 0;
  padding: 10px 0;
}
.event-tabs .mc-tabs li.current .title, .event-tabs .mc-tabs li.current .date {
  color: #000;
}
.event-tabs .title, .event-tabs .date {
  display: block;
  color: #1ab394;
}
.event-tabs .date::before {
  content: '\f017';
  margin-right: 0.5em;
}
.event-tabs .title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.event-tabs .mc-tabs-content {
  width: 100%;
  padding: 20px 0 0 0;
}
@media (min-width: 981px) {
  .event-tabs .mc-tabs-content {
    width: 66.66%;
  }
}
@media (min-width: 981px) {
  .event-tabs .mc-tabs-content {
    padding: 20px;
  }
}
.event-tabs .mc-tabs-content .title {
  font-size: 30px;
  font-weight: 600;
  display: block;
  padding: 20px 0;
  color: #000;
}
.event-tabs .mc-tabs-content .read-more {
  display: block;
  margin-top: 10px;
  color: #1ab394;
}
.pods-pagination-paginate {
  font-size: 0;
  padding: 30px 0;
}
.pods-pagination-paginate .page-numbers {
  display: inline-block;
  background-color: #36a997;
  color: #fff;
  font-size: 14px;
  margin-right: 1px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.pods-pagination-paginate .next, .pods-pagination-paginate .prev {
  font-family: "FontAwesome";
}
/* -- Slider: Slick Slider -- */
.slider {
  /*
   .slick-dots-wrapper {
   text-align: center;
   .slick-dots,
   .slick-prev,
   .slick-next {
   display: inline-block !important;
   position: static;
   left: auto;
   top: auto;
   }
   }
   .slick-dots {
   width: auto;
   padding: 0;
   overflow: hidden;
   .slick-arrow {
   position: relative
   }
   }
   */
}
.slider .slick-list, .slider .slick-track {
  height: 100%;
}
.slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.slider .slide .slide-container {
  max-width: 100%;
  height: 100%;
  position: relative;
}
.slider .slide .slide-content-wrapper {
  position: absolute;
  box-sizing: border-box;
  color: #fff;
}
.slider .slide .slide-title {
  font-size: 30px;
  line-height: 1.2em;
}
.slider .slide .slide-text {
  font-size: 18px;
  line-height: 1.6em;
}
.slider .slide .mc-button {
  margin-top: 60px;
}
.slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  list-style-type: none;
  display: block;
  float: left;
}
.slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}
.slider .slick-dots li.slick-active button::before {
  background: #fff;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 999;
}
.slider .slick-prev::before, .slider .slick-next::before {
  font-size: 20px;
}
.slider .slick-prev {
  left: 50px;
}
.slider .slick-prev::before {
  content: '\f060';
}
.slider .slick-next {
  right: 50px;
}
.slider .slick-next::before {
  content: '\f061';
}
.home-slider .slider {
  height: 600px;
}
.home-slider .slider .slick-slide, .home-slider .slider .slick-active:first-child {
  background: #1ab394 right center;
}
.home-slider .slider .slick-slide > div, .home-slider .slider .slick-active:first-child > div {
  height: 100%;
}
.home-slider .slider .slick-slide .slide, .home-slider .slider .slick-active:first-child .slide {
  height: 100%;
}
.home-slider .slider .slick-slide .slide-container, .home-slider .slider .slick-active:first-child .slide-container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.home-slider .slider .slick-slide .slide-content-wrapper, .home-slider .slider .slick-active:first-child .slide-content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 50%;
  left: 0;
  top: 50%;
  transform: translate(-200%, -50%);
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-slider .slider .slick-slide .slide-content-wrapper .slide-title-wrapper, .home-slider .slider .slick-active:first-child .slide-content-wrapper .slide-title-wrapper {
  padding: 20px 0;
}
.home-slider .slider .slick-slide .slide-content-wrapper .slide-title-wrapper .slide-title, .home-slider .slider .slick-active:first-child .slide-content-wrapper .slide-title-wrapper .slide-title {
  background-color: #ffc10c;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 10px;
  opacity: 0;
}
.home-slider .slider .slick-slide .slide-content-wrapper .slide-subtitle-wrapper, .home-slider .slider .slick-active:first-child .slide-content-wrapper .slide-subtitle-wrapper {
  padding: 20px 0;
}
.home-slider .slider .slick-slide .slide-content-wrapper .slide-subtitle-wrapper .slide-subtitle, .home-slider .slider .slick-active:first-child .slide-content-wrapper .slide-subtitle-wrapper .slide-subtitle {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  max-width: 50%;
  opacity: 0;
}
.home-slider .slider .slick-slide .image_left, .home-slider .slider .slick-active:first-child .image_left, .home-slider .slider .slick-slide .image_right, .home-slider .slider .slick-active:first-child .image_right, .home-slider .slider .slick-slide .image_left_arrow, .home-slider .slider .slick-active:first-child .image_left_arrow {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 60% !important;
  background-size: cover;
  transition: opacity 0.05s ease;
}
.home-slider .slider .slick-slide .image_left_arrow, .home-slider .slider .slick-active:first-child .image_left_arrow {
  transform: translate(-140%, 0);
  background-color: #1ab394;
  left: 80px;
  -webkit-clip-path: polygon(70% 0, 90% 50%, 70% 100%, 0% 100%, 0 50%, 0% 0%);
  clip-path: polygon(70% 0, 90% 50%, 70% 100%, 0% 100%, 0 50%, 0% 0%);
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.3s;
}
.home-slider .slider .slick-slide .image_left, .home-slider .slider .slick-active:first-child .image_left {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.6s;
  left: 0;
  -webkit-clip-path: polygon(70% 0, 90% 50%, 70% 100%, 0% 100%, 0 50%, 0% 0%);
  clip-path: polygon(70% 0, 90% 50%, 70% 100%, 0% 100%, 0 50%, 0% 0%);
  transform: translate(-110%, 0);
}
.home-slider .slider .slick-slide .image_right, .home-slider .slider .slick-active:first-child .image_right {
  right: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.home-slider .slider .slick-active .slide-content-wrapper, .home-slider .slider .slick-active.slick-first-slide .slide-content-wrapper {
  z-index: 6;
  transform: translate(0, -50%);
  transition: transform 1.2s ease-in-out;
  transition-delay: 0.55s;
}
.home-slider .slider .slick-active .slide-content-wrapper .slide-title-wrapper, .home-slider .slider .slick-active.slick-first-slide .slide-content-wrapper .slide-title-wrapper {
  padding: 20px 0;
}
.home-slider .slider .slick-active .slide-content-wrapper .slide-title-wrapper .slide-title, .home-slider .slider .slick-active.slick-first-slide .slide-content-wrapper .slide-title-wrapper .slide-title {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 2s;
}
.home-slider .slider .slick-active .slide-content-wrapper .slide-subtitle-wrapper .slide-subtitle, .home-slider .slider .slick-active.slick-first-slide .slide-content-wrapper .slide-subtitle-wrapper .slide-subtitle {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 2.4s;
  font-weight: 600;
  letter-spacing: 0.15em;
  max-width: 70%;
}
.home-slider .slider .slick-active .image_left_arrow, .home-slider .slider .slick-active.slick-first-slide .image_left_arrow {
  z-index: 2;
  transform: translate(0, 0);
  transition: transform 1.2s ease-in-out, opacity 0.5s ease;
  transition-delay: 2.4s;
  opacity: 1;
}
.home-slider .slider .slick-active .image_left, .home-slider .slider .slick-active.slick-first-slide .image_left {
  z-index: 4;
  transform: translate(0, 0);
  transition: transform 1.2s ease-in-out, opacity 0.5s ease;
  transition-delay: 0.55s;
  opacity: 1;
}
.home-slider .slider .slick-active .image_right, .home-slider .slider .slick-active.slick-first-slide .image_right {
  z-index: 0;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  transition-delay: 3s;
}
/* Media queries for slider */
/* Extra Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  .home-slider .slider {
    height: 500px;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper {
    left: 10%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .home-slider .slider {
    height: 440px;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-title-wrapper .slide-title {
    font-size: 21px;
    line-height: 21px;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-subtitle-wrapper {
    max-width: 70%;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-subtitle-wrapper .slide-subtitle {
    font-size: 36px;
    line-height: 36px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .home-slider .slider {
    height: 360px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .home-slider .slider {
    height: 280px;
    margin-top: 0;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper {
    left: 15%;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-title-wrapper {
    padding: 10px 0;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-title-wrapper .slide-title {
    font-size: 18px;
    line-height: 18px;
    padding: 8px;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-subtitle-wrapper {
    padding: 10px 0;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-subtitle-wrapper .slide-subtitle {
    font-size: 24px;
    line-height: 24px;
  }
  .home-slider .slider .slick-slide.slick-active .image_left_arrow {
    transform: translate(-40px, 0);
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 600px) {
  /* Extra Small Devices, Phones */
  /* Custom, iPhone Retina */
  .home-slider .slider {
    height: 300px;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper {
    left: 15%;
    max-width: 80%;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-title-wrapper {
    padding: 10px 0;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-title-wrapper .slide-title {
    font-size: 18px;
    line-height: 18px;
    padding: 8px;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-subtitle-wrapper {
    padding: 10px 0;
  }
  .home-slider .slider .slick-slide.slick-active .slide-content-wrapper .slide-subtitle-wrapper .slide-subtitle {
    font-size: 24px;
    line-height: 24px;
  }
  .home-slider .slider .slick-slide.slick-active .image_left_arrow {
    transform: translate(-40px, 0);
  }
  .home-slider .slider .slick-prev {
    left: 20px;
  }
  .home-slider .slider .slick-next {
    right: 20px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 480px) {
  .home-slider .slider {
    height: 210px;
  }
  .home-slider .slider .slick-slide.slick-active .image_left_arrow {
    transform: translate(-60px, 0);
  }
}
@media only screen and (max-width: 600px) and (max-width: 320px) {
  .home-slider .slider {
    height: 150px;
  }
}
.case-study-home {
  overflow: visible;
  margin: -1.3333333333%;
}
.case-study-home .slick-prev, .case-study-home .slick-next {
  top: -45px;
}
.case-study-home .slick-prev::before, .case-study-home .slick-next::before {
  font-size: 20px;
}
.case-study-home .slick-prev {
  right: 100px;
  left: auto;
}
.case-study-home .slick-prev::before {
  content: '\f060';
}
.case-study-home .slick-next {
  right: 1.3333333333%;
  left: auto;
}
.case-study-home .slick-next::before {
  content: '\f061';
}
.case-study-home .slick-slide {
  margin: 1% !important;
}
.case-study-home .list-item {
  margin: 0;
}
.customer-carousel, .partner-carousel {
  margin: -1%;
}
.customer-carousel .slick-prev::before, .partner-carousel .slick-prev::before {
  color: #111;
  content: '\f060';
}
.customer-carousel .slick-next::before, .partner-carousel .slick-next::before {
  color: #111;
  content: '\f061';
}
.customer-carousel .slick-slide, .partner-carousel .slick-slide {
  margin: 0.5%;
}
.customer-carousel .slick-slide a, .partner-carousel .slick-slide a {
  display: block;
  background: #fff;
  position: relative;
}
.customer-carousel .slick-slide a img, .partner-carousel .slick-slide a img {
  max-width: 80%;
  max-height: 80%;
}
.customer-carousel .slick-slide a::after, .partner-carousel .slick-slide a::after {
  content: '';
  display: block;
  padding-top: 100%;
}
.customer-carousel .slick-slide a:hover img, .partner-carousel .slick-slide a:hover img {
  filter: grayscale(100%);
}
.news-slider {
  overflow: visible;
}
.news-slider .slick-prev, .news-slider .slick-next {
  display: none;
}
.news-slider .slick-prev::before {
  color: #111;
  content: '\f060';
}
.news-slider .slick-next::before {
  color: #111;
  content: '\f061';
}
.news-slider.mc-posts-list {
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 60px;
  margin-left: -20px;
  display: block;
}
.news-slider.mc-posts-list .slick-slide {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  display: block;
  float: left;
}
.news-slider.mc-posts-list .list-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: 100%;
}
.news-slider.mc-posts-list .list-item-wrapper {
  height: 100%;
}
.news-slider .slick-prev {
  left: -10px;
}
@media (min-width: 1200px) {
  .news-slider .slick-prev {
    left: -20px;
  }
}
.news-slider .slick-next {
  right: -10px;
}
@media (min-width: 981px) {
  .news-slider .slick-next {
    right: -20px;
  }
}
/*.news-slider {
 display: block;
 $gap: 3%;
 background: red;
 //margin: 0 -3%;
 .slick-slide {
 //margin: 0 $gap;
 }
 .list-item-wrapper {
 margin: 0 $gap;
 }
 .list-thumbnail {
 background-color: red !important;
 }
 }*/
.fc thead {
  border: none;
}
.fc th {
  border-style: none;
}
.fc .fc-view-container .fc-view {
  background: #fff;
}
.fc .fc-view-container .fc-view table {
  margin: 0;
}
.fc .fc-view-container .fc-view table * {
  border-color: #eee !important;
}
.fc .fc-view-container .fc-view table .fc-widget-header {
  border-left: 1px solid #eee;
  font-size: 12px !important;
  text-transform: uppercase;
  background: #f9f9f9;
}
.fc .fc-view-container .fc-view table .fc-widget-header:nth-child(1) {
  border-left: none;
}
.fc .fc-view-container .fc-view table tr td {
  padding: 0;
}
.fc .fc-view-container .fc-view table tr td .fc-day-number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
  font-weight: 600;
}
.fc .fc-view-container .fc-view table tr td .fc-today {
  border: none !important;
  background: #fff;
}
.fc .fc-view-container .fc-view table tr td .fc-today .fc-day-number {
  background: #333;
  border: none;
  color: #fff;
}
.fc .fc-view-container .fc-view table .fc-body {
  /*.fc-event.external {
   background: $cat-color1;
   }
   .fc-event.ppp {
   background: $cat-color2;
   }
   .fc-event.project-event {
   background: $cat-color4;
   }*/
}
.fc .fc-view-container .fc-view table .fc-body .fc-event {
  background: #1ab394;
  border-radius: 0;
  border: none;
}
.fc .fc-view-container .fc-view table .fc-body .fc-event:hover {
  color: #fff !important;
}
.fc .fc-center h2 {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.fc .fc-button {
  border-radius: 0;
  border: none;
  background: #1ab394;
  color: #fff;
  font-size: 16px;
  text-shadow: none;
}
.fc .fc-prev-button .fc-icon::after, .fc .fc-next-button .fc-icon::after {
  font-size: 18px;
}
.fc .fc-prev-button .fc-icon::after {
  content: '\f060';
}
.fc .fc-next-button .fc-icon::after {
  content: '\f061';
}
/* -- Tabs: jQuery UI -- */
.mc-tabs .ui-tabs-nav {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
}
.mc-tabs .ui-tabs-nav .ui-tabs-tab {
  float: left;
  list-style-type: none;
}
ul.mc-tabs {
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
@media (min-width: 981px) {
  .event-tabs {
    display: flex;
  }
}
.event-tabs .mc-tabs {
  padding: 0;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
}
@media (min-width: 981px) {
  .event-tabs .mc-tabs {
    width: 33.33%;
  }
}
.event-tabs .mc-tabs li {
  margin: 0 0 1px 0;
  padding: 10px 0;
}
.event-tabs .mc-tabs li.current .title, .event-tabs .mc-tabs li.current .date {
  color: #000;
}
.event-tabs .title, .event-tabs .date {
  display: block;
  color: #1ab394;
}
.event-tabs .date::before {
  content: '\f017';
  margin-right: 0.5em;
}
.event-tabs .title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.event-tabs .mc-tabs-content {
  width: 100%;
  padding: 20px 0 0 0;
}
@media (min-width: 981px) {
  .event-tabs .mc-tabs-content {
    width: 66.66%;
  }
}
@media (min-width: 981px) {
  .event-tabs .mc-tabs-content {
    padding: 20px;
  }
}
.event-tabs .mc-tabs-content .title {
  font-size: 30px;
  font-weight: 600;
  display: block;
  padding: 20px 0;
  color: #000;
}
.event-tabs .mc-tabs-content .read-more {
  display: block;
  margin-top: 10px;
  color: #1ab394;
}
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Barlow", "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  color: #5e5d5d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 !important;
}
.et_pb_text h2, .mc-posts-detail h2, .related-cs-wrapper h2, .et_pb_text h3, .mc-posts-detail h3, .related-cs-wrapper h3, .et_pb_text h4, .mc-posts-detail h4, .related-cs-wrapper h4, .et_pb_text h5, .mc-posts-detail h5, .related-cs-wrapper h5, .et_pb_text h6, .mc-posts-detail h6, .related-cs-wrapper h6, .et_pb_text ol, .mc-posts-detail ol, .related-cs-wrapper ol, .et_pb_text ul, .mc-posts-detail ul, .related-cs-wrapper ul, .et_pb_text p, .mc-posts-detail p, .related-cs-wrapper p {
  padding-bottom: 20px !important;
}
.et_pb_text ol.roman-lower, .mc-posts-detail ol.roman-lower, .related-cs-wrapper ol.roman-lower {
  list-style-type: lower-roman;
  padding-left: 20px;
}
.et_pb_text h1, .mc-posts-detail h1, .related-cs-wrapper h1 {
  font-size: 3em;
}
.et_pb_text h2, .mc-posts-detail h2, .related-cs-wrapper h2 {
  font-size: 2.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}
.et_pb_text h3, .mc-posts-detail h3, .related-cs-wrapper h3 {
  font-size: 1.8em;
}
.et_pb_text h3 span, .mc-posts-detail h3 span, .related-cs-wrapper h3 span {
  /*
   display: block;
   font-size: 1.8em;
   line-height:1em;
   font-weight: 600;
   */
}
.et_pb_text h4, .mc-posts-detail h4, .related-cs-wrapper h4 {
  font-size: 15px;
}
.et_pb_text ul, .mc-posts-detail ul, .related-cs-wrapper ul, .et_pb_text ol, .mc-posts-detail ol, .related-cs-wrapper ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.et_pb_text ul ul, .mc-posts-detail ul ul, .related-cs-wrapper ul ul, .et_pb_text ol ul, .mc-posts-detail ol ul, .related-cs-wrapper ol ul, .et_pb_text ul ol, .mc-posts-detail ul ol, .related-cs-wrapper ul ol, .et_pb_text ol ol, .mc-posts-detail ol ol, .related-cs-wrapper ol ol {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.et_pb_text ul li, .mc-posts-detail ul li, .related-cs-wrapper ul li, .et_pb_text ol li, .mc-posts-detail ol li, .related-cs-wrapper ol li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  margin: 0;
}
.et_pb_text ul li:first-child, .mc-posts-detail ul li:first-child, .related-cs-wrapper ul li:first-child, .et_pb_text ol li:first-child, .mc-posts-detail ol li:first-child, .related-cs-wrapper ol li:first-child {
  margin-top: 0;
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before, .related-cs-wrapper ul li::before, .et_pb_text ol li::before, .mc-posts-detail ol li::before, .related-cs-wrapper ol li::before {
  content: '\f105';
  float: left;
  display: list-item;
  list-style-position: inside;
  width: 20px;
  margin-left: -20px;
}
.et_pb_text ul li .li-content, .mc-posts-detail ul li .li-content, .related-cs-wrapper ul li .li-content, .et_pb_text ol li .li-content, .mc-posts-detail ol li .li-content, .related-cs-wrapper ol li .li-content {
  display: block;
  width: calc(100% - 30px);
  margin-bottom: 0 !important;
}
.et_pb_text ul.check-list li::before, .mc-posts-detail ul.check-list li::before, .related-cs-wrapper ul.check-list li::before, .et_pb_text ol.check-list li::before, .mc-posts-detail ol.check-list li::before, .related-cs-wrapper ol.check-list li::before {
  content: '\f00c';
}
.et_pb_text ul.large-list, .mc-posts-detail ul.large-list, .related-cs-wrapper ul.large-list, .et_pb_text ol.large-list, .mc-posts-detail ol.large-list, .related-cs-wrapper ol.large-list {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.et_pb_text ul.large-list li, .mc-posts-detail ul.large-list li, .related-cs-wrapper ul.large-list li, .et_pb_text ol.large-list li, .mc-posts-detail ol.large-list li, .related-cs-wrapper ol.large-list li {
  font-size: 1.3em;
}
.et_pb_text ol li, .mc-posts-detail ol li, .related-cs-wrapper ol li {
  list-style-type: decimal;
}
.et_pb_text ol li::before, .mc-posts-detail ol li::before, .related-cs-wrapper ol li::before {
  display: none;
}
.et_pb_text ol.letter-list li, .mc-posts-detail ol.letter-list li, .related-cs-wrapper ol.letter-list li {
  list-style-type: lower-alpha;
}
.et_pb_text sub, .mc-posts-detail sub, .related-cs-wrapper sub, .et_pb_text sup, .mc-posts-detail sup, .related-cs-wrapper sup {
  font-size: 0.7em;
}
.et_pb_section .et_pb_row, .et_section_specialty .et_pb_row, .container {
  width: calc(100% - 20px);
  max-width: 1400px;
}
@media (min-width: 981px) {
  .et_pb_section .et_pb_row, .et_section_specialty .et_pb_row, .container {
    width: calc(100% - 120px);
  }
}
a.white {
  color: #fff !important;
  text-decoration: underline;
}
.quote-wrapper {
  width: 100%;
  background-color: #1ab394;
  color: #fff;
  padding: 60px;
  margin-top: 0 1em;
}
.quote-wrapper .text {
  display: block;
  font-size: 1.2em;
}
.quote-wrapper .text::before {
  content: '\f10d';
  font-size: 2em;
  margin-right: 0.5em;
}
.quote-wrapper .text p {
  display: inline;
}
.quote-wrapper .author {
  display: block;
  margin-top: 0.5em;
}
.align-vertical {
  display: flex;
  align-items: center;
  justify-content: left;
}
.align-vertical .et_pb_module {
  width: 100%;
}
.align-button-bottom {
  position: relative;
}
.align-button-bottom .et_pb_module {
  position: absolute;
  right: 0;
  bottom: 0;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail img, .partner-list .list-item .list-item-wrapper .list-thumbnail img, .partner-list .list-item .list-item-wrapper .list-thumbnail .description, .partner-list .list-item .list-item-wrapper .list-thumbnail .description span, .customer-carousel .slick-slide a img, .partner-carousel .slick-slide a img, .quote-wrapper, .product-image .et_pb_image_wrap, .related-cs-wrapper .image-logo-wrapper .image, .related-cs-wrapper .image-logo-wrapper .image img, .related-cs-wrapper .image-logo-wrapper .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mc-button, .mc-button-light, .mc-button-yellow, .mc-button-green, .mc-button-green-solid, .mc-button-light-outlined, .inuse-form_wrapper .button, .contact-form_wrapper .button, .trial-form .button, .study-request-form .button, .blog-list .list-item:nth-child(1) .read-more, .mc-button::after, .mc-button-light::after, .mc-button-yellow::after, .mc-button-green::after, .mc-button-green-solid::after, .mc-button-light-outlined::after, .inuse-form_wrapper .button::after, .contact-form_wrapper .button::after, .trial-form .button::after, .study-request-form .button::after, .blog-list .list-item:nth-child(1) .read-more::after, .filters-button-group button, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-title, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-title a, .partner-list .list-item .list-item-wrapper .list-thumbnail .description, .job-list .list-item, .job-list .list-item .list-item-wrapper .list-content-wrapper .list-date, .job-list .list-item .list-item-wrapper .list-content-wrapper .list-title, .job-list .list-item .list-item-wrapper .list-content-wrapper .list-title::before, .customer-carousel .slick-slide a img, .partner-carousel .slick-slide a img, .read-more, .read-more-white, .read-more-dark {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.read-more, .read-more-white, .read-more-dark {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  display: inline-block;
}
.read-more::after, .read-more-white::after, .read-more-dark::after {
  content: '\f061';
  margin-left: 0.5em;
  font-weight: 300;
}
.read-more-white {
  color: #fff;
}
.read-more-dark {
  color: #111;
}
#main-header {
  box-shadow: none;
}
#main-header .container {
  width: 100%;
  padding: 0 20px;
}
@media all and (min-width: 1400px) {
  #main-header .container {
    padding: 0;
    width: 80%;
  }
}
#main-header #et-top-navigation #top-menu > li {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#main-header #et-top-navigation #top-menu li:not(.mega-menu) {
  font-size: 15px;
}
#main-header #et-top-navigation #top-menu li:not(.mega-menu).hidden {
  display: none;
}
#main-header #et-top-navigation #top-menu li:not(.mega-menu) a {
  color: #111;
  font-size: 0.95em;
}
#main-header #et-top-navigation #top-menu li:not(.mega-menu) ul li a {
  text-transform: none;
  width: 100%;
}
#main-header #et-top-navigation #top-menu li:not(.mega-menu).menu-item-26 a span, #main-header #et-top-navigation #top-menu li:not(.mega-menu).menu-item-2475 a span {
  background: #1ab394;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
}
#main-header #et-top-navigation #top-menu li:not(.mega-menu).menu-item-32, #main-header #et-top-navigation #top-menu li:not(.mega-menu).menu-item-2458 {
  display: none;
}
@media all and (min-width: 1100px) {
  #main-header #et-top-navigation #top-menu li:not(.mega-menu).menu-item-32, #main-header #et-top-navigation #top-menu li:not(.mega-menu).menu-item-2458 {
    display: inline-block;
  }
}
#main-header #et-top-navigation #top-menu .current-menu-item > a {
  color: #ffb60f;
}
#main-header #et-top-navigation #top-menu .mega-menu .sub-menu li li a {
  display: flex !important;
}
#main-header #et-top-navigation #top-menu .mega-menu .sub-menu li li a::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f061';
  display: inline-block;
  font-weight: 'normal';
  font-family: 300;
  font-weight: 'Font Awesome 5 Pro';
  font-size: 1em;
  margin-right: 0.4em;
  font-weight: 300;
}
body.page-id-4758 #main-header #et-top-navigation #top-menu li.hidden {
  display: inline-block;
}
#et_top_search {
  margin-top: 13px;
}
#et_search_icon::before {
  color: #ffb60f;
}
@media all and (min-width: 1400px) {
  #logo {
    height: 70% !important;
    max-height: 70% !important;
  }
}
.large-text {
  font-size: 1.3em;
  line-height: 1.3em;
}
.mission-statement p:last-child {
  padding-bottom: 0 !important;
}
.yellow-top::before, .green-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.yellow-top::before {
  background-color: #ffb60f;
}
.green-top::before {
  background-color: #1ab394;
}
.page-heading-wrapper {
  background-color: #1ab394;
}
.page-heading-wrapper .et_pb_module {
  margin: 0 !important;
}
.page-heading-wrapper .page-title {
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-bottom: 0;
  line-height: 1em;
}
.page-heading-wrapper .page-title span {
  background-color: #fff;
  color: #1ab394;
  font-size: 0.4em;
  padding: 0.2em 0.6em;
  letter-spacing: 0;
}
.page-heading-wrapper .page-sub-title {
  background-color: #1ab394;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0.6em;
  margin-top: 0.6em;
}
.single-case_study .page-heading-wrapper {
  background-image: url('/wp-content/uploads/2018/06/image1.jpg');
  background-size: cover;
}
.page-id-190 .et_pb_text h3, .page-id-249 .et_pb_text h3, .page-id-251 .et_pb_text h3, .page-id-253 .et_pb_text h3 {
  font-size: 2.2em;
}
.page-id-190 .et_pb_text .check-list, .page-id-249 .et_pb_text .check-list, .page-id-251 .et_pb_text .check-list, .page-id-253 .et_pb_text .check-list {
  font-size: 1.1em;
}
.page-id-190 .et_pb_text .check-list li::before, .page-id-249 .et_pb_text .check-list li::before, .page-id-251 .et_pb_text .check-list li::before, .page-id-253 .et_pb_text .check-list li::before {
  color: #1ab394;
}
.flash-news {
  background-color: #e7ebed;
}
.flash-news .flash-news-container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1% 0;
  font-size: 1.1em;
  overflow: hidden;
  text-align: center;
}
.flash-news .flash-news-container .heading {
  color: #1ab394;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 1em;
}
.flash-news .flash-news-container .heading::before {
  content: '\f071';
  margin-right: 0.5em;
}
.flash-news .flash-news-container .title {
  display: inline-block;
  margin-right: 1em;
  color: #111;
}
.flash-news .flash-news-container a {
  display: inline-block;
  color: #1ab394;
}
.product-image {
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
.product-image::after {
  display: block;
  content: '';
  padding-top: 65%;
}
.product-image .et_pb_image_wrap {
  width: 90%;
}
.twitter-heading {
  margin: 0 0 1em 0 !important;
}
.twitter-heading::before {
  content: '\f292';
  display: block;
  margin: 0 0 0.5em 0 !important;
}
.ctf-tweets {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}
.ctf-tweets .ctf-item {
  padding: 0 !important;
  color: #111;
}
.ctf-tweets .ctf-item .ctf-author-box {
  border-bottom: 1px solid #111;
  display: inline-block;
  margin-bottom: 1em !important;
  padding-bottom: 1em !important;
}
.ctf-tweets .ctf-item .ctf-tweet-text {
  font-size: 2em;
  line-height: 1.2em;
}
.ctf-tweets .ctf-item a {
  color: #fff;
  font-weight: 600;
}
.et_pb_main_blurb_image {
  margin-bottom: 0;
}
div.et_pb_section.key-figures-wrapper {
  background-color: #ffb60f !important;
  color: #111 !important;
  font-weight: 600;
  padding: 60px !important;
  text-align: left;
}
div.et_pb_section.key-figures-wrapper h2 {
  text-align: center;
  font-size: 2.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2em;
}
div.et_pb_section.key-figures-wrapper .key-figure {
  text-align: center;
}
div.et_pb_section.key-figures-wrapper .key-figure .heading {
  font-size: 3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #111;
  display: inline-block;
  padding-bottom: 0.5em;
}
div.et_pb_section.key-figures-wrapper .key-figure p {
  font-weight: 400;
  font-size: 1.3em;
}
.related-cs-wrapper {
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
}
.related-cs-wrapper .et_pb_row {
  width: 100%;
}
.related-cs-wrapper .row1 {
  text-align: center;
  margin-bottom: 4%;
}
.related-cs-wrapper .row2 .et-last-child {
  background-color: #1ab394;
}
.related-cs-wrapper .featured-case-study {
  background-color: #1ab394;
  color: #fff;
  padding: 0.6em;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 3em;
}
.related-cs-wrapper .about {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.related-cs-wrapper .quote-wrapper {
  margin: 0;
  min-height: 50%;
}
.related-cs-wrapper .image-logo-wrapper {
  position: relative;
  overflow: hidden;
}
.related-cs-wrapper .image-logo-wrapper .image {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}
.related-cs-wrapper .image-logo-wrapper .image img {
  height: 100%;
  max-width: none;
}
.related-cs-wrapper .image-logo-wrapper .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  width: 25%;
}
.related-cs-wrapper .image-logo-wrapper .logo img {
  max-width: 80%;
  max-height: 80%;
}
.related-cs-wrapper .image-logo-wrapper .logo::after {
  display: block;
  padding-top: 100%;
  content: '';
}
.related-cs-wrapper .image-logo-wrapper::after {
  display: block;
  padding-top: 60%;
  content: '';
}
.et_pb_map {
  height: 500px !important;
}
.page-id-1274 table tr:nth-child(1) {
  background-color: #f9f9f9;
}
.page-id-1274 table tr td:nth-child(1) {
  background-color: #f9f9f9;
}
.buttons-group a[class^="mc-button"] {
  margin: 0 10px;
}
.social-links {
  position: absolute;
  right: 0;
  top: 0;
}
.social-links a {
  display: inline-block;
  margin-left: 10px;
}
.social-links a.twitter::before {
  content: '\f099';
}
.social-links a.linkedin::before {
  content: '\f0e1';
}
.custom-footer {
  background: #000 !important;
  font-weight: 600;
}
.custom-footer ul li::before {
  color: #fff;
}
.custom-footer a {
  color: #fff !important;
}
.custom-footer .social-link {
  display: block;
  margin-bottom: 1em;
}
.custom-footer .social-link i::before {
  background: #1ab394;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5em;
}
.custom-footer .social-link i.fa-twitter::before {
  background: #1da1f2;
}
.custom-footer .social-link i.fa-linkedin::before {
  background: #0072b1;
}
.custom-bottom-bar {
  background: #222 !important;
  color: #c4c4c4 !important;
}
.custom-bottom-bar a {
  color: #c4c4c4 !important;
  font-weight: 600;
}
@media all and (max-height: 768px) {
  .social-links {
    position: static;
    text-align: center;
  }
  #main-header {
    padding: 0;
  }
  .page-heading-wrapper .page-title {
    font-size: 2em;
  }
  .page-heading-wrapper .et_pb_column_1_2 .et_pb_text {
    text-align: left;
  }
  .differentiators .et_pb_module.et_pb_blurb {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
  }
}
@media all and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .team-list .list-item {
    width: 29.3333333333%;
  }
}
@media all and (max-width: 981px) {
  .et_pb_row, .container {
    width: 90%;
  }
  body {
    font-size: 14px;
  }
  .page-heading-wrapper .et_pb_row_0 {
    padding-bottom: 0;
  }
  .page-id-249 .et_pb_row_0 .et_pb_column_1_2, .page-id-251 .et_pb_row_0 .et_pb_column_1_2 {
    padding-top: 30px;
  }
  .mc-button, .mc-button-light, .mc-button-yellow, .mc-button-green, .mc-button-green-solid, .mc-button-light-outlined, .inuse-form_wrapper .button, .contact-form_wrapper .button, .trial-form .button, .study-request-form .button, .blog-list .list-item:nth-child(1) .read-more {
    font-size: 0.9em;
  }
  .et_pb_text h1, .mc-posts-detail h1, .related-cs-wrapper h1 {
    font-size: 3em;
  }
  .et_pb_text h2, .mc-posts-detail h2, .related-cs-wrapper h2 {
    font-size: 1.7em !important;
  }
  .et_pb_text h3, .mc-posts-detail h3, .related-cs-wrapper h3 {
    font-size: 1.8em;
  }
  .et_pb_text h4, .mc-posts-detail h4, .related-cs-wrapper h4 {
    font-size: 15px;
  }
  .et_pb_section:not(.home-slider):not(.partners-section):not(.et_pb_fullwidth_section) {
    padding: 2% 0;
  }
  .green-top::before {
    height: 300px;
  }
  .case-study-home .slick-slide {
    margin: 0 !important;
  }
  #mission-statement .et_pb_module {
    width: 100% !important;
    text-align: center !important;
  }
  #mission-statement .et_pb_module h2 {
    font-size: 1.8em;
  }
  #mission-statement .et_pb_module:nth-child(3) {
    margin-top: 1em;
  }
  .mc-post-list, .mc-posts-list-2-col, .mc-posts-list-3-col, .mc-posts-list-4-col {
    margin: 0;
  }
  .mc-post-list .list-item, .mc-posts-list-2-col .list-item, .mc-posts-list-3-col .list-item, .mc-posts-list-4-col .list-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .team-list {
    margin: -2%;
  }
  .team-list .list-item {
    margin: 2%;
    width: 46%;
  }
  .partner-list {
    margin: 2%;
  }
  .partner-list .list-item {
    width: 46% !important;
    margin: 0 2%;
  }
  .product-image {
    width: 100% !important;
    max-width: 100% !important;
  }
  .differentiators div.et_pb_module {
    padding: 20px 0 !important;
  }
  .differentiators .et_pb_main_blurb_image {
    width: 50px !important;
  }
  .quote-wrapper {
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .key-figures-wrapper {
    margin-top: 20px !important;
  }
  .page-id-190 .et_pb_section_1 .et_pb_row, .page-id-249 .et_pb_section_1 .et_pb_row, .page-id-251 .et_pb_section_1 .et_pb_row, .page-id-253 .et_pb_section_1 .et_pb_row, .page-id-190 .et_pb_section_3 .et_pb_row, .page-id-249 .et_pb_section_3 .et_pb_row, .page-id-251 .et_pb_section_3 .et_pb_row, .page-id-253 .et_pb_section_3 .et_pb_row, .page-id-257 .et_pb_section_2 .et_pb_row, .page-id-259 .et_pb_section_2 .et_pb_row, .page-id-255 .et_pb_section_2 .et_pb_row_6 {
    display: flex;
    flex-direction: column;
  }
  .page-id-190 .et_pb_section_1 .et_pb_row .et_pb_column, .page-id-249 .et_pb_section_1 .et_pb_row .et_pb_column, .page-id-251 .et_pb_section_1 .et_pb_row .et_pb_column, .page-id-253 .et_pb_section_1 .et_pb_row .et_pb_column, .page-id-190 .et_pb_section_3 .et_pb_row .et_pb_column, .page-id-249 .et_pb_section_3 .et_pb_row .et_pb_column, .page-id-251 .et_pb_section_3 .et_pb_row .et_pb_column, .page-id-253 .et_pb_section_3 .et_pb_row .et_pb_column, .page-id-257 .et_pb_section_2 .et_pb_row .et_pb_column, .page-id-259 .et_pb_section_2 .et_pb_row .et_pb_column, .page-id-255 .et_pb_section_2 .et_pb_row_6 .et_pb_column {
    float: none;
  }
  .page-id-190 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(1), .page-id-249 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(1), .page-id-251 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(1), .page-id-253 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(1), .page-id-190 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(1), .page-id-249 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(1), .page-id-251 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(1), .page-id-253 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(1), .page-id-257 .et_pb_section_2 .et_pb_row .et_pb_column:nth-child(1), .page-id-259 .et_pb_section_2 .et_pb_row .et_pb_column:nth-child(1), .page-id-255 .et_pb_section_2 .et_pb_row_6 .et_pb_column:nth-child(1) {
    order: 2;
  }
  .page-id-190 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(2), .page-id-249 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(2), .page-id-251 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(2), .page-id-253 .et_pb_section_1 .et_pb_row .et_pb_column:nth-child(2), .page-id-190 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(2), .page-id-249 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(2), .page-id-251 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(2), .page-id-253 .et_pb_section_3 .et_pb_row .et_pb_column:nth-child(2), .page-id-257 .et_pb_section_2 .et_pb_row .et_pb_column:nth-child(2), .page-id-259 .et_pb_section_2 .et_pb_row .et_pb_column:nth-child(2), .page-id-255 .et_pb_section_2 .et_pb_row_6 .et_pb_column:nth-child(2) {
    order: 1;
  }
  .single-case_study .et_pb_row_5 .et_pb_column {
    margin-bottom: 0 !important;
  }
  .single-case_study .et_pb_section_3 .et_pb_row {
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .article-default .list-item .list-item-wrapper .list-thumbnail {
    display: none;
  }
  .article-default .list-item .list-item-wrapper .list-content-wrapper {
    width: 100%;
  }
  .article-default .list-item .list-item-wrapper .list-content-wrapper .list-excerpt {
    display: block;
  }
  .article-default .list-item .list-item-wrapper .list-content-wrapper .list-read-more {
    display: none;
  }
  .article-default .list-item .list-tags {
    display: none;
  }
  .align-button-bottom .et_pb_module {
    position: static;
  }
  .featured-case-study-title {
    font-size: 1.8em !important;
  }
  .customer-carousel .slick-prev {
    left: 0;
  }
  .customer-carousel .slick-next {
    right: 0;
  }
  .ctf-tweets .ctf-item .ctf-tweet-text {
    font-size: 1.7em;
    line-height: 1.2em;
  }
}
@media all and (max-width: 620px) {
  .team-list {
    margin: 0;
  }
  .team-list .list-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media all and (max-width: 460px) {
  .flash-news .flash-news-container {
    text-align: center;
  }
  .flash-news .flash-news-container .heading {
    float: none;
    width: 130px;
  }
  .flash-news .flash-news-container .heading::before {
    content: '\f071';
    display: block;
  }
  .flash-news .flash-news-container .flash-news-list {
    width: 100%;
    float: none;
  }
  .flash-news .flash-news-container .title {
    display: block;
    margin: 0;
  }
  .flash-news .flash-news-container a {
    display: inline-block;
    color: #1ab394;
  }
  .gform_wrapper .gform_fields {
    overflow: visible !important;
  }
  .ginput_container.ginput_recaptcha > div {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .gform_wrapper .gform_fields .gfield {
    width: 100% !important;
  }
  .green-top::before {
    height: 200px;
  }
  .case-study-home .slick-prev, .case-study-home .slick-next {
    top: -60px;
  }
  .case-study-home .slick-prev::before, .case-study-home .slick-next::before {
    font-size: 15px;
  }
  .case-study-home .slick-prev {
    right: 40px;
  }
  .buttons-group a[class^="mc-button"] {
    margin: 10px 0;
    display: block;
  }
  .fc h2 {
    font-size: 1.5em;
  }
  .fc-view-container .fc-view table .fc-widget-header th {
    padding: 0;
  }
  .fc-view-container .fc-day-grid-container {
    overflow: visible !important;
    height: auto !important;
  }
}
